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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent bd3f60d commit 2a7b1b0
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.3"
futures = "0.3.27"
human-panic = "1.1.3"
log = "0.4.17"
prost = "0.10.3"
prost = "0.12.0"
simple_logger = "4.0.0"
spinners = "3.1.0"
tokio = { version = "1.26.0", 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.27"
mongodb = "2.4.0"
once_cell = "1.17.1"
prost = "0.10.3"
prost = "0.12.0"
serde = { version = "1.0.156", features = ["derive"] }
snafu = "0.7.4"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 2a7b1b0

Please sign in to comment.