Merge pull request #21 from bastion-rs/dependabot/cargo/libp2p-0.17.0

Update libp2p requirement from 0.16.0 to 0.17.0
This commit is contained in:
Mahmut Bulut 2020-04-09 19:34:26 +02:00 committed by GitHub
commit 9d3f2bc608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ rand = "0.7.3"
mio = { version = "0.7.0-alpha.1", features = ["os-poll", "udp"] }
futures = "0.3"
pin-utils = "0.1.0-alpha.4"
libp2p = "0.16.0"
libp2p = "0.17.0"
bastion-executor = "0.3.4"
lightproc = "0.3.4"
crossbeam-channel = "0.4.2"