xmpp-parsers: Require blake2 0.10.4
Fixes blake2b on big endian platforms.
This commit is contained in:
parent
10f173db91
commit
4db5d4e045
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue