Update some dependency versions used by Wasmtime (#4405)

No major motivation here, mostly just dependency gardening.
This commit is contained in:
Alex Crichton
2022-07-07 13:47:39 -05:00
committed by GitHub
parent c227063ff6
commit 9ae060a12a
11 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ cranelift-native = { path = "../../cranelift/native", version = "0.87.0" }
wasmparser = "0.87.0"
target-lexicon = "0.12"
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] }
object = { version = "0.28.0", default-features = false, features = ['write'] }
object = { version = "0.29.0", default-features = false, features = ['write'] }
more-asserts = "0.2.1"
thiserror = "1.0.4"