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 aes-gcm v0.9.x breaks semver #260

Closed
michaelsproul opened this issue Aug 19, 2024 · 0 comments
Closed

Dependency aes-gcm v0.9.x breaks semver #260

michaelsproul opened this issue Aug 19, 2024 · 0 comments
Assignees

Comments

@michaelsproul
Copy link
Member

The aes-gcm v0.9.x dependency is kind of a nightmare.

In Lighthouse we currently have aes-gcm v0.9.2 in the lockfile, which is compatible with subtle v2.6.1. However, a cargo update to aes-gcm v0.9.4 introduces a bound of subtle < 2.5 which breaks other packages, see:

aes-gcm v0.9.x is 3 years old, so we should ideally migrate discv5 to the newer v0.10.x series.

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

No branches or pull requests

3 participants