1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-08 19:56:10 +00:00

add time 0.1.44 to cargo deny

And no longer ignore RUSTSEC-2022-0013
This commit is contained in:
Sylvestre Ledru 2022-04-27 08:43:59 +02:00
parent 10eaaae272
commit 3b3585bbe5

View File

@ -12,7 +12,6 @@ yanked = "warn"
notice = "warn"
ignore = [
"RUSTSEC-2020-0159",
"RUSTSEC-2022-0013",
"RUSTSEC-2020-0071",
#"RUSTSEC-0000-0000",
]
@ -87,6 +86,8 @@ skip = [
{ name = "memchr", version = "=1.0.2" },
{ name = "quote", version = "=0.3.15" },
{ name = "unicode-xid", version = "=0.0.4" },
# chrono
{ name = "time", version = "=0.1.44" },
]
# spell-checker: enable