parsers/Cargo.toml 🔗
@@ -21,7 +21,7 @@ digest = "0.10"
sha-1 = "0.10"
sha2 = "0.10"
sha3 = "0.10"
-blake2 = "0.10"
+blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
[features]
Emmanuel Gil Peyrot created
Fixes blake2b on big endian platforms.
parsers/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -21,7 +21,7 @@ digest = "0.10"
sha-1 = "0.10"
sha2 = "0.10"
sha3 = "0.10"
-blake2 = "0.10"
+blake2 = "0.10.4"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
[features]