Cargo.lock
deny.toml
This runs through and updates all our dependencies, additionally removing the need for ignoring a rustsec warning. Closes #2882
@@ -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]
The note is not visible to the blocked user.