Skip to content

Commit

Permalink
Merge pull request #66 from jplock/jp-hpke
Browse files Browse the repository at this point in the history
[chore] Upgrade dependencies
  • Loading branch information
jplock authored Oct 28, 2024
2 parents 88a858a + 4d61ae1 commit 74bbb00
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 69 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions api/dependencies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
aws-lambda-powertools[tracer,parser]==3.1.0
# hpke currently depends on cryptography = "^42"
cryptography==42.0.8
hpke==0.3.1
aws-lambda-powertools[tracer,parser]==3.2.0
cryptography==43.0.3
hpke==0.3.2
pksuid==1.1.2
requests==2.32.3
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.10.0
aws-lambda-powertools[all,aws-sdk]==3.1.0
boto3-stubs[dynamodb,kms]==1.35.44
aws-lambda-powertools[all,aws-sdk]==3.2.0
boto3-stubs[dynamodb,kms]==1.35.49
2 changes: 1 addition & 1 deletion canary/dependencies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws-lambda-powertools==3.1.0
aws-lambda-powertools==3.2.0
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.10.0
aws-lambda-powertools[all,aws-sdk]==3.1.0
boto3-stubs[dynamodb,kms]==1.35.44
aws-lambda-powertools[all,aws-sdk]==3.2.0
boto3-stubs[dynamodb,kms]==1.35.49
6 changes: 3 additions & 3 deletions enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ name = "enclave-vault"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.90"
anyhow = "1.0.91"
aws-lc-rs = "1.10.0"
base64 = "0.22.1"
byteorder = "1.5.0"
cel-interpreter = "0.7.1"
chrono = { version = "0.4.38", default-features = false, features = ["std", "clock"] }
hex = "0.4.3"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
rustls = { version = "0.23.15", default-features = false, features = ["aws_lc_rs"] }
rustls = { version = "0.23.16", default-features = false, features = ["aws_lc_rs"] }
vsock = "0.5.1"
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
8 changes: 4 additions & 4 deletions parent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ name = "parent-vault"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.90"
aws-config = { version = "1.5.8", default-features = false, features = ["rustls", "rt-tokio", "behavior-version-latest"] }
anyhow = "1.0.91"
aws-config = { version = "1.5.9", default-features = false, features = ["rustls", "rt-tokio", "behavior-version-latest"] }
aws-credential-types = "1.2.1"
axum = { version = "0.7.7", default-features = false, features = ["http1", "json", "tokio", "tracing"] }
byteorder = "1.5.0"
clap = { version = "4.5.20", features = ["derive", "env"] }
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "process", "tracing"] }
thiserror = "1.0.65"
tokio = { version = "1.41.0", features = ["rt-multi-thread", "process", "tracing"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json"] }
vsock = "0.5.1"
Expand Down

0 comments on commit 74bbb00

Please sign in to comment.