We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9df50 commit e6ca8c5Copy full SHA for e6ca8c5
1 file changed
deny.toml
@@ -8,6 +8,10 @@ ignore = [
8
"RUSTSEC-2024-0384",
9
# HACK(firestar99) `paste` is unmaintained, used by wgpu with no replacement available
10
"RUSTSEC-2024-0436",
11
+ # HACK(firestar99) dependency of `cargo-generate` only
12
+ "RUSTSEC-2025-0140",
13
14
+ "RUSTSEC-2026-0097",
15
]
16
17
# This section is considered when running `cargo deny check bans`.
@@ -53,6 +57,7 @@ exceptions = [
53
57
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
54
58
{ allow = ["CC0-1.0"], name = "notify" },
55
59
{ allow = ["CC0-1.0"], name = "hexf-parse" },
60
+ { allow = ["CC0-1.0"], name = "tiny-keccak" },
56
61
62
63
# See note in encoding_rs's readme! This clarification is copied directly from there.
0 commit comments