Skip to content

Commit

Permalink
deps: Update az-snp-vtpm & az-tdx-vtpm to 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd authored and Xynnn007 committed Jan 28, 2024
1 parent 605545d commit 6fde922
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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,10 +8,10 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
az-snp-vtpm = { version = "0.5", default-features = false, features = [
az-snp-vtpm = { version = "0.5.1", default-features = false, features = [
"attester",
], optional = true }
az-tdx-vtpm = { version = "0.5", default-features = false, features = [
az-tdx-vtpm = { version = "0.5.1", default-features = false, features = [
"attester",
], optional = true }
base64.workspace = true
Expand Down

0 comments on commit 6fde922

Please sign in to comment.