From d30fa5a5f57d95d15ef7cd6e96f9631f4567c9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:14:30 +0000 Subject: [PATCH] Bump reqwest from 0.12.20 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.20 to 0.12.24. - [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.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 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..8d47826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,7 +1799,7 @@ dependencies = [ "mime_guess", "openssl", "regex", - "reqwest 0.12.20", + "reqwest 0.12.24", "rpassword", "serde", "serde_json", @@ -2681,9 +2681,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.20" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 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.24", "semver", "serde", "serde_json",