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"