Skip to content

Commit ee707a0

Browse files
authored
chore: allow paste (#78)
1 parent 6208edc commit ee707a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[advisories]
22
version = 2
33
yanked = "warn"
4-
ignore = []
4+
ignore = [
5+
# https://rustsec.org/advisories/RUSTSEC-2024-0436 paste! is unmaintained
6+
"RUSTSEC-2024-0436",
7+
]
58

69
[bans]
710
multiple-versions = "warn"

0 commit comments

Comments
 (0)