From 56dc92753df878faef2f4b283822c04773c70505 Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Fri, 11 Mar 2022 17:56:20 -0800 Subject: [PATCH] Update minimum hyper version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfe14bf5d..99dca181b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ encoding_rs = "0.8" futures-core = { version = "0.3.0", default-features = false } futures-util = { version = "0.3.0", default-features = false } http-body = "0.4.0" -hyper = { version = "0.14.5", default-features = false, features = ["tcp", "http1", "http2", "client", "runtime"] } +hyper = { version = "0.14.15", default-features = false, features = ["tcp", "http1", "http2", "client", "runtime"] } h2 = "0.3.10" lazy_static = "1.4" log = "0.4"