Skip to content

Commit

Permalink
Ignore RUSTSEC-2020-0071 in audit.
Browse files Browse the repository at this point in the history
It is about some old version of the time crate used by chrono,
but the chrono authors say that they don't actually use the
affected functions.

See chronotope/chrono#602 (comment)
  • Loading branch information
ISibboI committed Aug 12, 2023
1 parent 607bc3c commit d886733
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
- '.github/workflows/cargo-audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
Expand All @@ -25,4 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies
name: Audit Rust Dependencies
with:
ignore: RUSTSEC-2020-0071

0 comments on commit d886733

Please sign in to comment.