From cd03e2da24f1e6141b8c306f5b3623b4f076d4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 04:07:14 +0000 Subject: [PATCH] Bump gpui from `53b2f37` to `77854f4` Bumps [gpui](https://github.com/zed-industries/zed) from `53b2f37` to `77854f4`. - [Release notes](https://github.com/zed-industries/zed/releases) - [Commits](https://github.com/zed-industries/zed/compare/53b2f37452189870c93d4514604f903d5ed885d9...77854f46274d464a9171deb07e61858f57963d1c) --- updated-dependencies: - dependency-name: gpui dependency-version: 77854f46274d464a9171deb07e61858f57963d1c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 69 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 46 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a448a74..9bffd31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ "bitflags 2.9.1", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "log", @@ -834,7 +834,7 @@ dependencies = [ "bitflags 2.9.1", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.11.0", "log", "prettyplease", "proc-macro2", @@ -1579,7 +1579,7 @@ dependencies = [ [[package]] name = "collections" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "indexmap 2.10.0", "rustc-hash 2.1.1", @@ -2005,7 +2005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e3d747f100290a1ca24b752186f61f6637e1deffe3bf6320de6fcb29510a307" dependencies = [ "bitflags 2.9.1", - "libloading 0.8.8", + "libloading 0.7.4", "winapi", ] @@ -2016,7 +2016,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813" dependencies = [ "bitflags 2.9.1", - "libloading 0.8.8", + "libloading 0.7.4", "winapi", ] @@ -2101,7 +2101,7 @@ dependencies = [ [[package]] name = "derive_refineable" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "proc-macro2", "quote", @@ -2227,7 +2227,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.8.8", + "libloading 0.7.4", ] [[package]] @@ -3414,7 +3414,7 @@ dependencies = [ [[package]] name = "gpui" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "as-raw-xcb-connection", @@ -3486,6 +3486,7 @@ dependencies = [ "thiserror 2.0.14", "usvg", "util", + "util_macros", "uuid", "waker-fn", "wayland-backend", @@ -3606,7 +3607,7 @@ dependencies = [ [[package]] name = "gpui_macros" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -3740,7 +3741,7 @@ dependencies = [ "bitflags 2.9.1", "com", "libc", - "libloading 0.8.8", + "libloading 0.7.4", "thiserror 1.0.69", "widestring", "winapi", @@ -3885,7 +3886,7 @@ dependencies = [ [[package]] name = "http_client" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "bytes", @@ -3905,7 +3906,7 @@ dependencies = [ [[package]] name = "http_client_tls" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "rustls", "rustls-platform-verifier", @@ -4015,7 +4016,7 @@ dependencies = [ "js-sys", "log", "wasm-bindgen", - "windows-core 0.61.2", + "windows-core 0.58.0", ] [[package]] @@ -4924,7 +4925,7 @@ dependencies = [ [[package]] name = "media" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "bindgen 0.71.1", @@ -5465,7 +5466,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d" dependencies = [ - "proc-macro-crate 3.3.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.105", @@ -6100,6 +6101,17 @@ version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +[[package]] +name = "perf" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" +dependencies = [ + "collections", + "serde", + "serde_json", + "workspace-hack", +] + [[package]] name = "pest" version = "2.8.1" @@ -7132,7 +7144,7 @@ dependencies = [ [[package]] name = "refineable" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "derive_refineable", "workspace-hack", @@ -7291,7 +7303,7 @@ dependencies = [ [[package]] name = "reqwest_client" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "bytes", @@ -7375,7 +7387,7 @@ dependencies = [ [[package]] name = "rope" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "arrayvec", "log", @@ -7904,7 +7916,7 @@ checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" [[package]] name = "semantic_version" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "serde", @@ -8566,7 +8578,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sum_tree" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "arrayvec", "log", @@ -9905,7 +9917,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "util" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed.git#53b2f37452189870c93d4514604f903d5ed885d9" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" dependencies = [ "anyhow", "async-fs 2.1.3", @@ -9937,6 +9949,17 @@ dependencies = [ "workspace-hack", ] +[[package]] +name = "util_macros" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed.git#77854f46274d464a9171deb07e61858f57963d1c" +dependencies = [ + "perf", + "quote", + "syn 2.0.105", + "workspace-hack", +] + [[package]] name = "uuid" version = "1.18.0" @@ -10623,7 +10646,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.8", + "libloading 0.7.4", "log", "metal 0.27.0", "naga 0.19.2", @@ -10668,7 +10691,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.8", + "libloading 0.7.4", "log", "metal 0.28.0", "naga 0.20.0",