Skip to content

Commit

Permalink
update: az-snp-vtpm version
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Wobito <[email protected]>
  • Loading branch information
wobito authored and mkulke committed May 15, 2024
1 parent 0eab2ec commit 5ae8d8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 64 deletions.
72 changes: 10 additions & 62 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 attestation-agent/attester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
az-snp-vtpm = { version = "0.5.2", default-features = false, features = ["attester"], optional = true }
az-tdx-vtpm = { version = "0.5.2", default-features = false, features = ["attester"], optional = true }
az-snp-vtpm = { version = "0.5.3", default-features = false, features = ["attester"], optional = true }
az-tdx-vtpm = { version = "0.5.3", default-features = false, features = ["attester"], optional = true }
base64.workspace = true
kbs-types.workspace = true
log.workspace = true
Expand Down

0 comments on commit 5ae8d8e

Please sign in to comment.