mirror of
https://github.com/figsoda/mmtc
synced 2024-11-21 22:53:02 +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]]
|
||||
name = "async-io"
|
||||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8557f564c11bb72e6e82e80c2cf2b9d8377e45919597bcabf1945f8bd1759916"
|
||||
checksum = "10da8f3146014722c89e7859e1d7bb97873125d7346d10ca642ffab794355828"
|
||||
dependencies = [
|
||||
"async-lock",
|
||||
"cfg-if",
|
||||
|
@ -556,7 +556,7 @@ name = "mmtc"
|
|||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-io 2.0.0",
|
||||
"async-io 2.1.0",
|
||||
"async-net",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
|
|
|
@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
async-io = "2.0.0"
|
||||
async-io = "2.1.0"
|
||||
async-net = "1.8.0"
|
||||
crossbeam-queue = "0.3.8"
|
||||
crossterm = "0.27.0"
|
||||
|
|
Loading…
Reference in a new issue