chore(deps): bump wasmparser 0.227 -> 0.251#108
Merged
Conversation
wasmtime 45 already pulls wasmparser 0.251 transitively, so this bumps durable-client's direct dependency to match and dedupes the two copies out of the lockfile. The Validator / WasmFeatures / BinaryReaderError APIs used here are unchanged, so no code changes are required. 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
wasmparser0.227.0 → 0.251.0 indurable-client.wasmtime45 (used by the runtime) already pullswasmparser0.251 transitively, so this bumps durable-client's direct dependency to match and dedupes the two copies out of the lockfile (net lock change: just removing the old 0.227.1 entry).The APIs used here —
Validator::new_with_features/validate_all,WasmFeatures(default,remove(THREADS)),Parser::is_component,BinaryReaderError— are unchanged, so no code changes are required.Verification
cargo check -p durable-client --all-features --locked✅https://claude.ai/code/session_01KN3PaeQ1pFq1B3uReMqHjp
Generated by Claude Code