Skip to content

3.3.0

Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 11 Jul 22:21
· 48 commits to main since this release
414eb35

This release increases the Minimum Supported Rust Version (MSRV) of this crate to 1.65.

Bug Fixes

  • Support standard OIDC birthdate claim (#119). This crate supports a typo'ed birthday claim, which continues to work as before. In addition, it now supports the standardized birthdate claim.

Other Changes

  • Update rsa, p256, p384, serde_with, and url dependencies to their latest versions (#117)
  • Implement Eq trait on structs and enums already implementing PartialEq to address Clippy lint

Full Changelog: 3.2.0...3.3.0