From 5ba87a975c010159534eba7f43b348c13c35750d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:28:14 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.0 to 0.12.26 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.11.0...v0.12.26) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 302e9ee..626f8a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ chrono = "0.4.19" hex = "0.4.2" net2 = "0.2.35" regex = "1.4.2" -reqwest = { version = "0.11.0", features = ["blocking"] } +reqwest = { version = "0.12.26", features = ["blocking"] } serde = { version = "1.0.117", features = ["derive"] } serde_cbor = "0.11.1" serde_json = "1.0.59"