fix(authenticator): u2f cannot handle the chrono 0.4.30 breaking change (#679)

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
Lucas Fernandes Nogueira
2023-10-23 10:30:16 -03:00
committed by GitHub
parent 437dfba814
commit 0fc910a9f3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ once_cell = "1"
sha2 = "0.10"
base64 = "0.21"
u2f = "0.2"
chrono = "0.4"
chrono = "<=0.4.29"
[dev-dependencies]
rand = "0.8"