From 13b058f7825b667856c4d895026c0fca387d81d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 14:53:46 +0000 Subject: [PATCH] chore(deps): Update reqwest requirement from 0.12.23 to 0.13.2 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.23...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 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 c898edd..dfb5c10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ hyper = { version = "1.7", features = ["http1", "server"] } hyper-util = { version = "0.1", features = ["server", "http1", "tokio"] } http-body-util = "0.1" bytes = "1" -reqwest = { version = "0.12.23", features = ["json"] } +reqwest = { version = "0.13.2", features = ["json"] } lazy_static = "1.4" async-trait = "0.1" once_cell = "1.19"