diff --git a/Cargo.lock b/Cargo.lock index ebdc39ab490..f55b95548e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2753,9 +2753,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reqwest" -version = "0.11.21" +version = "0.11.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78fdbab6a7e1d7b13cc8ff10197f47986b41c639300cc3c8158cac7847c9bbef" +checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" dependencies = [ "async-compression", "base64 0.21.4", diff --git a/Cargo.toml b/Cargo.toml index 0e4be92a099..24b4209ea05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ parking_lot = "=0.12.1" paste = "=1.0.14" prometheus = { version = "=0.13.3", default-features = false } rand = "=0.8.5" -reqwest = { version = "=0.11.21", features = ["blocking", "gzip", "json"] } +reqwest = { version = "=0.11.22", features = ["blocking", "gzip", "json"] } retry = "=2.0.0" ring = "=0.17.0" scheduled-thread-pool = "=0.2.7" diff --git a/crates_io_smoke_test/Cargo.toml b/crates_io_smoke_test/Cargo.toml index 0fb8c90a7b9..04ab9283e1a 100644 --- a/crates_io_smoke_test/Cargo.toml +++ b/crates_io_smoke_test/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "=1.0.75" bytes = "=1.5.0" clap = { version = "=4.4.6", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -reqwest = { version = "=0.11.21", features = ["blocking", "gzip", "json"] } +reqwest = { version = "=0.11.22", features = ["blocking", "gzip", "json"] } secrecy = "=0.8.0" semver = { version = "=1.0.19", features = ["serde"] } serde = { version = "=1.0.188", features = ["derive"] }