From d1a0aa9d4459968feb9957f785d22af9b6bd3957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 04:33:57 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.19 to 0.12.21 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.19 to 0.12.21. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.21 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 8c13285..3f42294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,9 +764,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "reqwest" -version = "0.12.19" +version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119" +checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" dependencies = [ "base64", "bytes", @@ -782,12 +782,10 @@ dependencies = [ "hyper-rustls", "hyper-tls", "hyper-util", - "ipnet", "js-sys", "log", "mime", "native-tls", - "once_cell", "percent-encoding", "pin-project-lite", "rustls-pki-types", diff --git a/Cargo.toml b/Cargo.toml index c07c090..e403e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2024" [dependencies] anyhow = "1.0.98" -reqwest = { version = "0.12.19", optional = true, features = ["blocking"] } +reqwest = { version = "0.12.21", optional = true, features = ["blocking"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" walkdir = { version = "2.5.0", optional = true }