build(deps): bump wit-bindgen from 0.48.1 to 0.61.0 in /spec/fixtures/components/rust_app - #185
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Collaborator
|
@dependabot recreate |
Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.48.1 to 0.61.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.48.1...v0.61.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/spec/fixtures/components/rust_app/wit-bindgen-0.59.0
branch
from
August 28, 2026 06:23
fd47798 to
7717cd7
Compare
Contributor
Author
|
Superseded by #199. |
dependabot
Bot
deleted the
dependabot/cargo/spec/fixtures/components/rust_app/wit-bindgen-0.59.0
branch
August 31, 2026 12:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps wit-bindgen from 0.48.1 to 0.61.0.
Commits
e5cbca3Release wit-bindgen 0.61.0 (#1694)17d9bfaUnconditionally link wasip3 C-based intrinsics (#1695)4f831f2Bump wasm-tools dependencies (#1693)d4001abRework method chaining system of Rust generator (#1602)8ee0a9dAdd a--lockedjob to CI (#1692)084407cD guest bindings generator (#1561)df9b033Fix more compat with nightly rust, more wasip3 fixes (#1691)b119e28Prepare tests to run on WASIp3 (#1688)bd5e46cmarkdown: don't nest a link inside a link (#1689)c36517bfeat: update go bindings to pass go vet (#1670)Note
Low Risk
Scope is limited to a spec fixture’s dependency versions; risk rises only if CI or docs expect a rebuilt WASM artifact that isn’t included here.
Overview
Updates the
spec/fixtures/components/rust_apptest component towit-bindgen0.61 (from 0.48) inCargo.toml, with a refreshedCargo.lock.The lockfile shift mainly tracks wit-bindgen 0.61.x and its wasm-tools stack (e.g.
wasmparser,wit-component,wit-parser0.258.0), plus routine transitive bumps (hashbrown,indexmap,anyhow, etc.) and new deps such asmacro-string;unicode-xiddrops in favor ofunicode-identin the parser chain.No Rust source or
.wasmbinary changes appear in this diff—only manifest and lock updates for the fixture crate used in app-bridge specs (e.g.rust_app.wasm).Reviewed by Cursor Bugbot for commit 7717cd7. Bugbot is set up for automated code reviews on this repo. Configure here.