chore: bump crossbeam-channel from 0.4.4 to 0.5.0 (#17665)

* chore: bump crossbeam-channel from 0.4.4 to 0.5.0

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.4.4...crossbeam-channel-0.5.0)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
dependabot[bot]
2021-06-02 19:36:28 +00:00
committed by GitHub
parent d802eb303c
commit 19c49e2e25
9 changed files with 17 additions and 37 deletions

View File

@ -10,7 +10,7 @@ homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-local-cluster"
[dependencies]
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
itertools = "0.9.0"
gag = "0.1.10"
fs_extra = "1.2.0"