deps: Update cranelift-* to 0.43.1

This commit is contained in:
Nick Fitzgerald
2019-09-23 15:24:43 -07:00
committed by Dan Gohman
parent dde1c6ba58
commit 1848cc0868
18 changed files with 102 additions and 60 deletions

View File

@@ -11,9 +11,9 @@ cargo-fuzz = true
[dependencies]
wasmtime-environ = { path = "../wasmtime-environ" }
wasmtime-jit = { path = "../wasmtime-jit" }
cranelift-codegen = { version = "0.41.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.41.0", features = ["enable-serde"] }
cranelift-native = "0.41.0"
cranelift-codegen = { version = "0.43.1", features = ["enable-serde"] }
cranelift-wasm = { version = "0.43.1", features = ["enable-serde"] }
cranelift-native = "0.43.1"
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
wasmparser = { version = "0.36.0", default-features = false }
binaryen = "0.5.0"