From c25ae9931633dbbd5b5264976ee5927bc3981d0c Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 12 Sep 2023 09:41:38 -0400 Subject: [PATCH] chore: Force min versions of hyper and tokio-rustls (#1513) --- tonic/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 7456b6556..70932dfad 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -69,7 +69,7 @@ async-trait = {version = "0.1.13", optional = true} # transport h2 = {version = "0.3.17", optional = true} -hyper = {version = "0.14.14", features = ["full"], optional = true} +hyper = {version = "0.14.26", features = ["full"], optional = true} hyper-timeout = {version = "0.4", optional = true} tokio-stream = "0.1" tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true} @@ -79,7 +79,7 @@ axum = {version = "0.6.9", default_features = false, optional = true} async-stream = { version = "0.3", optional = true } rustls-pemfile = { version = "1.0", optional = true } rustls-native-certs = { version = "0.6.3", optional = true } -tokio-rustls = { version = "0.24", optional = true } +tokio-rustls = { version = "0.24.1", optional = true } webpki-roots = { version = "0.25.0", optional = true } # compression