RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
557 stars 154 forks source link

Update dependencies #447

Closed Snowiiii closed 2 months ago

Snowiiii commented 3 months ago

Hey, Just a some regularly dependency updates

baloo commented 2 months 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.