Update Rust crate jwt to 0.15.0

pull/4/head
Renovate Bot 2021-12-24 15:01:23 +00:00
parent 8f527285f0
commit 73c681330a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ serde = { version = "1.0.127", features = [ "derive" ] }
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.14.0" jwt = "0.15.0"
hmac = "*" hmac = "*"
sha2 = "*" sha2 = "*"
# Timestamps for JWT tokens # Timestamps for JWT tokens