Skip to content

Commit 686de98

Browse files
Update bastion-executor requirement from 0.3.5 to 0.4.1
Updates the requirements on [bastion-executor](https://github.com/bastion-rs/bastion) to permit the latest version. - [Release notes](https://github.com/bastion-rs/bastion/releases) - [Changelog](https://github.com/bastion-rs/bastion/blob/master/CHANGELOG.md) - [Commits](bastion-rs/bastion@bastion-executor-v0.3.5...bastion-v0.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f526f98 commit 686de98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

artillery-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mio = { version = "0.7.0", features = ["os-poll", "udp"] }
2626
futures = "0.3.5"
2727
pin-utils = "0.1.0"
2828
libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] }
29-
bastion-executor = "0.3.5"
29+
bastion-executor = "0.4.1"
3030
lightproc = "0.3.5"
3131
crossbeam-channel = "0.4.2"
3232
kaos = "0.1.1-alpha.2"

artillery-ddata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crossbeam-channel = "0.4"
1515
[dev-dependencies]
1616
clap = "2.33.0"
1717
pretty_env_logger = "0.4.0"
18-
bastion-executor = "0.3.5"
18+
bastion-executor = "0.4.1"
1919
lightproc = "0.3.5"
2020
rand = "0.7"
2121
criterion = "0.3"

0 commit comments

Comments
 (0)