Skip to content

Commit

Permalink
ci: ignore RUSTSEC-2020-0159 in audit (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and hawkw committed Nov 16, 2021
1 parent a6b447a commit a609bb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/audit.toml
@@ -0,0 +1,7 @@
# See https://github.com/rustsec/rustsec/blob/59e1d2ad0b9cbc6892c26de233d4925074b4b97b/cargo-audit/audit.toml.example for example.

[advisories]
ignore = [
# https://github.com/tokio-rs/tokio/issues/4177
"RUSTSEC-2020-0159",
]

0 comments on commit a609bb0

Please sign in to comment.