Pin protobuf to 1.4 (#184)

This commit is contained in:
Pierre Krieger
2018-05-14 11:04:05 +02:00
committed by GitHub
parent ff7a191892
commit 11f655dd6a
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ libp2p-swarm = { path = "../swarm" }
log = "0.4.1"
multiaddr = "0.3"
parking_lot = "0.5.3"
protobuf = "1.4.2"
protobuf = "=1.4.2"
smallvec = "0.6.0"
tokio-io = "0.1"
varint = { path = "../varint-rs" }

View File

@ -10,7 +10,7 @@ libp2p-peerstore = { path = "../peerstore" }
libp2p-swarm = { path = "../swarm" }
log = "0.4.1"
multiaddr = "0.3.0"
protobuf = "1.4.2"
protobuf = "=1.4.2"
tokio-io = "0.1.0"
varint = { path = "../varint-rs" }

View File

@ -18,7 +18,7 @@ libp2p-swarm = { path = "../swarm" }
log = "0.4"
multiaddr = "0.3"
parking_lot = "0.5.1"
protobuf = "1.4.2"
protobuf = "=1.4.2"
rand = "0.4.2"
smallvec = "0.5"
tokio-io = "0.1"

View File

@ -8,7 +8,7 @@ bytes = "0.4"
futures = "0.1"
libp2p-swarm = { path = "../swarm" }
log = "0.4.1"
protobuf = "1.4.2"
protobuf = "=1.4.2"
rand = "0.3.17"
ring = { version = "0.12.1", features = ["rsa_signing"] }
rust-crypto = "^0.2"