Update to libp2p 0.10 (#2945)

* Update to libp2p 0.10

* Bump zeroize in substrate-network
This commit is contained in:
Pierre Krieger
2019-06-25 15:56:25 +02:00
committed by GitHub
parent 770b94c20c
commit 846941550d
14 changed files with 462 additions and 414 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ linked_hash_set = "0.1.3"
lru-cache = "0.1.1"
rustc-hex = "2.0"
rand = "0.6"
libp2p = { version = "0.9.1", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
libp2p = { version = "0.10.0", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
fork-tree = { path = "../../core/util/fork-tree" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
consensus = { package = "substrate-consensus-common", path = "../../core/consensus/common" }
@@ -41,7 +41,7 @@ test_client = { package = "substrate-test-client", path = "../../core/test-clien
test-client = { package = "substrate-test-runtime-client", path = "../../core/test-runtime/client", optional = true }
erased-serde = "0.3.9"
void = "1.0"
zeroize = "0.6.0"
zeroize = "0.9.0"
[dev-dependencies]
env_logger = { version = "0.6" }