Skip to content

Commit 8cfd287

Browse files
chore(deps): update axum-extra requirement from 0.10.2 to 0.12.1
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/commits) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfc73a6 commit 8cfd287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ features = ["alb", "apigw"]
5656

5757
[dev-dependencies]
5858
axum-core = "0.5.4"
59-
axum-extra = { version = "0.10.2", features = ["query"] }
59+
axum-extra = { version = "0.12.1", features = ["query"] }
6060
lambda_runtime_api_client = { version = "0.12.3", path = "../lambda-runtime-api-client" }
6161
log = "^0.4"
6262
maplit = "1.0"

0 commit comments

Comments
 (0)