Skip to content

Commit b37e49f

Browse files
authoredAug 6, 2024··
fix(deps): update rust crate tokio to 1.27.0 [security] (#6779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 494f62b commit b37e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎functions-templates/rust/hello-world/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ http = "0.2.9"
1111
lambda_runtime = "0.11.0"
1212
log = "0.4.17"
1313
simple_logger = "1.16.0"
14-
tokio = "1.26.0"
14+
tokio = "1.27.0"

1 commit comments

Comments
 (1)

github-actions[bot] commented on Aug 6, 2024

@github-actions[bot]

📊 Benchmark results

  • Dependency count: 1,222
  • Package size: 313 MB
  • Number of ts-expect-error directives: 977
Please sign in to comment.