From 157fdc8075599a0f87707d10774d1150624b8a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:13:23 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.12 --- Cargo.lock | 18 +++++++++--------- 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 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd4d4e43de9..2bdbf63f63c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1104,7 +1104,7 @@ dependencies = [ "prometheus", "rand", "regex", - "reqwest 0.12.11", + "reqwest 0.12.12", "rss", "secrecy", "semver", @@ -1214,7 +1214,7 @@ dependencies = [ "async-trait", "mockall", "oauth2", - "reqwest 0.12.11", + "reqwest 0.12.12", "serde", "thiserror 2.0.9", "tracing", @@ -1255,7 +1255,7 @@ version = "0.0.0" dependencies = [ "anyhow", "clap", - "reqwest 0.12.11", + "reqwest 0.12.12", "secrecy", "serde", "tokio", @@ -1281,7 +1281,7 @@ dependencies = [ "clap", "crates_io_index", "rand", - "reqwest 0.12.11", + "reqwest 0.12.12", "secrecy", "semver", "serde", @@ -1325,7 +1325,7 @@ dependencies = [ "anyhow", "async-trait", "mockall", - "reqwest 0.12.11", + "reqwest 0.12.12", "serde", "tokio", ] @@ -3349,7 +3349,7 @@ dependencies = [ "percent-encoding", "quick-xml", "rand", - "reqwest 0.12.11", + "reqwest 0.12.12", "ring", "serde", "serde_json", @@ -4096,9 +4096,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "async-compression", "base64 0.22.1", @@ -4454,7 +4454,7 @@ checksum = "016958f51b96861dead7c1e02290f138411d05e94fad175c8636a835dee6e51e" dependencies = [ "httpdate", "native-tls", - "reqwest 0.12.11", + "reqwest 0.12.12", "sentry-backtrace", "sentry-contexts", "sentry-core", diff --git a/Cargo.toml b/Cargo.toml index 524e8af3b6c..4372d6d9596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ paste = "=1.0.15" postgres-native-tls = "=0.5.0" prometheus = { version = "=0.13.4", default-features = false } rand = "=0.8.5" -reqwest = { version = "=0.12.11", features = ["gzip", "json"] } +reqwest = { version = "=0.12.12", features = ["gzip", "json"] } rss = { version = "=2.0.11", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.24", features = ["serde"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index f3a70280d2e..bb863c70083 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.95" async-trait = "=0.1.83" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } -reqwest = { version = "=0.12.11", features = ["json"] } +reqwest = { version = "=0.12.12", features = ["json"] } serde = { version = "=1.0.217", features = ["derive"] } thiserror = "=2.0.9" tracing = "=0.1.41" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 9ecd667737c..38259a7eeb1 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] anyhow = "=1.0.95" -reqwest = { version = "=0.12.11", features = ["gzip", "json"] } +reqwest = { version = "=0.12.12", features = ["gzip", "json"] } secrecy = "=0.10.3" serde = { version = "=1.0.217", features = ["derive"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 1b76481ba9a..023686c8b26 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -13,7 +13,7 @@ bytes = "=1.9.0" clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } rand = "=0.8.5" -reqwest = { version = "=0.12.11", features = ["gzip", "json"] } +reqwest = { version = "=0.12.12", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.24", features = ["serde"] } serde = { version = "=1.0.217", features = ["derive"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index c6650ab51f2..d57603f959d 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.95" async-trait = "=0.1.83" mockall = { version = "=0.13.1", optional = true } -reqwest = { version = "=0.12.11", features = ["gzip", "json"] } +reqwest = { version = "=0.12.12", features = ["gzip", "json"] } serde = { version = "=1.0.217", features = ["derive"] } [dev-dependencies]