From 8f37c7180adef472fefd039a7070ff092439520c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 23 Dec 2020 22:19:17 +0100 Subject: [PATCH] hyper 14.0.0 is borked, require at least 14.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e5402c..986c579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ derivative = "2.1.1" dnsstamps = "0.1.4" env_logger = { version = "0.8.1", default-features = false, features = ["humantime"] } futures = { version = "0.3.8", features = ["async-await"] } -hyper = { version = "0.14.0", default_features = false, features = ["server", "http1"], optional = true } +hyper = { version = "0.14.1", default_features = false, features = ["server", "http1"], optional = true } ipext = "0.1.0" jemallocator = "0.3.2" libsodium-sys-stable= "1.19.12"