Update digest & hashes libraries to their latest versions
This commit is contained in:
+12
-12
@@ -13,24 +13,24 @@ readme = "README.md"
|
||||
slow-hash = ["scrypt"]
|
||||
|
||||
[dependencies]
|
||||
aead = "0.2.0"
|
||||
curve25519-dalek = "2.0.0"
|
||||
generic-array = "0.12.3"
|
||||
hkdf = "0.8.0"
|
||||
hmac = "0.7.1"
|
||||
aead = "0.3.1"
|
||||
curve25519-dalek = "2.1.0"
|
||||
generic-array = "0.14.2"
|
||||
hkdf = "0.9.0-alpha.0"
|
||||
hmac = "0.8.0"
|
||||
rand_core = "0.5.1"
|
||||
scrypt = {version = "0.2.0", optional = true}
|
||||
sha2 = "0.8"
|
||||
thiserror = "1"
|
||||
scrypt = { version = "0.3.0", optional = true }
|
||||
sha2 = "0.9.0"
|
||||
thiserror = "1.0.19"
|
||||
x25519-dalek = "0.6.0"
|
||||
zeroize = "1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
aes-gcm = "0.5.0"
|
||||
base64 = "0.11.0"
|
||||
chacha20poly1305 = "0.4.1"
|
||||
aes-gcm = "0.6.0"
|
||||
base64 = "0.12.1"
|
||||
chacha20poly1305 = "0.5.1"
|
||||
hex = "0.4.2"
|
||||
lazy_static = "1.4.0"
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0.55"
|
||||
proptest = "0.10.0"
|
||||
rand = "0.7"
|
||||
|
||||
Reference in New Issue
Block a user