Skip to content

Commit

Permalink
Merge pull request #20 from jplock/jp-deps
Browse files Browse the repository at this point in the history
[chore] update dependencies
  • Loading branch information
jplock authored Sep 1, 2024
2 parents 4b4011d + b993c2c commit 0b2a247
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
67 changes: 34 additions & 33 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion api/dependencies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aws-lambda-powertools[tracer,parser]==2.43.1
cryptography==43.0.0
# hpke currently depends on cryptography = "^42"
cryptography==42.0.8
hpke==0.3.1
pksuid==1.1.2
requests==2.32.3
2 changes: 1 addition & 1 deletion enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ hex = "0.4.3"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
rustls = { version = "0.23.12", default-features = false, features = ["aws_lc_rs"] }
vsock = "0.5.0"
vsock = "0.5.1"
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }
6 changes: 3 additions & 3 deletions parent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.83"
aws-config = { version = "1.5.5", default-features = false, features = ["rustls", "rt-tokio", "behavior-version-latest"]}
aws-credential-types = "1.2.0"
aws-credential-types = "1.2.1"
axum = { version = "0.7.5", default-features = false, features = ["http1", "json", "tokio", "tracing"] }
byteorder = "1.5.0"
clap = { version = "4.5.16", features = ["derive", "env"]}
rand = "0.8.5"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["rt-multi-thread", "process", "tracing"] }
tokio = { version = "1.40.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.0"
vsock = "0.5.1"
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }

0 comments on commit 0b2a247

Please sign in to comment.