diff --git a/Cargo.lock b/Cargo.lock index be3977f2..77f481a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.26" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index fabfaae6..2a9f94d6 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.26" +version = "0.12.28" # Using rustls-tls because it appears the rcgen-generated certificates are not # supported by the native Windows APIs. features = [ "json", "rustls-tls" ]