From 0f09b87a609756743bd575eefbc193fd48121dc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:35:33 +0000 Subject: [PATCH] Update Rust crate axum to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8ad996..926f625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ http = { version = "1", optional = true } serde = { version = "1", features = ["derive"] } [dev-dependencies] -axum = { version = "0.7", default-features = false, features = ["query"] } +axum = { version = "0.8", default-features = false, features = ["query"] } serde_json = "1" serde_urlencoded = "0.7" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }