From a18cc8b3dcdff4d4e9497d0431ee4a4ebea21995 Mon Sep 17 00:00:00 2001 From: Dylan Chen Date: Mon, 19 Aug 2024 16:36:20 +0800 Subject: [PATCH] do not upgrade tonic --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0027b292102e..0bcef68bbe6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5300,7 +5300,7 @@ dependencies = [ "http 0.2.9", "thiserror", "tokio", - "tonic 0.11.0", + "tonic 0.10.2", "tower", "tracing", "trust-dns-resolver 0.23.2", @@ -14265,7 +14265,10 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.1", + "rustls 0.21.11", + "rustls-pemfile 1.0.4", "tokio", + "tokio-rustls 0.24.1", "tokio-stream 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "tower", "tower-layer", @@ -14292,10 +14295,7 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.1", - "rustls-pemfile 2.1.1", - "rustls-pki-types", "tokio", - "tokio-rustls 0.25.0", "tokio-stream 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "tower", "tower-layer",