From 38616f32bebde3502eca1ca1a0597c93682f67bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:48:48 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.12.0 --- Cargo.toml | 4 ++-- tailcall-upstream-grpc/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f8f28aa82..2f2ea95ff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,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 = [ @@ -152,7 +152,7 @@ rand = "0.8.5" tailcall-macros = { path = "tailcall-macros" } tailcall-tracker = { path = "tailcall-tracker", optional = true } tailcall-typedefs-common = { path = "./tailcall-typedefs-common" } -tonic-types = "0.11.0" +tonic-types = "0.12.0" datatest-stable = "0.2.9" tokio-test = "0.4.4" base64 = "0.22.1" diff --git a/tailcall-upstream-grpc/Cargo.toml b/tailcall-upstream-grpc/Cargo.toml index 48c07cc830..c9acb0b695 100644 --- a/tailcall-upstream-grpc/Cargo.toml +++ b/tailcall-upstream-grpc/Cargo.toml @@ -9,8 +9,8 @@ publish = false [dependencies] hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] } -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" @@ -34,5 +34,5 @@ tracing-subscriber = "0.3.18" [build-dependencies] protoc-bin-vendored = "3.0.0" -tonic-build = "0.11.0" +tonic-build = "0.12.0" tailcall-fixtures = { path = "../tailcall-fixtures" }