diff --git a/Cargo.lock b/Cargo.lock index ad0e8d6af..aab7cd658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1849,9 +1849,9 @@ dependencies = [ [[package]] name = "notify" -version = "5.0.0-pre.15" +version = "5.0.0-pre.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "553f9844ad0b0824605c20fb55a661679782680410abfb1a8144c2e7e437e7a7" +checksum = "530f6314d6904508082f4ea424a0275cf62d341e118b313663f266429cb19693" dependencies = [ "bitflags", "crossbeam-channel", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index c51700a38..29c6723c8 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -17,7 +17,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] libloading = "0.7.2" -notify = "5.0.0-pre.15" +notify = "5.0.0-pre.16" thiserror = "1.0.32" cargo_metadata = "0.15.0"