mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 16:25:25 +00:00
Ignore RUSTSEC-2020-0159 (#771)
This commit is contained in:
parent
e2db97f899
commit
0e0304a232
@ -6,7 +6,12 @@ vulnerability = "deny"
|
|||||||
unmaintained = "warn"
|
unmaintained = "warn"
|
||||||
yanked = "warn"
|
yanked = "warn"
|
||||||
notice = "warn"
|
notice = "warn"
|
||||||
ignore = []
|
ignore = [
|
||||||
|
# Potential Unix segfault if setting env vars in threaded context. The only use of the chrono crate is within
|
||||||
|
# ash-molten's build script, so can safely ignore.
|
||||||
|
# https://github.com/chronotope/chrono/issues/499
|
||||||
|
"RUSTSEC-2020-0159",
|
||||||
|
]
|
||||||
|
|
||||||
# This section is considered when running `cargo deny check bans`.
|
# This section is considered when running `cargo deny check bans`.
|
||||||
# More documentation about the 'bans' section can be found here:
|
# More documentation about the 'bans' section can be found here:
|
||||||
|
Loading…
Reference in New Issue
Block a user