Skip to content

Commit

Permalink
Merge pull request #56 from jplock/main
Browse files Browse the repository at this point in the history
[chore] Update dependencies
  • Loading branch information
jplock authored Oct 16, 2024
2 parents 72faa65 + 9a3fd77 commit 3a74227
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black==24.8.0
black==24.10.0
aws-lambda-powertools[all,aws-sdk]==3.1.0
boto3-stubs[dynamodb,kms]==1.35.34
boto3-stubs[dynamodb,kms]==1.35.41
4 changes: 2 additions & 2 deletions canary/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black==24.8.0
black==24.10.0
aws-lambda-powertools[all,aws-sdk]==3.1.0
boto3-stubs[dynamodb,kms]==1.35.34
boto3-stubs[dynamodb,kms]==1.35.41
2 changes: 1 addition & 1 deletion enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ chrono = { version = "0.4.38", default-features = false, features = ["std", "clo
hex = "0.4.3"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
rustls = { version = "0.23.14", default-features = false, features = ["aws_lc_rs"] }
rustls = { version = "0.23.15", default-features = false, features = ["aws_lc_rs"] }
vsock = "0.5.1"
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }

0 comments on commit 3a74227

Please sign in to comment.