From 7f626f862316bffab37510d70b43a05269ff9029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:21:04 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.12.24 to 0.12.26 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.24 to 0.12.26. - [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.24...v0.12.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- ferriby/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a4fc17..930c8ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1477,9 +1477,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.24" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64 0.22.1", "bytes", @@ -1938,7 +1938,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.0.7", - "windows-sys 0.60.2", + "windows-sys 0.61.1", ] [[package]] @@ -2098,9 +2098,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "bitflags", "bytes", diff --git a/ferriby/Cargo.toml b/ferriby/Cargo.toml index 29bc473..cd6b13f 100644 --- a/ferriby/Cargo.toml +++ b/ferriby/Cargo.toml @@ -18,6 +18,6 @@ git2 = "0.20.2" http = "1.3.1" ratatui = "0.29.0" regex = "1.12.2" -reqwest = "0.12.24" +reqwest = "0.12.26" tempfile = "3.23.0" tokio = { version = "1.48.0", features = ["full"] }