Breaking Changes
- Add
rustls-tls(default) andnative-tlsfeature flags for use withreqwest. Previously, enabling thereqwestfeature flag would always userustls. The default behavior is unchanged, but users that disable the default features and wish to continue usingrustlsmay wish to add therustls-tlsfeature flag to theirCargo.toml. - Expose
serde_path_to_error::Error<serde_json::Error>>instead of aserde_json::Errorto improve the diagnosability of JSON deserialization errors in the following enum variants:DiscoveryError::ParseRequestTokenError::ParseUserInfoError::Parseregistration::ClientRegistrationError::Parse