Skip to content

Commit

Permalink
fix(deps): update tokio-prost monorepo to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent c94ee2a commit 3be87af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resolver = "2"
[dependencies]
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
prost = "0.13.0"
futures-util = "0.3.30"
maybe-async = "0.2.10"

Expand Down
2 changes: 1 addition & 1 deletion dtrd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bp7 = {path = "../bp7"}
tcpcl = {path = "../tcpcl"}
log = "0.4.21"
tonic = "0.11.0"
prost = "0.12.4"
prost = "0.13.0"
tokio = { version = "1.37.0", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.11"
Expand Down
4 changes: 2 additions & 2 deletions replistore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resolver = "2"
[dependencies]
log = "0.4"
env_logger = "0.10.0"
prost = "0.12.1"
prost = "0.13.0"
dtrd_client = {path = "../client"}
tokio = { version = "1.34.0", features = ["full", "tracing"] }
futures-util = "0.3.28"
Expand Down Expand Up @@ -53,4 +53,4 @@ uuid = {version = "1.8.0", features = ["v4"]}
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb" }

[build-dependencies]
prost-build = { version = "0.12.1" }
prost-build = { version = "0.13.0" }

0 comments on commit 3be87af

Please sign in to comment.