cargo-deny: skip RUSTSEC-2023-0071
This commit is contained in:
parent
799d077d55
commit
3d407eaa8e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ notice = "warn"
|
||||||
ignore = [
|
ignore = [
|
||||||
# Ignore time issue for now as there is no solution
|
# Ignore time issue for now as there is no solution
|
||||||
"RUSTSEC-2020-0071",
|
"RUSTSEC-2020-0071",
|
||||||
|
"RUSTSEC-2023-0071",
|
||||||
]
|
]
|
||||||
[licenses]
|
[licenses]
|
||||||
unlicensed = "deny"
|
unlicensed = "deny"
|
||||||
|
|
Loading…
Reference in a new issue