diff --git a/Cargo.lock b/Cargo.lock index aae551d..8339007 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,9 +1770,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify-rust" -version = "4.12.0" +version = "4.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" +checksum = "5e551a9f0db223eaf3eb156906f99f46897fd951ee66dd1cb0be14db4d36d2fa" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index 779d1f3..39b8fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" anyhow = "1.0" git2 = { version = "0.20.4", default-features = false } -notify-rust = "4.12" +notify-rust = "4.16" thiserror = "2.0" libc = "0.2" is-terminal = "0.4"