Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/az-tdx-vtpm-0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke authored Nov 19, 2024
2 parents 07f94de + cc91c88 commit d8487d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion attestation-agent/attester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
az-snp-vtpm = { version = "0.7.0", default-features = false, features = ["attester"], optional = true }
az-snp-vtpm = { version = "0.7.1", default-features = false, features = ["attester"], optional = true }
az-tdx-vtpm = { version = "0.7.1", default-features = false, features = ["attester"], optional = true }
base64.workspace = true
clap = { workspace = true, features = ["derive"], optional = true }
Expand Down

0 comments on commit d8487d5

Please sign in to comment.