Skip to content

Commit

Permalink
Merge pull request async-rs#48 from taiki-e/deps
Browse files Browse the repository at this point in the history
Update inotify and nix
  • Loading branch information
taiki-e authored Dec 26, 2020
2 parents 4d23d0a + 8aebbc3 commit f837350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ signal-hook = "0.1.16"
tempfile = "3.1.0"

[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.8.3", default-features = false }
nix = "0.18.0"
inotify = { version = "0.9", default-features = false }
nix = "0.19"
timerfd = "1.1.1"

[target.'cfg(windows)'.dev-dependencies]
Expand Down

0 comments on commit f837350

Please sign in to comment.