From b56c4140cc98af3607aa36364fc7e742f451b5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:03:00 +0000 Subject: [PATCH] deps(deps): Update tonic-build requirement from 0.10 to 0.14 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/commits/v0.14.3) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clients/wraith-redops/operator-client/src-tauri/Cargo.toml | 2 +- clients/wraith-redops/team-server/Cargo.toml | 2 +- crates/wraith-cli/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/wraith-redops/operator-client/src-tauri/Cargo.toml b/clients/wraith-redops/operator-client/src-tauri/Cargo.toml index cfb023fb..84438222 100644 --- a/clients/wraith-redops/operator-client/src-tauri/Cargo.toml +++ b/clients/wraith-redops/operator-client/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" [build-dependencies] tauri-build = { version = "2.2", features = [] } -tonic-build = "0.12" +tonic-build = "0.14" [dependencies] # Tauri 2.x diff --git a/clients/wraith-redops/team-server/Cargo.toml b/clients/wraith-redops/team-server/Cargo.toml index 55e9a1fc..44163241 100644 --- a/clients/wraith-redops/team-server/Cargo.toml +++ b/clients/wraith-redops/team-server/Cargo.toml @@ -70,4 +70,4 @@ tempfile = "3.8" serial_test = "2.0" [build-dependencies] -tonic-build = "0.12" +tonic-build = "0.14" diff --git a/crates/wraith-cli/Cargo.toml b/crates/wraith-cli/Cargo.toml index 9623e044..db56c9ce 100644 --- a/crates/wraith-cli/Cargo.toml +++ b/crates/wraith-cli/Cargo.toml @@ -48,7 +48,7 @@ ratatui = "0.26" crossterm = "0.27" [build-dependencies] -tonic-build = "0.10" +tonic-build = "0.14" [dev-dependencies] tempfile = "3.8"