Skip to content

Commit f88453c

Browse files
authoredMay 27, 2024··
fix(deps): update rust crate lambda_runtime to 0.11.0 (#6667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17e3706 commit f88453c

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
@@ -8,7 +8,7 @@ version = "0.1.0"
88
[dependencies]
99
aws_lambda_events = "0.15.0"
1010
http = "0.2.9"
11-
lambda_runtime = "0.7.3"
11+
lambda_runtime = "0.11.0"
1212
log = "0.4.17"
1313
simple_logger = "1.16.0"
1414
tokio = "1.26.0"

2 commit comments

Comments
 (2)

github-actions[bot] commented on May 27, 2024

@github-actions[bot]

📊 Benchmark results

  • Dependency count: 1,231
  • Package size: 295 MB
  • Number of ts-expect-error directives: 989

github-actions[bot] commented on May 27, 2024

@github-actions[bot]

📊 Benchmark results

  • Dependency count: 1,231
  • Package size: 295 MB
  • Number of ts-expect-error directives: 989
Please sign in to comment.