diff --git a/Cargo.toml b/Cargo.toml index 32404524..864db9e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.215", features = ["derive"] } hostname = "0.3" thiserror = "1.0" -dropshot = { version = "0.12.0", features = [ "usdt-probes" ] } +dropshot = { version = "0.14.0", features = [ "usdt-probes" ] } schemars = { version = "0.8", features = [ "uuid1", "chrono" ] } tokio = { version = "1.37", features = ["full"] } serde_repr = "0.1"