RustCrypto / stream-ciphers

Collection of stream cipher algorithms
255 stars 49 forks source link

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

Closed brxken128 closed 1 year ago

brxken128 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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