diff --git a/Cargo.toml b/Cargo.toml index 044329e..ffd3b4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.65" cfg-if = "1.0.0" [target.'cfg(target_os = "linux")'.dependencies] -inotify = "0.10.0" # Watch files and auto-reload on changes +inotify = "0.11.0" # Watch files and auto-reload on changes [target.'cfg(any(target_os="macos", target_os="dragonfly", target_os="freebsd", target_os="netbsd", target_os="openbsd"))'.dependencies] kqueue = "1.0.6" # Watch files and auto-reload on changes