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

Update dependencies #783

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

getong
Copy link

@getong getong commented Mar 2, 2025

Update dependencies:

  • rand to 0.9
  • bitcoin_hashes to 0.16
  • getrandom to 0.3

@apoelstra
Copy link
Member

I guess we can move to rand 0.9 now that our MSRV is 1.63.0.

Can you update the lockfiles included in this crate? You can run ./contrib/update-lock-files.sh to do so.

@getong
Copy link
Author

getong commented Mar 2, 2025

I guess we can move to rand 0.9 now that our MSRV is 1.63.0.

Can you update the lockfiles included in this crate? You can run ./contrib/update-lock-files.sh to do so.

done

@apoelstra
Copy link
Member

Thanks! Can you also update the getrandom dep to 0.3? As written this results in two versions of getrandom (and two versions of some of its wasm-related deps).

Finally, can I ask that you break this into three commits:

  • Update hashes
  • Update getrandom
  • Update rand

So that we can see the lockfile changes for each one?

@getong
Copy link
Author

getong commented Mar 3, 2025

Thanks! Can you also update the getrandom dep to 0.3? As written this results in two versions of getrandom (and two versions of some of its wasm-related deps).

Finally, can I ask that you break this into three commits:

  • Update hashes
  • Update getrandom
  • Update rand

So that we can see the lockfile changes for each one?

done

@getong getong changed the title update rand to 0.9, bitcoin_hashes to 0.16 update rand to 0.9, bitcoin_hashes to 0.16, getrandom to 0.3 Mar 3, 2025
@getong getong force-pushed the update-rand-0.9 branch from bef5cb3 to 2791338 Compare March 3, 2025 02:24
@tcharding tcharding changed the title update rand to 0.9, bitcoin_hashes to 0.16, getrandom to 0.3 Update dependencies Mar 3, 2025
@tcharding
Copy link
Member

I edited your PR description and title, hope you don't mind.

@tcharding
Copy link
Member

I can investigate your CI fail later on today if you like. I'm surprised to see it with these small changes.

@tcharding
Copy link
Member

Oh there are re-names that need doing in the docs e.g., thread_rng was renamed to rng.

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.

3 participants