fix(auth): use chrono library to generate timestamps

This commit is contained in:
DecDuck
2024-11-19 15:47:09 +11:00
parent a2137654f0
commit e22e6d8a55
3 changed files with 6 additions and 5 deletions

View File

@ -40,6 +40,7 @@ tauri-plugin-dialog = "2"
http = "1.1.0"
urlencoding = "2.1.3"
md5 = "0.7.0"
chrono = "0.4.38"
[dependencies.tokio]
version = "1.40.0"