Update all crypto crates to their latest release; un-break blake2b.
This commit is contained in:
parent
8aa51bd047
commit
c1ff291c11
4 changed files with 9 additions and 15 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -16,11 +16,11 @@ license = "MPL-2.0"
|
|||
minidom = "0.6.2"
|
||||
jid = { version = "0.3.1", features = ["minidom"] }
|
||||
base64 = "0.7.0"
|
||||
digest = "0.6.0"
|
||||
sha-1 = "0.4.0"
|
||||
sha2 = "0.6.0"
|
||||
sha3 = "0.6.0"
|
||||
blake2 = "0.6.1"
|
||||
digest = "0.7.1"
|
||||
sha-1 = "0.7.0"
|
||||
sha2 = "0.7.0"
|
||||
sha3 = "0.7.0"
|
||||
blake2 = "0.7.0"
|
||||
chrono = "0.4.0"
|
||||
try_from = "0.2.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue