From aa4e557e05ee600ade4a4ed3d8e0d4d8cd5fde34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:46:32 +0000 Subject: [PATCH] chore(deps): update cranelift-isle requirement from 0.132 to 0.134 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.134.3 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 6fb9445..205e9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ wit-component = "0.255" # rustc 1.94.0) and reddened the wasm32-wasip2 build again — re-pinned here. Do # not widen the `^0.132` constraint without a stable rustc 1.94 or the committed # lockfile (#142); the float is what keeps reintroducing this red. -cranelift-isle = "0.132" +cranelift-isle = "0.134" # CLI clap = { version = "4.5", features = ["derive", "cargo"] }