Skip to content

Commit

Permalink
fix(deps): update rust crate aws_lambda_events to 0.5.0 (#726)
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 committed Oct 11, 2021
1 parent 03045c1 commit bde1d22
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 57 deletions.
30 changes: 12 additions & 18 deletions tests/fixtures/rust-source-multiple/rust-func-1/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 tests/fixtures/rust-source-multiple/rust-func-1/Cargo.toml
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.4.1"
log = "0.4.14"
Expand Down
30 changes: 12 additions & 18 deletions tests/fixtures/rust-source-multiple/rust-func-2/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 tests/fixtures/rust-source-multiple/rust-func-2/Cargo.toml
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.4.1"
log = "0.4.14"
Expand Down
30 changes: 12 additions & 18 deletions tests/fixtures/rust-source/rust-func-1/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 tests/fixtures/rust-source/rust-func-1/Cargo.toml
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.4.1"
log = "0.4.14"
Expand Down

1 comment on commit bde1d22

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

⏱ Benchmark results

largeDepsEsbuild: 12.2s

largeDepsZisi: 1m 5.6s

Please sign in to comment.