From 575b7c897d82941572b44efa5067cedf1dcc403c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 16:17:10 +0000 Subject: [PATCH] Bump reqwest from 0.13.3 to 0.13.4 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.3 to 0.13.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.13.3...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 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 1c054b16..a8ecbc89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,9 +1249,9 @@ checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" [[package]] name = "reqwest" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e0021ea2c22aed41653bc7e1419abb2c97e038ff2c33d0e1309e49a97deec0" +checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 69f281e1..462ad7b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ no-panic = { version = "0.1.36", default-features = false, optional = true } [dev-dependencies] proptest = { version = "1.11.0" } rand = { version = "0.9.2" } -reqwest = { version = "0.13.2", features = ["blocking"] } +reqwest = { version = "0.13.4", features = ["blocking"] } tempfile = "3.27.0" test-strategy = { version = "0.4.5" }