Update Cargo.lock, remove deny.toml warning (#2965)

This runs through and updates all our dependencies, additionally
removing the need for ignoring a rustsec warning.

Closes #2882
This commit is contained in:
Alex Crichton
2021-06-03 17:11:07 -05:00
committed by GitHub
parent 05baddfb2b
commit 0c90d789e8
8 changed files with 185 additions and 177 deletions

View File

@@ -13,9 +13,7 @@ targets = [
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
ignore = [
"RUSTSEC-2021-0064"
]
ignore = []
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]