Merge pull request #31 from bastion-rs/Updates

Updates
This commit is contained in:
Mahmut Bulut 2020-07-21 15:09:46 +02:00 committed by GitHub
commit 631dbac32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -25,9 +25,9 @@ rand = "0.7.3"
mio = { version = "0.7.0", features = ["os-poll", "udp"] }
futures = "0.3.5"
pin-utils = "0.1.0"
libp2p = { version = "0.22.0", features = ["mdns"] }
bastion-executor = "0.3.4"
lightproc = "0.3.4"
libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] }
bastion-executor = "0.3.5"
lightproc = "0.3.5"
crossbeam-channel = "0.4.2"
kaos = "0.1.1-alpha.2"

View File

@ -15,9 +15,8 @@ crossbeam-channel = "0.4"
[dev-dependencies]
clap = "2.33.0"
pretty_env_logger = "0.4.0"
bastion = "0.3"
bastion-executor = "0.3"
lightproc = "0.3"
bastion-executor = "0.3.5"
lightproc = "0.3.5"
rand = "0.7"
criterion = "0.3"
futures = "0.3"