Skip to content

Commit 29aea96

Browse files
authored
Merge branch 'main' into main
2 parents 379fadc + 0774194 commit 29aea96

File tree

3 files changed

+43
-15
lines changed

3 files changed

+43
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.1.0"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
aws_lambda_events = "0.17.0"
9+
aws_lambda_events = "0.18.0"
1010
http = "0.2.9"
1111
lambda_runtime = "0.14.0"
1212
log = "0.4.17"

package-lock.json

Lines changed: 40 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
"lodash.shuffle": "4.2.0",
204204
"memfs": "4.46.1",
205205
"nock": "14.0.10",
206-
"npm-run-all2": "7.0.2",
207-
"p-timeout": "6.1.4",
206+
"npm-run-all2": "8.0.4",
207+
"p-timeout": "7.0.0",
208208
"picomatch": "4.0.3",
209209
"prettier": "2.8.8",
210210
"serialize-javascript": "6.0.2",

0 commit comments

Comments
 (0)