File tree Expand file tree Collapse file tree 5 files changed +192
-139
lines changed
examples/features/src/bunnymark Expand file tree Collapse file tree 5 files changed +192
-139
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,16 @@ wildcards = "deny"
49
49
allow-wildcard-paths = true
50
50
51
51
[advisories ]
52
- # `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
53
- # It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
54
- ignore = [" RUSTSEC-2024-0436" ]
52
+ ignore = [
53
+ # `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
54
+ # It's a dependency of `metal` (which is to be replaced with `objc2-metal`), and a
55
+ # transitive dependency of `deno`. https://github.com/gfx-rs/wgpu/issues/7873
56
+ " RUSTSEC-2024-0436" ,
57
+ # `adler` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2025-0056
58
+ # It's a dependency of `miniz_oxide` 0.7.4, and a transitive dependency of `deno`.
59
+ # https://github.com/gfx-rs/wgpu/issues/7961
60
+ " RUSTSEC-2025-0056" ,
61
+ ]
55
62
56
63
[licenses ]
57
64
allow = [
You can’t perform that action at this time.
0 commit comments