Skip to content

Commit

Permalink
m: Bump async-io to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull authored Oct 19, 2023
1 parent b08d8ea commit 8582374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cfg-if = "1.0.0"
futures-core = "0.3.26"

[target.'cfg(unix)'.dependencies]
async-io = "1.12.0"
async-io = "2.0.0"
futures-io = "0.3.26"
rustix = { version = "0.38.15", default-features = false, features = ["process", "std"] }
signal-hook-registry = "1.4.0"
Expand All @@ -35,7 +35,7 @@ features = [
]

[dev-dependencies]
async-io = "1.12.0"
async-io = "2.0.0"
fastrand = "2.0.1"
futures-lite = "1.12.0"
signal-hook = "0.3.14"
Expand Down

0 comments on commit 8582374

Please sign in to comment.