Skip to content

Commit 883c456

Browse files
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](tokio-rs/axum@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] <support@github.com>
1 parent f69280e commit 883c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ features = ["alb", "apigw"]
5656

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

0 commit comments

Comments
 (0)