Skip to content

Commit

Permalink
tokio-udev: Remove mio dependency (#15)
Browse files Browse the repository at this point in the history
With Tokio 1.0 and `AsyncFd`, `mio` isn't used directly, so this seems
to be unnecessary.
  • Loading branch information
ids1024 authored Feb 14, 2022
1 parent c1e4033 commit 8d9b695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokio-udev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ documentation = "https://docs.rs/tokio-udev"
edition = "2018"

[dependencies]
mio = { version = "0.7", features = ["os-poll"] }
futures-core = "0.3"
tokio = { version = "1", features = ["net"] }
udev = { version = "0.6", features = ["mio"] }
udev = { version = "0.6" }

[dev-dependencies]
futures-util = "0.3"
Expand Down

0 comments on commit 8d9b695

Please sign in to comment.