hive-sh4re: use chrono's clock feature for now_unix instead of hand-rolled SystemTime math

This commit is contained in:
damocles 2026-08-01 17:51:49 +02:00 committed by mara
commit d6ea92085a
2 changed files with 6 additions and 6 deletions

View file

@ -45,6 +45,7 @@ axum = { version = "0.8", features = ["ws"] }
base64 = "0.22"
bcrypt = "0.19"
chrono = { version = "0.4", default-features = false, features = [
"clock",
"serde",
"std",
] }