Update Rust crate sha2 to 0.10.3
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-01 00:19:08 +00:00
parent ddfb3476b5
commit d1e008185c
2 changed files with 5 additions and 5 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.2"
sha2 = "0.10.3"
lazy-regex = "2.3.0"
totp_rfc6238 = "0.5.0"
base32 = "0.4.0"