This is a patch release which includes the following changes:
- Upgrade dev-dependency
pretty_assertionsto resolve a Dependabot warning about the transitive dependency on theansi_termcrate. Note: This increases the MSRV from Rust 1.49.0 to Rust 1.54.0, but only for building the tests, not for building the library itself. - Upgrade to the latest version of the
kmip-ttlvcrate. - Minor Rust code quality improvements based on Clippy feedback from latest Rust.