Skip to content

Commit 22e6d5b

Browse files
Update mio requirement from 0.6.13 to 0.7.13
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]>
1 parent 03da914 commit 22e6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand = "0.6"
1818
tokio = "1.8"
1919
futures = "0.1"
2020
futures-cpupool = "0.1"
21-
mio = "0.6.13"
21+
mio = "0.7.13"
2222
aio-bindings = { path = "aio-bindings", version = "0.1.2" }
2323
libc = "0.2"
2424
memmap = "0.7.0"

0 commit comments

Comments
 (0)