Skip to content

Commit

Permalink
build(deps): update mio requirement from 0.5 to 1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mio](https://github.com/tokio-rs/mio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent f3c71f8 commit 5ee829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dht/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ util = { path = "../util" }

crc = "3"
log = "0.4"
mio = "0.5"
mio = "1.0"
rand = "0.8"
chrono = "0.4"
error-chain = "0.12"

0 comments on commit 5ee829b

Please sign in to comment.