From 883c4563d3f9cba65471dd126be5f34db83043d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:44:49 +0000 Subject: [PATCH] Update axum-extra requirement from 0.9.2 to 0.10.0 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](https://github.com/tokio-rs/axum/compare/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] --- 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..5fa7e323 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -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"