Merge pull request #158 from figsoda/dependabot/cargo/crossbeam-queue-0.3.7

Bump crossbeam-queue from 0.3.6 to 0.3.7
This commit is contained in:
figsoda 2022-11-21 08:20:03 -05:00 committed by GitHub
commit ffc50835b1
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

@ -210,9 +210,9 @@ dependencies = [
[[package]]
name = "crossbeam-queue"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
checksum = "ebb3d1683412e9be6a15533314f00ec223c0762c522a3f77f048b265aab4470c"
dependencies = [
"cfg-if",
"crossbeam-utils",

View file

@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.66"
async-io = "1.10.0"
async-net = "1.7.0"
crossbeam-queue = "0.3.6"
crossbeam-queue = "0.3.7"
crossterm = "0.25.0"
dirs = "4.0.0"
expand = "0.2.1"