Skip to content

Commit 7356f15

Browse files
committed
remove advisory for spirv-reflect (#3338)
# Objective - With the removal of the old renderer, Bevy doesn't depend on spirv-reflect 🎉 ## Solution - Remove its advisory from the ignored list Co-authored-by: François <[email protected]>
1 parent 684c821 commit 7356f15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ignore = [
1010
"RUSTSEC-2020-0158", # from rodio v0.14.0 - unmaintained - https://github.com/gnzlbg/slice_deque/issues/94
1111
"RUSTSEC-2021-0047", # from rodio v0.14.0 - unsafety - https://github.com/gnzlbg/slice_deque/issues/90
1212
"RUSTSEC-2020-0095", # from crevice dev dependency - unmaintained - https://github.com/johannhof/difference.rs/issues/45
13-
"RUSTSEC-2021-0096", # from spirv-reflect v0.2.3 - unmaintained - https://github.com/gfx-rs/rspirv/issues/197
1413
"RUSTSEC-2021-0119", # from rodio 0.14.0 - unsafety - https://github.com/nix-rust/nix/issues/1541
1514
]
1615

0 commit comments

Comments
 (0)