From 7bfac341b1d2a8063dbb58ea7374443dfa8dbf67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:40:41 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.9 to 0.12.12 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.9 to 0.12.12. - [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.9...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a440df84..dddf09228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4070,7 +4070,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "tracing", "urlencoding", @@ -4982,9 +4982,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", @@ -5017,6 +5017,7 @@ dependencies = [ "tokio", "tokio-rustls", "tokio-socks", + "tower", "tower-service", "url", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 697a99cad..0cdfb66aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -232,7 +232,7 @@ version = "0.8.5" # High-level HTTP client [workspace.dependencies.reqwest] -version = "0.12.9" +version = "0.12.12" default-features = false features = ["http2", "rustls-tls-manual-roots", "charset", "json", "socks"]