mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-25 17:01:20 +00:00
protocols/dcutr/Cargo.toml: Update prost to v0.9 (#2575)
This commit is contained in:
parent
b0dc4bc1c7
commit
e771ab8659
@ -20,13 +20,13 @@ instant = "0.1.11"
|
|||||||
libp2p-core = { version = "0.32", path = "../../core" }
|
libp2p-core = { version = "0.32", path = "../../core" }
|
||||||
libp2p-swarm = { version = "0.35.0", path = "../../swarm" }
|
libp2p-swarm = { version = "0.35.0", path = "../../swarm" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
prost = "0.7"
|
prost = "0.9"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||||
void = "1"
|
void = "1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.7"
|
prost-build = "0.9"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.8.3"
|
env_logger = "0.8.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user