From 2a3e9b2f6fa459b065c5a4ebeab5f447a3515707 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 26 Oct 2021 20:14:08 -0400 Subject: [PATCH] fix(transport): Bump hyper to 0.14.14 (#813) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 45e501d67..f49c07141 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -71,7 +71,7 @@ async-trait = {version = "0.1.13", optional = true} # transport h2 = {version = "0.3", optional = true} -hyper = {version = "0.14.4", features = ["full"], optional = true} +hyper = {version = "0.14.14", features = ["full"], optional = true} hyper-timeout = {version = "0.4", optional = true} tokio = {version = "1.0.1", features = ["net"], optional = true} tokio-stream = "0.1"