From 07dccdb0b92d527e57b9249d987d3f955522608d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:22:14 +0000 Subject: [PATCH] Bump tonic-build from 0.13.1 to 0.14.3 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.3. - [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.3) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.3 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 e61a0ccc..cc963e3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5455,14 +5455,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.13.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847" +checksum = "27aac809edf60b741e2d7db6367214d078856b8a5bff0087e94ff330fb97b6fc" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", - "prost-types", "quote", "syn", ] @@ -5782,7 +5780,7 @@ dependencies = [ "serde_json", "tokio", "tonic 0.13.1", - "tonic-build 0.13.1", + "tonic-build 0.14.3", ] [[package]] diff --git a/wallguard-common/Cargo.toml b/wallguard-common/Cargo.toml index 4f05625b..3e1c6999 100644 --- a/wallguard-common/Cargo.toml +++ b/wallguard-common/Cargo.toml @@ -17,4 +17,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.3" \ No newline at end of file