diff --git a/Cargo.lock b/Cargo.lock index 6a1850be..3c931153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,9 +2000,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.16.1" +version = "4.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bdaf6120b9df005d37e58f6b75329be6255450453fbeba9ce4192324f921fb9" +checksum = "50ff2e74231b72c832d82982193b417f230945be6bdb5575b251d941d31adb00" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index 743e13ae..0fb46b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ dirs = "6.0.0" futures = "0.3.31" ignore = "0.4.25" notify = "8.2.0" -notify-rust = "4.16.1" +notify-rust = "4.17.0" pulldown-cmark = "0.13.3" ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] } reqwest = { version = "0.13.3", default-features = false, features = ["json", "rustls"] }