Skip to content

Commit

Permalink
protocols/rendezvous: Update prost (#2226)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <[email protected]>
  • Loading branch information
kpp and mxinden authored Sep 14, 2021
1 parent 2a6a1cc commit 5f68c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/rendezvous/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
asynchronous-codec = "0.6"
libp2p-core = { version = "0.30.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.31.0", path = "../../swarm" }
prost = "0.7"
prost = "0.8"
void = "1"
log = "0.4"
futures = { version = "0.3", default-features = false, features = ["std"] }
Expand All @@ -33,4 +33,4 @@ async-trait = "0.1"
tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }

[build-dependencies]
prost-build = "0.7"
prost-build = "0.8"

0 comments on commit 5f68c74

Please sign in to comment.