From 974022c23e261e8f53b7529bdfead08fd4954c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:04:44 +0000 Subject: [PATCH] deps(deps): Update prost requirement from 0.12 to 0.14 Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/commits/v0.14.3) --- updated-dependencies: - dependency-name: prost 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..7b987f76 100644 --- a/clients/wraith-redops/operator-client/src-tauri/Cargo.toml +++ b/clients/wraith-redops/operator-client/src-tauri/Cargo.toml @@ -34,7 +34,7 @@ serde_json = "1.0" # gRPC tonic = "0.12" -prost = "0.13" +prost = "0.14" prost-types = "0.13" # Async runtime diff --git a/clients/wraith-redops/team-server/Cargo.toml b/clients/wraith-redops/team-server/Cargo.toml index 55e9a1fc..4f141ba2 100644 --- a/clients/wraith-redops/team-server/Cargo.toml +++ b/clients/wraith-redops/team-server/Cargo.toml @@ -20,7 +20,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"] } # gRPC tonic = "0.12" -prost = "0.13" +prost = "0.14" prost-types = "0.13" # Database - sqlx umbrella uses only features that don't reference sqlx-sqlite diff --git a/crates/wraith-cli/Cargo.toml b/crates/wraith-cli/Cargo.toml index 9623e044..85b9c8ee 100644 --- a/crates/wraith-cli/Cargo.toml +++ b/crates/wraith-cli/Cargo.toml @@ -41,7 +41,7 @@ url = "2.5" # RedOps TUI & gRPC tonic = "0.10" -prost = "0.12" +prost = "0.14" prost-types = "0.12" tokio-stream = "0.1" ratatui = "0.26"