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

Update all hex-literal to 0.4.1 and silence clippy warning #327

Closed
wants to merge 2 commits into from

Conversation

brxken128
Copy link

This PR bumps all crates up to hex-literal v0.4.1 - I opted for that over 0.4 as they're all dev-dependencies and shouldn't break anything for users downstream.

I also silenced a clippy warning in the chacha20 crate. I tried to resolve it via moving the let bindings but apparently that was considered unstable, so silencing the warning was the next best option.

@brxken128
Copy link
Author

Hmm it looks like they need MSRVs of 1.57.0, probably not worth the bump but I'll wait for someone else's input.

@newpavlov
Copy link
Member

Yes, hex-literal will be bumped as part of the next breaking release cycle.

@newpavlov newpavlov closed this Aug 15, 2023
@brxken128 brxken128 deleted the dep-update branch August 15, 2023 17:06
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.

None yet

2 participants