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](https://github.com/bastion-rs/bastion/compare/bastion-executor-v0.3.5...bastion-v0.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-07-13 15:40:59 +00:00 committed by GitHub
parent f526f98015
commit 686de9857c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"