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"