deny --hide-inclusion-graph

This commit is contained in:
Luke Parker
2025-08-09 03:37:07 -04:00
parent 9536282418
commit 60e55656aa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@ jobs:
run: cargo +1.85 install cargo-deny --version =0.18.3
- name: Run cargo deny
run: cargo deny -L error --all-features check
run: cargo deny -L error --all-features check --hide-inclusion-graph

View File

@@ -55,7 +55,7 @@ jobs:
run: cargo +1.85 install cargo-deny --version =0.18.3
- name: Run cargo deny
run: cargo deny -L error --all-features check
run: cargo deny -L error --all-features check --hide-inclusion-graph
fmt:
runs-on: ubuntu-latest