Skip to content

Commit c56dcce

Browse files
chore(deps): update axum-extra requirement from 0.10.2 to 0.12.5 (#1079)
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.10.2...axum-extra-v0.12.5) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Astraea <[email protected]>
1 parent 217ecaf commit c56dcce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lambda-http/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ features = ["alb", "apigw"]
5757

5858
[dev-dependencies]
5959
axum-core = "0.5.4"
60-
axum-extra = { version = "0.10.2", features = ["query"] }
60+
61+
axum-extra = { version = "0.12.5", features = ["query"] }
6162
lambda_runtime_api_client = { version = "1.0.2", path = "../lambda-runtime-api-client" }
63+
6264
log = "^0.4"
6365
maplit = "1.0"
6466
tokio = { version = "1.0", features = ["macros"] }

0 commit comments

Comments
 (0)