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

@@ -12,7 +12,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
gimli = "0.21.0"
gimli = "0.22.0"
wasmparser = "0.59.0"
object = { version = "0.21.1", default-features = false, features = ["read", "write"] }
wasmtime-environ = { path = "../environ", version = "0.20.0" }

View File

@@ -23,7 +23,7 @@ serde = { version = "1.0.94", features = ["derive"] }
log = { version = "0.4.8", default-features = false }
more-asserts = "0.2.1"
cfg-if = "0.1.9"
gimli = "0.21"
gimli = "0.22"
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -33,7 +33,7 @@ more-asserts = "0.2.1"
anyhow = "1.0"
cfg-if = "0.1.9"
log = "0.4"
gimli = { version = "0.21.0", default-features = false, features = ["write"] }
gimli = { version = "0.22.0", default-features = false, features = ["write"] }
object = { version = "0.21.1", default-features = false, features = ["write"] }
serde = { version = "1.0.94", features = ["derive"] }

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']