Cargo.lock: update deps (#300)

This commit is contained in:
Shella Stephens
2021-07-19 15:00:16 -07:00
committed by GitHub
parent f3bb858a2f
commit 6e96087b93
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ p384 = "0.8"
pcsc = "2"
rand_core = { version = "0.6", features = ["std"] }
rsa = "0.4"
secrecy = "0.7"
secrecy = "0.8"
sha-1 = "0.9"
sha2 = "0.9"
subtle = "2"
@@ -47,7 +47,7 @@ x509-parser = "0.9"
zeroize = "1"
[dev-dependencies]
env_logger = "0.8"
env_logger = "0.9"
lazy_static = "1"
[features]