From e904813a18e7976ba3fe9a26cd8d45db9dfea4c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:22:36 +0000 Subject: [PATCH] chore(deps): Bump tdx-attest-rs from DCAP_1.16 to DCAP_1.19 Bumps [tdx-attest-rs](https://github.com/intel/SGXDataCenterAttestationPrimitives) from DCAP_1.16 to DCAP_1.19. - [Release notes](https://github.com/intel/SGXDataCenterAttestationPrimitives/releases) - [Commits](https://github.com/intel/SGXDataCenterAttestationPrimitives/compare/71557c7d1d869b6bd6f95566c051cbd098549509...8a407331e0d38be89a64d9eac54ab764792fb490) --- updated-dependencies: - dependency-name: tdx-attest-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- attestation-agent/attester/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e78ea89b0..9c3a5f52e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5570,7 +5570,7 @@ checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "tdx-attest-rs" version = "0.1.2" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.16#71557c7d1d869b6bd6f95566c051cbd098549509" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.19#8a407331e0d38be89a64d9eac54ab764792fb490" dependencies = [ "tdx-attest-sys", ] @@ -5578,7 +5578,7 @@ dependencies = [ [[package]] name = "tdx-attest-sys" version = "0.1.0" -source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.16#71557c7d1d869b6bd6f95566c051cbd098549509" +source = "git+https://github.com/intel/SGXDataCenterAttestationPrimitives?tag=DCAP_1.19#8a407331e0d38be89a64d9eac54ab764792fb490" dependencies = [ "bindgen 0.59.2", ] diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index 91a569f8b..0d1de69e0 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -18,7 +18,7 @@ serde.workspace = true serde_json.workspace = true sev = { version = "1.2.0", default-features = false, features = ["snp"], optional = true } strum.workspace = true -tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.16", optional = true } +tdx-attest-rs = { git = "https://github.com/intel/SGXDataCenterAttestationPrimitives", tag = "DCAP_1.19", optional = true } # TODO: change it to "0.1", once released. csv-rs = { git = "https://gitee.com/anolis/csv-rs", rev = "05fbacd", optional = true } codicon = { version = "3.0", optional = true }