Skip to content

Commit a21e5e8

Browse files
committed
Updating dependency links
1 parent 1359b2a commit a21e5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ merkletree = "0.21.0"
2222
merkle-log = "0.0.3"
2323
moka = { version = "0.8.1", features = ["future"] }
2424
naom = { version = "1.3.0" }
25-
keccak_prime = { git = "https://github.com/zenotta/keccak-prime" }
25+
keccak_prime = { git = "https://github.com/ABlockOfficial/Keccak-Prime" }
2626
protobuf = "~2.0"
2727
raft = "0.5.0"
2828
rand = "0.7.3"
@@ -47,4 +47,4 @@ mock = []
4747
config_override = []
4848

4949
[patch.crates-io]
50-
raft = { git = "https://github.com/Zenotta/raft-rs", branch = "0.5.1" }
50+
raft = { git = "https://github.com/ABlockOfficial/raft-rs", branch = "0.5.1" }

0 commit comments

Comments
 (0)