Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update axum-extra requirement from 0.9.2 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [axum-extra](https://github.com/tokio-rs/axum) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.9.2...axum-extra-v0.10.0)

---
updated-dependencies:
- dependency-name: axum-extra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 54004aa commit e7f4bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
axum = "0.7"
axum-extra = { version = "0.9.2", features = ["typed-header"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
reqwest = { version = "^0.12", default-features = false, features = ["rustls-tls-native-roots"] }
jsonwebtoken = "9.2.0"
once_cell = "1.19.0"

0 comments on commit e7f4bf7

Please sign in to comment.