Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/wraith-redops/operator-client/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0"

# gRPC
tonic = "0.12"
prost = "0.13"
prost = "0.14"
prost-types = "0.13"

# Async runtime
Expand Down
2 changes: 1 addition & 1 deletion clients/wraith-redops/team-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/wraith-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading