mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +00:00
Merge pull request #292 from figsoda/dependabot/cargo/async-io-2.1.0
Bump async-io from 2.0.0 to 2.1.0
This commit is contained in:
commit
b745d7323a
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -89,9 +89,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-io"
|
name = "async-io"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8557f564c11bb72e6e82e80c2cf2b9d8377e45919597bcabf1945f8bd1759916"
|
checksum = "10da8f3146014722c89e7859e1d7bb97873125d7346d10ca642ffab794355828"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-lock",
|
"async-lock",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
@ -556,7 +556,7 @@ name = "mmtc"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-io 2.0.0",
|
"async-io 2.1.0",
|
||||||
"async-net",
|
"async-net",
|
||||||
"clap",
|
"clap",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
|
|
|
@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
async-io = "2.0.0"
|
async-io = "2.1.0"
|
||||||
async-net = "1.8.0"
|
async-net = "1.8.0"
|
||||||
crossbeam-queue = "0.3.8"
|
crossbeam-queue = "0.3.8"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
|
|
Loading…
Reference in a new issue