diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index d3bc596e..8b3f5043 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] primitive-types = "0.12" -cranelift-entity = "0.77" +cranelift-entity = "0.89" smallvec = "1.7.0" fxhash = "0.2.1" sonatina-ir = { path = "../ir", version = "0.0.2-alpha" } diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 1f34a859..46a4b225 100644 --- a/crates/ir/Cargo.toml +++ b/crates/ir/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] primitive-types = "0.12" -cranelift-entity = "0.77" +cranelift-entity = "0.89" smallvec = "1.7.0" fxhash = "0.2.1" dyn-clone = "1.0.4" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index b6675c42..8e5fb837 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -17,4 +17,4 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] sonatina-ir = { path = "../ir", version = "0.0.2-alpha" } sonatina-triple = { path = "../triple", version = "0.0.2-alpha" } smallvec = "1.7.0" -cranelift-entity = "0.77" +cranelift-entity = "0.89"