mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
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:
commit
ffc50835b1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -210,9 +210,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crossbeam-queue"
|
name = "crossbeam-queue"
|
||||||
version = "0.3.6"
|
version = "0.3.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
|
checksum = "ebb3d1683412e9be6a15533314f00ec223c0762c522a3f77f048b265aab4470c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
|
|
|
@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
|
||||||
anyhow = "1.0.66"
|
anyhow = "1.0.66"
|
||||||
async-io = "1.10.0"
|
async-io = "1.10.0"
|
||||||
async-net = "1.7.0"
|
async-net = "1.7.0"
|
||||||
crossbeam-queue = "0.3.6"
|
crossbeam-queue = "0.3.7"
|
||||||
crossterm = "0.25.0"
|
crossterm = "0.25.0"
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
expand = "0.2.1"
|
expand = "0.2.1"
|
||||||
|
|
Loading…
Reference in a new issue