From 051608b16a144d11090640dc261173dd95e36ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 13:22:02 +0000 Subject: [PATCH] build(deps): bump az-tdx-vtpm from 0.7.4 to 0.8.0 Bumps [az-tdx-vtpm](https://github.com/kinvolk/azure-cvm-tooling) from 0.7.4 to 0.8.0. - [Commits](https://github.com/kinvolk/azure-cvm-tooling/commits/v0.8.0) --- updated-dependencies: - dependency-name: az-tdx-vtpm dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 73 +++++++++++++++++++++++++++++++++++----- deps/verifier/Cargo.toml | 2 +- 2 files changed, 65 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124103e..b8f604e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,7 +678,7 @@ dependencies = [ "anyhow", "async-trait", "az-snp-vtpm", - "az-tdx-vtpm", + "az-tdx-vtpm 0.7.4", "base64 0.22.1", "cfg-if", "codicon", @@ -851,13 +851,32 @@ dependencies = [ "zerocopy 0.8.27", ] +[[package]] +name = "az-cvm-vtpm" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460ceb8aa4047d086c6d1c1273015b0f19c2303d1502ee918e8e4b0a136b5a4e" +dependencies = [ + "jsonwebkey 0.3.5", + "memoffset", + "openssl", + "serde", + "serde-big-array", + "serde_json", + "sev 7.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2", + "thiserror 2.0.17", + "tss-esapi", + "zerocopy 0.8.27", +] + [[package]] name = "az-snp-vtpm" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e5f1a3838d56871fc7a37c1ffcaa892777fbebb246f7ddec18c12e14b6d6aa9" dependencies = [ - "az-cvm-vtpm", + "az-cvm-vtpm 0.7.4", "bincode 1.3.3", "clap", "openssl", @@ -873,7 +892,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04849677b3c0704d4593d89940cde0dc0caad2202bf9fb29352e153782b91ff8" dependencies = [ - "az-cvm-vtpm", + "az-cvm-vtpm 0.7.4", "base64-url", "bincode 1.3.3", "serde", @@ -883,6 +902,21 @@ dependencies = [ "zerocopy 0.8.27", ] +[[package]] +name = "az-tdx-vtpm" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b0b931862c6ea56cb89e8d345d757f06aec6f4530e9813dc7cd35fd5b8dad70" +dependencies = [ + "az-cvm-vtpm 0.8.0", + "base64-url", + "serde", + "serde_json", + "thiserror 2.0.17", + "ureq", + "zerocopy 0.8.27", +] + [[package]] name = "base16ct" version = "0.2.0" @@ -4076,7 +4110,7 @@ dependencies = [ "anyhow", "async-trait", "attestation-service", - "az-cvm-vtpm", + "az-cvm-vtpm 0.7.4", "base64 0.22.1", "cfg-if", "chrono", @@ -6897,6 +6931,27 @@ dependencies = [ "uuid", ] +[[package]] +name = "sev" +version = "7.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2ff74d7e7d1cc172f3a45adec74fbeee928d71df095b85aaaf66eb84e1e31e6" +dependencies = [ + "base64 0.22.1", + "bitfield 0.19.4", + "bitflags 2.10.0", + "byteorder", + "dirs 6.0.0", + "hex", + "iocuddle", + "lazy_static", + "libc", + "openssl", + "rdrand", + "static_assertions", + "uuid", +] + [[package]] name = "sev" version = "7.1.0" @@ -7083,7 +7138,7 @@ dependencies = [ "openssl", "serde", "serde_json", - "sev 7.1.0", + "sev 7.1.0 (git+https://github.com/virtee/sev?rev=d487809188c3c92e397bc92e2cb2a85eb982c980)", "strum", "tracing", "waki", @@ -7100,7 +7155,7 @@ dependencies = [ "hex", "serde", "serde_json", - "sev 7.1.0", + "sev 7.1.0 (git+https://github.com/virtee/sev?rev=d487809188c3c92e397bc92e2cb2a85eb982c980)", "wasmtime", "wasmtime-wasi", "wasmtime-wasi-http", @@ -8496,9 +8551,9 @@ dependencies = [ "asn1-rs", "assert-json-diff", "async-trait", - "az-cvm-vtpm", + "az-cvm-vtpm 0.7.4", "az-snp-vtpm", - "az-tdx-vtpm", + "az-tdx-vtpm 0.8.0", "base64 0.22.1", "bincode 1.3.3", "bitflags 2.10.0", @@ -8527,7 +8582,7 @@ dependencies = [ "serde_json", "serde_with", "serial_test", - "sev 7.1.0", + "sev 7.1.0 (git+https://github.com/virtee/sev?rev=d487809188c3c92e397bc92e2cb2a85eb982c980)", "sha2", "strum", "thiserror 2.0.17", diff --git a/deps/verifier/Cargo.toml b/deps/verifier/Cargo.toml index 6d53698..0c34255 100644 --- a/deps/verifier/Cargo.toml +++ b/deps/verifier/Cargo.toml @@ -41,7 +41,7 @@ az-snp-vtpm = { version = "0.7.4", default-features = false, features = [ az-cvm-vtpm = { version = "0.7.4", default-features = false, features = [ "verifier", ], optional = true } -az-tdx-vtpm = { version = "0.7.4", default-features = false, features = [ +az-tdx-vtpm = { version = "0.8.0", default-features = false, features = [ "verifier", ], optional = true } base64 = "0.22.1"