Skip to content

chore(deps): bump wasmparser from 0.248.0 to 0.249.0#1461

Open
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/cargo/wasmparser-0.249.0
Open

chore(deps): bump wasmparser from 0.248.0 to 0.249.0#1461
dependabot[bot] wants to merge 6 commits into
mainfrom
dependabot/cargo/wasmparser-0.249.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps wasmparser from 0.248.0 to 0.249.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the kind/dependencies For PRs that update dependencies or related components label May 18, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

A newer version of wasmparser exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s component-parsing utilities and related manifests to use wasmparser v0.249.0, including small source adjustments to match upstream API changes.

Changes:

  • Bump wasmparser from 0.248.0 to 0.249.0 in hyperlight_component_util and hyperlight_component_macro.
  • Update component parsing/elaboration code to use the new name field accessors (e.g., name.name instead of name.0).
  • Refresh workspace and test-guest lockfiles to reflect the new resolved wasmparser version/checksum.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/tests/rust_guests/witguest/Cargo.lock Updates the test guest lockfile to resolve wasmparser at 0.249.0.
src/hyperlight_component_util/src/elaborate.rs Adjusts export/import name field access to match wasmparser 0.249.0 API.
src/hyperlight_component_util/src/component.rs Updates component export name access when selecting the world/type.
src/hyperlight_component_util/Cargo.toml Bumps the wasmparser dependency version.
src/hyperlight_component_macro/Cargo.toml Bumps the wasmparser dependency version.
Cargo.lock Updates workspace lockfile entries to wasmparser 0.249.0.

Comment thread src/hyperlight_component_macro/Cargo.toml Outdated
dependabot Bot and others added 4 commits May 28, 2026 09:48
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.248.0 to 0.249.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.249.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Automatically updated by dependabot-update-guest-locks workflow.
Triggered by: chore(deps): bump wasmparser from 0.248.0 to 0.249.0

Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@jsturtevant jsturtevant force-pushed the dependabot/cargo/wasmparser-0.249.0 branch from 5821c6c to 79f1d43 Compare May 28, 2026 16:48
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
@jsturtevant jsturtevant force-pushed the dependabot/cargo/wasmparser-0.249.0 branch from 6a15a6a to 127b257 Compare May 28, 2026 16:53
Automatically updated by dependabot-update-guest-locks workflow.
Triggered by: chore(deps): bump wasmparser from 0.248.0 to 0.249.0

Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com>
(cherry picked from commit 6a15a6a)
@jsturtevant
Copy link
Copy Markdown
Contributor

I didn't like name.name but I am on the fence on the change in 127b257.

Any one have an opinion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies For PRs that update dependencies or related components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants