diff --git a/Cargo.toml b/Cargo.toml index 1a3b63d..9fa5113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ signal-hook = "0.3" tempfile = "3" [target.'cfg(target_os = "linux")'.dev-dependencies] -inotify = { version = "0.10.1", default-features = false } +inotify = { version = "0.11.0", default-features = false } timerfd = "1" [target.'cfg(windows)'.dev-dependencies]