Skip to content

build(deps): bump the wasm group with 3 updates#1392

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasm-a93b770e11
Open

build(deps): bump the wasm group with 3 updates#1392
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/wasm-a93b770e11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the wasm group with 3 updates: wasm-wave, wasmparser and wit-component.

Updates wasm-wave from 0.252.0 to 0.253.0

Commits

Updates wasmparser from 0.252.0 to 0.253.0

Commits

Updates wit-component from 0.252.0 to 0.253.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the wasm group with 3 updates: [wasm-wave](https://github.com/bytecodealliance/wasm-tools), [wasmparser](https://github.com/bytecodealliance/wasm-tools) and [wit-component](https://github.com/bytecodealliance/wasm-tools).


Updates `wasm-wave` from 0.252.0 to 0.253.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmparser` from 0.252.0 to 0.253.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wit-component` from 0.252.0 to 0.253.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: wasm-wave
  dependency-version: 0.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wasm
- dependency-name: wasmparser
  dependency-version: 0.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wasm
- dependency-name: wit-component
  dependency-version: 0.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: wasm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust wRPC Rust support labels Jul 8, 2026
@dependabot dependabot Bot requested a review from rvolosatovs as a code owner July 8, 2026 00:54
@dependabot dependabot Bot added the rust wRPC Rust support label Jul 8, 2026
psiegl pushed a commit to airbus-forks/wrpc that referenced this pull request Jul 9, 2026
* Move `wit_bindgen::spawn` behind a feature

I do not know of a great solution for bytecodealliance#1305 so instead of actually
solving it at this time the next-best thing I can think of is to
guide users towards not using it of sorts. This commit adds an
`async-spawn` feature to the `wit-bindgen` crate which gates this
function and the feature is disabled by default. This notably also
enables putting the `futures` crate behind this feature which should
greatly reduce the compile-time-impact of taking on this dependency
(`futures` is a bit large). Refactoring was required internally to fully
sever the `futures` dependency except for spawning.

* Fix doc check by using nightly

* Fix a feature name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust wRPC Rust support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants