secrecy 0.7

This commit is contained in:
Jack Grigg
2020-08-30 18:16:45 +01:00
parent 05a3b85934
commit 35fa940a37
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -688,9 +688,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "secrecy"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"
dependencies = [
"zeroize",
]
+1 -1
View File
@@ -39,7 +39,7 @@ p256 = "0.4"
p384 = "0.3"
pcsc = "2"
rsa = "0.3.0"
secrecy = "0.6"
secrecy = "0.7"
sha-1 = "0.9"
sha2 = "0.9"
subtle = "2"