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:
@@ -14,7 +14,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
gimli = "0.24.0"
|
||||
wasmparser = "0.78"
|
||||
object = { version = "0.24.0", default-features = false, features = ["read_core", "elf", "write"] }
|
||||
object = { version = "0.25.0", default-features = false, features = ["read_core", "elf", "write"] }
|
||||
wasmtime-environ = { path = "../environ", version = "0.27.0" }
|
||||
target-lexicon = { version = "0.12.0", default-features = false }
|
||||
anyhow = "1.0"
|
||||
|
||||
@@ -34,7 +34,7 @@ anyhow = "1.0"
|
||||
cfg-if = "1.0"
|
||||
log = "0.4"
|
||||
gimli = { version = "0.24.0", default-features = false, features = ["write"] }
|
||||
object = { version = "0.24.0", default-features = false, features = ["write"] }
|
||||
object = { version = "0.25.0", default-features = false, features = ["write"] }
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
addr2line = { version = "0.15", default-features = false }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
wasmtime-environ = { path = "../environ", version = "0.27.0" }
|
||||
object = { version = "0.24.0", default-features = false, features = ["write"] }
|
||||
object = { version = "0.25.0", default-features = false, features = ["write"] }
|
||||
more-asserts = "0.2.1"
|
||||
target-lexicon = { version = "0.12.0", default-features = false }
|
||||
wasmtime-debug = { path = "../debug", version = "0.27.0" }
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user