Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove the pkcs7 crate from the list of dependencies (#164)
The pkcs7 crate has been deprecated[1], the authors recommend us to switch to the block_padding crate instead. Incidentally we're already using the block_padding crate for our pkcs7 needs as that one is re-exported by the AES crate. This means that the pkcs7 crate is already an unused dependency and we can just remove it. This has been confirmed by cargo-udeps[2] as well. [1]: https://docs.rs/pkcs7/0.4.1/pkcs7/index.html#-deprecated- [2]: https://github.com/est31/cargo-udeps
- Loading branch information