From f41c41c23b9d3bce39bd675a9c9e07c98ca33005 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:13:54 +0000 Subject: [PATCH] fix(deps): update rust crate tonic to 0.12.0 [security] --- Cargo.toml | 2 +- tailcall-upstream-grpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c9ef63b53..30ca556075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ tracing-subscriber = { version = "0.3.18", features = [ tracing-opentelemetry = "0.24.0" getrandom = { version = "0.2.14", features = ["js"] } prometheus = "0.13.4" -tonic = { version = "0.11.0", default-features = false } +tonic = { version = "0.12.0", default-features = false } opentelemetry-semantic-conventions = "0.15.0" opentelemetry = { version = "0.23.0", features = ["trace", "logs", "metrics"] } opentelemetry_sdk = { version = "0.23.0", features = [ diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 97b6b4ecb5..677ff4ffde 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -10,7 +10,7 @@ publish = false hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] } headers = { workspace = true } -tonic = "0.11.0" +tonic = "0.12.0" tonic-reflection = "0.11.0" prost = "0.12.4" prost-types = "0.12.4"