diff --git a/Cargo.toml b/Cargo.toml index 5eec033ce11..5a0b91a3c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,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.27", features = ["blocking", "gzip", "json"] } +reqwest = { version = "=0.12.3", features = ["blocking", "gzip", "json"] } scheduled-thread-pool = "=0.2.7" secrecy = "=0.8.0" semver = { version = "=1.0.22", features = ["serde"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index bd08930d892..c9cb9aa6139 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.81" async-trait = "=0.1.79" oauth2 = { version = "=4.4.2", default-features = false } -reqwest = { version = "=0.11.27", features = ["json"] } +reqwest = { version = "=0.12.3", features = ["json"] } serde = { version = "=1.0.197", features = ["derive"] } thiserror = "=1.0.58" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index d4ace8c05e8..9e393135cf6 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.81" bytes = "=1.6.0" clap = { version = "=4.5.4", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -reqwest = { version = "=0.11.27", features = ["gzip", "json"] } +reqwest = { version = "=0.12.3", features = ["gzip", "json"] } secrecy = "=0.8.0" semver = { version = "=1.0.22", features = ["serde"] } serde = { version = "=1.0.197", features = ["derive"] }