From 82e18ab5cedc8ecfa415f1748eecaa5493ed5664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 08:41:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Rust=20crate=20ax?= =?UTF-8?q?um=20=F0=9F=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a696fb..1849c68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.32" -axum = { version = "0.7.5", features = ["macros"] } +axum = { version = "0.8.0", features = ["macros"] } axum-extra = { version = "0.10.0", features = ["query"] } regex = "1.10.4" itertools = "0.14.0"