From 7634082bf6a05731fd311b71e5abcf3c56be5a7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:51:02 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.12.0 --- Cargo.toml | 2 +- tailcall-upstream-grpc/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 199d15005d..54f74ffb7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,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..554bc8855a 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -10,8 +10,8 @@ publish = false hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] } headers = { workspace = true } -tonic = "0.11.0" -tonic-reflection = "0.11.0" +tonic = "0.12.0" +tonic-reflection = "0.12.0" prost = "0.12.4" prost-types = "0.12.4" tower = "0.4.13" @@ -37,5 +37,5 @@ http = { workspace = true } [build-dependencies] protoc-bin-vendored = "3.0.0" -tonic-build = "0.11.0" +tonic-build = "0.12.0" tailcall-fixtures = { path = "../tailcall-fixtures" }