From 5027f6f9cbc3e80e81c7c72d56641cdaa7484817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:09:32 +0000 Subject: [PATCH] chore(deps): Bump tdx-attest-rs from DCAP_1.21 to DCAP_1.22 Bumps [tdx-attest-rs](https://github.com/intel/SGXDataCenterAttestationPrimitives) from DCAP_1.21 to DCAP_1.22. - [Release notes](https://github.com/intel/SGXDataCenterAttestationPrimitives/releases) - [Commits](https://github.com/intel/SGXDataCenterAttestationPrimitives/compare/e945c58bff60bb96e4daca57b73c93f96b14418a...2562057f6a3149c03f5985826ffaba978ece58c2) --- 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 18e50bdb9..482938104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3347,7 +3347,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6091,7 +6091,7 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tdx-attest-rs" version = "0.1.2" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.21#e945c58bff60bb96e4daca57b73c93f96b14418a" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.22#2562057f6a3149c03f5985826ffaba978ece58c2" dependencies = [ "tdx-attest-sys", ] @@ -6099,7 +6099,7 @@ dependencies = [ [[package]] name = "tdx-attest-sys" version = "0.1.0" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.21#e945c58bff60bb96e4daca57b73c93f96b14418a" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.22#2562057f6a3149c03f5985826ffaba978ece58c2" dependencies = [ "bindgen 0.59.2", ] diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index 173ba800c..a3603326b 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -26,7 +26,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.21", optional = true } +tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.22", 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 }