From a6141ea2ccee1d29105e64bdde5bd7cd5f4f00a3 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Mon, 1 Jul 2024 01:59:05 -0700 Subject: [PATCH] point to typer erase rev --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 638c50b..0516289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,8 @@ tracing = "0.1" pretty-hash = "0.4" futures-timer = "3" futures-lite = "1" -hypercore = { version = "0.12", default-features = false } +hypercore = { git = "https://github.com/cowlicks/hypercore.git", rev="44eb7673fea7cf1a08ad5219153056ec3898544a", default-features = false } + sha2 = "0.10" curve25519-dalek = "4" crypto_secretstream = "0.2"