diff --git a/Cargo.toml b/Cargo.toml index ed78042..565c7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ url = "2" [target.'cfg(target_os = "linux")'.dev-dependencies] inotify = { version = "0.10", default-features = false } -nix = "0.24" +nix = "0.26" timerfd = "1" [target.'cfg(windows)'.dev-dependencies]