Grant Limberg a59626c971
Bump zeroidc dependencies (#1847)
openidconnect -> 2.5
base64 -> 0.21
url -> 2.3
bytes -> 1.3
2023-01-12 13:24:58 -08:00

9 lines
381 B
Plaintext

# 1.0.0
- added the ability to capture lifetimes.
- renamed macros but kept deprecated legacy aliases around:
- `forward_from_str_to_serde!` -> `derive_fromstr_from_deserialize!`
- `forward_display_to_serde!` -> `derive_display_from_serialize!`
- `derive_deserialize_from_str!` -> `derive_deserialize_from_fromstr!`
- modernized codebase slightly and fixed clippy warnings.