-
-
Notifications
You must be signed in to change notification settings - Fork 692
Support time 0.3.x #788
Copy link
Copy link
Closed
Description
The chrono crate causes cargo-audit to warn about RUSTSEC-2020-0071. Chrono also causes a warning about it's stdweb dependency being unmaintained.
If someone is able to enable time 0.3.x for this crate then it would resolve these cargo-audit issues.
Note: Since sqlx::query! overrides time (de-)seriaization with chrono when chrono is enabled ( https://github.com/launchbadge/sqlx#cargo-feature-flags ) it might be better to remove both from sqlx-deps and allow the user to choose between chrono, time-0_2, or time-0_3 so that they can continue to use sqlx::query! outside of Sea Orm with the time library of their choice.
Related:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels