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