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 }