Skip to content

Chrono dependency in 0.7.4 release #3118

@mirek26

Description

@mirek26

Bug Description

Trying to update to 0.7.4 and seeing:

error[E0432]: unresolved import `chrono::TimeDelta`

This is because sqlx specifies a dependency on chrono 0.4.22 but actually depends on 0.4.34 (chronotope/chrono@ac383d5). Bumping chrono dependency in my project resolved this but I should not need to do that

Minimal Reproduction

Info

  • SQLx version: 0.7.4
  • SQLx features enabled: postgres, chrono, runtime-tokio
  • Database server and version: Postgres
  • Operating system: mac os
  • rustc --version: 1.75

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions