Skip to content

Commit

Permalink
Bump aws_lambda_events from 0.13.1 to 0.14.0 in /quickwit
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.13.1 to 0.14.0.
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent 7d16b4c commit 19851dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 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 @@ -20,7 +20,7 @@ path = "src/bin/searcher.rs"

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

0 comments on commit 19851dd

Please sign in to comment.