From f982e43b92cf691ec1d67c714399a1158c82bb0f Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Tue, 29 Dec 2020 11:06:45 +0300 Subject: [PATCH] bump hyper --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 404292c..716c48e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ license = "ISC" [dependencies] anyhow = "1.0" hex = "0.4" -hyper = { version = "0.14", features = ["client", "server", "http1"] } +hyper = { version = "0.14.2", features = ["client", "server"] } pin-project = "1.0" tokio = { version = "1.0", features = ["net"] } [dev-dependencies] futures-util = "0.3" -hyper = { version = "0.14", features = ["runtime", "stream"] } +hyper = { version = "0.14", features = ["runtime", "stream", "http1"] } tokio = { version = "1.0", features = ["rt-multi-thread"] }