xmpp-parsers: Bump RustCrypto crates

This commit is contained in:
Emmanuel Gil Peyrot 2020-06-22 01:25:16 +02:00 committed by Link Mauve
commit db86aa9d5a
3 changed files with 23 additions and 15 deletions

View file

@ -17,11 +17,11 @@ edition = "2018"
minidom = "0.12.0"
jid = { version = "0.9", features = ["minidom"] }
base64 = "0.12"
digest = "0.8"
sha-1 = "0.8"
sha2 = "0.8"
sha3 = "0.8"
blake2 = "0.8"
digest = "0.9"
sha-1 = "0.9"
sha2 = "0.9"
sha3 = "0.9"
blake2 = "0.9"
chrono = "0.4.5"
[features]