From 175860f4a929c25bf52d1fff8d255728593e92b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 17:03:17 +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.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 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 1c7e109..aaaef54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ json = ["dep:serde", "dep:serde_json"] futures-util = { version = ">=0.3.31", default-features = false, features = [ "sink", ] } -reqwest = { version = "0.12", default-features = false } +reqwest = { version = "0.13", default-features = false } thiserror = "2" tracing = "0.1" serde = { version = "1.0", default-features = false, optional = true } @@ -62,7 +62,7 @@ tokio = { version = "1", default-features = false, features = [ ] } [dev-dependencies] -reqwest = { version = "0.12", features = ["default-tls"] } +reqwest = { version = "0.13", features = ["default-tls"] } serde = { version = "1.0", features = ["derive"] } futures-util = { version = "0.3", default-features = false, features = [ "sink",