From 2a2809b368816e03d70873d6e554621b9154bc1f Mon Sep 17 00:00:00 2001 From: Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:00:36 +0000 Subject: [PATCH] Update Cargo.toml (#1622) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 013cc6e72..d03d3115c 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -69,7 +69,7 @@ prost = {version = "0.12", default-features = false, features = ["std"], optiona async-trait = {version = "0.1.13", optional = true} # transport -h2 = {version = "0.3.17", optional = true} +h2 = {version = "0.3.24", optional = true} hyper = {version = "0.14.26", features = ["full"], optional = true} hyper-timeout = {version = "0.4", optional = true} tokio-stream = "0.1"