From 576043e78d9c0759dec256fd4a1fecabc08c9b2f Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sat, 10 Feb 2024 11:11:47 -0600 Subject: [PATCH] maint: don't need ws but we should enable http2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }