From 812600957d5380c34b501e3a5f3dd8bbb2814516 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:14:28 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.100 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0854a11f..94a1bf76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ dropshot-api-manager-types = "0.2.1" schemars = { version = "0.8", features = [ "uuid1", "chrono" ] } tokio = { version = "1.37", features = ["full"] } serde_repr = "0.1" -anyhow = "1.0.99" +anyhow = "1.0.100" hyper = "1.7.0" hyper-util = { version = "0.1", features = ["full"] } serde_json = "1.0.140"