m: Bump to async-io v2.0.0

As async-io is a public dependency of this crate, this is a breaking change.

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-10-18 20:26:24 -07:00 committed by GitHub
parent 0664dd2e44
commit 889521aab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ categories = ["asynchronous", "network-programming", "os"]
exclude = ["/.*"]
[dependencies]
async-io = "1.6.0"
async-io = "2.0.0"
blocking = "1.0.0"
futures-lite = "1.11.0"