Keats / jsonwebtoken

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

Pin regex version in dev-dependencies #315

Closed giraffate closed 1 year ago

giraffate commented 1 year ago

Fix https://github.com/Keats/jsonwebtoken/issues/314

The regex v1.8.x needs the rustc 1.60.0 or newer, so we pins its version.

giraffate commented 1 year ago

Oh, Clippy in CI fails, I'll address it later.

Keats commented 1 year ago

Maybe it's ok to do https://github.com/Keats/jsonwebtoken/pull/303 now that it's been 6 months since 1.67 release

giraffate commented 1 year ago

Okay, it looks good!