Update Rust crate jwt to 0.16.0

renovate/jwt-0.x
Renovate Bot 2022-01-10 00:05:42 +00:00
parent da477295f5
commit 299dbf7924
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ rust-argon2 = "0.8.3"
rand = "0.8.4" rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] } uuid = { version = "0.8.2", features = ["serde"] }
# Authentification # Authentification
jwt = "0.15.0" jwt = "0.16.0"
hmac = "*" hmac = "*"
sha2 = "*" sha2 = "*"
# Timestamps for JWT tokens # Timestamps for JWT tokens