diff --git a/Cargo.lock b/Cargo.lock index bd6b3299..bd6b025a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,17 @@ name = "collections" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" dependencies = [ - "gpui_util", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "indexmap 2.14.1", + "rustc-hash 2.1.3", +] + +[[package]] +name = "collections" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "indexmap 2.14.1", "rustc-hash 2.1.3", ] @@ -1928,6 +1938,16 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "derive_refineable" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "digest" version = "0.10.7" @@ -1978,7 +1998,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2016,7 +2036,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]] @@ -2194,7 +2214,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]] @@ -2518,7 +2538,7 @@ name = "forge-components" version = "0.5.1" dependencies = [ "fluent", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "time", "tracing", "unic-langid", @@ -2563,7 +2583,7 @@ dependencies = [ "forge-voice", "forge-vtube", "futures-util", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "gpui_platform", "open", "rand 0.10.2", @@ -3474,7 +3494,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.17.2)", "core-foundation 0.10.1", "core-foundation-sys", "core-graphics 0.24.0", @@ -3488,18 +3508,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.17.2)", + "gpui_shared_string 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "heapless", - "http_client", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "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.17.2)", "metal", "num_cpus", "objc", @@ -3513,10 +3533,10 @@ dependencies = [ "proptest", "rand 0.9.5", "raw-window-handle", - "refineable", + "refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "regex", "resvg", - "scheduler", + "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "schemars 1.2.2", "seahash", "serde", @@ -3525,40 +3545,107 @@ dependencies = [ "smallvec", "spin 0.10.1", "stacksafe", - "strum", - "sum_tree", + "strum 0.27.2", + "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "taffy", "thiserror 2.0.20", "tracing", "ttf-parser", "url", "usvg", - "util_macros", + "util_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", "uuid", "waker-fn", "web-time", "windows 0.61.3", "zed-font-kit", "zed-scap", - "ztracing", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", +] + +[[package]] +name = "gpui" +version = "0.2.2" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "accesskit", + "anyhow", + "async-channel", + "async-task", + "bindgen", + "bitflags 2.13.1", + "chrono", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "core-video", + "ctor", + "derive_more", + "embed-resource", + "etagere", + "futures", + "futures-concurrency", + "getrandom 0.3.4", + "gpui_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "gpui_shared_string 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "heapless", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "image", + "inventory", + "itertools 0.14.0", + "log", + "lyon", + "num_cpus", + "parking", + "parking_lot", + "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.19.2)", + "regex", + "resvg", + "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "schemars 1.2.2", + "seahash", + "serde", + "serde_json", + "slotmap", + "smallvec", + "spin 0.10.1", + "strum 0.28.0", + "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "taffy", + "thiserror 2.0.20", + "tracing", + "ttf-parser", + "url", + "usvg", + "util_macros 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "uuid", + "waker-fn", + "web-time", + "windows 0.61.3", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", ] [[package]] name = "gpui_apple" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "anyhow", "block", "cbindgen", "cocoa 0.26.0", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "core-foundation 0.10.1", "core-video", "derive_more", "etagere", "foreign-types", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "image", "log", "metal", @@ -3569,7 +3656,7 @@ dependencies = [ [[package]] name = "gpui_linux" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "accesskit", "accesskit_unix", @@ -3580,29 +3667,23 @@ dependencies = [ "bytemuck", "calloop", "calloop-wayland-source", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "filedescriptor", "futures", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "gpui_wgpu", - "http_client", - "image", - "itertools 0.14.0", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "libc", "log", "notify-rust", "oo7", "open", "parking_lot", - "pathfinder_geometry", - "pollster 0.4.0", - "profiling", "raw-window-handle", "smallvec", "smol", - "strum", - "swash", + "strum 0.28.0", "url", "uuid", "wayland-backend", @@ -3621,7 +3702,7 @@ dependencies = [ [[package]] name = "gpui_macos" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "accesskit", "accesskit_macos", @@ -3630,7 +3711,7 @@ dependencies = [ "block", "block2 0.6.2", "cocoa 0.26.0", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "core-foundation 0.10.1", "core-foundation-sys", "core-graphics 0.24.0", @@ -3639,15 +3720,15 @@ dependencies = [ "dispatch2", "foreign-types", "futures", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "gpui_apple", - "gpui_util", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.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.19.2)", "metal", "objc", "objc2 0.6.4", @@ -3659,7 +3740,7 @@ dependencies = [ "raw-window-handle", "semver", "smallvec", - "strum", + "strum 0.28.0", "uuid", "zed-font-kit", ] @@ -3675,13 +3756,24 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "gpui_macros" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +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.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "console_error_panic_hook", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "gpui_linux", "gpui_macos", "gpui_web", @@ -3698,6 +3790,16 @@ dependencies = [ "smol_str", ] +[[package]] +name = "gpui_shared_string" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "schemars 1.2.2", + "serde", + "smol_str", +] + [[package]] name = "gpui_util" version = "0.1.0" @@ -3705,25 +3807,35 @@ source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e dependencies = [ "anyhow", "log", - "which", + "which 6.0.3", +] + +[[package]] +name = "gpui_util" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "anyhow", + "log", + "which 8.0.6", ] [[package]] name = "gpui_web" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "anyhow", "console_error_panic_hook", "futures", - "gpui", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "gpui_wgpu", - "http_client", + "http_client 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "js-sys", "log", "parking_lot", "raw-window-handle", - "scheduler", + "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "uuid", "wasm-bindgen", "wasm-bindgen-futures", @@ -3735,28 +3847,24 @@ dependencies = [ [[package]] name = "gpui_wgpu" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "anyhow", "bytemuck", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "cosmic-text", "etagere", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "itertools 0.14.0", - "js-sys", "log", "parking_lot", - "pollster 0.4.0", "profiling", "raw-window-handle", "smallvec", "swash", "unicode-bidi", "unicode-segmentation", - "wasm-bindgen", - "wasm-bindgen-futures", "web-sys", "wgpu", "zed-font-kit", @@ -3765,17 +3873,17 @@ dependencies = [ [[package]] name = "gpui_windows" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "accesskit", "accesskit_windows", "anyhow", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "dunce", "etagere", "futures", - "gpui", - "gpui_util", + "gpui 0.2.2 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "image", "itertools 0.14.0", "log", @@ -4034,6 +4142,26 @@ dependencies = [ "url", ] +[[package]] +name = "http_client" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +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" @@ -4793,8 +4921,8 @@ dependencies = [ "regex", "serde", "serde-wasm-bindgen", - "strum", - "strum_macros", + "strum 0.27.2", + "strum_macros 0.27.2", "wasm-bindgen", ] @@ -5078,6 +5206,20 @@ dependencies = [ "objc", ] +[[package]] +name = "media" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "anyhow", + "bindgen", + "core-foundation 0.10.1", + "core-video", + "foreign-types", + "metal", + "objc", +] + [[package]] name = "memchr" version = "2.8.3" @@ -5360,7 +5502,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]] @@ -6035,7 +6177,17 @@ name = "perf" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" dependencies = [ - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "serde", + "serde_json", +] + +[[package]] +name = "perf" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "serde", "serde_json", ] @@ -6522,7 +6674,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -6831,7 +6983,15 @@ name = "refineable" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" dependencies = [ - "derive_refineable", + "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", +] + +[[package]] +name = "refineable" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", ] [[package]] @@ -7094,7 +7254,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7107,7 +7267,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -7164,7 +7324,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -7249,6 +7409,21 @@ dependencies = [ name = "scheduler" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +dependencies = [ + "async-task", + "backtrace", + "chrono", + "flume", + "futures", + "parking_lot", + "rand 0.9.5", + "web-time", +] + +[[package]] +name = "scheduler" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" dependencies = [ "async-task", "backtrace", @@ -7765,7 +7940,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]] @@ -7992,7 +8167,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -8060,7 +8235,16 @@ version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" dependencies = [ - "strum_macros", + "strum_macros 0.27.2", +] + +[[package]] +name = "strum" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" +dependencies = [ + "strum_macros 0.28.0", ] [[package]] @@ -8075,6 +8259,18 @@ dependencies = [ "syn 2.0.119", ] +[[package]] +name = "strum_macros" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" +dependencies = [ + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.119", +] + [[package]] name = "subtle" version = "2.6.1" @@ -8090,7 +8286,19 @@ dependencies = [ "log", "rayon", "tracing", - "ztracing", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", +] + +[[package]] +name = "sum_tree" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "heapless", + "log", + "rayon", + "tracing", + "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", ] [[package]] @@ -8513,7 +8721,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix 1.1.4", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -9209,7 +9417,7 @@ checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e" dependencies = [ "memoffset", "tempfile", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -9394,7 +9602,17 @@ name = "util_macros" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" dependencies = [ - "perf", + "perf 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "quote", + "syn 2.0.119", +] + +[[package]] +name = "util_macros" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "perf 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "quote", "syn 2.0.119", ] @@ -9631,6 +9849,7 @@ checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078" dependencies = [ "cc", "downcast-rs", + "log", "rustix 1.1.4", "scoped-tls", "smallvec", @@ -9964,6 +10183,15 @@ dependencies = [ "winsafe", ] +[[package]] +name = "which" +version = "8.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bae2f2b2b816647a1cab1acc91f5bd20812d53cb344382635ec2181940c8034f" +dependencies = [ + "libc", +] + [[package]] name = "whoami" version = "2.1.3" @@ -9992,7 +10220,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]] @@ -11050,7 +11278,18 @@ source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e dependencies = [ "anyhow", "chrono", - "collections", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "log", +] + +[[package]] +name = "zlog" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "anyhow", + "chrono", + "collections 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", "log", ] @@ -11067,8 +11306,19 @@ source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e dependencies = [ "tracing", "tracing-subscriber", - "zlog", - "ztracing_macro", + "zlog 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", + "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.17.2)", +] + +[[package]] +name = "ztracing" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" +dependencies = [ + "tracing", + "tracing-subscriber", + "zlog 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", + "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed?tag=v1.19.2)", ] [[package]] @@ -11076,6 +11326,11 @@ name = "ztracing_macro" version = "0.1.0" source = "git+https://github.com/zed-industries/zed?tag=v1.17.2#c8e44cfa7bda9b2e22c8d6934d78969352e7f61a" +[[package]] +name = "ztracing_macro" +version = "0.1.0" +source = "git+https://github.com/zed-industries/zed?tag=v1.19.2#df181c6f58d02677b385fa947d6bfde6d3530078" + [[package]] name = "zune-core" version = "0.5.3"