From db65814c6bf9791d1a16e18ad89038d64230a69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:07:37 +0000 Subject: [PATCH] deps(deps): Update prost-types requirement from 0.12 to 0.14 Updates the requirements on [prost-types](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-types 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..f7812770 100644 --- a/clients/wraith-redops/operator-client/src-tauri/Cargo.toml +++ b/clients/wraith-redops/operator-client/src-tauri/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0" # gRPC tonic = "0.12" prost = "0.13" -prost-types = "0.13" +prost-types = "0.14" # Async runtime tokio = { version = "1", features = ["full"] } diff --git a/clients/wraith-redops/team-server/Cargo.toml b/clients/wraith-redops/team-server/Cargo.toml index 55e9a1fc..b40c914c 100644 --- a/clients/wraith-redops/team-server/Cargo.toml +++ b/clients/wraith-redops/team-server/Cargo.toml @@ -21,7 +21,7 @@ tower-http = { version = "0.6", features = ["cors", "trace"] } # gRPC tonic = "0.12" prost = "0.13" -prost-types = "0.13" +prost-types = "0.14" # Database - sqlx umbrella uses only features that don't reference sqlx-sqlite # (avoids libsqlite3-sys links conflict with rusqlite in workspace) diff --git a/crates/wraith-cli/Cargo.toml b/crates/wraith-cli/Cargo.toml index 9623e044..f9f23304 100644 --- a/crates/wraith-cli/Cargo.toml +++ b/crates/wraith-cli/Cargo.toml @@ -42,7 +42,7 @@ url = "2.5" # RedOps TUI & gRPC tonic = "0.10" prost = "0.12" -prost-types = "0.12" +prost-types = "0.14" tokio-stream = "0.1" ratatui = "0.26" crossterm = "0.27"