Skip to content
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

Bump dependencies #575

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Bump dependencies #575

wants to merge 10 commits into from

Conversation

ok300
Copy link
Contributor

@ok300 ok300 commented Feb 3, 2025

Description

This PR bumps a few core dependencies to the latest (MSRV-compatible) version.


Checklist

@@ -14,7 +14,7 @@ bench = []

[dependencies]
uuid = { version = "1", features = ["v4", "serde"], optional = true }
bitcoin = { version = "0.32.2", features = [
bitcoin = { version = "0.32.5", features = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cargo will automatically pull in the latest patch version so we do not want to raise this as it should be the minimum version we support. This is true for a few of the ones updated, just going to note it here.

Comment on lines +63 to +64
sync_wrapper = "1"
bech32 = "0.11"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not direct deps of ours but transitive dependencies that do not have the minimal version defined correctly so they need to be defined here. So we cant change to a new major or minor version as we want to set the correct major/minor version for the dep.

I haven't run the minimal check in a bit so I should redo it and add to CI and maybe we will be able to update or remove these if your direct dep has been updated. #505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants