diff --git a/Cargo.toml b/Cargo.toml index c4ac868..0495058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ keywords = ["file", "watcher", "command-line", "trigger"] license = "Apache-2.0" [dependencies] -clap = "~2.19.0" +clap = "~2.21.0" humantime = "~1.0.0" notify = "~3.0.0"