attempt to fix build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-23 15:48:34 +01:00
committed by Pierre Hubert
parent a217d5dbb0
commit 823ccdfc27
3 changed files with 86 additions and 252 deletions

View File

@ -26,7 +26,7 @@ futures-util = "0.3.29"
urlencoding = "2.1.3"
rand = "0.8.5"
base64 = "0.21.5"
jwt-simple = "0.12.1"
jwt-simple = { version = "0.12.6", default-features=false, features=["pure-rust"] }
digest = "0.10.7"
sha2 = "0.10.8"
lazy-regex = "3.1.0"
@ -38,4 +38,4 @@ url = "2.5.0"
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
bincode = "2.0.0-rc.3"
chrono = "0.4.31"
lazy_static = "1.4.0"
lazy_static = "1.4.0"