You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bernharddick
changed the title
Dependency on old jwt_compact revision
Dependency on old compact_jwt revision
Jul 14, 2024
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.
The text was updated successfully, but these errors were encountered: