Skip to content

Commit

Permalink
Update async-net requirement from 1 to 2
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.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent c4c0635 commit 18e5bfc
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 @@ -40,7 +40,7 @@ windows-sys = { version = "0.48.0", features = ["Win32_Foundation"] }

[dev-dependencies]
async-channel = "2"
async-net = "1"
async-net = "2"
blocking = "1"
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
getrandom = "0.2.7"
Expand Down

0 comments on commit 18e5bfc

Please sign in to comment.