Skip to content

Commit

Permalink
protocols/dcutr/Cargo.toml: Update prost to v0.9 (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Mar 18, 2022
1 parent b0dc4bc commit e771ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/dcutr/Cargo.toml
Expand Up @@ -20,13 +20,13 @@ instant = "0.1.11"
libp2p-core = { version = "0.32", path = "../../core" }
libp2p-swarm = { version = "0.35.0", path = "../../swarm" }
log = "0.4"
prost = "0.7"
prost = "0.9"
thiserror = "1.0"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
void = "1"

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

[dev-dependencies]
env_logger = "0.8.3"
Expand Down

0 comments on commit e771ab8

Please sign in to comment.