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

Unpin dependencies after bumping MSRV beyond 1.65 #4242

Open
toidiu opened this issue Oct 11, 2023 · 1 comment
Open

Unpin dependencies after bumping MSRV beyond 1.65 #4242

toidiu opened this issue Oct 11, 2023 · 1 comment
Labels

Comments

@toidiu
Copy link
Contributor

toidiu commented Oct 11, 2023

Problem:

  • One of our dependencies of dependencies (regex) broke MSRV (requires 1.65) in >v1.9.6. To work around this, we have pinned this dependency to =1.9.6.
  • s2n-tls-hyper -> hyper -> h2 -> indexmap -> hashbrown =0.15.0 addressed in chore: move hyper to a newer MSRV #4983

Solution:

This should be reverted after bumping MSRV.

@dougch
Copy link
Contributor

dougch commented Dec 16, 2024

#4971

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

No branches or pull requests

4 participants