diff --git a/Cargo.lock b/Cargo.lock index f040f0af35f..f25e5faae49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ "quick-xml", "rand", "regex", - "reqwest 0.12.7", + "reqwest 0.12.8", "rss", "scheduled-thread-pool", "secrecy", @@ -1108,7 +1108,7 @@ dependencies = [ "anyhow", "async-trait", "oauth2", - "reqwest 0.12.7", + "reqwest 0.12.8", "serde", "thiserror", "tracing", @@ -1150,7 +1150,7 @@ dependencies = [ "bytes", "clap", "crates_io_index", - "reqwest 0.12.7", + "reqwest 0.12.8", "secrecy", "semver", "serde", @@ -3150,7 +3150,7 @@ dependencies = [ "percent-encoding", "quick-xml", "rand", - "reqwest 0.12.7", + "reqwest 0.12.8", "ring", "serde", "serde_json", @@ -3877,9 +3877,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "async-compression", "base64 0.22.1", @@ -3906,7 +3906,7 @@ dependencies = [ "pin-project-lite", "quinn", "rustls 0.23.13", - "rustls-native-certs 0.7.3", + "rustls-native-certs 0.8.0", "rustls-pemfile 2.1.3", "rustls-pki-types", "serde", @@ -4034,19 +4034,6 @@ dependencies = [ "security-framework", ] -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile 2.1.3", - "rustls-pki-types", - "schannel", - "security-framework", -] - [[package]] name = "rustls-native-certs" version = "0.8.0" @@ -4234,7 +4221,7 @@ checksum = "5484316556650182f03b43d4c746ce0e3e48074a21e2f51244b648b6542e1066" dependencies = [ "httpdate", "native-tls", - "reqwest 0.12.7", + "reqwest 0.12.8", "sentry-backtrace", "sentry-contexts", "sentry-core", diff --git a/Cargo.toml b/Cargo.toml index b95b1a1e5e4..0332925f938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ postgres-native-tls = "=0.5.0" prometheus = { version = "=0.13.4", default-features = false } quick-xml = "=0.36.2" rand = "=0.8.5" -reqwest = { version = "=0.12.7", features = ["blocking", "gzip", "json"] } +reqwest = { version = "=0.12.8", features = ["blocking", "gzip", "json"] } rss = { version = "=2.0.9", default-features = false, features = ["atom"] } scheduled-thread-pool = "=0.2.7" secrecy = "=0.10.2" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index ba0abf36d99..ba00e72d334 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.89" async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } -reqwest = { version = "=0.12.7", features = ["json"] } +reqwest = { version = "=0.12.8", features = ["json"] } serde = { version = "=1.0.210", features = ["derive"] } thiserror = "=1.0.64" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 670b28ccd41..fc1b36949a9 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.89" bytes = "=1.7.2" clap = { version = "=4.5.18", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -reqwest = { version = "=0.12.7", features = ["gzip", "json"] } +reqwest = { version = "=0.12.8", features = ["gzip", "json"] } secrecy = "=0.10.2" semver = { version = "=1.0.23", features = ["serde"] } serde = { version = "=1.0.210", features = ["derive"] }