Skip to content

Commit 84e7b60

Browse files
chore(deps): bump the wasm-tools group across 1 directory with 3 updates
Bumps the wasm-tools group with 3 updates in the / directory: [wasmparser](https://github.com/bytecodealliance/wasm-tools), [wit-component](https://github.com/bytecodealliance/wasm-tools) and [wit-parser](https://github.com/bytecodealliance/wasm-tools). Updates `wasmparser` from 0.256.0 to 0.257.1 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-component` from 0.256.0 to 0.257.1 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-parser` from 0.256.0 to 0.257.1 - [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.257.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools - dependency-name: wit-component dependency-version: 0.257.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools - dependency-name: wit-parser dependency-version: 0.257.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fab55ca commit 84e7b60

2 files changed

Lines changed: 19 additions & 40 deletions

File tree

‎Cargo.lock‎

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

‎src/hyperlight_component_util/Cargo.toml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Shared implementation for the procedural macros that generate Hyperlight host an
1515
name = "hyperlight_component_util"
1616

1717
[dependencies]
18-
wasmparser = { version = "0.256.0" }
18+
wasmparser = { version = "0.257.1" }
1919
wat = { version = "1.256.0" }
20-
wit-component = { version = "0.256.0" }
21-
wit-parser = { version = "0.256.0" }
20+
wit-component = { version = "0.257.1" }
21+
wit-parser = { version = "0.257.1" }
2222
quote = { version = "1.0.45" }
2323
proc-macro2 = { version = "1.0.106" }
2424
syn = { version = "3.0.1" }

0 commit comments

Comments
 (0)