Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Updates the requirements on jsonwebtoken, testcontainers-modules and axum-extra to permit the latest version.
Updates jsonwebtoken to 10.1.0

Changelog

Sourced from jsonwebtoken's changelog.

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

8.2.0 (2022-12-03)

  • Add DecodingKey::from_jwk
  • Can now use PEM certificates if you have the use_pem feature enabled

8.1.1 (2022-06-17)

... (truncated)

Commits
  • 655abeb Ready for release
  • d96982d Fix a few markdown issues in docs (#446)
  • fbcfd39 feat: add dangerous::insecure_decode (#441)
  • 4ba3fce fix(docs): add rust_crypto feature to docs.rs build (#443)
  • 29fa3b1 Implement TryFrom &Jwk for DecodingKey (#437)
  • 1456755 Use DecodingKey::from_jwk to get DecodingKey from JWK in auth0 example (#430)
  • e72a3d4 cargo fmt post edition bump
  • c2f2610 Bump rust edition
  • 7a98086 Update changelog
  • ab5764f Changes to support ACME, including JWS
  • Additional commits viewable in compare view

Updates testcontainers-modules to 0.13.0

Release notes

Sourced from testcontainers-modules's releases.

v0.13.0

Documentation

  • Complete doc string for mongodb usage (#375)
  • Complete doc comments for confluents kafka image (#376)
  • Complete doc-comment for dynamodb (#378)
  • Complete doc comments for confluents ElasticMQ image (#379)
  • Complete doc comments for nats' images (#383)
  • Complete doc comments for k3s images (#381)
  • Complete doc comments for elasticsearch image (#380)
  • Complete doc comments for the parity image (#384)
  • Complete doc comments for orientdb images (#382)
  • Complete doc comment for minio (#377)
  • Complete doc comments for the google_cloud_sdk_emulators image (#385)
  • Add a docstring for the last missing function Consul::with_local_config (#386)

Features

  • [breaking] Update testcontainers to 0.25.0 (#388)

Miscellaneous Tasks

  • Update redis requirement from 0.29.0 to 0.32.2 (#362)
  • Update async-nats requirement from 0.41.0 to 0.42.0 (#360)
  • Update lapin requirement from 2.3.1 to 3.0.0 (#359)
  • Update arrow-flight requirement from 55.1.0 to 56.0.0 (#374)
  • Update rdkafka requirement from 0.37.0 to 0.38.0 (#365)
  • Update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
  • Update azure_core to 0.27.0 (#390)
Changelog

Sourced from testcontainers-modules's changelog.

[0.13.0] - 2025-08-27

Documentation

  • Complete doc string for mongodb usage (#375)
  • Complete doc comments for confluents kafka image (#376)
  • Complete doc-comment for dynamodb (#378)
  • Complete doc comments for confluents ElasticMQ image (#379)
  • Complete doc comments for nats' images (#383)
  • Complete doc comments for k3s images (#381)
  • Complete doc comments for elasticsearch image (#380)
  • Complete doc comments for the parity image (#384)
  • Complete doc comments for orientdb images (#382)
  • Complete doc comment for minio (#377)
  • Complete doc comments for the google_cloud_sdk_emulators image (#385)
  • Add a docstring for the last missing function Consul::with_local_config (#386)

Features

  • [breaking] Update testcontainers to 0.25.0 (#388)

Miscellaneous Tasks

  • Update redis requirement from 0.29.0 to 0.32.2 (#362)
  • Update async-nats requirement from 0.41.0 to 0.42.0 (#360)
  • Update lapin requirement from 2.3.1 to 3.0.0 (#359)
  • Update arrow-flight requirement from 55.1.0 to 56.0.0 (#374)
  • Update rdkafka requirement from 0.37.0 to 0.38.0 (#365)
  • Update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
  • Update azure_core to 0.27.0 (#390)

[0.12.1] - 2025-05-29

Bug Fixes

  • Use HTTP wait strategy (#350)

Features

  • Add scylladb module (#325)
  • Add arrow_flightsql module (#348)
  • Add CrateDB (#353)

Miscellaneous Tasks

  • Update alloy-transport-http requirement from 0.11.1 to 1.0.7 (#351)
  • MSRV 1.82
  • Address clippy lint warnings (#354)

... (truncated)

Commits
  • 34f2219 chore: release v0.13.0 (#392)
  • f2e214b chore(deps): update azure_core to 0.27.0 (#390)
  • ad36a5e chore(deps): update meilisearch-sdk requirement from 0.28.0 to 0.29.1 (#370)
  • 45e67da docs: add a docstring for the last missing function `Consul::with_local_confi...
  • c31afbc chore(deps): update rdkafka requirement from 0.37.0 to 0.38.0 (#365)
  • 5248f58 docs: complete doc comments for the google_cloud_sdk_emulators image (#385)
  • 0b7a38b docs(minio): complete doc comment for minio (#377)
  • a7e76a8 docs(#200): add k3s pod api example (#202)
  • eae3d10 chore(deps): update arrow-flight requirement from 55.1.0 to 56.0.0 (#374)
  • 277d269 ci(deps): bump actions/checkout from 4 to 5 (#387)
  • Additional commits viewable in compare view

Updates axum-extra to 0.12.1

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…3 updates

Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken), [testcontainers-modules](https://github.com/testcontainers/testcontainers-rs-modules-community) and [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version.

Updates `jsonwebtoken` to 10.1.0
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v9.3.0...v10.1.0)

Updates `testcontainers-modules` to 0.13.0
- [Release notes](https://github.com/testcontainers/testcontainers-rs-modules-community/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-rs-modules-community/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-rs-modules-community@v0.12.0...v0.13.0)

Updates `axum-extra` to 0.12.1
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/commits)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-version: 10.1.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: testcontainers-modules
  dependency-version: 0.13.0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: axum-extra
  dependency-version: 0.12.1
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/all-dependencies-9cbec7f746 branch November 15, 2025 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants