Update crossbeam-queue requirement from 0.2 to 0.3

Updates the requirements on [crossbeam-queue](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](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.2.0...crossbeam-queue-0.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-12 07:48:23 +00:00 committed by GitHub
parent 8d046cb502
commit 74b6f52e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,4 @@ categories = [ "concurrency" ]
[dependencies] [dependencies]
rayon = "1.3" rayon = "1.3"
crossbeam-queue = { version = "0.2", optional = true } crossbeam-queue = { version = "0.3", optional = true }