From 905c97e604f21a6920efee84c9db6beeb4eb979d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 18:52:56 +0000 Subject: [PATCH] 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.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 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 a2af83a..d6eba1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ simple_logger = { version = "5.2", features = ["timestamps", "colors", "stderr"] http = "1.4" indoc = "2.0" log = "0.4" -reqwest = { version = "0.12", features = ["json", "gzip", "multipart", "native-tls-vendored"] } +reqwest = { version = "0.13", features = ["json", "gzip", "multipart", "native-tls-vendored"] } serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" url = { version = "2.5", features = ["serde"] }