diff --git a/Cargo.toml b/Cargo.toml index 75cba02..25be1a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ lto = "thin" [dependencies] axum = { version = "0.8.4", default-features = false, features = [ - "http1", + "http2", "multipart", "tokio", "tower-log",