This commit is contained in:
Mahmut Bulut 2020-07-21 12:35:03 +02:00
parent d35466a8e9
commit c4f972abef
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"