We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7592bdf commit a666956Copy full SHA for a666956
Cargo.toml
@@ -47,7 +47,7 @@ slog-async = "2.8"
47
slog-bunyan = "2.5"
48
socket2 = { version = "0.5", features = ["all"] }
49
ispf = { git = "https://github.com/oxidecomputer/ispf" }
50
-serde = { version = "1.0", features = ["derive"] }
+serde = { version = "1.0.198", features = ["derive"] }
51
hostname = "0.3"
52
thiserror = "1.0"
53
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" }
0 commit comments