You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For `hkdf`, this upgrades `hmac` to v0.13.0-pre.0, which transitively
depends on `digest` v0.11.0-pre.3.
This notably includes the migration from generic-array to hybrid-array,
and also switches `hkdf` to use the newly introduced `EagerHash` trait.
Also bumps edition to 2021, and hex-literal to v0.4.
0 commit comments