Skip to content

Commit

Permalink
[chore] Updated Rust packages to pass the Cargo audit
Browse files Browse the repository at this point in the history
Closes: #477
  • Loading branch information
villesundell authored and bors-diem committed Mar 20, 2023
1 parent 2d5edf6 commit 770ab6c
Show file tree
Hide file tree
Showing 13 changed files with 209 additions and 41 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
# List of ignored RUSTSEC
# 1. RUSTSEC-2021-0073 - Not impacted.
# 2. RUSTSEC-2021-0072 - Not impacted.
# 3. RUSTSEC-2020-0071 - Not impacted (chronotope/chrono#578).
run: |
cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 > $AUDIT_SUMMARY_FILE
cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 --ignore RUSTSEC-2020-0071 > $AUDIT_SUMMARY_FILE
- name: set issue body content
if: ${{ failure() }}
env:
Expand Down
Loading

0 comments on commit 770ab6c

Please sign in to comment.