From 7001231b3894f81ee1328eca4c06c5876549ab86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:24:38 +0000 Subject: [PATCH] chore(deps): update cranelift-isle requirement from 0.132 to 0.133 Updates the requirements on [cranelift-isle](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/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-isle dependency-version: 0.133.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcd6c33..3333e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ wat = "1.241" wit-component = "0.252" # ISLE compiler and runtime -cranelift-isle = "0.132" +cranelift-isle = "0.133" # CLI clap = { version = "4.5", features = ["derive", "cargo"] }