From cc91c8881efe5c87706bcdb116c1d3c7bb728688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:40:08 +0000 Subject: [PATCH] chore(deps): Bump az-snp-vtpm from 0.7.0 to 0.7.1 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] --- Cargo.lock | 12 ++++++------ attestation-agent/attester/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e229b58c9..c0e5b3a73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,9 +441,9 @@ dependencies = [ [[package]] name = "az-cvm-vtpm" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f500c98db61d29b592d51d1cf56a1d996c34f9346b8b89b28008b5403e65450a" +checksum = "3f7ef43d012a8cf77739366d7ccdb895fb284e03bb1579d8d1792644ef3e6148" dependencies = [ "bincode", "jsonwebkey", @@ -454,23 +454,23 @@ dependencies = [ "serde_json", "sev 4.0.0", "sha2 0.10.8", - "thiserror 1.0.69", + "thiserror 2.0.3", "tss-esapi", "zerocopy", ] [[package]] name = "az-snp-vtpm" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49473355e76f066300f14aa56c6df23b1a037bea179dbb1b582ecefc8f6fd37c" +checksum = "7c16506502dc64f7111f7241ca400f3ee0f54e69dfd1f4be5cef29b96332f22e" dependencies = [ "az-cvm-vtpm", "bincode", "clap 4.2.7", "serde", "sev 4.0.0", - "thiserror 1.0.69", + "thiserror 2.0.3", "ureq", ] diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index d06f3103a..12d623530 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -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 }