From 5506e266f8712734d4adf01db8f2109941543b9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:24:04 +0000 Subject: [PATCH] chore(deps): update cranelift-isle requirement in /fuzz 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"] }