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

Updated deps #369

Closed
wants to merge 1 commit into from
Closed

Updated deps #369

wants to merge 1 commit into from

Conversation

rozbb
Copy link
Contributor

@rozbb rozbb commented Sep 14, 2021

This requires a major version bump, as it is a breaking change. Because curve25519-dalek exposes its rand dependency, if another crate previously used an OsRng from v0.7 to generate a scalar (which e.g. ed25519-dalek does), it would not compile anymore. This seemed awkward to me but it looks like merlin does this too.

Notes on dependency updates:

  • byteorder = "1" is the line that's used in byteorder's own README
  • subtle is semantic-versioned (check me on this)
  • I didn't switch fiat_crypto to 0.1 because I have no idea how it's versioned. Thankfully it's bug-free by definition, so that's not an issue >.>

@paolobarbolini
Copy link

I guess this PR should target the release/4.0 branch

@rozbb
Copy link
Contributor Author

rozbb commented Oct 18, 2022

Resolved in release/4.0 branch

@rozbb rozbb closed this Oct 18, 2022
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