caps, ecaps2: Update to RustCrypto 0.8.
This commit is contained in:
parent
8e26095fd3
commit
9cb4f00341
3 changed files with 17 additions and 25 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -16,11 +16,11 @@ license = "MPL-2.0"
|
|||
minidom = "0.9.1"
|
||||
jid = { version = "0.5.2", features = ["minidom"] }
|
||||
base64 = "0.9.2"
|
||||
digest = "0.7.5"
|
||||
sha-1 = "0.7.0"
|
||||
sha2 = "0.7.1"
|
||||
sha3 = "0.7.3"
|
||||
blake2 = "0.7.1"
|
||||
digest = "0.8"
|
||||
sha-1 = "0.8"
|
||||
sha2 = "0.8"
|
||||
sha3 = "0.8"
|
||||
blake2 = "0.8"
|
||||
chrono = "0.4.5"
|
||||
try_from = "0.2.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue