chore(deps): bump wit-bindgen 0.57 -> 0.58#110
Merged
Conversation
Bumps the wit-bindgen-core and wit-bindgen-rust code generators used by durable-bindgen (and invoked via `xtask gen bindings`). The Opts API (format / runtime_path / ownership / with / additional_derive_attributes) is unchanged, so no code changes are required. wit-bindgen-rt stays at 0.44.0 (latest). Generated bindings are committed and only regenerated on demand, so this bump does not alter the checked-in bindings; it keeps the generator tooling current. Pulls wit-component / wit-parser 0.247 -> 0.251 transitively. Verified with `cargo check --workspace --all-features --locked`. https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp
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.
What
Bumps the
wit-bindgen-coreandwit-bindgen-rustcode generators 0.57.1 → 0.58.0 (workspace deps used bydurable-bindgen, invoked viaxtask gen bindings).The
OptsAPI consumed bydurable-bindgen(format/runtime_path/ownership/with/additional_derive_attributes, plusWorldGenerator/Resolve/Files) is unchanged, so no code changes are required.wit-bindgen-rtstays at 0.44.0 (already the latest). Pullswit-component/wit-parser/wasm-encoder0.247 → 0.251 transitively (deduping against wasmtime 45's copies).Scope note
The generated
bindings.rsfiles are committed and only regenerated on demand (xtask gen bindings), not during a normalcargo build. So this bump keeps the generator tooling current without altering the checked-in bindings, and there's no CI binding-freshness check to trip. Regeneration with the new generator can be done as a separate, deliberate step.Verification
cargo check --workspace --all-features --locked✅ (full workspace, 48s)https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp
Generated by Claude Code