From f7adae140f47148ff98fa580f4dd6b07f6624e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 23:58:38 +0000 Subject: [PATCH] chore(deps): bump gpui_platform from v1.12.1 to v1.14.2 Bumps [gpui_platform](https://github.com/zed-industries/zed) from v1.12.1 to v1.14.2. - [Release notes](https://github.com/zed-industries/zed/releases) - [Commits](https://github.com/zed-industries/zed/compare/2a37601c02a32b22e7700835c04b89ff75ffcd5d...02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e) --- updated-dependencies: - dependency-name: gpui_platform dependency-version: 02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 407 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 346 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2728b594..8ccc6bd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,7 +1294,17 @@ name = "collections" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" dependencies = [ - "gpui_util", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "indexmap 2.14.0", + "rustc-hash 2.1.3", +] + +[[package]] +name = "collections" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "indexmap 2.14.0", "rustc-hash 2.1.3", ] @@ -1876,6 +1886,16 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "derive_refineable" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "digest" version = "0.10.7" @@ -1926,7 +1946,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -1964,7 +1984,7 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a" dependencies = [ - "libloading 0.8.9", + "libloading 0.7.4", ] [[package]] @@ -2132,7 +2152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2455,7 +2475,7 @@ name = "forge-components" version = "0.5.0" dependencies = [ "fluent", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "time", "tracing", "unic-langid", @@ -2500,7 +2520,7 @@ dependencies = [ "forge-voice", "forge-vtube", "futures-util", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "gpui_platform", "open", "rand 0.10.2", @@ -3400,7 +3420,7 @@ dependencies = [ "chrono", "cocoa 0.26.0", "cocoa-foundation 0.2.0", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -3414,18 +3434,18 @@ dependencies = [ "futures", "futures-concurrency", "getrandom 0.3.4", - "gpui_macros", - "gpui_shared_string", - "gpui_util", + "gpui_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "gpui_shared_string 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "heapless", - "http_client", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "image", "inventory", "itertools 0.14.0", "log", "lyon", "mach2 0.5.0", - "media", + "media 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "metal", "num_cpus", "objc", @@ -3439,10 +3459,10 @@ dependencies = [ "proptest", "rand 0.9.5", "raw-window-handle", - "refineable", + "refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "regex", "resvg", - "scheduler", + "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "schemars 1.2.2", "seahash", "serde", @@ -3452,13 +3472,13 @@ dependencies = [ "spin 0.10.1", "stacksafe", "strum", - "sum_tree", - "taffy", + "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "taffy 0.10.1", "thiserror 2.0.19", "ttf-parser", "url", "usvg", - "util_macros", + "util_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", "uuid", "waker-fn", "web-time", @@ -3467,10 +3487,90 @@ dependencies = [ "zed-scap", ] +[[package]] +name = "gpui" +version = "0.2.2" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "accesskit", + "anyhow", + "async-channel", + "async-task", + "bindgen", + "bitflags 2.13.1", + "block", + "cbindgen", + "chrono", + "cocoa 0.26.0", + "cocoa-foundation 0.2.0", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "core-foundation 0.10.0", + "core-foundation-sys", + "core-graphics 0.24.0", + "core-text", + "core-video", + "ctor", + "derive_more", + "embed-resource", + "etagere", + "foreign-types", + "futures", + "futures-concurrency", + "getrandom 0.3.4", + "gpui_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_shared_string 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "heapless", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "image", + "inventory", + "itertools 0.14.0", + "log", + "lyon", + "mach2 0.5.0", + "media 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "metal", + "num_cpus", + "objc", + "parking", + "parking_lot", + "pathfinder_geometry", + "pin-project", + "pollster 0.4.0", + "postage", + "profiling", + "rand 0.9.5", + "raw-window-handle", + "refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "regex", + "resvg", + "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "schemars 1.2.2", + "seahash", + "serde", + "serde_json", + "slotmap", + "smallvec", + "spin 0.10.1", + "stacksafe", + "strum", + "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "taffy 0.12.2", + "thiserror 2.0.19", + "ttf-parser", + "url", + "usvg", + "util_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "uuid", + "waker-fn", + "web-time", + "windows 0.61.3", +] + [[package]] name = "gpui_linux" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "accesskit", "accesskit_unix", @@ -3481,17 +3581,18 @@ dependencies = [ "bytemuck", "calloop", "calloop-wayland-source", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "filedescriptor", "futures", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "gpui_wgpu", - "http_client", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "image", "itertools 0.14.0", "libc", "log", + "notify-rust", "oo7", "open", "parking_lot", @@ -3521,16 +3622,17 @@ dependencies = [ [[package]] name = "gpui_macos" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "accesskit", "accesskit_macos", "anyhow", "async-task", "block", + "block2 0.6.2", "cbindgen", "cocoa 0.26.0", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -3542,19 +3644,20 @@ dependencies = [ "etagere", "foreign-types", "futures", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "image", "itertools 0.14.0", "libc", "log", "mach2 0.5.0", - "media", + "media 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "metal", "objc", "objc2 0.6.4", "objc2-app-kit 0.3.2", "objc2-foundation 0.3.2", + "objc2-user-notifications", "parking_lot", "pathfinder_geometry", "raw-window-handle", @@ -3576,13 +3679,24 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "gpui_macros" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "gpui_platform" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "console_error_panic_hook", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "gpui_linux", "gpui_macos", "gpui_web", @@ -3599,6 +3713,16 @@ dependencies = [ "smol_str", ] +[[package]] +name = "gpui_shared_string" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "schemars 1.2.2", + "serde", + "smol_str", +] + [[package]] name = "gpui_util" version = "0.1.0" @@ -3609,22 +3733,31 @@ dependencies = [ "which", ] +[[package]] +name = "gpui_util" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "anyhow", + "log", + "which", +] + [[package]] name = "gpui_web" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "anyhow", "console_error_panic_hook", "futures", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "gpui_wgpu", - "http_client", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "js-sys", "log", "parking_lot", "raw-window-handle", - "smallvec", "uuid", "wasm-bindgen", "wasm-bindgen-futures", @@ -3636,15 +3769,15 @@ dependencies = [ [[package]] name = "gpui_wgpu" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "anyhow", "bytemuck", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "cosmic-text", "etagere", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "itertools 0.14.0", "js-sys", "log", @@ -3654,6 +3787,7 @@ dependencies = [ "raw-window-handle", "smallvec", "swash", + "unicode-bidi", "unicode-segmentation", "wasm-bindgen", "wasm-bindgen-futures", @@ -3665,17 +3799,17 @@ dependencies = [ [[package]] name = "gpui_windows" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" dependencies = [ "accesskit", "accesskit_windows", "anyhow", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "dunce", "etagere", "futures", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "image", "itertools 0.14.0", "log", @@ -3940,6 +4074,26 @@ dependencies = [ "url", ] +[[package]] +name = "http_client" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "anyhow", + "async-compression", + "bytes", + "derive_more", + "futures", + "http", + "http-body", + "log", + "parking_lot", + "serde", + "serde_json", + "serde_urlencoded", + "url", +] + [[package]] name = "httparse" version = "1.10.1" @@ -4820,6 +4974,21 @@ dependencies = [ "objc", ] +[[package]] +name = "media" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "anyhow", + "bindgen", + "core-foundation 0.10.0", + "core-video", + "ctor", + "foreign-types", + "metal", + "objc", +] + [[package]] name = "memchr" version = "2.8.3" @@ -5092,7 +5261,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -5414,6 +5583,16 @@ dependencies = [ "objc2-metal 0.2.2", ] +[[package]] +name = "objc2-core-location" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009" +dependencies = [ + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + [[package]] name = "objc2-encode" version = "4.1.0" @@ -5506,6 +5685,19 @@ dependencies = [ "objc2-metal 0.3.2", ] +[[package]] +name = "objc2-user-notifications" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e" +dependencies = [ + "bitflags 2.13.1", + "block2 0.6.2", + "objc2 0.6.4", + "objc2-core-location", + "objc2-foundation 0.3.2", +] + [[package]] name = "objc_exception" version = "0.1.2" @@ -5651,7 +5843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.45.0", ] [[package]] @@ -5735,7 +5927,17 @@ name = "perf" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" dependencies = [ - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "serde", + "serde_json", +] + +[[package]] +name = "perf" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "serde", "serde_json", ] @@ -6243,7 +6445,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -6552,7 +6754,15 @@ name = "refineable" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" dependencies = [ - "derive_refineable", + "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", +] + +[[package]] +name = "refineable" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", ] [[package]] @@ -6815,7 +7025,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -6828,7 +7038,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -6885,7 +7095,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -6981,6 +7191,21 @@ dependencies = [ "web-time", ] +[[package]] +name = "scheduler" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "async-task", + "backtrace", + "chrono", + "flume", + "futures", + "parking_lot", + "rand 0.9.5", + "web-time", +] + [[package]] name = "schemars" version = "0.9.0" @@ -7473,7 +7698,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -7700,7 +7925,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -7798,7 +8023,19 @@ dependencies = [ "log", "rayon", "tracing", - "ztracing", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", +] + +[[package]] +name = "sum_tree" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "heapless", + "log", + "rayon", + "tracing", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", ] [[package]] @@ -8188,6 +8425,18 @@ dependencies = [ "slotmap", ] +[[package]] +name = "taffy" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "340a09581f29809fc0df82a3955501dc7f2a21f887e5d1c13dbe288fe1c0bef4" +dependencies = [ + "arrayvec", + "grid", + "serde", + "slotmap", +] + [[package]] name = "tao-core-video-sys" version = "0.2.0" @@ -8221,7 +8470,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix 1.1.4", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -8917,7 +9166,7 @@ checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" dependencies = [ "memoffset", "tempfile", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -9102,7 +9351,17 @@ name = "util_macros" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" dependencies = [ - "perf", + "perf 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "quote", + "syn 2.0.119", +] + +[[package]] +name = "util_macros" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "perf 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "quote", "syn 2.0.119", ] @@ -9323,8 +9582,7 @@ dependencies = [ [[package]] name = "wasm_thread" version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e" +source = "git+https://github.com/zed-industries/wasm_thread?rev=0cf96c7708dfb97ccf3da50347e25edcf75d6937#0cf96c7708dfb97ccf3da50347e25edcf75d6937" dependencies = [ "futures", "js-sys", @@ -9691,7 +9949,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -10734,7 +10992,18 @@ source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22 dependencies = [ "anyhow", "chrono", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "log", +] + +[[package]] +name = "zlog" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "anyhow", + "chrono", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", "log", ] @@ -10751,8 +11020,19 @@ source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22 dependencies = [ "tracing", "tracing-subscriber", - "zlog", - "ztracing_macro", + "zlog 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", + "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.12.1)", +] + +[[package]] +name = "ztracing" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" +dependencies = [ + "tracing", + "tracing-subscriber", + "zlog 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", + "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.14.2)", ] [[package]] @@ -10760,6 +11040,11 @@ name = "ztracing_macro" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.12.1#2a37601c02a32b22e7700835c04b89ff75ffcd5d" +[[package]] +name = "ztracing_macro" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.14.2#02abf5b08fa12c1c20a155ae3f796ef4c6c1a01e" + [[package]] name = "zune-core" version = "0.5.1"