ignore 'time' dep in deny.toml

This commit is contained in:
Tokuhiro Matsuno
2023-01-17 17:23:36 +09:00
parent a08c8ab6ed
commit ec255d88c4

View File

@@ -4,6 +4,7 @@ copyleft = "deny"
[advisories]
ignore = [
"RUSTSEC-2020-0071", # chrono 経由の依存で、chrono では該当 API つかってない https://github.com/chronotope/chrono/blob/main/deny.toml
"RUSTSEC-2021-0145", # atty: dev deps
"RUSTSEC-2021-0139", # ansi_term: dev deps
]