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

This commit is contained in:
2023-11-03 00:22:30 +00:00
parent 4aaeb75bf3
commit 03207ba7cb
2 changed files with 11 additions and 11 deletions

View File

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