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

@@ -24,7 +24,7 @@ wasmtime-runtime = { path = "../runtime", version = "0.27.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]
version = "0.24.0"
version = "0.25.0"
optional = true
default-features = false
features = ['read_core', 'elf', 'std']