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:
parent
fe0906c043
commit
b8627e7e94
2 changed files with 2 additions and 4 deletions
|
|
@ -116,5 +116,5 @@ matrix-sdk = { version = "0.18", default-features = false, features = [
|
|||
futures-util = "0.3"
|
||||
hmac = "0.13"
|
||||
sha2 = "0.11"
|
||||
utoipa = { version = "5", features = ["axum_extras"] }
|
||||
utoipa = { version = "5", features = ["axum_extras", "chrono"] }
|
||||
utoipa-axum = "0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue