Pin protobuf to version 2.8.1

This commit is contained in:
Toralf Wittner
2020-01-02 10:48:51 +01:00
parent 72f1018acd
commit d870c734ee
7 changed files with 8 additions and 8 deletions

View File

@@ -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"