From 463e73d3e23d8bac78a0533d84c5709cc7398764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:33:44 +0000 Subject: [PATCH] chore(deps): Bump tdx-attest-rs from DCAP_1.20 to DCAP_1.21 Bumps [tdx-attest-rs](https://github.com/intel/SGXDataCenterAttestationPrimitives) from DCAP_1.20 to DCAP_1.21. - [Release notes](https://github.com/intel/SGXDataCenterAttestationPrimitives/releases) - [Commits](https://github.com/intel/SGXDataCenterAttestationPrimitives/compare/621a0850fccf531a8d8131f9293a760925f55730...e945c58bff60bb96e4daca57b73c93f96b14418a) --- updated-dependencies: - dependency-name: tdx-attest-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- attestation-agent/attester/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc34fb8ea..0601334e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3311,7 +3311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.4", + "windows-targets 0.48.5", ] [[package]] @@ -5933,7 +5933,7 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tdx-attest-rs" version = "0.1.2" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.20#621a0850fccf531a8d8131f9293a760925f55730" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.21#e945c58bff60bb96e4daca57b73c93f96b14418a" dependencies = [ "tdx-attest-sys", ] @@ -5941,7 +5941,7 @@ dependencies = [ [[package]] name = "tdx-attest-sys" version = "0.1.0" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.20#621a0850fccf531a8d8131f9293a760925f55730" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.21#e945c58bff60bb96e4daca57b73c93f96b14418a" dependencies = [ "bindgen 0.59.2", ] diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index fad78c5ee..ca468c7a0 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -27,7 +27,7 @@ sev = { version = "3.1.1", default-features = false, features = [ ], optional = true } sha2.workspace = true strum.workspace = true -tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.20", optional = true } +tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.21", optional = true } thiserror.workspace = true # TODO: change it to "0.1", once released. csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "b74aa8c", optional = true }