Skip to content

Commit bce1f2c

Browse files
fix(deps): update rust crate aws_lambda_events to 0.7.3 (#5390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent e0dd924 commit bce1f2c

File tree

1 file changed

+1
-1
lines changed
  • src/functions-templates/rust/hello-world

1 file changed

+1
-1
lines changed

src/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.7.2"
9+
aws_lambda_events = "0.7.3"
1010
http = "0.2.8"
1111
lambda_runtime = "0.7.3"
1212
log = "0.4.17"

0 commit comments

Comments
 (0)