From 924cbc75bde88796f402d4a5b268e3e51fd12b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 18:08:52 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12 to 0.13 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.12.0...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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 8392f2c..dd04b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5", features = ["derive"], optional = true } # Async dependencies (optional) tokio = { version = "1.38", features = ["full"], optional = true } -reqwest = { version = "0.12", features = ["json"], optional = true } +reqwest = { version = "0.13", features = ["json"], optional = true } futures = { version = "0.3", optional = true } # Network integration dependencies (optional)