Update Dependencies for Compatibility and Security (Fixes #1797) #1804
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.
Description
This pull request addresses Issue bitcoindevkit/bdk_wallet#32 and updates several dependencies in the project:
bdk_chain: Updatedrusqlitefrom0.31.0to0.32.1for improved compatibility and security.bdk_chain: Updatedcriterionfrom^0.2to0.5.1in dev dependencies for bug fixes and new features.bdk_testenv: Updatedelectrsdfrom^0.28.0to0.29.0to ensure compatibility with the latest versions ofelectrs.example_wallet_rpcandexample_bitcoind_rpc_polling: Updatedctrlcfrom^2to3.4.5for better compatibility with newer versions ofctrlc.Notes to the reviewers
bdk_walletout of date dependencies bdk_wallet#32. A key point is the security vulnerability related totokio(RUSTSEC-2023-0001). The fix is pending as part of future updates.bdk_corecrate left to complete. This will be addressed in a subsequent PR.rusqlite,criterion,electrsd, andctrlc.Changelog notice
rusqliteupdated to0.32.1.criterionupdated to0.5.1.electrsdupdated to0.29.0.ctrlcupdated to3.4.5.Checklists
All Submissions:
cargo fmtandcargo clippybefore committingNew Features:
Bugfixes: