From 04ec11053feb213285b31e8b89aeccce6075f737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:01:04 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12.15 to 0.13.4 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.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 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 592019f..e822dde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ async-trait = { version = "0.1.80", optional = true } aws-config = { version = "1.1.7", optional = true, default-features = false, features = ["default-https-client", "rt-tokio"] } aws-sdk-kms = { version = "1.15.0", optional = true, default-features = false, features = ["default-https-client", "rt-tokio"] } futures-util = { version = "0.3", optional = true } -reqwest = { version = "0.12.15", optional = true } +reqwest = { version = "0.13.4", optional = true } rustls = { version = "0.23.31", optional = true } [dev-dependencies]