cargo-deny: skip RUSTSEC-2023-0071

This commit is contained in:
RyanSquared 2024-01-07 22:06:06 -05:00
parent 799d077d55
commit 3d407eaa8e
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

View file

@ -11,6 +11,7 @@ notice = "warn"
ignore = [
# Ignore time issue for now as there is no solution
"RUSTSEC-2020-0071",
"RUSTSEC-2023-0071",
]
[licenses]
unlicensed = "deny"