From a7384049bac1e25ca7a0469069b137d6a5ae4c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:06:50 +0000 Subject: [PATCH] Bump reqwest from 0.12.3 to 0.12.4 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tools/benchmarks/Cargo.toml | 2 +- wholesym/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebe4a16a..b58c2608 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,9 +1518,9 @@ checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" [[package]] name = "reqwest" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ "async-compression", "base64", diff --git a/tools/benchmarks/Cargo.toml b/tools/benchmarks/Cargo.toml index 438aef6e..a2497c2e 100644 --- a/tools/benchmarks/Cargo.toml +++ b/tools/benchmarks/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] dump-table = { path = "../dump_table" } query-api = { path = "../query_api" } -reqwest = { version = "0.12.2", default-features = false, features = [ +reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls", "gzip", "blocking" diff --git a/wholesym/Cargo.toml b/wholesym/Cargo.toml index 3482c0da..f5788d45 100644 --- a/wholesym/Cargo.toml +++ b/wholesym/Cargo.toml @@ -26,7 +26,7 @@ yoke = "0.7" yoke-derive = "0.7" libc = "0.2.71" uuid = "1" -reqwest = { version = "0.12.2", default-features = false, features = [ +reqwest = { version = "0.12.4", default-features = false, features = [ "rustls-tls", "stream", "gzip",