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
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
derive_more = "0.14.0"
libp2p = { version = "0.9.0", default-features = false }
libp2p = { version = "0.10.0", default-features = false }
log = "0.4"
primitives = { package = "substrate-primitives", path= "../../primitives" }
inherents = { package = "substrate-inherents", path = "../../inherents" }