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

Dependency Upgrade - curve25519-dalek #2690

Closed
omkarshanbhag opened this issue Aug 21, 2024 · 1 comment
Closed

Dependency Upgrade - curve25519-dalek #2690

omkarshanbhag opened this issue Aug 21, 2024 · 1 comment

Comments

@omkarshanbhag
Copy link

Problem

solana-program currently uses curve curve25519-dalek v3.2.1. It's dependencies list specifies zeroize >=1, <1.4 which is pretty old and restrictive -- causes sub-dependency versions to not have overlap in crates that already depend on zeroize, among others.

Proposed Solution

Upgrade to the latest version of curve25519-dalek v4.1.3 which is must more permissive as the version of zeroize required is just ^1

@steviez
Copy link

steviez commented Aug 22, 2024

Hi @omkarshanbhag - this is already on our radar; we had updated but then had to back that change out. Given that is a known issue that is already being worked on, I'm going to close this issue but feel free to subscribe to #2252 to follow along

@steviez steviez closed this as completed Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants