From 8be47c5226ac09d20791cbdd8c81f904fdbb6796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 06:48:01 +0000 Subject: [PATCH] Update cranelift-entity requirement from 0.101 to 0.104 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/interpreter/Cargo.toml | 2 +- crates/ir/Cargo.toml | 2 +- crates/parser/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 88d097ba..759e0517 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.101" +cranelift-entity = "0.104" smallvec = "1.7.0" fxhash = "0.2.1" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } diff --git a/crates/interpreter/Cargo.toml b/crates/interpreter/Cargo.toml index b47e251d..8101af68 100644 --- a/crates/interpreter/Cargo.toml +++ b/crates/interpreter/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"] [dependencies] byteorder = { version = "1.4.3", default-features = false } -cranelift-entity = "0.101" +cranelift-entity = "0.104" sonatina-ir = { path = "../ir", version = "0.0.3-alpha" } [dev-dependencies] diff --git a/crates/ir/Cargo.toml b/crates/ir/Cargo.toml index 9176b123..2b719884 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.101" +cranelift-entity = "0.104" 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 f850c46f..73758117 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.101" +cranelift-entity = "0.104"