diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 506c61992..71efcf7e8 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -22,7 +22,7 @@ entropy-shared ={ version="0.2.0", path="../shared" } entropy-kvdb ={ version="0.2.0", path="../kvdb", default-features=false } entropy-tss ={ version="0.2.0", path="../threshold-signature-server", features=["test_helpers"] } entropy-protocol ={ version="0.2.0", path="../protocol" } -synedrion={ version="0.2.0-beta.0" } +synedrion ={ version="0.2.0-beta.0" } hex ="0.4.3" rand_core ="0.6.4" rand ="0.8.5"