update deps

This commit is contained in:
Philipp Hofer 2025-01-09 16:22:08 +01:00
parent e5fec411f3
commit 0dfceec737
2 changed files with 636 additions and 349 deletions

981
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,13 +18,13 @@ argon2 = "0.5"
serde = { version = "1.0", features = [ "derive" ]}
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"]}
chrono-tz = "0.9"
chrono-tz = "0.10"
tera = { version = "1.18", features = ["date-locale"], optional = true}
ics = "0.5"
futures = "0.3"
lettre = "0.11"
csv = "1.3"
itertools = "0.13"
itertools = "0.14"
job_scheduler_ng = "2.0"
ureq = { version = "2.9", features = ["json"] }
regex = "1.10"