Skip to content

Commit

Permalink
chore(deps): bump async-io from 1.13.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [async-io](https://github.com/smol-rs/async-io) from 1.13.0 to 2.0.0.
- [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.13.0...v2.0.0)

---
updated-dependencies:
- dependency-name: async-io
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 59010d6 commit f5f2bdd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 79 deletions.
106 changes: 28 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ embedded-io-async = { version = "0.6.0" }
embedded-io-adapters = { version = "0.6.0", features = ["futures-03"] }
critical-section = { version = "1.1", features = ["std"] }

async-io = "1.6.0"
async-io = "2.0.0"
env_logger = "0.10.0"
futures = { version = "0.3.17" }
log = "0.4.14"
Expand Down

0 comments on commit f5f2bdd

Please sign in to comment.