Skip to content

Support time 0.3.x #788

@D1plo1d

Description

@D1plo1d

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:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions