diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index 46198dca..5ef62758 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -55,7 +55,7 @@ default-features = false features = ["alb", "apigw"] [dev-dependencies] -axum-core = "0.4.3" +axum-core = "0.5.0" axum-extra = { version = "0.9.2", features = ["query"] } lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client" } log = "^0.4"