mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 23:23:05 +00:00
Merge pull request #33 from figsoda/dependabot/cargo/crossbeam-queue-0.3.3
Bump crossbeam-queue from 0.3.2 to 0.3.3
This commit is contained in:
commit
54e04c8896
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue