1 Commits

Author SHA1 Message Date
ec6c31848d Merge pull request 'yearly cleanup of roles; fixes #941' (#1161) from yeaerly-cleanup into main
Some checks failed
CI/CD Pipeline / test (push) Failing after 36m35s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #1161
2025-11-21 10:35:16 +01:00
2 changed files with 729 additions and 657 deletions

1378
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,11 +23,11 @@ tera = { version = "1.20", features = ["date-locale"], optional = true}
ics = "0.5"
futures = "0.3"
lettre = "0.11"
csv = "1.4"
csv = "1.3"
itertools = "0.14"
job_scheduler_ng = "2.4"
ureq = { version = "3.1", features = ["json"] }
regex = "1.12"
job_scheduler_ng = "2.2"
ureq = { version = "3.0", features = ["json"] }
regex = "1.11"
urlencoding = "2.1"
[target.'cfg(not(windows))'.dependencies]