mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 10:14:13 +00:00
Merge pull request #313 from figsoda/dependabot/cargo/crossbeam-queue-0.3.11
Bump crossbeam-queue from 0.3.10 to 0.3.11
This commit is contained in:
commit
178e777e02
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue