Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ jobs:
- name: Run dependency security audit
run: cargo install cargo-audit && cargo --verbose audit

- name: Install cargo-outdated
run: cargo install cargo-outdated

- name: Run depedency version audit
run: cargo outdated --root-deps-only --verbose --exit-code 1

Loading