Skip to content

Commit beaa172

Browse files
Bump wasmparser from 0.244.0 to 0.245.0
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.244.0 to 0.245.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.245.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f110930 commit beaa172

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

Cargo.lock

Lines changed: 20 additions & 7 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.244.0" }
19+
wasmparser = { version = "0.245.0" }
2020
quote = { version = "1.0.44" }
2121
proc-macro2 = { version = "1.0.106" }
2222
syn = { version = "2.0.114" }

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.244.0" }
18+
wasmparser = { version = "0.245.0" }
1919
quote = { version = "1.0.44" }
2020
proc-macro2 = { version = "1.0.106" }
2121
syn = { version = "2.0.114" }

0 commit comments

Comments
 (0)