From 0da369da05b33af623209360ed590bdd10c94039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:46:50 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.25 --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- crates/crates_io_docs_rs/Cargo.toml | 2 +- crates/crates_io_fastly/Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_pagerduty/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_team_repo/Cargo.toml | 2 +- crates/crates_io_trustpub/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e54f03845f..65a9a224402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5226,11 +5226,10 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" dependencies = [ - "async-compression", "base64 0.22.1", "bytes", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 93ada313e18..79e373ab3ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ paste = "=1.0.15" postgres-native-tls = "=0.5.2" prometheus = { version = "=0.14.0", default-features = false } rand = "=0.9.2" -reqwest = { version = "=0.12.24", features = ["gzip", "json"] } +reqwest = { version = "=0.12.25", features = ["gzip", "json"] } rss = { version = "=2.0.12", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.27", features = ["serde"] } diff --git a/crates/crates_io_docs_rs/Cargo.toml b/crates/crates_io_docs_rs/Cargo.toml index 008f52c8952..f7790feb1dd 100644 --- a/crates/crates_io_docs_rs/Cargo.toml +++ b/crates/crates_io_docs_rs/Cargo.toml @@ -17,7 +17,7 @@ crates_io_env_vars = { path = "../crates_io_env_vars" } crates_io_version = { path = "../crates_io_version" } http = "=1.4.0" mockall = { version = "=0.14.0", optional = true } -reqwest = { version = "=0.12.24", features = ["json"] } +reqwest = { version = "=0.12.25", features = ["json"] } serde = { version = "=1.0.228", features = ["derive"] } thiserror = "=2.0.17" tracing = "=0.1.43" diff --git a/crates/crates_io_fastly/Cargo.toml b/crates/crates_io_fastly/Cargo.toml index e7cf326e1cd..f56f2079b59 100644 --- a/crates/crates_io_fastly/Cargo.toml +++ b/crates/crates_io_fastly/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] crates_io_version = { path = "../crates_io_version" } -reqwest = { version = "=0.12.24", features = ["json"] } +reqwest = { version = "=0.12.25", features = ["json"] } secrecy = "=0.10.3" thiserror = "=2.0.17" tracing = "=0.1.43" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 1a9b1384ff1..d4462f3d279 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.100" async-trait = "=0.1.89" mockall = { version = "=0.14.0", optional = true } oauth2 = { version = "=5.0.0", default-features = false } -reqwest = { version = "=0.12.24", features = ["json"] } +reqwest = { version = "=0.12.25", features = ["json"] } serde = { version = "=1.0.228", features = ["derive"] } thiserror = "=2.0.17" tracing = "=0.1.43" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index ce227b16d00..0b0b82d3ee6 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -10,7 +10,7 @@ workspace = true [dependencies] anyhow = "=1.0.100" crates_io_version = { path = "../crates_io_version" } -reqwest = { version = "=0.12.24", features = ["gzip", "json"] } +reqwest = { version = "=0.12.25", features = ["gzip", "json"] } secrecy = "=0.10.3" serde = { version = "=1.0.228", features = ["derive"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 5628b67942c..5e1792a7bc8 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -13,7 +13,7 @@ bytes = "=1.11.0" clap = { version = "=4.5.53", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } rand = "=0.9.2" -reqwest = { version = "=0.12.24", features = ["gzip", "json"] } +reqwest = { version = "=0.12.25", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.27", features = ["serde"] } serde = { version = "=1.0.228", features = ["derive"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index edb6070afff..21996a9ce27 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -14,7 +14,7 @@ mock = ["mockall"] anyhow = "=1.0.100" async-trait = "=0.1.89" mockall = { version = "=0.14.0", optional = true } -reqwest = { version = "=0.12.24", features = ["gzip", "json"] } +reqwest = { version = "=0.12.25", features = ["gzip", "json"] } serde = { version = "=1.0.228", features = ["derive"] } [dev-dependencies] diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index 589f3dfbfb8..8a022746b66 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -19,7 +19,7 @@ crates_io_version = { path = "../crates_io_version" } jsonwebtoken = { version = "=10.2.0", features = ["aws_lc_rs"] } mockall = { version = "=0.14.0", optional = true } rand = "=0.9.2" -reqwest = { version = "=0.12.24", features = ["gzip", "json"] } +reqwest = { version = "=0.12.25", features = ["gzip", "json"] } regex = "=1.12.2" secrecy = "=0.10.3" serde = { version = "=1.0.228", features = ["derive"] }