Force libp2p 0.18.1 (#5689)

This commit is contained in:
Pierre Krieger
2020-04-17 23:00:44 +02:00
committed by GitHub
parent f544907bd2
commit bc6ebabf23
9 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -2576,9 +2576,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "libp2p"
version = "0.18.0"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa5aedb713f76577818529be8283e35ec5e8b3ecdccfe0231ba4d860687438ab"
checksum = "32ea742c86405b659c358223a8f0f9f5a9eb27bb6083894c6340959b05269662"
dependencies = [
"bytes 0.5.4",
"futures 0.3.4",
@@ -2901,9 +2901,9 @@ dependencies = [
[[package]]
name = "libp2p-swarm"
version = "0.18.0"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622605817885e67b5572189c2507e514b786beb69ed85a120dbb245a7f15383d"
checksum = "44ab289ae44cc691da0a6fe96aefa43f26c86c6c7813998e203f6d80f1860f18"
dependencies = [
"futures 0.3.4",
"libp2p-core",