Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

fix(deps): update rust crate aws_lambda_events to 0.5.0 #726

Merged
merged 2 commits into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.

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.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.

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.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
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.4.1"
log = "0.4.14"
Expand Down