From b0cb3b06e8d239c107bc2b2cc97a09ee3abbc9d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:26:20 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.14 --- Cargo.lock | 10 +++++----- 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, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9d354e930..868a737b0c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -416,7 +416,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "once_cell", "percent-encoding", @@ -436,7 +436,7 @@ dependencies = [ "aws-smithy-types", "h2 0.4.7", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "hyper 0.14.32", "hyper 1.6.0", @@ -476,7 +476,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "http-body 1.0.1", "once_cell", @@ -4360,9 +4360,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389a89e494bbc88bebf30e23da98742c843863a16a352647716116aa71fae80a" +checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254" dependencies = [ "async-compression", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 15a9ed2ab07..ac7a173c103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ paste = "=1.0.15" postgres-native-tls = "=0.5.1" prometheus = { version = "=0.13.4", default-features = false } rand = "=0.9.0" -reqwest = { version = "=0.12.13", features = ["gzip", "json"] } +reqwest = { version = "=0.12.14", features = ["gzip", "json"] } rss = { version = "=2.0.12", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 7ac279573d3..22a346fb3c5 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.97" async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=5.0.0", default-features = false } -reqwest = { version = "=0.12.13", features = ["json"] } +reqwest = { version = "=0.12.14", features = ["json"] } serde = { version = "=1.0.219", features = ["derive"] } thiserror = "=2.0.12" tracing = "=0.1.41" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index d324b334229..9b130195b83 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.97" -reqwest = { version = "=0.12.13", features = ["gzip", "json"] } +reqwest = { version = "=0.12.14", features = ["gzip", "json"] } secrecy = "=0.10.3" serde = { version = "=1.0.219", features = ["derive"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 00f6aa7e82f..09208a33c17 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -13,7 +13,7 @@ bytes = "=1.10.1" clap = { version = "=4.5.32", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } rand = "=0.9.0" -reqwest = { version = "=0.12.13", features = ["gzip", "json"] } +reqwest = { version = "=0.12.14", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } serde = { version = "=1.0.219", features = ["derive"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 064f1d9e1ac..fc92ef9a24b 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.97" async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } -reqwest = { version = "=0.12.13", features = ["gzip", "json"] } +reqwest = { version = "=0.12.14", features = ["gzip", "json"] } serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies]