diff --git a/Cargo.toml b/Cargo.toml index bb2e094e95..e8fa5e9ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,8 @@ name = "wasm2obj" path = "src/wasm2obj.rs" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-native = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-native = "0.30.0" wasmtime-debug = { path = "wasmtime-debug" } wasmtime-environ = { path = "wasmtime-environ" } wasmtime-runtime = { path = "wasmtime-runtime" } diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 6b9f73a792..ee47be7913 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -11,9 +11,9 @@ cargo-fuzz = true [dependencies] wasmtime-environ = { path = "../wasmtime-environ" } wasmtime-jit = { path = "../wasmtime-jit" } -cranelift-codegen = "0.29.0" -cranelift-wasm = "0.29.0" -cranelift-native = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-wasm = "0.30.0" +cranelift-native = "0.30.0" libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } wasmparser = { version = "0.29.2", default-features = false } binaryen = "0.5.0" diff --git a/wasmtime-debug/Cargo.toml b/wasmtime-debug/Cargo.toml index 74a0f150c3..2782f2000a 100644 --- a/wasmtime-debug/Cargo.toml +++ b/wasmtime-debug/Cargo.toml @@ -14,9 +14,9 @@ edition = "2018" [dependencies] gimli = "0.17.0" wasmparser = { version = "0.28.0" } -cranelift-codegen = "0.29.0" -cranelift-entity = "0.29.0" -cranelift-wasm = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-entity = "0.30.0" +cranelift-wasm = "0.30.0" faerie = "0.9.1" wasmtime-environ = { path = "../wasmtime-environ", default-features = false } target-lexicon = { version = "0.3.0", default-features = false } diff --git a/wasmtime-environ/Cargo.toml b/wasmtime-environ/Cargo.toml index e2f9303421..d7bd741e10 100644 --- a/wasmtime-environ/Cargo.toml +++ b/wasmtime-environ/Cargo.toml @@ -12,9 +12,9 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-entity = "0.29.0" -cranelift-wasm = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-entity = "0.30.0" +cranelift-wasm = "0.30.0" cast = { version = "0.2.2", default-features = false } failure = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false } diff --git a/wasmtime-jit/Cargo.toml b/wasmtime-jit/Cargo.toml index f2d4600bb8..1015019759 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -12,10 +12,10 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-entity = "0.29.0" -cranelift-wasm = "0.29.0" -cranelift-frontend = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-entity = "0.30.0" +cranelift-wasm = "0.30.0" +cranelift-frontend = "0.30.0" wasmtime-environ = { path = "../wasmtime-environ", default-features = false } wasmtime-runtime = { path = "../wasmtime-runtime", default-features = false } wasmtime-debug = { path = "../wasmtime-debug", default-features = false } diff --git a/wasmtime-obj/Cargo.toml b/wasmtime-obj/Cargo.toml index 0244cbe6cd..d0169e1ff5 100644 --- a/wasmtime-obj/Cargo.toml +++ b/wasmtime-obj/Cargo.toml @@ -12,8 +12,8 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-entity = "0.29.0" -cranelift-wasm = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-entity = "0.30.0" +cranelift-wasm = "0.30.0" wasmtime-environ = { path = "../wasmtime-environ" } faerie = "0.9.1" diff --git a/wasmtime-runtime/Cargo.toml b/wasmtime-runtime/Cargo.toml index ff156fe606..315184159f 100644 --- a/wasmtime-runtime/Cargo.toml +++ b/wasmtime-runtime/Cargo.toml @@ -12,9 +12,9 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-entity = "0.29.0" -cranelift-wasm = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-entity = "0.30.0" +cranelift-wasm = "0.30.0" wasmtime-environ = { path = "../wasmtime-environ", default-features = false } region = "2.0.0" lazy_static = "1.2.0" diff --git a/wasmtime-wast/Cargo.toml b/wasmtime-wast/Cargo.toml index a25fdb6066..567785f497 100644 --- a/wasmtime-wast/Cargo.toml +++ b/wasmtime-wast/Cargo.toml @@ -12,10 +12,10 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = "0.29.0" -cranelift-native = "0.29.0" -cranelift-wasm = "0.29.0" -cranelift-entity = "0.29.0" +cranelift-codegen = "0.30.0" +cranelift-native = "0.30.0" +cranelift-wasm = "0.30.0" +cranelift-entity = "0.30.0" wasmtime-jit = { path = "../wasmtime-jit" } wasmtime-runtime = { path = "../wasmtime-runtime" } wasmtime-environ = { path = "../wasmtime-environ" }