Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent f69280e commit 883c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ features = ["alb", "apigw"]

[dev-dependencies]
axum-core = "0.4.3"
axum-extra = { version = "0.9.2", features = ["query"] }
axum-extra = { version = "0.10.0", features = ["query"] }
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client" }
log = "^0.4"
maplit = "1.0"
Expand Down

0 comments on commit 883c456

Please sign in to comment.