Skip to content

Commit

Permalink
Updated dependencies to az-cvm-vtpm
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Dec 19, 2023
1 parent b627529 commit 81cacc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion az-cvm-vtpm/az-snp-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
required-features = ["attester", "verifier"]

[dependencies]
az-cvm-vtpm = { path = "..", version = "0.4.0" }
az-cvm-vtpm = { path = "..", version = "0.4.1" }
bincode.workspace = true
clap.workspace = true
openssl = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion az-cvm-vtpm/az-tdx-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "tdx-vtpm"
path = "src/main.rs"

[dependencies]
az-cvm-vtpm = { path = "..", version = "0.4.0" }
az-cvm-vtpm = { path = "..", version = "0.4.1" }
base64-url = "2.0.0"
bincode.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 81cacc5

Please sign in to comment.