mirror of
https://github.com/figsoda/mmtc
synced 2024-11-25 00:23:04 +00:00
Bump async-io from 2.3.1 to 2.3.2
Bumps [async-io](https://github.com/smol-rs/async-io) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/smol-rs/async-io/releases) - [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-io/compare/v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: async-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5d03e65e5a
commit
c4f8bc2698
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.3.1"
|
version = "2.3.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
|
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
|
||||||
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.80"
|
anyhow = "1.0.80"
|
||||||
async-io = "2.3.1"
|
async-io = "2.3.2"
|
||||||
async-net = "2.0.0"
|
async-net = "2.0.0"
|
||||||
crossbeam-queue = "0.3.11"
|
crossbeam-queue = "0.3.11"
|
||||||
crossterm = "0.27.0"
|
crossterm = "0.27.0"
|
||||||
|
|
Loading…
Reference in a new issue