Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.12.0 (#729)
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 5dbbcd0 commit 03045c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/rust-source-multiple/rust-func-1/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ http = "0.2.5"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.13.0"
tokio = "1.6.1"
tokio = "1.12.0"
2 changes: 1 addition & 1 deletion tests/fixtures/rust-source-multiple/rust-func-2/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ http = "0.2.5"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.13.0"
tokio = "1.6.1"
tokio = "1.12.0"
2 changes: 1 addition & 1 deletion tests/fixtures/rust-source/rust-func-1/Cargo.toml
Expand Up @@ -11,4 +11,4 @@ http = "0.2.5"
lambda_runtime = "0.4.1"
log = "0.4.14"
simple_logger = "1.13.0"
tokio = "1.6.1"
tokio = "1.12.0"

1 comment on commit 03045c1

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

largeDepsZisi: 1m 3.4s

Please sign in to comment.