Skip to content

Commit 2f565fd

Browse files
committed
Update mio dependency to 0.8
1 parent 0ffa70f commit 2f565fd

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
@@ -10,7 +10,7 @@ repository = "https://github.com/oefd/tokio-socketcan"
1010
[dependencies]
1111
socketcan = "1.7"
1212
futures = "0.3"
13-
mio = "0.7"
13+
mio = { version = "0.8", features = ["os-ext"] }
1414
libc = "0.2"
1515
thiserror = "1.0"
1616
tokio = { version = "1", features = ["net"] }

0 commit comments

Comments
 (0)