chore: update versions

This commit is contained in:
2022-04-03 17:19:10 +08:00
parent c8dc5703ab
commit 1c3b9b3e29
3 changed files with 56 additions and 16 deletions

View File

@@ -8,8 +8,9 @@ edition = "2018"
authenticator = "0.3"
clap = "2.33"
rust_util = { version = "0.6", features = ["use_clap"] }
sha1 = "0.6.0"
sha2 = "0.9"
digest = "0.10"
sha1 = "0.6"
sha2 = "0.10"
rand = "0.8"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
@@ -25,7 +26,6 @@ simpledateformat = "0.1.2"
ring = "0.16.20"
openssl = "0.10.35"
pem = "0.8.3"
digest = "0.9.0"
yubikey = "0.5"
yubico_manager = "0.9"
x509 = "0.2"