Skip to content

Commit 8a38f5f

Browse files
Wumpfcwfitzgerald
authored andcommitted
Add exception for RUSTSEC-2024-0436 (paste being unmaintained) (gfx-rs#7301)
1 parent cf002ee commit 8a38f5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ skip = [
2121
wildcards = "deny"
2222
allow-wildcard-paths = true
2323

24+
[advisories]
25+
# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
26+
# It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
27+
ignore = ["RUSTSEC-2024-0436"]
28+
2429
[licenses]
2530
allow = [
2631
"Apache-2.0",

0 commit comments

Comments
 (0)