From ad1fdfb4189f3ee9f0fa32e8f8f8c8addd347ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:02:50 +0000 Subject: [PATCH] Update reqwest requirement from 0.12.24 to 0.13.2 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.24...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 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 e53bb81..b0ecf20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ wasm-bindgen-test = "0.3.55" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] futures-util = "0.3.31" -reqwest = "0.12.24" +reqwest = "0.13.2" tokio = { version = "1.48.0", default-features = false, features = [ "rt-multi-thread", ] }