Skip to content

Commit

Permalink
Update mio requirement from 0.6.13 to 0.7.13
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/v0.7.13/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.6.13...v0.7.13)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 11, 2021
1 parent 03da914 commit 22e6d5b
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 @@ -18,7 +18,7 @@ rand = "0.6"
tokio = "1.8"
futures = "0.1"
futures-cpupool = "0.1"
mio = "0.6.13"
mio = "0.7.13"
aio-bindings = { path = "aio-bindings", version = "0.1.2" }
libc = "0.2"
memmap = "0.7.0"
Expand Down

0 comments on commit 22e6d5b

Please sign in to comment.