From a7dd01c6c6890d0a59f2a2a79c02ea9f7dad1962 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 30 May 2022 12:20:38 +0200 Subject: [PATCH] Upgrade hyper --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de5fd54..2d7d7a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ env_logger = { version = "0.9.0", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.21", features = ["async-await"] } -hyper = { version = "0.14.18", default_features = false, features = [ +hyper = { version = "0.14.19", default_features = false, features = [ "server", "http1", ], optional = true }