Skip to content

Commit

Permalink
fix(deps): update rust crate lambda_runtime to 0.13.0 (#6920)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
Co-authored-by: NikAiyer <nick.aiyer@gmail.com>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent f4eca65 commit f48841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-templates/rust/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
aws_lambda_events = "0.15.0"
http = "0.2.9"
lambda_runtime = "0.11.0"
lambda_runtime = "0.13.0"
log = "0.4.17"
simple_logger = "1.16.0"
tokio = "1.27.0"

0 comments on commit f48841c

Please sign in to comment.