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

Bump minimal versions of range dependencies #4614

Closed
5 tasks
davidhewitt opened this issue Oct 11, 2024 · 1 comment
Closed
5 tasks

Bump minimal versions of range dependencies #4614

davidhewitt opened this issue Oct 11, 2024 · 1 comment

Comments

@davidhewitt
Copy link
Member

As a follow up to #4604, it's probably time to go through our range dependencies in the Cargo.toml and bump these a bit. e.g. hashbrown 0.9 is about 4 years old, and barely downloaded. It looks like hashbrown 0.11 is where the download counts pick up, so I think we can bump to there for sure. MSRV works with 0.14, so we could even go higher.

Labelling as good first issue, I think this would be a nice cleanup to land in 0.23 if someone is interested.

Range dependencies in Cargo.toml:

  • hashbrown (to 0.11 or maybe even 0.14)
  • chrono-tz (needs analysis)
  • eyre (needs analysis)
  • indexmap (needs analysis)
  • num-complex (needs analysis)
@davidhewitt
Copy link
Member Author

Done in #4617

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

1 participant