Skip to content

Commit 770ab6c

Browse files
villesundellbors-diem
authored andcommitted
[chore] Updated Rust packages to pass the Cargo audit
Closes: #477
1 parent 2d5edf6 commit 770ab6c

File tree

13 files changed

+209
-41
lines changed

13 files changed

+209
-41
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
# List of ignored RUSTSEC
3434
# 1. RUSTSEC-2021-0073 - Not impacted.
3535
# 2. RUSTSEC-2021-0072 - Not impacted.
36+
# 3. RUSTSEC-2020-0071 - Not impacted (chronotope/chrono#578).
3637
run: |
37-
cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 > $AUDIT_SUMMARY_FILE
38+
cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 --ignore RUSTSEC-2020-0071 > $AUDIT_SUMMARY_FILE
3839
- name: set issue body content
3940
if: ${{ failure() }}
4041
env:

0 commit comments

Comments
 (0)