-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update out of date dependencies #1797
Labels
dependencies
Pull requests that update a dependency file
Comments
I would like to work on this issue. Can anyone please assign me this? |
yaegeristhitesh
added a commit
to yaegeristhitesh/bdk
that referenced
this issue
Jan 18, 2025
…xamples (fixes bitcoindevkit#1797) - `bdk_chain`: updated `rusqlite` from `0.31.0` to `0.32.1` to address compatibility and security improvements. - `bdk_chain`: updated `criterion` from `^0.2` to `0.5.1` in dev dependencies to leverage newer features and bug fixes. - `bdk_testenv`: updated `electrsd` from `^0.28.0` to `0.29.0` for improved compatibility with the latest versions of `electrs`. - `example_wallet_rpc` and `example_bitcoind_rpc_polling`: updated `ctrlc` from `^2` to `3.4.5` to ensure compatibility with the latest versions of `ctrlc`. These updates aim to improve compatibility, performance, and security across relevant crates.
yaegeristhitesh
added a commit
to yaegeristhitesh/bdk
that referenced
this issue
Jan 18, 2025
…xamples (fixes bitcoindevkit#1797) - `bdk_chain`: updated `rusqlite` from `0.31.0` to `0.32.1` to address compatibility and security improvements. - `bdk_chain`: updated `criterion` from `^0.2` to `0.5.1` in dev dependencies to leverage newer features and bug fixes. - `bdk_testenv`: updated `electrsd` from `^0.28.0` to `0.29.0` for improved compatibility with the latest versions of `electrs`. - `example_wallet_rpc` and `example_bitcoind_rpc_polling`: updated `ctrlc` from `^2` to `3.4.5` to ensure compatibility with the latest versions of `ctrlc`. These updates aim to improve compatibility, performance, and security across relevant crates.
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where possible we should update out of date dependencies, including for dev and example projects.
https://deps.rs/repo/github/bitcoindevkit/bdk
Also tracking:
electrsd
to use the new rust-bitcoin/corepc crate change bitcoind -> corepc_node RCasatta/electrsd#89The text was updated successfully, but these errors were encountered: