From 3dfb0fa021337178d55827f02f557310df8e9f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:29:25 +0000 Subject: [PATCH] Update cranelift-entity requirement from 0.99 to 0.100 Updates the requirements on [cranelift-entity](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-entity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/codegen/Cargo.toml | 2 +- crates/ir/Cargo.toml | 2 +- crates/parser/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index b21e4a8e..8f8213c1 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cranelift-entity = "0.99" +cranelift-entity = "0.100" smallvec = "1.7.0" fxhash = "0.2.1" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 4c1881bc..19e2f021 100644 --- a/crates/ir/Cargo.toml +++ b/crates/ir/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] primitive-types = { version = "0.12", default-features = false } -cranelift-entity = "0.99" +cranelift-entity = "0.100" 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 5046c2bf..ec066728 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.3-alpha" } sonatina-triple = { path = "../triple", version = "0.0.3-alpha" } smallvec = "1.7.0" -cranelift-entity = "0.99" +cranelift-entity = "0.100"