From 706275951355d23bd7c685bba6ad6b056472cf8d Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:03:47 +0000 Subject: [PATCH] Update Rust crate axum to 0.8.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..1eabeae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.94" -axum = "0.7.9" +axum = "0.8.0" regex = "1.11.1" reqwest = { version = "0.12.12", default-features = false, features = ["json", "native-tls"] } serde = { version = "1.0.215", features = ["serde_derive"] }