From 0b11b1f37eb987ab869ef0f68b84ba85a1707ea7 Mon Sep 17 00:00:00 2001 From: SilentSpaceTraveller Date: Sun, 9 Feb 2025 18:56:01 +0100 Subject: [PATCH] deps: bump notify-debouncer-full to remove unmaintained crate (#17741) # Objective Fix #16477. ## Solution - Remove temporary silence introduced in #16763 - bump version of `notify-debouncer-full` to remove transitive dependency on `instant` crate. --- crates/bevy_asset/Cargo.toml | 2 +- deny.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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