From 627701212a4a6392400a9ea573e3a76ed0e7965f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 04:30:48 +0000 Subject: [PATCH] Bump wasmparser from 0.224.1 to 0.234.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.224.1 to 0.234.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.234.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_component_macro/Cargo.toml | 2 +- src/hyperlight_component_util/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7426eb20b..9f8230b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3653,9 +3653,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.224.1" +version = "0.234.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f17a5917c2ddd3819e84c661fae0d6ba29d7b9c1f0e96c708c65a9c4188e11" +checksum = "be22e5a8f600afce671dd53c8d2dd26b4b7aa810fd18ae27dfc49737f3e02fc5" dependencies = [ "bitflags 2.9.1", "hashbrown", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index fb9c0b5c2..4364c821b 100644 --- a/src/hyperlight_component_macro/Cargo.toml +++ b/src/hyperlight_component_macro/Cargo.toml @@ -16,7 +16,7 @@ name = "hyperlight_component_macro" proc-macro = true [dependencies] -wasmparser = { version = "0.224.0" } +wasmparser = { version = "0.234.0" } quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } syn = { version = "2.0.103" } diff --git a/src/hyperlight_component_util/Cargo.toml b/src/hyperlight_component_util/Cargo.toml index 4f0a13269..d901c709f 100644 --- a/src/hyperlight_component_util/Cargo.toml +++ b/src/hyperlight_component_util/Cargo.toml @@ -15,7 +15,7 @@ Shared implementation for the procedural macros that generate Hyperlight host an name = "hyperlight_component_util" [dependencies] -wasmparser = { version = "0.224.0" } +wasmparser = { version = "0.234.0" } quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } syn = { version = "2.0.103" }