Skip to content

0.102.5

Compare
Choose a tag to compare
@djc djc released this 03 Jul 13:36
· 23 commits to main since this release
v/0.102.5

Notable changes

  • EndEntityCert::subject_public_key_info() as added in 0.102.4 neglected to specify the return type's lifetime, limiting the visible lifetime to the lifetime of the EndEntityCert. The actual lifetime was 'static; we've made this explicit and enabled warnings for elided_lifetimes_in_paths to avoid similar issues in the future.

What's changed

  • build(deps): bump the crates-io group with 2 updates by @dependabot in #257
  • ci: update cargo-check-external-types toolchain by @cpu in #258
  • build(deps): bump seanmiddleditch/gha-setup-ninja from 4 to 5 by @dependabot in #260
  • build(deps): bump aws-lc-rs from 1.7.2 to 1.7.3 in the crates-io group by @dependabot in #261
  • Enable some more warnings on lints by @djc in #262
  • lib: warn for clippy::use_self by @cpu in #263
  • build(deps): bump the crates-io group with 2 updates by @dependabot in #265
  • Prepare 0.102.5 release by @djc in #266