3.3.0
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'edbirthday
claim, which continues to work as before. In addition, it now supports the standardizedbirthdate
claim.
Other Changes
- Update
rsa
,p256
,p384
,serde_with
, andurl
dependencies to their latest versions (#117) - Implement
Eq
trait on structs and enums already implementingPartialEq
to address Clippy lint
Full Changelog: 3.2.0...3.3.0