dalek-cryptography / curve25519-dalek

A pure-Rust implementation of group operations on Ristretto and Curve25519
Other
853 stars 422 forks source link

Update dependencies #611

Closed qdrs closed 6 months ago

qdrs commented 6 months ago

Zeroize, Subtle and Serde updates.

robjtede commented 6 months ago

Changes to a library crate's manifest like this are unnecessary. Minimum versions for the crate's needs are specified and raising them (within a semver compatible range) should only be done if the crate needs a newly introduced feature.

tarcieri commented 6 months ago

This also includes a number of irrelevant formatting changes, and things like changing serde's version requirement from 1.0 to ^1.0 even though the ^ is implicit