Skip to content

Commit 0b11b1f

Browse files
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.
1 parent 7400e7a commit 0b11b1f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

crates/bevy_asset/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ js-sys = "0.3"
6767
uuid = { version = "1.13.1", default-features = false, features = ["js"] }
6868

6969
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
70-
notify-debouncer-full = { version = "0.4.0", optional = true }
70+
notify-debouncer-full = { version = "0.5.0", optional = true }
7171

7272
[dev-dependencies]
7373
bevy_log = { path = "../bevy_log", version = "0.16.0-dev" }

deny.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ all-features = true
33

44
[advisories]
55
version = 2
6-
ignore = [
7-
# TODO: #16477 - Delete this once notify-types has been bumped.
8-
"RUSTSEC-2024-0384",
9-
]
6+
ignore = []
107

118
[licenses]
129
version = 2

0 commit comments

Comments
 (0)