Keats / jsonwebtoken

JWT lib in rust
MIT License
1.69k stars 271 forks source link

Updated base64 to v0.13 and simple_asn1 to v0.5 #174

Closed lpil closed 3 years ago

lpil commented 3 years ago

Hello! Thank you for your library, we have found it tremendously useful in our Rust video game projects over at Embark Studios.

We use cargo-deny to ensure we don't have multiple versions of the same deps, and it notified us that there was a duplicate resulting from this library using an older version. This PR updates those deps to the latest version.

Thank you, Louis

Keats commented 3 years ago

Check the v8 beta on crates.io it already includes all those changes + some UX improvements It's very close to release, I was just hoping to get some more feedback.

lpil commented 3 years ago

Oh wonderful, thank you.