Bump crossbeam-queue from 0.3.10 to 0.3.11

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

---
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] 2024-01-09 08:05:33 +00:00 committed by GitHub
parent 5d47a3a9f7
commit be5d2baf81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -268,11 +268,10 @@ dependencies = [
[[package]]
name = "crossbeam-queue"
version = "0.3.10"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc6598521bb5a83d491e8c1fe51db7296019d2ca3cb93cc6c2a20369a4d78a2"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"cfg-if",
"crossbeam-utils",
]

View file

@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.75"
async-io = "2.2.2"
async-net = "2.0.0"
crossbeam-queue = "0.3.10"
crossbeam-queue = "0.3.11"
crossterm = "0.27.0"
dirs = "5.0.1"
expand = "0.3.0"