From c5fb466ce1614c7f83d5a3e745485bf46e8115ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:43:42 +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.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 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 f480ffa..c4462d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ redis = { version = "0.27", features = ["tokio-comp"], optional = true } # features (see [features] below); `use_pem` is always required for PEM key # parsing and is therefore enabled unconditionally. jsonwebtoken = { version = "10", default-features = false, features = ["use_pem"] } -reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] } +reqwest = { version = "0.13", default-features = false, features = ["rustls-tls", "json"] } globset = "0.4" base64 = "0.22" sha2 = "0.11"