mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
8 lines
173 B
TOML
8 lines
173 B
TOML
[advisories]
|
|
ignore = [
|
|
# Potential segfault in the time crate
|
|
# chrono dependency, but vulnerable function is never called
|
|
# Tacked in #3163
|
|
"RUSTSEC-2020-0071",
|
|
]
|