xmpp-parsers: Require blake2 0.10.4

Fixes blake2b on big endian platforms.
This commit is contained in:
Emmanuel Gil Peyrot 2022-03-07 12:53:08 +01:00
parent 10f173db91
commit 4db5d4e045

View file

@ -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]