Update to digest 0.10 (#36)

This commit is contained in:
daxpedda
2021-12-23 15:58:00 -05:00
committed by GitHub
parent 5228474f05
commit b2f6d5eac8
8 changed files with 98 additions and 77 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ std = ["alloc"]
[dependencies]
curve25519-dalek = { version = "3", default-features = false, optional = true }
derive-where = { version = "1.0.0-rc.1", features = ["zeroize"] }
digest = "0.9"
digest = "0.10"
displaydoc = { version = "0.2", default-features = false }
generic-array = "0.14"
num-bigint = { version = "0.4", default-features = false, optional = true }
@@ -60,7 +60,7 @@ json = "0.12"
proptest = "1"
rand = "0.8"
regex = "1"
sha2 = "0.9"
sha2 = "0.10"
[package.metadata.docs.rs]
features = ["danger", "p256", "std"]