Skip to content

Commit

Permalink
Bump tdx-quote - and specify a version (#1047)
Browse files Browse the repository at this point in the history
* Bump tdx-quote - and specify a version

* Taplo
  • Loading branch information
ameba23 authored Sep 12, 2024
1 parent b900c6d commit 766e9b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 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.

34 changes: 18 additions & 16 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,23 @@ uuid ={ version="1.10.0", features=["v4"] }

# Misc
tokio-tungstenite="0.23.1"
bincode ="1.3.3"
bip32 ={ version="0.5.2" }
bip39 ={ version="2.0.0", features=["zeroize"] }
bytes ={ version="1.7", default-features=false, features=["serde"] }
base64 ="0.22.1"
clap ={ version="4.5.17", features=["derive"] }
num ="0.4.3"
snow ="0.9.6"
sha3 ="0.10.8"
hostname ="0.4"
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"] }
bincode="1.3.3"
bip32={ version="0.5.2" }
bip39={ version="2.0.0", features=["zeroize"] }
bytes={ version="1.7", default-features=false, features=["serde"] }
base64="0.22.1"
clap={ version="4.5.17", features=["derive"] }
num="0.4.3"
snow="0.9.6"
sha3="0.10.8"
hostname="0.4"
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", rev="f7968ff", optional=true, features=[
"mock",
] }

[dev-dependencies]
serial_test ="3.1.1"
Expand All @@ -85,7 +87,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 766e9b9

Please sign in to comment.