diff --git a/Cargo.lock b/Cargo.lock index 8c17c21f9..e696850a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2546,7 +2546,7 @@ dependencies = [ "sp-keyring 34.0.0", "subxt", "synedrion", - "tdx-quote 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tdx-quote 0.0.1 (git+https://github.com/entropyxyz/tdx-quote.git?branch=peg%2Fcert-chain-parse)", "thiserror 2.0.6", "tokio", "tracing", @@ -2798,7 +2798,7 @@ dependencies = [ "sp-keyring 34.0.0", "subxt", "synedrion", - "tdx-quote 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tdx-quote 0.0.1 (git+https://github.com/entropyxyz/tdx-quote.git?branch=peg%2Fcert-chain-parse)", "tokio", "tracing", "tracing-subscriber 0.3.19", diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index 9d0e27e43..f22916949 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -37,7 +37,7 @@ entropy-shared={ version="0.3.0", path="../../crates/shared", features=[ # We only use this in benchmarks and tests. Since the benches don't run with the `test` feature we need to # import it here _and_ as a `dev-dependency`. -tdx-quote={ version="0.0.1", features=["mock"], optional=true } +# tdx-quote={ version="0.0.1", features=["mock"], optional=true } [dev-dependencies] frame-election-provider-support={ version="29.0.0", default-features=false } @@ -49,7 +49,7 @@ sp-io ={ version="31.0.0", default-features=false } sp-npos-elections ={ version="27.0.0", default-features=false } rand_core="0.6.4" -tdx-quote={ version="0.0.1", features=["mock"] } +# tdx-quote={ version="0.0.1", features=["mock"] } [features] default=['std']