ci: make scripts/deny.sh test the locked version of dependencies

This commit is contained in:
link2xt
2026-02-03 16:40:18 +00:00
committed by l
parent ff2fbebff0
commit 378fb09c80
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
# Update package cache without changing the lockfile.
cargo update --dry-run
cargo deny --workspace --all-features check -D warnings
cargo deny --workspace --all-features --locked check -D warnings