diff --git a/Cargo.lock b/Cargo.lock index dcf4a913b..e24181841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2330,9 +2330,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0" +version = "5.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a" +checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" dependencies = [ "bitflags", "crossbeam-channel", @@ -2343,7 +2343,7 @@ dependencies = [ "libc", "mio", "walkdir", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index f47e374cf..cc4794dcc 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -18,7 +18,7 @@ fj.workspace = true fj-interop.workspace = true fj-operations.workspace = true libloading = "0.7.4" -notify = "5.0.0" +notify = "5.1.0" thiserror = "1.0.35" tracing = "0.1.37" winit = "0.27.5"