Skip to content

Commit

Permalink
CI: audit: remove ignore of time 0.1 vuln (no longer present)
Browse files Browse the repository at this point in the history
this is effectively a `git revert 15acb6d` (but not done as such to
provide a more detailed commit message).
starting with chrono v0.4.30 the dependency to `time` has been removed,
accordingly `cargo audit` no longer finds any issues here.
  • Loading branch information
rursprung committed May 30, 2024
1 parent 87ece48 commit 09b7597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: check formatting
run: cargo fmt --all -- --check
- name: audit
run: cargo audit --ignore RUSTSEC-2020-0071 # time 0.1, pulled in through chrono which however doesn't use the affected API. see https://github.com/chronotope/chrono/issues/602
run: cargo audit

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09b7597

Please sign in to comment.