From 79aa15666abcca204138437ce72d43c90de2c49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:47:50 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.12.3 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.3...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 5be719b..d52ce25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ eventsource-stream = "0.2.3" futures-util = "0.3.31" image = "0.25.1" itertools = "0.14.0" -reqwest = { version = "0.12.3", features = ["json", "stream"] } +reqwest = { version = "0.13.2", features = ["json", "stream"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" thiserror = "2.0.0"