Skip to content

Commit 0abe7e4

Browse files
committed
Pin blake2 dep to a commit
1 parent 382a712 commit 0abe7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ahash = "0.8"
1414
anyhow = "1"
1515
base32 = "0.5.1"
1616
base64 = "0.22"
17-
blake2 = { git = "https://github.com/huitseeker/hashes.git", branch = "blake2x-pr", features = ["blake2x"] }
17+
blake2 = { git = "https://github.com/huitseeker/hashes.git", rev = "4d3debf264a45da9e33d52645eb6ee9963336f66", features = ["blake2x"] } # PR: https://github.com/RustCrypto/hashes/pull/704
1818
bls-signatures = { version = "0.15" }
1919
bls12_381 = "0.8"
2020
cid = { version = "0.10.1", features = ["std"] }

0 commit comments

Comments
 (0)