mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
Pin protobuf to version 2.8.1
This commit is contained in:
@@ -14,8 +14,8 @@ futures = "0.3.1"
|
||||
lazy_static = "1.2"
|
||||
libp2p-core = { version = "0.13.0", path = "../../core" }
|
||||
log = "0.4"
|
||||
protobuf = "2.8"
|
||||
rand = "^0.7.2"
|
||||
protobuf = "= 2.8.1"
|
||||
rand = "0.7.2"
|
||||
ring = { version = "0.16.9", features = ["alloc"], default-features = false }
|
||||
snow = { version = "0.6.1", features = ["ring-resolver"], default-features = false }
|
||||
x25519-dalek = "0.5"
|
||||
|
Reference in New Issue
Block a user