Refine cargo-deny rules (#8602)

A few `cargo-deny` tweaks with @macladson

Co-authored-by: Mac L <mjladson@pm.me>


Co-Authored-By: Michael Sproul <michael@sigmaprime.io>

Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Michael Sproul
2025-12-19 15:02:09 +11:00
committed by GitHub
parent 4e35e9d587
commit 2ce6b51269
2 changed files with 9 additions and 9 deletions

View File

@@ -333,7 +333,7 @@ install-deny:
cargo install --force cargo-deny --version 0.18.2
deny-CI:
cargo deny check bans sources --hide-inclusion-graph
cargo deny check bans sources
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
vendor: