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

This commit is contained in:
2024-02-21 00:11:15 +00:00
parent 55be4935f1
commit 5a5913d5fe
2 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ futures-util = "0.3.30"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.7"
jwt-simple = { version = "0.12.8", default-features = false, features = ["pure-rust"] }
jwt-simple = { version = "0.12.9", default-features = false, features = ["pure-rust"] }
digest = "0.10.7"
sha2 = "0.10.8"
lazy-regex = "3.1.0"