Skip to content

Commit

Permalink
Bump lambda_runtime from 0.8.3 to 0.9.1 in /quickwit (#4427)
Browse files Browse the repository at this point in the history
Bumps [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.8.3 to 0.9.1.
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.8.3...lambda-http-0.9.1)

---
updated-dependencies:
- dependency-name: lambda_runtime
  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 d50604b commit fc3ba0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
48 changes: 3 additions & 45 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 @@ aws_lambda_events = "0.12.0"
chitchat = { workspace = true }
flate2 = { workspace = true }
lambda_http = "0.9.1"
lambda_runtime = "0.8.3"
lambda_runtime = "0.9.1"
once_cell = { workspace = true }
opentelemetry = { workspace = true }
opentelemetry-otlp = { workspace = true, features = [
Expand Down

0 comments on commit fc3ba0b

Please sign in to comment.