Update object to 0.26.0

This commit is contained in:
Nick Fitzgerald
2021-07-26 12:10:41 -07:00
parent 514bbb20b4
commit 10eead18c8
7 changed files with 15 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ wasmtime-runtime = { path = "../runtime", version = "0.28.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]
version = "0.25.0"
version = "0.26.0"
optional = true
default-features = false
features = ['read_core', 'elf', 'std']