RustCrypto / RSA

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

Update dependencies #447

Closed Snowiiii closed 1 week ago

Snowiiii commented 3 weeks ago

Hey, Just a some regularly dependency updates

baloo commented 1 week ago

Dependabot should already take care of that. Also the Cargo.lock was mostly up to date already.

The patch version doesn't really matter cargo will always pick the latest (see https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio). This should only be required to bump the patch version of Cargo.toml to fix a regression / security issue.