From 0d22bc8d538e4028194d2817e10c67db1fac2a01 Mon Sep 17 00:00:00 2001 From: imbolc Date: Wed, 23 Feb 2022 14:24:28 +0300 Subject: [PATCH] Fix examples --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec7464d..b9b7645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tower-layer = "0.3" tower-service = "0.3" [dev-dependencies] -axum = { version = "0.4", features = ["http2"] } +axum = "0.4" hyper = "0.14" rusty-hook = "0.11" tokio = { version = "1", features = ["full"] }