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