From fd39ea35e750be13b5936aad587c1e6e54c5c177 Mon Sep 17 00:00:00 2001 From: Mateusz Jasiuk Date: Mon, 18 Nov 2024 14:50:32 +0100 Subject: [PATCH] feat: http2 support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 150aa90..29b6570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.1.0" [workspace.dependencies] anyhow = "1.0.75" -axum = { version = "0.6.20", features = [ "tower-log" ] } +axum = { version = "0.6.20", features = [ "tower-log", "http2" ] } axum-macros = "0.3.8" axum-trace-id = "0.1.0" bincode = "1.3.3"