Skip to content

Commit

Permalink
Ignore RUSTSEC-2020-0159
Browse files Browse the repository at this point in the history
* we cannot do much there, without fundamental changes to rust-std
* we do not call either setenv, nor any affected chrono function in
  diesel itself (only in tests)
* I don't want to get that much e-mails about failed actions
  • Loading branch information
weiznich committed Nov 11, 2021
1 parent 53d7965 commit ccd0d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[advisories]
ignore = [
# we cannot do much here without an update from chrono + we do not call any affected function
"RUSTSEC-2020-0159"
]

0 comments on commit ccd0d6a

Please sign in to comment.