From 60b33e4ade3c40dd19980d8755f7fcadd34cbae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:08:13 +0000 Subject: [PATCH] chore: Update wasm-encoder requirement from 0.247.0 to 0.248.0 Updates the requirements on [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasm-encoder dependency-version: 0.248.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 35f233d1..75bec6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tracing = "0.1.44" -wasm-encoder = { version = "0.247.0", optional = true } +wasm-encoder = { version = "0.248.0", optional = true } [target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies] ahash = "0.8.12"