From 2ec89a9c3714ca0d2c01d661bd0dbcc13dad7ca8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:06:15 +0000 Subject: [PATCH] Update Rust crate reqwest to v0.12.1 --- Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22bced55afe..0ab039c62b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ parking_lot = "=0.12.1" paste = "=1.0.14" prometheus = { version = "=0.13.3", default-features = false } rand = "=0.8.5" -reqwest = { version = "=0.11.27", features = ["gzip", "json"] } +reqwest = { version = "=0.12.1", features = ["gzip", "json"] } scheduled-thread-pool = "=0.2.7" secrecy = "=0.8.0" semver = { version = "=1.0.22", features = ["serde"] } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index da0fadb5afc..d0a201d648f 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.81" async-trait = "=0.1.78" oauth2 = { version = "=4.4.2", default-features = false } -reqwest = { version = "=0.11.27", features = ["json"] } +reqwest = { version = "=0.12.1", features = ["json"] } serde = { version = "=1.0.197", features = ["derive"] } thiserror = "=1.0.58" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index bc96cd207c6..502537aa673 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.81" bytes = "=1.5.0" clap = { version = "=4.5.3", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } -reqwest = { version = "=0.11.27", features = ["gzip", "json"] } +reqwest = { version = "=0.12.1", features = ["gzip", "json"] } secrecy = "=0.8.0" semver = { version = "=1.0.22", features = ["serde"] } serde = { version = "=1.0.197", features = ["derive"] }