From 3a1964f54fe105b4ae73ce742e0161a4d20b1c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:57:32 +0000 Subject: [PATCH] Bump reqwest from 0.12.20 to 0.12.23 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.23. - [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.23) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.23 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 44c2786..77986dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,7 +1799,7 @@ dependencies = [ "mime_guess", "openssl", "regex", - "reqwest 0.12.20", + "reqwest 0.12.23", "rpassword", "serde", "serde_json", @@ -2681,9 +2681,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" dependencies = [ "base64 0.22.1", "bytes", @@ -3736,7 +3736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "53813bf5d5f0d8430794f8cc48e99521cc9e298066958d16383ccb8b39d182a7" dependencies = [ "etcetera", - "reqwest 0.12.20", + "reqwest 0.12.23", "semver", "serde", "serde_json",