jobq-wire: take utoipa's chrono feature from the workspace

The per-crate features = ["chrono"] override was a local deviation with a
comment defending it. The feature belongs in the workspace list, where every
crate sees the same utoipa.
This commit is contained in:
atlas 2026-08-03 00:17:52 +02:00 committed by mara
commit b8627e7e94
2 changed files with 2 additions and 4 deletions

View file

@ -13,6 +13,4 @@ enumflags2 = { workspace = true }
hive-jobq = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
# `chrono` for the lifecycle timestamps' schema; the workspace default carries
# only `axum_extras`, and features are additive so this affects nothing else.
utoipa = { workspace = true, features = ["chrono"] }
utoipa = { workspace = true }