Skip to content

Commit

Permalink
Ignore RUSTSEC-2020-0159 since this crate does not depend on system t…
Browse files Browse the repository at this point in the history
…imezone

The rationale is explained in chronotope/chrono#499 (comment).
  • Loading branch information
ramosbugs committed Oct 25, 2021
1 parent 6cfbf37 commit 30c934a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
if: ${{ matrix.rust == 'stable' }}
run: |
cargo install --force cargo-audit
cargo audit
# The chrono thread safety issue doesn't affect this crate since the crate does not rely
# on the system's local time zone, only UTC. See:
# https://github.com/chronotope/chrono/issues/499#issuecomment-946388161
cargo audit --ignore RUSTSEC-2020-0159
- name: Check WASM build
run: cargo check --target wasm32-unknown-unknown

0 comments on commit 30c934a

Please sign in to comment.