diff --git a/Cargo.lock b/Cargo.lock index 78f1c6c2bfd..c5e7f7c497a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ "quick-xml 0.37.0", "rand", "regex", - "reqwest 0.12.8", + "reqwest 0.12.9", "rss", "secrecy", "semver", @@ -1173,7 +1173,7 @@ dependencies = [ "anyhow", "async-trait", "oauth2", - "reqwest 0.12.8", + "reqwest 0.12.9", "serde", "thiserror", "tracing", @@ -1216,7 +1216,7 @@ dependencies = [ "bytes", "clap", "crates_io_index", - "reqwest 0.12.8", + "reqwest 0.12.9", "secrecy", "semver", "serde", @@ -1256,7 +1256,7 @@ dependencies = [ "anyhow", "async-trait", "mockall", - "reqwest 0.12.8", + "reqwest 0.12.9", "serde", "tokio", ] @@ -3241,7 +3241,7 @@ dependencies = [ "percent-encoding", "quick-xml 0.36.2", "rand", - "reqwest 0.12.8", + "reqwest 0.12.9", "ring", "serde", "serde_json", @@ -3974,9 +3974,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.8" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" +checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "async-compression", "base64 0.22.1", @@ -4316,7 +4316,7 @@ checksum = "5484316556650182f03b43d4c746ce0e3e48074a21e2f51244b648b6542e1066" dependencies = [ "httpdate", "native-tls", - "reqwest 0.12.8", + "reqwest 0.12.9", "sentry-backtrace", "sentry-contexts", "sentry-core", diff --git a/Cargo.toml b/Cargo.toml index d981b1f5157..21597e72572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ postgres-native-tls = "=0.5.0" prometheus = { version = "=0.13.4", default-features = false } quick-xml = "=0.37.0" rand = "=0.8.5" -reqwest = { version = "=0.12.8", features = ["blocking", "gzip", "json"] } +reqwest = { version = "=0.12.9", features = ["blocking", "gzip", "json"] } rss = { version = "=2.0.9", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 036736cf8e2..faa647a565d 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.91" async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } -reqwest = { version = "=0.12.8", features = ["json"] } +reqwest = { version = "=0.12.9", features = ["json"] } serde = { version = "=1.0.214", features = ["derive"] } thiserror = "=1.0.65" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index efc1444eb93..5bebea0da4b 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.91" bytes = "=1.8.0" clap = { version = "=4.5.20", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -reqwest = { version = "=0.12.8", features = ["gzip", "json"] } +reqwest = { version = "=0.12.9", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } serde = { version = "=1.0.214", features = ["derive"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index fe0d24f616a..ca9b71e7102 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.91" async-trait = "=0.1.83" mockall = "=0.13.0" -reqwest = { version = "=0.12.8", features = ["gzip", "json"] } +reqwest = { version = "=0.12.9", features = ["gzip", "json"] } serde = { version = "=1.0.214", features = ["derive"] } [dev-dependencies]