diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 4cd4e43fd..50701ba47 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -58,20 +58,20 @@ uuid ={ version="1.10.0", features=["v4"] } # Misc tokio-tungstenite="0.24.0" -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.19", 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 } +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.19", 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 ={ version="0.0.1", optional=true, features=["mock"] } configfs-tsm ={ version="0.0.1", optional=true }