diff --git a/Cargo.lock b/Cargo.lock index fa30050d..ef38e5fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,9 +2000,9 @@ dependencies = [ [[package]] name = "notify-rust" -version = "4.14.0" +version = "4.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2c9bc1689653cfbc04400b8719f2562638ff9c545bbd48cc58c657a14526df" +checksum = "5e551a9f0db223eaf3eb156906f99f46897fd951ee66dd1cb0be14db4d36d2fa" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index f4aff45f..d50b3d35 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.14.0" +notify-rust = "4.16.0" pulldown-cmark = "0.13.3" ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info"] } reqwest = { version = "0.13.2", default-features = false, features = ["json", "rustls"] }