diff --git a/Cargo.lock b/Cargo.lock index 032fdaf7..8ffd2fbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2049,7 +2049,7 @@ dependencies = [ "testcontainers-modules", "thiserror", "tokio", - "tonic 0.8.3", + "tonic 0.11.0", "tower", "tower-http", "tracing", @@ -4017,7 +4017,10 @@ dependencies = [ "percent-encoding", "pin-project", "prost 0.12.4", + "rustls-pemfile 2.1.2", + "rustls-pki-types", "tokio", + "tokio-rustls 0.25.0", "tokio-stream", "tower", "tower-layer", diff --git a/Cargo.toml b/Cargo.toml index 0a3de7f2..83cc9f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ testcontainers = "0.15.0" testcontainers-modules = "0.3.6" thiserror = "1.0.56" tokio = "1.37.0" -tonic = "0.8" +tonic = "0.11" tower = "0.4.13" tower-http = "0.5.0" tracing = "0.1.40"