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"