diff --git a/Cargo.lock b/Cargo.lock index 900eac1b..cd1ee122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6171,12 +6171,11 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify" -version = "8.0.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" +checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" dependencies = [ "bitflags 2.9.1", - "filetime", "fsevent-sys", "inotify", "kqueue", @@ -6185,7 +6184,7 @@ dependencies = [ "mio", "notify-types", "walkdir", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/crates/fig_desktop/Cargo.toml b/crates/fig_desktop/Cargo.toml index 858136e2..90021a99 100644 --- a/crates/fig_desktop/Cargo.toml +++ b/crates/fig_desktop/Cargo.toml @@ -65,7 +65,7 @@ keyboard-types = "0.8.0" mime = "0.3.17" moka = { version = "0.12.1", features = ["future"] } muda = { version = "0.15.3", default-features = false } -notify = "8.0.0" +notify = "8.2.0" parking_lot = { workspace = true, features = ["serde"] } paste = "1.0.11" percent-encoding.workspace = true