Cargo audit: Enable dependency tree

Good to know where a dependency with an issue is pulled in.
This commit is contained in:
Christian Kamm 2022-01-05 14:02:00 +01:00
parent 007dc64d3d
commit a4d06a90f8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ stale = false # Allow stale advisory DB (i.e. no commits for 90 days, default: f
deny = [] # exit on error if unmaintained dependencies are found
format = "terminal" # "terminal" (human readable report) or "json"
quiet = false # Only print information on error
show_tree = false # Show inverse dependency trees along with advisories (default: true)
show_tree = true # Show inverse dependency trees along with advisories (default: true)
# Target Configuration
[target]