From 8aebbc39381a7347ac61f0606e9113885edf198a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 27 Dec 2020 00:18:21 +0900 Subject: [PATCH] Update inotify and nix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8c848118..2373de825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]