Skip to content

Commit ccd94e8

Browse files
Bump wasmparser from 0.224.1 to 0.235.0
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.224.1 to 0.235.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.235.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6879a6 commit ccd94e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_component_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "hyperlight_component_macro"
1616
proc-macro = true
1717

1818
[dependencies]
19-
wasmparser = { version = "0.224.0" }
19+
wasmparser = { version = "0.235.0" }
2020
quote = { version = "1.0.38" }
2121
proc-macro2 = { version = "1.0.95" }
2222
syn = { version = "2.0.104" }

src/hyperlight_component_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Shared implementation for the procedural macros that generate Hyperlight host an
1515
name = "hyperlight_component_util"
1616

1717
[dependencies]
18-
wasmparser = { version = "0.224.0" }
18+
wasmparser = { version = "0.235.0" }
1919
quote = { version = "1.0.38" }
2020
proc-macro2 = { version = "1.0.95" }
2121
syn = { version = "2.0.104" }

0 commit comments

Comments
 (0)