From dbd7c63a9906594b293d48d936b7da70452d287e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:05:57 +0000 Subject: [PATCH] chore(deps): update rust crate axum to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f57b0e0..51593ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bytes = "1.5.0" tokio = "1" tokio-util = { version = "0.7", features = ["codec"] } tokio-tungstenite = { version = "0.21" } -axum = { version = "0.6", default-features = false } +axum = { version = "0.7", default-features = false } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"]} tracing = "0.1"