From 714e5e264e12985cdb608437f51343cd05ff331c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 17:28:26 +0000 Subject: [PATCH] Update Rust crate axum to 0.8.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..efafd2f 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", features = ["json"] } serde = { version = "1.0.215", features = ["serde_derive"] }