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

@@ -33,7 +33,7 @@ wasmtime-wasi = { path = "crates/wasi", version = "0.27.0" }
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.27.0", optional = true }
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.27.0", optional = true }
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
object = { version = "0.24.0", default-features = false, features = ["write"] }
object = { version = "0.25.0", default-features = false, features = ["write"] }
anyhow = "1.0.19"
target-lexicon = { version = "0.12.0", default-features = false }
pretty_env_logger = "0.4.0"