chore: Update the deny.toml file

The adler crate is no longer in our tree, it has been replaced by the
adler2 crate.
This commit is contained in:
Damir Jelić
2025-11-21 10:50:41 +01:00
parent 127154fcfa
commit 7de210a88f
-4
View File
@@ -10,7 +10,6 @@ exclude = [
version = 2
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "Unmaintained paste crate, not critical." },
{ id = "RUSTSEC-2025-0056", reason = "Unmaintained adler crate, not a direct dependency" },
{ id = "RUSTSEC-2024-0388", reason = "Unmaintained derivative crate, not a direct dependency" },
]
@@ -29,9 +28,6 @@ allow = [
"Unicode-3.0",
"Zlib",
]
exceptions = [
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
]
[bans]
# We should disallow this, but it's currently a PITA.