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

This commit is contained in:
2023-06-16 00:19:00 +00:00
parent e367105c5a
commit a0fa6d8237
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ rand = "0.8.5"
base64 = "0.21.2"
jwt-simple = "0.11.5"
digest = "0.10.7"
sha2 = "0.10.6"
sha2 = "0.10.7"
lazy-regex = "2.5.0"
totp_rfc6238 = "0.5.1"
base32 = "0.4.0"