xmpp-parsers: Bump all hash crates.

This commit is contained in:
Emmanuel Gil Peyrot 2021-12-25 14:55:45 +01:00
commit 1a03588bdb
3 changed files with 19 additions and 19 deletions

View file

@ -17,11 +17,11 @@ edition = "2018"
minidom = "0.13"
jid = { version = "0.9", features = ["minidom"] }
base64 = "0.13"
digest = "0.9"
sha-1 = "0.9"
sha2 = "0.9"
sha3 = "0.9"
blake2 = "0.9"
digest = "0.10"
sha-1 = "0.10"
sha2 = "0.10"
sha3 = "0.10"
blake2 = "0.10"
chrono = { version = "0.4.5", default-features = false, features = ["std"] }
[features]