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

This commit is contained in:
2023-01-21 00:11:50 +00:00
parent 04222e3bf0
commit 14f672253a
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.3.1"