Fixing deny.toml (#142)

This commit is contained in:
Kevin Lewi
2021-02-17 02:28:49 -08:00
committed by GitHub
parent 7f84984f61
commit bb7d17a102
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ generic-bytes = { version = "0.1.0" }
generic-bytes-derive = { version = "0.1.0" }
hkdf = "0.10.0"
hmac = "0.10.1"
rand = "0.8.3"
rand = "0.8"
scrypt = { version = "0.5.0", optional = true }
subtle = { version = "2.3.0", default-features = false }
thiserror = "1.0.22"