Skip to content

Commit

Permalink
Update bastion-executor requirement from 0.3.5 to 0.4.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot-preview[bot] authored Jul 13, 2021
1 parent f526f98 commit 686de98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artillery-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mio = { version = "0.7.0", features = ["os-poll", "udp"] }
futures = "0.3.5"
pin-utils = "0.1.0"
libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] }
bastion-executor = "0.3.5"
bastion-executor = "0.4.1"
lightproc = "0.3.5"
crossbeam-channel = "0.4.2"
kaos = "0.1.1-alpha.2"
Expand Down
2 changes: 1 addition & 1 deletion artillery-ddata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crossbeam-channel = "0.4"
[dev-dependencies]
clap = "2.33.0"
pretty_env_logger = "0.4.0"
bastion-executor = "0.3.5"
bastion-executor = "0.4.1"
lightproc = "0.3.5"
rand = "0.7"
criterion = "0.3"
Expand Down

0 comments on commit 686de98

Please sign in to comment.