From 90f6a6a82fb24c61fd19643d383ea7c8415f558a Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:50:08 +0200 Subject: [PATCH] h2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",