Bump jsonwebtoken from 9.3.1 to 10.3.0 #12

Merged
dependabot[bot] merged 1 commit from dependabot/cargo/jsonwebtoken-10.3.0 into main 2026-04-18 01:38:03 +00:00
dependabot[bot] commented 2026-02-03 18:53:44 +00:00 (Migrated from github.com)

Bumps jsonwebtoken from 9.3.1 to 10.3.0.

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
Commits

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md">jsonwebtoken's changelog</a>.</em></p> <blockquote> <h2>10.3.0 (2026-01-27)</h2> <ul> <li>Export everything needed to define your own CryptoProvider</li> <li>Fix type confusion with exp/nbf when not required</li> </ul> <h2>10.2.0 (2025-11-06)</h2> <ul> <li>Remove <code>Clone</code> bound from decode functions</li> </ul> <h2>10.1.0 (2025-10-18)</h2> <ul> <li>add <code>dangerous::insecure_decode</code></li> <li>Implement TryFrom &amp;Jwk for DecodingKey</li> </ul> <h2>10.0.0 (2025-09-29)</h2> <ul> <li>BREAKING: now using traits for crypto backends, you have to choose between <code>aws_lc_rs</code> and <code>rust_crypto</code></li> <li>Add <code>Clone</code> bound to <code>decode</code></li> <li>Support decoding byte slices</li> <li>Support JWS</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Keats/jsonwebtoken/commit/abbc3076742c4161347bc6b8bf4aa5eb86e1dc01"><code>abbc307</code></a> Fix type confusion</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/e99740d15420b735cd3ba90db1e8dfdbcaa51b2f"><code>e99740d</code></a> fix: bump minimal version requirements (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/481">#481</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/50d15e042cb623ca0bd67374c0fc09a5da323c2e"><code>50d15e0</code></a> Use try_sign to avoid panics (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/479">#479</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/245858fdf3fade3ef176d49d00334dec9e9f6b0b"><code>245858f</code></a> Bump some dep</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/122c2ed079dddf8d174492007c778aa495efde8d"><code>122c2ed</code></a> Bump action number in CI</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/72e0c7fa4042e71b3d3482777b956f5918f91ac2"><code>72e0c7f</code></a> Expose cryptography backends via CryptoProvider (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/452">#452</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/53a3fc25b48be0af5fdab63b5698b2a24f59b3ef"><code>53a3fc2</code></a> Do not fail for clippy</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/3226cfc82bea494ad914f529b3549137099f2406"><code>3226cfc</code></a> Prepare for release</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/dfe58f99b49e08da856db61eb1fbcc0d1da22a2a"><code>dfe58f9</code></a> Remove unnecessary Clone bounds from decode functions (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/458">#458</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/9b3e19c38c11564191b7b63199df7f577d407621"><code>9b3e19c</code></a> Fix function names in README (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/457">#457</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonwebtoken&package-manager=cargo&previous-version=9.3.1&new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/navicore/gamecode-web/network/alerts). </details>
Sign in to join this conversation.
No description provided.