Skip to content

Commit

Permalink
Bump lambda_http from 0.9.3 to 0.10.0 in /quickwit (#4632)
Browse files Browse the repository at this point in the history
Bumps [lambda_http](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/commits/lambda-http-0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 9c82b7a commit 80f3cfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 69 deletions.
75 changes: 7 additions & 68 deletions quickwit/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 quickwit/quickwit-lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = { workspace = true }
aws_lambda_events = "0.15.0"
chitchat = { workspace = true }
flate2 = { workspace = true }
lambda_http = "0.9.1"
lambda_http = "0.10.0"
lambda_runtime = "0.10.0"
once_cell = { workspace = true }
opentelemetry = { workspace = true }
Expand Down

0 comments on commit 80f3cfb

Please sign in to comment.