Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump lambda_http from 0.8.1 to 0.8.3
Browse files Browse the repository at this point in the history
Bumps [lambda_http](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.8.1 to 0.8.3.
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.8.1...lambda-http-0.8.3)

---
updated-dependencies:
- dependency-name: lambda_http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 9, 2023
1 parent c36312a commit afae494
Showing 2 changed files with 22 additions and 13 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloud-scanner-lambda/Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ serde_json = "1.0"
path = "../cloud-scanner-cli"

[dependencies.lambda_http]
version = "0.8.1"
version = "0.8.3"
default-features = false
features = ["apigw_rest", "alb"]

0 comments on commit afae494

Please sign in to comment.