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
: Updatedrusqlite
from0.31.0
to0.32.1
for improved compatibility and security.bdk_chain
: Updatedcriterion
from^0.2
to0.5.1
in dev dependencies for bug fixes and new features.bdk_testenv
: Updatedelectrsd
from^0.28.0
to0.29.0
to ensure compatibility with the latest versions ofelectrs
.example_wallet_rpc
andexample_bitcoind_rpc_polling
: Updatedctrlc
from^2
to3.4.5
for better compatibility with newer versions ofctrlc
.Notes to the reviewers
bdk_wallet
out 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_core
crate left to complete. This will be addressed in a subsequent PR.rusqlite
,criterion
,electrsd
, andctrlc
.Changelog notice
rusqlite
updated to0.32.1
.criterion
updated to0.5.1
.electrsd
updated to0.29.0
.ctrlc
updated to3.4.5
.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: