From 4223fee3de16fef5d6e61e26673957e25f47e36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 10:34:26 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.21 to 0.12.22 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.21 to 0.12.22. - [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.21...v0.12.22) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4249688..3ac25add3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,9 +3018,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.21" +version = "0.12.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" +checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index be04a4c9e..3a691d797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ oro-common = "0.3.34" oro-package-spec = "0.3.34" parse-changelog = "0.6.12" pathdiff = { version = "0.2.3", features = ["camino"] } -reqwest = { version = "0.12.21", default-features = false } +reqwest = { version = "0.12.22", default-features = false } schemars = "1.0.3" self-replace = "1.5.0" semver = "1.0.26"