diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 66a2244a8..c434aa24f 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -41,7 +41,7 @@ tokio ={ version="1.42", features=["time"] } serial_test ="3.2.0" sp-keyring ="34.0.0" entropy-testing-utils={ path="../testing-utils" } -tdx-quote ={ version="0.0.1", features=["mock"] } +tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=["mock"] } [features] default=["native", "full-client-native"] diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 65c6fa263..ffba97bdf 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -26,7 +26,7 @@ synedrion ="0.2.0" hex ="0.4.3" rand_core ="0.6.4" rand ="0.8.5" -tdx-quote ={ version="0.0.1", features=["mock"] } +tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=["mock"] } # Logging tracing ="0.1.41"