nhynes / jwk-rs

Rust JSON Web Keys πŸ¦€πŸ•ΈπŸ”‘
MIT License
33 stars 16 forks source link

Update jsonwebtoken v8.0 #7

Closed 06chaynes closed 2 years ago

06chaynes commented 2 years ago

This updates jsonwebtoken to version 8.0, and also includes a few clippy fixes.

06chaynes commented 2 years ago

One thing I just realized is that this does not update the example in the README, just fyi

maxlambrecht commented 2 years ago

This PR is important due to to RUSTSEC-2020-0159 as jsonwebtoken 0.8 no longer uses chrono crate. Please merge as soon as posible.

nhynes commented 2 years ago

Thanks for this! Sorry for not seeing it earlier; I didn't see your PR notification for whatever reason. Let me get a new version out for you now.