Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps wasmparser from 0.242.0 to 0.243.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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Dec 3, 2025
@jsturtevant
Copy link
Contributor

@copilot this failed due to some changes in the library, fix it up

one example is:


187 |                     desc: match ty {
    |                                 ^^ pattern `&TypeRef::FuncExact(_)` not covered

Copy link
Contributor

Copilot AI commented Dec 3, 2025

@jsturtevant I've opened a new pull request, #1071, to work on those changes. Once the pull request is ready, I'll request review from you.

@jsturtevant
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot bot and others added 2 commits December 3, 2025 15:43
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.242.0 to 0.243.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.243.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Initial plan

* Handle FuncExact variant in wasmparser 0.243.0

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

* Improve error message consistency for FuncExact handlers

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

* Fix wasmparser 0.243.0 compatibility

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
@jsturtevant jsturtevant force-pushed the dependabot/cargo/wasmparser-0.243.0 branch from 422b883 to cdc1ea0 Compare December 3, 2025 23:48
@jsturtevant jsturtevant enabled auto-merge (squash) December 3, 2025 23:53
@jsturtevant jsturtevant merged commit a6fa90c into main Dec 4, 2025
45 checks passed
@jsturtevant jsturtevant deleted the dependabot/cargo/wasmparser-0.243.0 branch December 4, 2025 00:28
vshailesh pushed a commit to vshailesh/hyperlight that referenced this pull request Dec 7, 2025
* Bump wasmparser from 0.242.0 to 0.243.0

Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.242.0 to 0.243.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.243.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Handle FuncExact variant added in wasmparser 0.243.0 (hyperlight-dev#1071)

* Initial plan

* Handle FuncExact variant in wasmparser 0.243.0

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

* Improve error message consistency for FuncExact handlers

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

* Fix wasmparser 0.243.0 compatibility

Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jsturtevant <648372+jsturtevant@users.noreply.github.com>
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