We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
localtime_r
1 parent d91731b commit 7a9dffeCopy full SHA for 7a9dffe
.cargo/audit.toml
@@ -1,7 +1,9 @@
1
[advisories]
2
ignore = [
3
- # difference is unmaintained, is a dependency of pretty_assertions
4
- "RUSTSEC-2020-0095",
+ # chrono: Potential segfault in `localtime_r` invocations
+ # chrono is an optional depenency, so we can ignore the warning.
5
+ # Right now there is no safe version of chrono to upgrade to.
6
+ "RUSTSEC-2020-0159",
7
]
8
# warn for categories of informational advisories
9
informational_warnings = [
0 commit comments