Skip to content

Commit cb34ce0

Browse files
committed
chore: Update the deny.toml file
The adler crate is no longer in our tree, it has been replaced by the adler2 crate.
1 parent 00b770f commit cb34ce0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.deny.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ 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" },
1413
{ id = "RUSTSEC-2024-0388", reason = "Unmaintained derivative crate, not a direct dependency" },
1514
]
1615

@@ -29,9 +28,6 @@ allow = [
2928
"Unicode-3.0",
3029
"Zlib",
3130
]
32-
exceptions = [
33-
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
34-
]
3531

3632
[bans]
3733
# We should disallow this, but it's currently a PITA.

0 commit comments

Comments
 (0)