From 681f70ca975ed82fd5f6dcd9e6b7b9d369195b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:45:11 +0000 Subject: [PATCH] Update axum-core requirement from 0.4.3 to 0.5.0 Updates the requirements on [axum-core](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](https://github.com/tokio-rs/axum/compare/axum-core-v0.4.3...axum-core-v0.5.0) --- updated-dependencies: - dependency-name: axum-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"