This commit is contained in:
Pierre Krieger
2020-01-02 16:04:00 +01:00
parent 455a5a92f4
commit c6a303cc45
7 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ multihash = { package = "parity-multihash", version = "0.2.0", path = "../misc/m
multistream-select = { version = "0.6.0", path = "../misc/multistream-select" }
futures = "0.1"
parking_lot = "0.9.0"
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
quick-error = "1.2"
rand = "0.7"
rw-stream-sink = { version = "0.1.1", path = "../misc/rw-stream-sink" }

View File

@@ -17,7 +17,7 @@ fnv = "1.0"
futures = "0.1"
libp2p-core = { version = "0.13.0", path = "../../core" }
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
rand = "0.6"
smallvec = "0.6.5"
tokio-io = "0.1"

View File

@@ -16,7 +16,7 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
log = "0.4.1"
multiaddr = { package = "parity-multiaddr", version = "0.6.0", path = "../../misc/multiaddr" }
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
smallvec = "0.6"
tokio-codec = "0.1"
tokio-io = "0.1.0"

View File

@@ -20,7 +20,7 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
libp2p-swarm = { version = "0.3.0", path = "../../swarm" }
multiaddr = { package = "parity-multiaddr", version = "0.6.0", path = "../../misc/multiaddr" }
multihash = { package = "parity-multihash", version = "0.2.0", path = "../../misc/multihash" }
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
rand = "0.7.2"
sha2 = "0.8.0"
smallvec = "0.6"

View File

@@ -14,7 +14,7 @@ futures = "0.1"
lazy_static = "1.2"
libp2p-core = { version = "0.13.0", path = "../../core" }
log = "0.4"
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
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 }

View File

@@ -16,5 +16,5 @@ bytes = "0.4.12"
log = "0.4.8"
void = "1.0.2"
tokio-io = "0.1.12"
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }

View File

@@ -14,7 +14,7 @@ bytes = "0.4"
futures = "0.1"
libp2p-core = { version = "0.13.0", path = "../../core" }
log = "0.4.6"
protobuf = "=2.8.1" # note: there exists some semver issues with protobuf at the moment
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
rand = "0.6.5"
aes-ctr = "0.3"
aesni = { version = "0.6", features = ["nocheck"], optional = true }