mirror of
https://github.com/figsoda/mmtc
synced 2024-11-25 00:23:04 +00:00
Merge pull request #302 from figsoda/dependabot/cargo/async-io-2.2.2
Bump async-io from 2.2.1 to 2.2.2
This commit is contained in:
commit
b0bf36164b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -69,9 +69,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-io"
|
name = "async-io"
|
||||||
version = "2.2.1"
|
version = "2.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff"
|
checksum = "6afaa937395a620e33dc6a742c593c01aced20aa376ffb0f628121198578ccc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-lock 3.0.0",
|
"async-lock 3.0.0",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
|
|
@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.75"
|
||||||
async-io = "2.2.1"
|
async-io = "2.2.2"
|
||||||
async-net = "2.0.0"
|
async-net = "2.0.0"
|
||||||
crossbeam-queue = "0.3.10"
|
crossbeam-queue = "0.3.10"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
|
|
Loading…
Reference in a new issue