From 590c5b981ea86c7cfa144c922b7e430c0cae897b Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 15 Jan 2025 22:58:37 +0000 Subject: [PATCH] fix: Run cargo-deny in locked mode --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19396da..a1fddf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: types: [file, toml] files: Cargo\.(toml|lock) pass_filenames: false - args: ["--all-features", "check"] + args: ["--frozen", "--all-features", "check"] - id: test name: test