Skip to content

Update Rust crate jsonwebtoken to v11 - #1192

Merged
raphael-goetz merged 1 commit into
mainfrom
renovate/jsonwebtoken-11.x
Aug 2, 2026
Merged

Update Rust crate jsonwebtoken to v11#1192
raphael-goetz merged 1 commit into
mainfrom
renovate/jsonwebtoken-11.x

Conversation

@renovate

@renovate renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Change
jsonwebtoken workspace.dependencies 10.4.011.0.0

Release Notes

Keats/jsonwebtoken (jsonwebtoken)

v11.0.0

Compare Source

  • Add conversions between Algorithm and KeyAlgorithm
  • JWKs can now be created from DecodingKeys, creation from EncodingKey and DecodingKey now supports Ed25519 as well
  • JWKs with unknown key types are now deserializable
  • BREAKING: Algorithm, KeyAlgorithm, EllipticCurve and ThumbprintHash are now non_exhaustive
  • BREAKING: Jwk.thumbprint now returns a Result<_>
  • BREAKING: Header.extras is now a struct that allows for deserialization to any T
  • BREAKING: Implicit features resulting from optional crates have been removed
  • BREAKING: Validation.insecure_disable_signature_validation has been removed, use dangerous::insecure_decode instead
  • BREAKING: EncodingKey.inner has been renamed to as_bytes, try_get_hmac_secret has been removed
  • BREAKING: DecodingKey.as_bytes and try_get_hmac_secret have been removed, use try_get_as_bytes instead
Changes for CryptoProviders
  • When constructing HMAC signers, the algorithm family must now be verified on construction
  • JwkUtils has been renamed to KeyUtils
    • compute_digest now returns a Result<_>
    • extract_rsa_public_key_components has been renamed to rsa_pub_components_from_private_key
    • rsa_pub_components_from_public_key has been added
    • extract_ec_public_key_coordinates has been renamed to ec_pub_components_from_private_key
    • ed_pub_components_from_private_key has been added

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies This updates dependency files label Aug 2, 2026
@renovate renovate Bot added the dependencies This updates dependency files label Aug 2, 2026
@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2725408720

Status: Passed
Duration: 5 minutes

Job summaries

rspec: [cloud]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/15666158637/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2725408720/test_report
Finished in 32.55 seconds (files took 11.9 seconds to load)
1721 examples, 0 failures, 3 pending
Line Coverage: 93.29% (6281 / 6733)
[TEST PROF INFO] Time spent in factories: 00:19.461 (50.14% of total time)

rspec: [ee]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/15666158636/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2725408720/test_report
Finished in 29.39 seconds (files took 11.54 seconds to load)
1685 examples, 0 failures, 3 pending
Line Coverage: 93.47% (6128 / 6556)
[TEST PROF INFO] Time spent in factories: 00:17.914 (50.5% of total time)

rspec: [ce]

Coverage report available at https://code0-tech.gitlab.io/-/development/sagittarius/-/jobs/15666158635/artifacts/tmp/coverage/index.html
Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/2725408720/test_report
Finished in 29.72 seconds (files took 12.45 seconds to load)
1634 examples, 0 failures, 3 pending
Line Coverage: 93.09% (5952 / 6394)
[TEST PROF INFO] Time spent in factories: 00:18.154 (49.56% of total time)

docs:preview

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/15666175668/artifacts/out/index.html

rubocop

971 files inspected, no offenses detected

@raphael-goetz
raphael-goetz merged commit eff9a5f into main Aug 2, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/jsonwebtoken-11.x branch August 2, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant