diff --git a/Cargo.lock b/Cargo.lock index 9bbf2271a..6db5e0af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ "bitflags 2.9.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.10.5", "log", "prettyplease", "proc-macro2", @@ -3703,7 +3703,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -6650,7 +6650,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tdx-attest-rs" version = "0.1.2" -source = "git+https://github.com/intel/confidential-computing.tee.dcap?tag=DCAP_1.23#e880e54c8f35d44a4763e08dff32a046c8ef2230" +source = "git+https://github.com/intel/confidential-computing.tee.dcap?tag=DCAP_1.24#717f2a91ca732c3309b0c59d21757463133eb440" dependencies = [ "tdx-attest-sys", ] @@ -6658,7 +6658,7 @@ dependencies = [ [[package]] name = "tdx-attest-sys" version = "0.1.0" -source = "git+https://github.com/intel/confidential-computing.tee.dcap?tag=DCAP_1.23#e880e54c8f35d44a4763e08dff32a046c8ef2230" +source = "git+https://github.com/intel/confidential-computing.tee.dcap?tag=DCAP_1.24#717f2a91ca732c3309b0c59d21757463133eb440" dependencies = [ "bindgen 0.70.1", ] diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index 844341c29..5e1a0a578 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -38,7 +38,7 @@ sev = { version = "6.3.1", default-features = false, features = [ ], optional = true } sha2.workspace = true strum.workspace = true -tdx-attest-rs = { git = "https://github.com/intel/confidential-computing.tee.dcap", tag = "DCAP_1.23", optional = true } +tdx-attest-rs = { git = "https://github.com/intel/confidential-computing.tee.dcap", tag = "DCAP_1.24", optional = true } thiserror.workspace = true # TODO: change it to "0.1", once released. csv-rs = { git = "https://github.com/openanolis/csv-rs.git", rev = "2243c67", optional = true }