Skip to content

Commit

Permalink
chore(deps): Bump az-snp-vtpm from 0.7.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [az-snp-vtpm](https://github.com/kinvolk/azure-cvm-tooling) from 0.7.0 to 0.7.1.
- [Commits](https://github.com/kinvolk/azure-cvm-tooling/commits)

---
updated-dependencies:
- dependency-name: az-snp-vtpm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mkulke committed Nov 19, 2024
1 parent 0bffbbf commit cc91c88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

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.0", default-features = false, features = ["attester"], optional = true }
base64.workspace = true
clap = { workspace = true, features = ["derive"], optional = true }
Expand Down

0 comments on commit cc91c88

Please sign in to comment.