mirror of
https://github.com/starship/starship.git
synced 2024-12-02 13:15:10 +01: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",
|
||
|
]
|