Bump crossbeam-queue from 0.3.2 to 0.3.3

Bumps [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) from 0.3.2 to 0.3.3.
- [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.3.2...crossbeam-queue-0.3.3)

---
updated-dependencies:
- dependency-name: crossbeam-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-10 08:05:32 +00:00 committed by GitHub
parent e20de56957
commit 8b0554ee33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -179,9 +179,9 @@ dependencies = [
[[package]]
name = "crossbeam-queue"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9"
checksum = "b979d76c9fcb84dffc80a73f7290da0f83e4c95773494674cb44b76d13a7a110"
dependencies = [
"cfg-if",
"crossbeam-utils",

View file

@ -16,7 +16,7 @@ anyhow = "1.0.52"
async-io = "1.6.0"
async-net = "1.6.1"
clap = { version = "3.0.5", features = ["cargo", "derive", "unicode"] }
crossbeam-queue = "0.3.2"
crossbeam-queue = "0.3.3"
crossterm = "0.22.1"
dirs = "4.0.0"
expand = "0.2.0"