hive-sh4re: use chrono's clock feature for now_unix instead of hand-rolled SystemTime math
This commit is contained in:
parent
913aeb385e
commit
d6ea92085a
2 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue