diff --git a/Cargo.toml b/Cargo.toml index 237abaf4..7ea5b372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ slog-async = "2.8" slog-bunyan = "2.5" socket2 = { version = "0.5", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } -serde = { version = "1.0", features = ["derive"] } +serde = { version = "1.0.198", features = ["derive"] } hostname = "0.3" thiserror = "1.0" dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }