From 10ee31e1d6c201e1bd28357e3f0acf0f1563a676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:38:37 +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.1 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 78c1ab8..0388257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ wit-component = "0.252" # is not yet stable (stable is 1.93.1), breaking the wasm32-wasip2 build and # main CI (#236 bump). 0.132.x is the known-good line v1.1.13–v1.1.16 shipped on. # Revisit once rustc 1.94 is stable (or when the lockfile is committed, #142). -cranelift-isle = "0.132" +cranelift-isle = "0.133" # CLI clap = { version = "4.5", features = ["derive", "cargo"] }