Skip to content

Commit

Permalink
build(deps): bump az-tdx-vtpm from 0.5.3 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [az-tdx-vtpm](https://github.com/kinvolk/azure-cvm-tooling) from 0.5.3 to 0.6.0.
- [Commits](kinvolk/azure-cvm-tooling@v0.5.3...v0.6.0)

---
updated-dependencies:
- dependency-name: az-tdx-vtpm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 81f904f commit b669512
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
31 changes: 3 additions & 28 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 deps/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror.workspace = true
asn1-rs = { version = "0.5.1", optional = true }
async-trait.workspace = true
az-snp-vtpm = { version = "0.5.3", default-features = false, features = ["verifier"], optional = true }
az-tdx-vtpm = { version = "0.5.3", default-features = false, features = ["verifier"], optional = true }
az-tdx-vtpm = { version = "0.6.0", default-features = false, features = ["verifier"], optional = true }
base64 = "0.21"
bincode = "1.3.3"
byteorder = "1"
Expand Down

0 comments on commit b669512

Please sign in to comment.