Skip to content

Commit 5f0dd8e

Browse files
authored
cargo-deny: Only show unmaintained advisories for direct dependencies (#10813)
1 parent 4557746 commit 5f0dd8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deny.toml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ feature-depth = 1
6161
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
6262
[advisories]
6363
version = 2
64+
# Only show unmaintained advisories for direct dependencies.
65+
unmaintained = "workspace"
6466
# The path where the advisory database is cloned/fetched into
6567
db-path = "~/.cargo/advisory-db"
6668
# The url(s) of the advisory databases to use

0 commit comments

Comments
 (0)