Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ features = ["alb", "apigw"]

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