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

@ -31,7 +31,7 @@ backtrace = "0.3"
breadcrumbs.workspace = true
call.workspace = true
channel.workspace = true
chrono = "0.4"
chrono.workspace = true
cli.workspace = true
client.workspace = true
clock.workspace = true