Skip to content

Commit

Permalink
Merge pull request #7 from IABTechLab/tjm-IM1000-update-nitro-enclave…
Browse files Browse the repository at this point in the history
…-nsm

Updated jnsm dependencies
  • Loading branch information
thomasm-ttd authored Sep 27, 2023
2 parents 795c724 + dd62b97 commit ec35c24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jnsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ license = "MIT"
edition = "2018"

[dependencies]
aws-nitro-enclaves-cose = "0.1"
nsm-driver = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git", rev = "b05bc2a6ef1906204496438d47f60c4fc2e997cc" }
nsm-io = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git", rev = "b05bc2a6ef1906204496438d47f60c4fc2e997cc" }
jni = "0.19.0"
bincode = "1.3.2"
aws-nitro-enclaves-cose = "0.4"
nsm-driver = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git" }
nsm-io = { git = "https://github.com/aws/aws-nitro-enclaves-nsm-api.git" }
jni = "0.21.1"
bincode = "1.3.3"
serde_bytes = "0.11"
thiserror = "1.0"

Expand Down

0 comments on commit ec35c24

Please sign in to comment.