Update Rust crate sha2 to 0.10.0 #6

Closed
Renovate Bot wants to merge 1 commits from renovate/sha2-0.x into main
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ uuid = { version = "0.8.2", features = ["serde"] }
# Authentification
jwt = "0.15.0"
hmac = "0.11.0"
sha2 = { version = "0.9.0", default_features = false }
sha2 = { version = "0.10.0", default_features = false }
# Timestamps for JWT tokens
chrono = { version = "0.4.19", features = [ "serde" ] }
# Encoding of refresh tokens