From 3caf1e3cdd1a41bc9b4c038f61db9491fda69dee Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:25:54 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8ae8ab..a472fb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.94" axum = "0.7.9" regex = "1.11.1" -reqwest = { version = "0.12.12", features = ["json"] } +reqwest = { version = "0.13.0", features = ["json"] } serde = { version = "1.0.215", features = ["serde_derive"] } serde_json = "1.0.133" serde_yml = "0.0.12"