Hoist indexmap to workspace level (#12901)

This PR hoists `indexmap` up to a workspace dependency.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-11 15:31:55 -04:00 committed by GitHub
parent 80c14c9198
commit 57b87be3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ workspace = true
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
gpui.workspace = true
indexmap = { version = "1.6.2", features = ["serde"] }
indexmap.workspace = true
log.workspace = true
palette.workspace = true
rust-embed.workspace = true