refactor: use jiff instead of time

This commit is contained in:
Vukašin Vojinović 2026-03-17 16:31:19 +01:00 committed by Victoria Brekenfeld
parent 2ca99c670a
commit 89a50197d2
4 changed files with 8 additions and 39 deletions

View file

@ -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",