Skip to content

deps(rust): update jsonwebtoken requirement from 9.3 to 10.3 in /apps/core#17

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/apps/core/jsonwebtoken-10.3
Closed

deps(rust): update jsonwebtoken requirement from 9.3 to 10.3 in /apps/core#17
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/apps/core/jsonwebtoken-10.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2026

Updates the requirements on jsonwebtoken to permit the latest version.

Changelog

Sourced from jsonwebtoken's changelog.

10.3.0 (2026-01-27)

  • Export everything needed to define your own CryptoProvider
  • Fix type confusion with exp/nbf when not required

10.2.0 (2025-11-06)

  • Remove Clone bound from decode functions

10.1.0 (2025-10-18)

  • add dangerous::insecure_decode
  • Implement TryFrom &Jwk for DecodingKey

10.0.0 (2025-09-29)

  • BREAKING: now using traits for crypto backends, you have to choose between aws_lc_rs and rust_crypto
  • Add Clone bound to decode
  • Support decoding byte slices
  • Support JWS

9.3.1 (2024-02-06)

  • Update base64

9.3.0 (2024-03-12)

  • Add Validation.reject_tokens_expiring_in_less_than, the opposite of leeway

9.2.0 (2023-12-01)

  • Add an option to not validate aud in the Validation struct
  • Get the current timestamp in wasm without using std
  • Update ring to 0.17

9.1.0 (2023-10-21)

  • Supports deserialization of unsupported algorithms for JWKs

9.0.0 (2023-10-16)

  • Update ring
  • Rejects JWTs containing audiences when the Validation doesn't contain any

8.3.0 (2023-03-15)

  • Update base64
  • Implement Clone for TokenData if T impls Clone

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/cargo/apps/core/jsonwebtoken-10.3 branch 3 times, most recently from 24353ae to ad817fa Compare February 2, 2026 09:23
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version.
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v9.3.0...v10.3.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-version: 10.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/apps/core/jsonwebtoken-10.3 branch from ad817fa to 3950ee4 Compare February 2, 2026 12:01
@decebal
Copy link
Contributor

decebal commented Feb 2, 2026

🤖 Dependency Update Adoption Status

Status: ⚠️ REQUIRES CODE CHANGES

Analysis

  • Dependency: jsonwebtoken 9.3 → 10.3
  • Type: Major version update (Rust crate)
  • CI Status: Failing - Rust Quality Gates

Breaking Changes in jsonwebtoken 10.x

The jsonwebtoken crate v10 includes breaking API changes:

  • New validation configuration API
  • Changes to error types
  • Modified token encoding/decoding signatures

Recommendation

This update requires code modifications to adapt to the new API. The migration is worthwhile for:

  • Security improvements
  • Better error handling
  • Performance enhancements

Action:

  1. Review the jsonwebtoken changelog
  2. Update JWT-related code in apps/core to use the new API
  3. Ensure all auth tests pass after migration

@decebal decebal closed this Feb 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/apps/core/jsonwebtoken-10.3 branch February 2, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant