diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index f5f3dfe1..da87eb3d 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -56,7 +56,7 @@ features = ["alb", "apigw"] [dev-dependencies] axum-core = "0.5.4" -axum-extra = { version = "0.10.2", features = ["query"] } +axum-extra = { version = "0.12.1", features = ["query"] } lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client" } log = "^0.4" maplit = "1.0"