Update Rust crate jwt-simple to 0.11.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-05-11 00:02:38 +00:00
parent 6cc9f4c54c
commit 85f697a746
2 changed files with 90 additions and 50 deletions

View File

@ -26,7 +26,7 @@ futures-util = "0.3.28"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.21.0"
jwt-simple = "0.11.4"
jwt-simple = "0.11.5"
digest = "0.10.6"
sha2 = "0.10.6"
lazy-regex = "2.4.1"