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

This commit is contained in:
2022-11-04 00:30:56 +00:00
parent d346979cc1
commit 0fdf6ed6eb
2 changed files with 37 additions and 91 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.1"
jwt-simple = "0.11.2"
digest = "0.10.5"
sha2 = "0.10.6"
lazy-regex = "2.3.0"