maint: don't need ws but we should enable http2

This commit is contained in:
Jeremy Wall 2024-02-10 11:11:47 -06:00
parent a725e39140
commit 576043e78d

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies] [dependencies]
anyhow = "1.0.79" anyhow = "1.0.79"
async-io = "2.3.1" async-io = "2.3.1"
axum = { version = "0.7.4", features = [ "ws" ] } axum = { version = "0.7.4", features = [ "http2" ] }
axum-macros = "0.4.1" axum-macros = "0.4.1"
chrono = { version = "0.4.33", features = ["alloc", "std", "now"] } chrono = { version = "0.4.33", features = ["alloc", "std", "now"] }
clap = { version = "4.4.18", features = ["derive"] } clap = { version = "4.4.18", features = ["derive"] }