Merge pull request #2881 from bytecodealliance/pch/cargo_deny_ignore_RUSTSEC-2021-0064
cargo deny: ignore RUSTSEC-2021-0064
This commit is contained in:
@@ -14,6 +14,7 @@ vulnerability = "deny"
|
|||||||
unmaintained = "deny"
|
unmaintained = "deny"
|
||||||
yanked = "deny"
|
yanked = "deny"
|
||||||
ignore = [
|
ignore = [
|
||||||
|
"RUSTSEC-2021-0064"
|
||||||
]
|
]
|
||||||
|
|
||||||
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
|
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
|
||||||
|
|||||||
Reference in New Issue
Block a user