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

This commit is contained in:
2025-05-01 00:16:56 +00:00
parent 958a614f19
commit 64e9844f65
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ rand = "0.9.1"
base64 = "0.22.1"
jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] }
digest = "0.10.7"
sha2 = "0.10.8"
sha2 = "0.10.9"
lazy-regex = "3.4.1"
totp_rfc6238 = "0.6.1"
base32 = "0.5.1"