diff --git a/Cargo.lock b/Cargo.lock index b39b34d4..09f04458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.25" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64", "bytes", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index c8352759..874ddf48 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -112,7 +112,7 @@ rcgen = "0.14.6" tokio-tungstenite = "0.24.0" [dev-dependencies.reqwest] -version = "0.12.25" +version = "0.12.26" # Using rustls-tls because it appears the rcgen-generated certificates are not # supported by the native Windows APIs. features = [ "json", "rustls-tls" ]