Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate prost to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2022
1 parent 2cb32eb commit 8690250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dialoguer = "0.10.1"
futures = "0.3.21"
human-panic = "1.0.3"
log = "0.4.17"
prost = "0.10.3"
prost = "0.11.0"
simple_logger = "2.1.0"
spinners = "3.1.0"
tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros", "time", "sync", "process"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
futures = "0.3.21"
mongodb = "2.2.1"
once_cell = "1.11.0"
prost = "0.10.3"
prost = "0.11.0"
serde = { version = "1.0.137", features = ["derive"] }
snafu = "0.7.1"
tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 8690250

Please sign in to comment.