From fcb9f1ae7248320b6ba9bbc39d51e313bc30c06b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:14:15 +0000 Subject: [PATCH] Update Rust crate dropshot to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"