Skip to content

Commit c1be9f0

Browse files
authored
allow unmaintained paste crate (#1278)
1 parent 120d4ce commit c1be9f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ version = 2
2323
ignore = [
2424
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
2525
"RUSTSEC-2024-0384", # instant crate is unmaintained
26-
"RUSTSEC-2024-0387" # opentelemetry_api is unmaintained
26+
"RUSTSEC-2024-0387", # opentelemetry_api is unmaintained
27+
"RUSTSEC-2024-0436", # paste is unmaintained
2728
]
2829

2930
[bans]

0 commit comments

Comments
 (0)