From f252f44c4978966740004fbc2318b1f722bdb4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:26:34 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.22 to 0.12.26 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.22 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.22...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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f200dd..9c062ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,9 +906,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.22" +version = "0.12.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" +checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" dependencies = [ "base64", "bytes", @@ -1325,9 +1325,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/Cargo.toml b/Cargo.toml index c31ba99..ee113bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,6 @@ todo = "warn" # Don't ship TODOs [dependencies] dotenvy = "0.15.7" clap = { version = "4.5.41", features = ["derive"] } -reqwest = { version = "0.12.22", features = ["json"] } +reqwest = { version = "0.12.26", features = ["json"] } serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.46.1", features = ["full"] }