Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 2b4a41c commit 43ffb2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum = "0.7.5"
http = "1.0"
http-body-util = "0.1.1"
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
lambda_http = { version = "0.13.0", default-features = false, features = ["apigw_http"] }
lambda_http = { version = "0.14.0", default-features = false, features = ["apigw_http"] }
lambda_runtime = "0.13.0"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 43ffb2a

Please sign in to comment.