diff --git a/artillery-core/Cargo.toml b/artillery-core/Cargo.toml index 88cce6b..1341799 100644 --- a/artillery-core/Cargo.toml +++ b/artillery-core/Cargo.toml @@ -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" diff --git a/artillery-ddata/Cargo.toml b/artillery-ddata/Cargo.toml index 59463a4..f9b1ec6 100644 --- a/artillery-ddata/Cargo.toml +++ b/artillery-ddata/Cargo.toml @@ -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"