From 5e89ea121f2834babf9de870febf6a86a5032670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:12:07 +0000 Subject: [PATCH] deps(deps): update reqwest requirement from 0.11 to 0.12 --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/repos-health/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repos-health/Cargo.toml b/plugins/repos-health/Cargo.toml index 60e743c..2d72783 100644 --- a/plugins/repos-health/Cargo.toml +++ b/plugins/repos-health/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" chrono = { version = "0.4", features = ["serde"] } tokio = { version = "1", features = ["full"] } -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } [dependencies.repos] path = "../.."