From 0a7f8ae2562d2a217f6abdcf46070ffab4e8acf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:44:18 +0000 Subject: [PATCH] chore(deps): 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"] }