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

This commit is contained in:
2023-07-16 00:07:47 +00:00
parent be7c6beb59
commit e031c90f3a
2 changed files with 15 additions and 15 deletions

View File

@ -26,7 +26,7 @@ futures-util = "0.3.28"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.21.2"
jwt-simple = "0.11.5"
jwt-simple = "0.11.6"
digest = "0.10.7"
sha2 = "0.10.7"
lazy-regex = "3.0.0"