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:
parent
8d046cb502
commit
74b6f52e50
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue