From f37ca1e1bec0b4167c0b53e544540cb88d247c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:29:39 +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 8b2aa26..c21fae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ qrcode = "0.12" image = "0.24" # HTTP client -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "multipart", "rustls-tls"] } # Cache redis = { version = "0.25", features = ["tokio-comp", "connection-manager"] }