Skip to content

Commit 623dd0a

Browse files
committed
ci: switch outdated for audit check
1 parent cf762ed commit 623dd0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ jobs:
3535
- name: Run tests
3636
run: cargo test --verbose
3737

38-
outdated:
38+
audit:
3939

4040
runs-on: ubuntu-latest
4141

4242
steps:
4343
- uses: actions/checkout@v4
4444

45-
- name: Install cargo outdated
46-
run: cargo install cargo-outdated
45+
- name: Install cargo audit
46+
run: cargo install cargo-audit
4747

48-
- name: Check for outdated crates
49-
run: cargo outdated --exit-code 1
48+
- name: Check for vulnerable crates
49+
run: cargo audit
5050

5151
deny:
5252

0 commit comments

Comments
 (0)