gpui: Depend on workspace image crate (#28313)

tidely created

Make gpui depend on the image crate on the workspace level

Release Notes:

- N/A

Change summary

crates/gpui/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/gpui/Cargo.toml 🔗

@@ -89,7 +89,7 @@ etagere = "0.2"
 futures.workspace = true
 gpui_macros.workspace = true
 http_client = { optional = true, workspace = true }
-image = "0.25.1"
+image.workspace = true
 inventory.workspace = true
 itertools.workspace = true
 log.workspace = true