Update Rust crate jwt-simple to 0.12.1

This commit is contained in:
2023-12-06 00:13:55 +00:00
committed by Pierre Hubert
parent 5f6f2c02ad
commit 8a2ff91cdc
2 changed files with 174 additions and 15 deletions

View File

@ -26,7 +26,7 @@ futures-util = "0.3.29"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.5"
jwt-simple = "0.11.9"
jwt-simple = "0.12.1"
digest = "0.10.7"
sha2 = "0.10.8"
lazy-regex = "3.1.0"