Skip to content

Commit 0e0304a

Browse files
authored
Ignore RUSTSEC-2020-0159 (#771)
1 parent e2db97f commit 0e0304a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deny.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ vulnerability = "deny"
66
unmaintained = "warn"
77
yanked = "warn"
88
notice = "warn"
9-
ignore = []
9+
ignore = [
10+
# Potential Unix segfault if setting env vars in threaded context. The only use of the chrono crate is within
11+
# ash-molten's build script, so can safely ignore.
12+
# https://github.com/chronotope/chrono/issues/499
13+
"RUSTSEC-2020-0159",
14+
]
1015

1116
# This section is considered when running `cargo deny check bans`.
1217
# More documentation about the 'bans' section can be found here:

0 commit comments

Comments
 (0)