From 82ae2d542eb7dad95f001c5bc7c2391cf03be6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:52:51 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12.15 to 0.13.1 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.15...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 7e53b66..4a73040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ async-trait = { version = "0.1.80", optional = true } # AWS aws-config = { version = "1.1.7", optional = true } aws-sdk-kms = { version = "1.15.0", optional = true } -reqwest = { version = "0.12.15", optional = true } +reqwest = { version = "0.13.1", optional = true } rustls = { version = "0.23.31", optional = true } [dev-dependencies]