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" }