diff --git a/Cargo.toml b/Cargo.toml index ec36fd7..d06a194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.79" async-io = "2.3.1" -axum = { version = "0.7.4", features = [ "ws" ] } +axum = { version = "0.7.4", features = [ "http2" ] } axum-macros = "0.4.1" chrono = { version = "0.4.33", features = ["alloc", "std", "now"] } clap = { version = "4.4.18", features = ["derive"] }