Skip to content

Commit

Permalink
Update async-io requirement from 1.12.0 to 2.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [async-io](https://github.com/smol-rs/async-io) to permit the latest version.
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v1.12.0...v2.1.0)

---
updated-dependencies:
- dependency-name: async-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 1beb26f commit 092702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = ["/.*"]
async-channel = "2.0.0"
async-executor = "1.5.0"
async-fs = "1.3.0"
async-io = "1.12.0"
async-io = "2.1.0"
async-lock = "2.6.0"
async-net = "2.0.0"
blocking = "1.3.0"
Expand Down

0 comments on commit 092702b

Please sign in to comment.