From c6b42e3669f55d526156dbc99cdc4d72981075ee Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 03:54:58 +0000 Subject: [PATCH] Update dropshot to 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2abfcd8d..f5833580 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.228", features = ["derive"] } hostname = "0.4" thiserror = "2.0" -dropshot = { version = "0.17.0", features = [ "usdt-probes" ] } +dropshot = { version = "0.17.1", features = [ "usdt-probes" ] } dropshot-api-manager = "0.7.2" dropshot-api-manager-types = "0.7.2" expectorate = "1.2.0"