From 81cfdcf0b70ba168a40679b2bbd66c41cf186999 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 01:22:14 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 211e65e..ec96509 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", default-features = false, features = ["json", "native-tls"] } +reqwest = { version = "0.13.0", default-features = false, features = ["json", "native-tls"] } serde = { version = "1.0.215", features = ["serde_derive"] } serde_json = "1.0.133" serde_yml = "0.0.12"