Skip to content

Commit

Permalink
Update crossbeam-channel requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.4.3...crossbeam-channel-0.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Oct 12, 2020
1 parent badac7d commit 7c59e4e
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 @@ -28,7 +28,7 @@ pin-utils = "0.1.0"
libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] }
bastion-executor = "0.3.5"
lightproc = "0.3.5"
crossbeam-channel = "0.4.2"
crossbeam-channel = "0.5.0"
kaos = "0.1.1-alpha.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion artillery-ddata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ log = "0.4"
failure = "0.1.7"
thrift = "0.13.0"
t1ha = "0.1"
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"


[dev-dependencies]
Expand Down

0 comments on commit 7c59e4e

Please sign in to comment.