dependabot[bot] opened a new pull request, #658: URL: https://github.com/apache/opendal-reqsign/pull/658
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. <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.1.0 (2025-10-18)</h2> <ul> <li>add <code>dangerous::insecure_decode</code></li> <li>Implement TryFrom &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> <h2>9.3.1 (2024-02-06)</h2> <ul> <li>Update base64</li> </ul> <h2>9.3.0 (2024-03-12)</h2> <ul> <li>Add <code>Validation.reject_tokens_expiring_in_less_than</code>, the opposite of leeway</li> </ul> <h2>9.2.0 (2023-12-01)</h2> <ul> <li>Add an option to not validate <code>aud</code> in the Validation struct</li> <li>Get the current timestamp in wasm without using std</li> <li>Update ring to 0.17</li> </ul> <h2>9.1.0 (2023-10-21)</h2> <ul> <li>Supports deserialization of unsupported algorithms for JWKs</li> </ul> <h2>9.0.0 (2023-10-16)</h2> <ul> <li>Update ring</li> <li>Rejects JWTs containing audiences when the Validation doesn't contain any</li> </ul> <h2>8.3.0 (2023-03-15)</h2> <ul> <li>Update base64</li> <li>Implement Clone for TokenData<!-- raw HTML omitted --> if T impls Clone</li> </ul> <h2>8.2.0 (2022-12-03)</h2> <ul> <li>Add DecodingKey::from_jwk</li> <li>Can now use PEM certificates if you have the <code>use_pem</code> feature enabled</li> </ul> <h2>8.1.1 (2022-06-17)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Keats/jsonwebtoken/commit/655abeb971208fb5771a40e2fba66a937fa20f86"><code>655abeb</code></a> Ready for release</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/d96982ded0e843a26e2afcc9ee34c63a0d017658"><code>d96982d</code></a> Fix a few markdown issues in docs (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/446">#446</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/fbcfd39f2fcfb9acbeebc655f71b511a4bcf6868"><code>fbcfd39</code></a> feat: add <code>dangerous::insecure_decode</code> (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/441">#441</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/4ba3fcee1e75efea53d4937f44a13bf10235fc99"><code>4ba3fce</code></a> fix(docs): add <code>rust_crypto</code> feature to docs.rs build (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/443">#443</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/29fa3b1f7d18f80f4ef4e2c2144376c194206e03"><code>29fa3b1</code></a> Implement TryFrom &Jwk for DecodingKey (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/437">#437</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/14567554a5e0820d76797806638372c75a8635e3"><code>1456755</code></a> Use DecodingKey::from_jwk to get DecodingKey from JWK in auth0 example (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/430">#430</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/e72a3d4b53f859393c5365992c795f2b4bb13142"><code>e72a3d4</code></a> cargo fmt post edition bump</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/c2f26101914b4b1817e732dbb74b1ed493d0592c"><code>c2f2610</code></a> Bump rust edition</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/7a98086df15c46ae8cc738a34b1664253b34ac27"><code>7a98086</code></a> Update changelog</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/ab5764f1422f22ab1b69ee624d61efe1d7c2faa5"><code>ab5764f</code></a> Changes to support ACME, including JWS</li> <li>Additional commits viewable in <a href="https://github.com/Keats/jsonwebtoken/compare/v9.2.0...v10.1.0">compare view</a></li> </ul> </details> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
