Merge pull request #2881 from bytecodealliance/pch/cargo_deny_ignore_RUSTSEC-2021-0064

cargo deny: ignore RUSTSEC-2021-0064
This commit is contained in:
Pat Hickey
2021-05-06 17:43:10 -07:00
committed by GitHub

View File

@@ -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