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"