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:
parent
7400e7adfd
commit
0b11b1f37e
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user