We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4553a commit a6fdb1aCopy full SHA for a6fdb1a
.github/workflows/audit.yml
@@ -35,8 +35,8 @@ jobs:
35
toolchain: stable
36
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
37
38
- - name: Run cargo update for Cargo.lock
39
- run: cargo update
+ - name: Generate lockfile (Cargo.lock)
+ run: cargo generate-lockfile
40
41
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
42
with:
0 commit comments