Skip to content

Commit

Permalink
Bump aws_lambda_events from 0.12.0 to 0.13.0 in /quickwit (#4428)
Browse files Browse the repository at this point in the history
Bumps [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-events-0.12.0...lambda-events-0.13.0)

---
updated-dependencies:
- dependency-name: aws_lambda_events
  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 Jan 19, 2024
1 parent fc3ba0b commit e409547
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 6 additions & 22 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 @@ -19,7 +19,7 @@ path = "src/bin/searcher.rs"

[dependencies]
anyhow = { workspace = true }
aws_lambda_events = "0.12.0"
aws_lambda_events = "0.13.0"
chitchat = { workspace = true }
flate2 = { workspace = true }
lambda_http = "0.9.1"
Expand Down

0 comments on commit e409547

Please sign in to comment.