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

This commit is contained in:
2022-10-08 00:27:08 +00:00
parent 2f54157450
commit 37482266e8
2 changed files with 150 additions and 205 deletions

View File

@@ -25,7 +25,7 @@ futures-util = "0.3.24"
urlencoding = "2.1.2"
rand = "0.8.5"
base64 = "0.13.0"
jwt-simple = "0.11.0"
jwt-simple = "0.11.1"
digest = "0.10.3"
sha2 = "0.10.6"
lazy-regex = "2.3.0"