Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jbr jbr released this 01 Jun 01:38
· 31 commits to main since this release
v3.0.0
9a2805d

async-session 3.0.0

  • Merge pull request #15 from joshtriplett/disable-oldtime
    Disable the "oldtime" feature of chrono

  • Upgrade base64, hmac, and rand to current versions
    This reduces duplicate crate versions in dependency trees that include
    async-session.

  • drop dependency on async-std
    updates all dependencies, and documents the available stores in the readme

  • document framework implementations as well

This change is major because one of the updated crypto reexports had a
breaking change