From 3fefc22e246dda7160a8e3d1b5c00ce29f10e7fc Mon Sep 17 00:00:00 2001 From: peg Date: Fri, 13 Dec 2024 08:56:51 +0100 Subject: [PATCH] Taplo --- crates/client/Cargo.toml | 8 +++++--- crates/testing-utils/Cargo.toml | 36 +++++++++++++++++---------------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index c434aa24f..75f0f97fa 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -38,10 +38,12 @@ js-sys={ version="0.3.74", optional=true } tokio ={ version="1.42", features=["time"] } [dev-dependencies] -serial_test ="3.2.0" -sp-keyring ="34.0.0" +serial_test="3.2.0" +sp-keyring="34.0.0" entropy-testing-utils={ path="../testing-utils" } -tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", 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 ffba97bdf..2aeaef7b9 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -9,24 +9,26 @@ repository ='https://github.com/entropyxyz/entropy-core' edition ='2021' [dependencies] -subxt ="0.35.3" -sp-keyring ="34.0.0" -project-root ="0.2.2" -sp-core ={ version="31.0.0", default-features=false } +subxt="0.35.3" +sp-keyring="34.0.0" +project-root="0.2.2" +sp-core={ version="31.0.0", default-features=false } parity-scale-codec="3.6.12" -lazy_static ="1.5.0" -hex-literal ="0.4.1" -tokio ={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } -axum ={ version="0.7.9" } -entropy-shared ={ version="0.3.0", path="../shared" } -entropy-kvdb ={ version="0.3.0", path="../kvdb", default-features=false } -entropy-tss ={ version="0.3.0", path="../threshold-signature-server", features=["test_helpers"] } -entropy-protocol ={ version="0.3.0", path="../protocol" } -synedrion ="0.2.0" -hex ="0.4.3" -rand_core ="0.6.4" -rand ="0.8.5" -tdx-quote ={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=["mock"] } +lazy_static="1.5.0" +hex-literal="0.4.1" +tokio={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } +axum={ version="0.7.9" } +entropy-shared={ version="0.3.0", path="../shared" } +entropy-kvdb={ version="0.3.0", path="../kvdb", default-features=false } +entropy-tss={ version="0.3.0", path="../threshold-signature-server", features=["test_helpers"] } +entropy-protocol={ version="0.3.0", path="../protocol" } +synedrion="0.2.0" +hex="0.4.3" +rand_core="0.6.4" +rand="0.8.5" +tdx-quote={ git="https://github.com/entropyxyz/tdx-quote.git", branch="peg/cert-chain-parse", features=[ + "mock", +] } # Logging tracing ="0.1.41"