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"