Skip to content

Commit

Permalink
fix(deps): update rust crate simple_logger to 1.13.0 (#728)
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 fb06c4b commit 5503b4d
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
Expand Up @@ -10,5 +10,5 @@ aws_lambda_events = "0.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
log = "0.4.14"
simple_logger = "1.11.0"
simple_logger = "1.13.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
Expand Up @@ -10,5 +10,5 @@ aws_lambda_events = "0.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
log = "0.4.14"
simple_logger = "1.11.0"
simple_logger = "1.13.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
Expand Up @@ -10,5 +10,5 @@ aws_lambda_events = "0.4.0"
http = "0.2.5"
lambda_runtime = "0.3.0"
log = "0.4.14"
simple_logger = "1.11.0"
simple_logger = "1.13.0"
tokio = "1.6.1"

1 comment on commit 5503b4d

@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: 13.3s

largeDepsZisi: 1m 12.3s

Please sign in to comment.