From f505e8a5b1d7085b7d40fdd6cd028cb66146f2b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 02:56:49 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.12.9 to 0.13.3 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.9...v0.13.3) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcdf7cb..53523c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hex = "0.4.3" http-body-util = "0.1.2" jsonwebtoken = { version = "10", features = ["rust_crypto"] } rand = "0.8.5" -reqwest = { version = "0.12.9", features = ["blocking"] } +reqwest = { version = "0.13.3", features = ["blocking"] } rustls = "0.23.20" serde = { version = "1.0.216", features = ["derive"] } sysinfo = { version = "0.35.2", features = ["serde"] } @@ -36,7 +36,7 @@ tracing = "0.1.41" tracing-subscriber = "0.3.19" [dev-dependencies] -reqwest = { version = "0.12.9", features = ["blocking", "multipart"] } +reqwest = { version = "0.13.3", features = ["blocking", "multipart"] } jsonwebtoken = { version = "10", features = ["rust_crypto"] } tokio = { version = "1.42.0", features = ["rt", "rt-multi-thread", "macros", "time", "process"] } tempfile = "3.14.0"