Skip to content

Commit

Permalink
.cargo/audit.toml: fix audit (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 29, 2024
1 parent 12a5d64 commit d1b7596
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://github.com/RustSec/cargo-audit/blob/master/audit.toml.example

[advisories]
ignore = [
"RUSTSEC-2021-0127", # serde_cbor
"RUSTSEC-2021-0145", # atty
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1b7596

Please sign in to comment.