Skip to content

Commit

Permalink
build(deps): bump async-io from 1.13.0 to 2.2.1
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.2.1.
- [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.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent ebea144 commit 3e8032d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -61,7 +61,7 @@ resolver = "2"
adaptive_backoff = "0.2.1"
anyhow = "1.0"
async-channel = { version = "1.9.0", default-features = false }
async-io = "1.3.1"
async-io = "2.2.1"
async-lock = "2.4.0"
async-net = { version = "1.7.0", default-features = false }
async-rwlock = "1.3.0"
Expand Down

0 comments on commit 3e8032d

Please sign in to comment.