Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent c719d57 commit f78cddb
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 5 deletions.
84 changes: 80 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.78", features = ["backtrace"] }
clap = { version = "3.2.22", features = ["derive", "env"] }
lambda_runtime = "0.9.1"
lambda_runtime = "0.11.1"
log = "0.4.21"
onetun = { version = "0.3.4", default-features = false }
pretty_env_logger = "0.5.0"
Expand Down

0 comments on commit f78cddb

Please sign in to comment.