Bump to libp2p v0.19.1 (#6125)

This commit is contained in:
Pierre Krieger
2020-05-25 17:26:36 +02:00
committed by GitHub
parent 025831fbaa
commit d18a55d391
11 changed files with 33 additions and 33 deletions
@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
futures-timer = "3.0.2"
libp2p = { version = "0.19.0", default-features = false }
libp2p = { version = "0.19.1", default-features = false }
jsonrpc-core = "14.0.5"
serde = "1.0.106"
serde_json = "1.0.48"
+1 -1
View File
@@ -33,7 +33,7 @@ derive_more = { version = "0.99.2" }
sc-rpc = { version = "2.0.0-dev", path = "../../../client/rpc" }
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
hyper = "0.12.35"
libp2p = "0.19.0"
libp2p = "0.19.1"
serde_json = "1.0"
[features]