From 238694b6b6ed2f53c50239bd6fefba5e798df35d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:06:55 +0000 Subject: [PATCH] cargo(deps): bump reqwest from 0.13.4 to 0.13.5 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.4 to 0.13.5. - [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.4...v0.13.5) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index deaf753..871c953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2431,11 +2431,11 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" +checksum = "16a1cfa75cc186dd73d5818e510e042e40927bccc9c236b061cea97e1eb08029" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "bytes", "encoding_rs", "futures-core", @@ -2663,7 +2663,7 @@ dependencies = [ "moka", "rand 0.10.2", "regex", - "reqwest 0.13.4", + "reqwest 0.13.5", "rust-embed", "rustmail_types", "serde",