We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4557746 commit 5f0dd8eCopy full SHA for 5f0dd8e
deny.toml
@@ -61,6 +61,8 @@ feature-depth = 1
61
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
62
[advisories]
63
version = 2
64
+# Only show unmaintained advisories for direct dependencies.
65
+unmaintained = "workspace"
66
# The path where the advisory database is cloned/fetched into
67
db-path = "~/.cargo/advisory-db"
68
# The url(s) of the advisory databases to use
0 commit comments