From fe4fabf6c75fb441786c2fb31e642998afca0dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:38:10 +0000 Subject: [PATCH] deps(deps): 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/commits/v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/repos-fix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repos-fix/Cargo.toml b/plugins/repos-fix/Cargo.toml index 0cd15de..5cd4331 100644 --- a/plugins/repos-fix/Cargo.toml +++ b/plugins/repos-fix/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } colored = "2.1" -reqwest = { version = "0.12", features = ["json", "blocking"] } +reqwest = { version = "0.13", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.0", features = ["full"] }