dep gardening (#2233)

* wasmtime-profiling: latest object dep is 0.21.1

* latest gimli is 0.22

* bump cargo.lock
This commit is contained in:
Pat Hickey
2020-09-25 22:49:28 -07:00
committed by GitHub
parent d947010181
commit b10beeee01
7 changed files with 17 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
cfg-if = "0.1"
gimli = { version = "0.21.0", optional = true }
gimli = { version = "0.22.0", optional = true }
lazy_static = "1.4"
libc = { version = "0.2.60", default-features = false }
scroll = { version = "0.10.1", features = ["derive"], optional = true }
@@ -24,7 +24,7 @@ wasmtime-runtime = { path = "../runtime", version = "0.20.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]
version = "0.19.0"
version = "0.21.1"
optional = true
default-features = false
features = ['read_core', 'elf', 'std']