From 53df34eddd5f4a20618a916ae41e9bb229cc1fac Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Mon, 15 Aug 2022 20:07:30 +0200 Subject: [PATCH] update minimum walkdir version to 2.2.2 --- notify/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/Cargo.toml b/notify/Cargo.toml index 56b05bec..4f389548 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -23,7 +23,7 @@ crossbeam-channel = { version = "0.5.0", optional = true } filetime = "0.2.6" libc = "0.2.4" serde = { version = "1.0.89", features = ["derive"], optional = true } -walkdir = "2.0.1" +walkdir = "2.2.2" [target.'cfg(target_os="linux")'.dependencies] inotify = { version = "0.9", default-features = false }