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

@@ -36,7 +36,7 @@ paste = "1.0.3"
psm = "0.1.11"
once_cell = "1.12.0"
rayon = { version = "1.0", optional = true }
object = { version = "0.28", default-features = false, features = ['read_core', 'elf'] }
object = { version = "0.29", default-features = false, features = ['read_core', 'elf'] }
async-trait = { version = "0.1.51", optional = true }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]