From db3a8d6d2da0887583aa20e9ca68f9c6abc0f3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:22:32 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.20 to 0.12.22 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.22. - [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.20...v0.12.22) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c58bd02..2c9966f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3024,9 +3024,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" dependencies = [ "async-compression", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index b7dd72b..9ef003d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ ordered-float = { version = "5.0.0" } prometheus = "0.13.4" prost = { version = "0.13.5" } regex = "1.11.1" -reqwest = { version = "0.12.20", features = ["json", "native-tls-vendored", "gzip"], default-features = false } +reqwest = { version = "0.12.22", features = ["json", "native-tls-vendored", "gzip"], default-features = false } reqwest-middleware = "0.4.2" rmp-serde = "1.3.0" serde = { version = "1.0.219", features = ["derive"] }