Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit cf1d7a1

Browse files
build(deps): update lambda_http requirement from ^0.7.1 to ^0.8.0
Updates the requirements on [lambda_http](https://github.com/awslabs/aws-lambda-rust-runtime) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](aws/aws-lambda-rust-runtime@v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: lambda_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67b59c3 commit cf1d7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ log = "^0.4.17"
1212
http = "^0.2.8"
1313
reqwest = { version = "^0.11.12", features = ["json"] }
1414
simple_logger = "^4.0.0"
15-
lambda_http = "^0.7.1"
15+
lambda_http = "^0.8.0"
1616
futures = "^0.3.18"
1717
itertools = "^0.10.5"
1818
libmath = "^0.2.1"

0 commit comments

Comments
 (0)