Skip to content

Commit

Permalink
feat: ignore chrono security advisory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcl committed Jul 29, 2023
1 parent f9bfc42 commit e5b3351
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/cargo-audit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -ex

cargo audit
# TODO: remove this once a new version of chrono comes out. This advisory has
# been open for a while now.
cargo audit --ignore RUSTSEC-2020-0071

0 comments on commit e5b3351

Please sign in to comment.