Skip to content

Commit

Permalink
fix(deps): update rust crate aws_lambda_events to 0.5.0 (#3549)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 4, 2021
1 parent b0f0b30 commit d851c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions-templates/rust/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws_lambda_events = "0.4.0"
aws_lambda_events = "0.5.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
log = "0.4.14"
Expand Down

1 comment on commit d851c42

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 362 MB

Please sign in to comment.