Skip to content

Commit

Permalink
Update async-io requirement from 1.9.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.9.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 8bb09c5 commit 5721d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ version = "0.1.0"
femme = { workspace = true }
clap = { workspace = true }
mio-serial = "5.0"
async-io = "1.9.0"
async-io = "2.1.0"

0 comments on commit 5721d48

Please sign in to comment.