Keats / jsonwebtoken

JWT lib in rust
MIT License
1.62k stars 252 forks source link

Update pem dependency to 2.x #303

Closed urkle closed 1 year ago

urkle commented 1 year ago
giraffate commented 1 year ago

The pem 2.0 requires 1.67 for MSRV. So, pinned tests in CI fails because it's 1.59.

Keats commented 1 year ago

1.59 -> 1.67 is a pretty steep change!

urkle commented 1 year ago

yeah.. that is a big jump I did not realize that pem jumped that high. Sucks as that's the only way to not have the duplicate base64 crate.

So perhaps this should be postponed until you are ready to jump MSRV

Keats commented 1 year ago

It's been 6 months now, maybe it's time to do the bump