diff --git a/chute/Cargo.toml b/chute/Cargo.toml index 0e7a80e..23b5abf 100644 --- a/chute/Cargo.toml +++ b/chute/Cargo.toml @@ -31,7 +31,7 @@ clap = { version = "4", optional = true, features = ["cargo"] } clap_autocomplete = { version = ">=0.4.1", optional = true } env_logger = { version = "0.11", optional = true, default-features = false, features = ["auto-color", "humantime"] } log = { version = "0.4.17", optional = true } -notify-debouncer-full = { version = "0.6", default-features = false } +notify-debouncer-full = { version = "0.7", default-features = false } syntect = { version = "5.0.0", default-features = false, features = ["default-fancy"] } lazy_static = "1.4.0"