RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
536 stars 148 forks source link

Set min version of serde to 1.0.184 #360

Closed newpavlov closed 1 year ago

newpavlov commented 1 year ago

In 1.0.184 serde was un-blobbed. To prevent accidental pulling of the blobbed versions 1.0.184 will be used as a min version.

Relevant PR: #359