chore(deps): periodic dependency audit and upgrades#37
Open
darioAnongba wants to merge 1 commit intomainfrom
Open
chore(deps): periodic dependency audit and upgrades#37darioAnongba wants to merge 1 commit intomainfrom
darioAnongba wants to merge 1 commit intomainfrom
Conversation
- wasm-bindgen: 0.2.113 → 0.2.114 - wasm-bindgen-futures: 0.4.63 → 0.4.64 - wasm-bindgen-test: 0.3.63 → 0.3.64 - web-sys: 0.3.90 → 0.3.91 All other dependencies (bdk_wallet 2.3.0, bdk_esplora 0.22.1, bitcoin 0.32.8, serde 1.0.228, anyhow 1.0.102) are already at their latest versions. Note: getrandom stays at 0.2.17 (latest 0.2.x) — 0.3+/0.4+ is a breaking change with different WASM support that requires careful migration. Ref #24
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.
Summary
Periodic dependency audit per #24. Upgrades all dependencies to their latest compatible versions.
Changes
Already at latest
bdk_wallet2.3.0 ✅bdk_esplora0.22.1 ✅bitcoin0.32.8 ✅serde1.0.228 ✅anyhow1.0.102 ✅serde-wasm-bindgen0.6.5 ✅getrandom0.2.17 (latest 0.2.x; 0.3+ is a breaking change) ✅console_error_panic_hook0.1.7 ✅Note
Cargo.lock will be auto-resolved by CI since we don't use
--locked. Runcargo update -p wasm-bindgen -p web-sys -p wasm-bindgen-testlocally before merging to commit a clean lock file.Ref #24