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.
This commit is contained in:
SilentSpaceTraveller 2025-02-09 18:56:01 +01:00 committed by GitHub
parent 7400e7adfd
commit 0b11b1f37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -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" }

View File

@ -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