Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Oct 30, 2023
1 parent f0cd8e3 commit d1da833
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 @@ -20,7 +20,7 @@ async-executor = "1.5.0"
async-fs = "1.3.0"
async-io = "1.12.0"
async-lock = "2.6.0"
async-net = "1.4.3"
async-net = "2.0.0"
blocking = "1.3.0"
futures-lite = "1.11.0"

Expand Down

0 comments on commit d1da833

Please sign in to comment.