Skip to content

Commit 0c30497

Browse files
committed
ci: allow proc-macro-error for now
1 parent 4bc25da commit 0c30497

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

deny.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[licenses]
22
version = 2
3-
allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-DFS-2016"]
3+
allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"]
44
private = { ignore = true }
5+
6+
[advisories]
7+
ignore = [
8+
# `proc-macro-error` is unmaintained, but still used by `maud_macros`
9+
"RUSTSEC-2024-0370",
10+
]
11+
12+
[sources]
13+
allow-git = [
14+
"https://github.com/rinja-rs/rinja",
15+
]

0 commit comments

Comments
 (0)