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

Commit

Permalink
fix(deps): update rust crate lambda_runtime to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 11, 2021
1 parent fb06c4b commit 40ccdbc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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
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.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.11.0"
tokio = "1.6.1"
4 changes: 2 additions & 2 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
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.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.11.0"
tokio = "1.6.1"
4 changes: 2 additions & 2 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 @@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
aws_lambda_events = "0.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.11.0"
tokio = "1.6.1"

0 comments on commit 40ccdbc

Please sign in to comment.