From 95016230c7a8f01629ac7b2bfb0a5097610d728f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:34:13 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.12.0 --- client/Cargo.toml | 4 ++-- dtrd/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 8d69f54..b8a83a0 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -25,10 +25,10 @@ resolver = "2" [dependencies] log = "0.4.21" -tonic = "0.11.0" +tonic = "0.12.0" prost = "0.12.4" futures-util = "0.3.30" maybe-async = "0.2.10" [build-dependencies] -tonic-build = "0.11.0" \ No newline at end of file +tonic-build = "0.12.0" \ No newline at end of file diff --git a/dtrd/Cargo.toml b/dtrd/Cargo.toml index 5464812..dd941ed 100644 --- a/dtrd/Cargo.toml +++ b/dtrd/Cargo.toml @@ -26,7 +26,7 @@ edition = "2021" bp7 = {path = "../bp7"} tcpcl = {path = "../tcpcl"} log = "0.4.21" -tonic = "0.11.0" +tonic = "0.12.0" prost = "0.12.4" tokio = { version = "1.37.0", features = ["full", "tracing"] } tokio-stream = "0.1.15" @@ -42,4 +42,4 @@ async-stream = "0.3.5" url = "2.5.0" [build-dependencies] -tonic-build = "0.11.0" +tonic-build = "0.12.0"