Merge pull request 'Update Rust crate jwt-simple to 0.11.3' (#84) from renovate/jwt-simple-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #84
This commit is contained in:
2023-01-23 13:57:06 +00:00
2 changed files with 50 additions and 27 deletions

View File

@ -25,7 +25,7 @@ futures-util = "0.3.25"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.13.1"
jwt-simple = "0.11.2"
jwt-simple = "0.11.3"
digest = "0.10.6"
sha2 = "0.10.6"
lazy-regex = "2.4.1"