Update Rust crate sha2 to 0.10.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-09-17 00:27:38 +00:00
parent 04ce05011d
commit bfc54a0c97
2 changed files with 11 additions and 11 deletions

View File

@ -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"