deps: Update cranelift-* to 0.43.1
This commit is contained in:
committed by
Dan Gohman
parent
dde1c6ba58
commit
1848cc0868
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user