diff --git a/Cargo.lock b/Cargo.lock index aae551d..0863c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1770,9 +1770,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify-rust" -version = "4.12.0" +version = "4.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21af20a1b50be5ac5861f74af1a863da53a11c38684d9818d82f1c42f7fdc6c2" +checksum = "3c8146c105ae33d744e2d645f684d063b01176a99daf5986556266777b428816" dependencies = [ "futures-lite", "log", diff --git a/Cargo.toml b/Cargo.toml index 779d1f3..18bf68e 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.15" thiserror = "2.0" libc = "0.2" is-terminal = "0.4"