Merge branch 'master' into renovate/clap-3.x
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-09-19 07:48:52 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ clap = { version = "3.2.22", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.85"
serde_yaml = "0.9.11"
serde_yaml = "0.9.13"
env_logger = "0.9.0"
serde = { version = "1.0.144", features = ["derive"] }
bcrypt = "0.11.0"
@@ -27,7 +27,7 @@ rand = "0.8.5"
base64 = "0.13.0"
jwt-simple = "0.11.0"
digest = "0.10.3"
sha2 = "0.10.5"
sha2 = "0.10.6"
lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"