From c981cc28205d874b8d22a5be29c5437d3589914a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:24:03 +0000 Subject: [PATCH] chore(deps): update reqwest requirement Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `reqwest` to 0.13.4 - [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.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production dependency-group: web-ui ... Signed-off-by: dependabot[bot] --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index 0d68df39..ab06e4ce 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0" serde_yaml = "0.9" # HTTP client -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } urlencoding = "2.1" # Error handling