From 616b0005d00901ddb15b325df8ce3491ff9bd367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:31:59 -0800 Subject: [PATCH] build(deps): update tonic requirement from 0.10.2 to 0.11.0 (#523) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron Kuris --- grpc-testtool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-testtool/Cargo.toml b/grpc-testtool/Cargo.toml index e14c73bb2..752761c68 100644 --- a/grpc-testtool/Cargo.toml +++ b/grpc-testtool/Cargo.toml @@ -20,7 +20,7 @@ firewood = { version = "0.0.4", path = "../firewood" } prost = "0.12.3" thiserror = "1.0.56" tokio = { version = "1.36.0", features = ["sync", "rt-multi-thread"] } -tonic = { version = "0.10.2", features = ["tls"] } +tonic = { version = "0.11.0", features = ["tls"] } tracing = { version = "0.1.40" } clap = { version = "4.4.18", features = ["derive"] } tempdir = "0.3.7"