From b8a5b81055fca300b7ff20e244d9c9f834b31a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:28:01 +0000 Subject: [PATCH] build(deps): bump gpui from v0.167.2 to v0.999999.0 Bumps [gpui](https://github.com/zed-industries/zed) from v0.167.2 to v0.999999.0. - [Release notes](https://github.com/zed-industries/zed/releases) - [Commits](https://github.com/zed-industries/zed/compare/v0.167.2...b1d732e06cba7df585eccf5f4c36aa48305fd07e) --- updated-dependencies: - dependency-name: gpui dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/Cargo.toml b/panel/Cargo.toml index a6538bab..e33c75e8 100644 --- a/panel/Cargo.toml +++ b/panel/Cargo.toml @@ -15,7 +15,7 @@ gateway.workspace = true # ===== Zed Gpui Dependencies ===== # -gpui = { git = "https://github.com/zed-industries/zed", tag = "v0.167.2" } +gpui = { git = "https://github.com/zed-industries/zed", tag = "v0.999999.0" } # ==== Third Part Dependencies ==== # tokio = { workspace = true, features = ["macros"]}