From 36295b55f7f255473d091f0f1f51a33e4b839281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:13:59 +0000 Subject: [PATCH] Bump reqwest from 0.12.19 to 0.12.24 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.19 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.19...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 | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d7f1aa..0a41628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,9 +1218,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.19" +version = "0.12.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119" +checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" dependencies = [ "base64", "bytes", @@ -1236,12 +1236,10 @@ dependencies = [ "hyper-rustls", "hyper-tls", "hyper-util", - "ipnet", "js-sys", "log", "mime", "native-tls", - "once_cell", "percent-encoding", "pin-project-lite", "quinn", diff --git a/Cargo.toml b/Cargo.toml index 81dc2e0..fa1b157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "4.5.39", features = ["derive"] } crates_io_api = "0.11.0" flate2 = "1.1.1" indicatif = "0.17.11" -reqwest = { version = "0.12.19", features = ["blocking", "rustls-tls"] } +reqwest = { version = "0.12.24", features = ["blocking", "rustls-tls"] } tar = "0.4.44" tempfile = "3.20.0" tokio = { version = "1.45.1", features = ["full"] }