From 049e9037239bceddfaf44c49a7acc1cb11f10a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 08:13:03 +0000 Subject: [PATCH] Bump tonic-build from 0.13.1 to 0.14.5 Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.5. - [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.5) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.5 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 ccf2297a..dd1ebc57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6204,14 +6204,12 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.13.1" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847" +checksum = "1882ac3bf5ef12877d7ed57aad87e75154c11931c2ba7e6cde5e22d63522c734" dependencies = [ "prettyplease", "proc-macro2", - "prost-build", - "prost-types", "quote", "syn 2.0.117", ] @@ -6556,7 +6554,7 @@ dependencies = [ "serde_json", "tokio", "tonic 0.13.1", - "tonic-build 0.13.1", + "tonic-build 0.14.5", ] [[package]] diff --git a/wallguard-common/Cargo.toml b/wallguard-common/Cargo.toml index 4f05625b..adb72eb6 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.5" \ No newline at end of file