Skip to content

Commit

Permalink
Bump tdx-quote - and specify a version
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Sep 12, 2024
1 parent b900c6d commit 47f21f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sha1 ="0.10.6"
sha2 ="0.10.8"
hkdf ="0.12.4"
project-root ={ version="0.2.2", optional=true }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", optional=true, features=["mock"] }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff", optional=true, features=["mock"] }

[dev-dependencies]
serial_test ="3.1.1"
Expand All @@ -85,7 +85,7 @@ ethers-core ="2.0.14"
schnorrkel ={ version="0.11.4", default-features=false, features=["std"] }
schemars ={ version="0.8.21" }
subxt-signer="0.35.3"
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", features=["mock"] }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff", features=["mock"] }

# Note: We don't specify versions here because otherwise we run into a cyclical dependency between
# `entropy-tss` and `entropy-testing-utils` when we try and publish the `entropy-tss` crate.
Expand Down
4 changes: 2 additions & 2 deletions pallets/attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ entropy-shared={ version="0.2.0", path="../../crates/shared", features=[
"wasm-no-std",
], default-features=false }
pallet-staking-extension={ version="0.2.0", path="../staking", default-features=false }
tdx-quote={ git="https://github.com/entropyxyz/tdx-quote" }
tdx-quote={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff" }

[dev-dependencies]
pallet-session ={ version="29.0.0", default-features=false }
Expand All @@ -38,7 +38,7 @@ pallet-timestamp ={ version="28.0.0", default-features=false }
sp-npos-elections ={ version="27.0.0", default-features=false }
frame-election-provider-support={ version="29.0.0", default-features=false }
pallet-staking-reward-curve ={ version="11.0.0" }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", features=["mock"] }
tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote", rev="f7968ff", features=["mock"] }
rand_core ="0.6.4"

[features]
Expand Down

0 comments on commit 47f21f2

Please sign in to comment.