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

@@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
cranelift-module = { path = "../module", version = "0.74.0" }
cranelift-codegen = { path = "../codegen", version = "0.74.0", default-features = false, features = ["std"] }
object = { version = "0.24.0", default-features = false, features = ["write"] }
object = { version = "0.25.0", default-features = false, features = ["write"] }
target-lexicon = "0.12"
anyhow = "1.0"
log = { version = "0.4.6", default-features = false }