Skip to content

Commit 5ef3eca

Browse files
committed
chore: Allow the adler crate despite it being unmaintained
1 parent 6c537d7 commit 5ef3eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ exclude = [
1010
version = 2
1111
ignore = [
1212
{ id = "RUSTSEC-2024-0436", reason = "Unmaintained paste crate, not critical." },
13+
{ id = "RUSTSEC-2025-0056", reason = "Unmaintained adler crate, not a direct dependency" },
1314
]
1415

1516
[licenses]

0 commit comments

Comments
 (0)