webauthn-rs icon indicating copy to clipboard operation
webauthn-rs copied to clipboard

Dependency on old compact_jwt revision

Open bernharddick opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Hi, while looking into packaging webauthn-rs for Debian I stumbled upon the dependency on an 0.2.x release of compact_jwt. As the change to 0.3.x and upwards includes breaking API changes (i.e. JwsUnverified no longer being available) it cannot be solved by just relaxing the dependency. So I kindly ask to update the project to build with a recent compact_jwt revision.

Describe the solution you'd like Update dependency to recent version of compact_jwt

Describe alternatives you've considered Co-packaging an old compact_jwt revision is theoretically possible but should be avoided.

bernharddick avatar Jul 14 '24 12:07 bernharddick

First, you should not be packaging crates for a distro. It goes against how Rust works as a language.

I will update compact_jwt however.

Firstyear avatar Jul 16 '24 23:07 Firstyear