Hoist chrono dependency to workspace level (#8414)

This PR hoists the `chrono` dependency to the workspace level.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-25 18:52:59 -05:00 committed by GitHub
parent ffdda588b4
commit 841e010fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
anyhow.workspace = true
chrono = "0.4"
chrono.workspace = true
dirs = "4.0"
editor.workspace = true
gpui.workspace = true