Skip to content

Commit 58edb3c

Browse files
committed
Update mio to version 0.8
1 parent 0d87b77 commit 58edb3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Changed
66

7-
- Updated nix to version `0.23`.
7+
- Updated `nix` to version `0.23`.
8+
- Updated `mio` to version `0.8`.
89

910
## [0.6.0] - 2021-09-24
1011

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-tokio = ["futures", "tokio", "mio-evented"]
2020
[dependencies]
2121
futures = { version = "0.3", optional = true }
2222
nix = "0.23"
23-
mio = { version = "0.7", optional = true, features = ["os-ext"]}
23+
mio = { version = "0.8", optional = true, features = ["os-ext"]}
2424
tokio = { version = "1", optional = true, features = ["net"] }
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)