diff --git a/Cargo.lock b/Cargo.lock index 946ae414..2ea39da2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6151,12 +6151,11 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] name = "notify" -version = "8.0.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" +checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97" dependencies = [ "bitflags 2.9.1", - "filetime", "fsevent-sys", "inotify", "kqueue", @@ -6165,7 +6164,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..1b966d18 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.1.0" parking_lot = { workspace = true, features = ["serde"] } paste = "1.0.11" percent-encoding.workspace = true