refactor: use jiff instead of time
This commit is contained in:
parent
2ca99c670a
commit
89a50197d2
4 changed files with 8 additions and 39 deletions
|
|
@ -54,11 +54,7 @@ sanitize-filename = "0.6.0"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
thiserror = "2.0.18"
|
||||
time = { version = "0.3.47", features = [
|
||||
"macros",
|
||||
"formatting",
|
||||
"local-offset",
|
||||
] }
|
||||
jiff = "0.2"
|
||||
tiny-skia = "0.11"
|
||||
tracing = { version = "0.1.44", features = [
|
||||
"max_level_debug",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue