From 50ddef608065bb66bd2d3ebb2f38f7d8077243c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:46:12 +0000 Subject: [PATCH] Bump tonic-build from 0.13.1 to 0.14.2 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.2) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++----- wallguard-common/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34ae2b56..b7591333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5455,14 +5455,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.13.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847" +checksum = "4c40aaccc9f9eccf2cd82ebc111adc13030d23e887244bc9cfa5d1d636049de3" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", - "prost-types", "quote", "syn", ] @@ -5777,7 +5775,7 @@ dependencies = [ "serde_json", "tokio", "tonic 0.13.1", - "tonic-build 0.13.1", + "tonic-build 0.14.2", ] [[package]] diff --git a/wallguard-common/Cargo.toml b/wallguard-common/Cargo.toml index abe32bd4..06c331c7 100644 --- a/wallguard-common/Cargo.toml +++ b/wallguard-common/Cargo.toml @@ -16,4 +16,4 @@ get_if_addrs = "0.5.3" pnet = "0.35.0" [build-dependencies] -tonic-build = "0.13.1" \ No newline at end of file +tonic-build = "0.14.2" \ No newline at end of file