Keats / jsonwebtoken

JWT lib in rust
MIT License
1.66k stars 266 forks source link

Update base64 to 0.22 #397

Closed maflcko closed 2 months ago

maflcko commented 3 months ago

According to https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md this does not affect this project. (Only change is a speedup, a minor change of the InvalidLength error, and a fixed BIN_HEX)

Also in a separate doc-only commit, address https://github.com/Keats/jsonwebtoken/pull/380#issuecomment-2030469801 to fix #380.