Skip to content

Commit 681f70c

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

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
@@ -55,7 +55,7 @@ default-features = false
5555
features = ["alb", "apigw"]
5656

5757
[dev-dependencies]
58-
axum-core = "0.4.3"
58+
axum-core = "0.5.0"
5959
axum-extra = { version = "0.9.2", features = ["query"] }
6060
lambda_runtime_api_client = { version = "0.11.1", path = "../lambda-runtime-api-client" }
6161
log = "^0.4"

0 commit comments

Comments
 (0)