diff --git a/Cargo.lock b/Cargo.lock index 113cb91..472f981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,9 +1608,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 2aae609..6b01732 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ inquire = { version = "0.9.4", default-features = false, features libc = "0.2.185" log = "0.4.29" mime-sniffer = "0.1.3" -notify-rust = { version = "4.14.0", optional = true } +notify-rust = { version = "4.16.0", optional = true } ratatui = "0.30.0" regex = "1.12.3" rusqlite = { version = "0.39.0", features = [ "bundled" ] }