From b2d805a78658e54a5d9ca059d36f41cdbf66ee5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:09:15 +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] --- central/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central/Cargo.toml b/central/Cargo.toml index 762d4ee..92bb3b7 100644 --- a/central/Cargo.toml +++ b/central/Cargo.toml @@ -14,7 +14,7 @@ serde = { workspace = true } futures = { workspace = true } serde_json = "1" rand = "0.9" -reqwest = { version = "0.12", default_features = false, features = ["default-tls"] } +reqwest = { version = "0.13", default_features = false, features = ["default-tls"] } anyhow = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true }