diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index bea637067a..7ee8cbf2ef 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -67,7 +67,7 @@ js-sys = "0.3" uuid = { version = "1.13.1", default-features = false, features = ["js"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -notify-debouncer-full = { version = "0.4.0", optional = true } +notify-debouncer-full = { version = "0.5.0", optional = true } [dev-dependencies] bevy_log = { path = "../bevy_log", version = "0.16.0-dev" } diff --git a/deny.toml b/deny.toml index f8114fed1d..859d9e5e3e 100644 --- a/deny.toml +++ b/deny.toml @@ -3,10 +3,7 @@ all-features = true [advisories] version = 2 -ignore = [ - # TODO: #16477 - Delete this once notify-types has been bumped. - "RUSTSEC-2024-0384", -] +ignore = [] [licenses] version = 2