Skip to content

Commit 3b9fcf5

Browse files
committed
cargo-deny: Add an exception for paste
1 parent 3b7fbf7 commit 3b9fcf5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.deny.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ all-features = true
88
db-path = "~/.cargo/advisory-db"
99
db-urls = ["https://github.com/rustsec/advisory-db"]
1010
yanked = "deny"
11-
# TODO: Remove this exception when it is no longer needed.
12-
ignore = [{ id = "RUSTSEC-2024-0384", reason = "needed by tantivy v0.22.0" }]
11+
# TODO: Remove exception when they are no longer needed.
12+
ignore = [
13+
{ id = "RUSTSEC-2024-0384", reason = "needed by tantivy v0.22.0" },
14+
{ id = "RUSTSEC-2024-0436", reason = "the `paste` crate is unmaintained, but only used during compile time" },
15+
]
1316

1417
[licenses]
1518
allow = [

0 commit comments

Comments
 (0)