diff options
Diffstat (limited to 'editors/zed/files/patch-Cargo.lock')
| -rw-r--r-- | editors/zed/files/patch-Cargo.lock | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/editors/zed/files/patch-Cargo.lock b/editors/zed/files/patch-Cargo.lock new file mode 100644 index 000000000000..5104838bae3a --- /dev/null +++ b/editors/zed/files/patch-Cargo.lock @@ -0,0 +1,134 @@ +--- Cargo.lock.orig 2025-11-19 15:41:44 UTC ++++ Cargo.lock +@@ -8389,21 +8389,20 @@ name = "ipc-channel" + + [[package]] + name = "ipc-channel" +-version = "0.19.0" ++version = "0.20.2" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea" ++checksum = "f93600b5616c2d075f8af8dbd23c1d69278c5d24e4913d220cbc60b14c95c180" + dependencies = [ + "bincode 1.3.3", + "crossbeam-channel", + "fnv", +- "lazy_static", + "libc", + "mio 1.1.0", +- "rand 0.8.5", ++ "rand 0.9.2", + "serde", + "tempfile", + "uuid", +- "windows 0.58.0", ++ "windows 0.61.3", + ] + + [[package]] +@@ -19824,16 +19823,6 @@ name = "windows" + + [[package]] + name = "windows" +-version = "0.58.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +-dependencies = [ +- "windows-core 0.58.0", +- "windows-targets 0.52.6", +-] +- +-[[package]] +-name = "windows" + version = "0.61.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" +@@ -19892,19 +19881,6 @@ name = "windows-core" + + [[package]] + name = "windows-core" +-version = "0.58.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +-dependencies = [ +- "windows-implement 0.58.0", +- "windows-interface 0.58.0", +- "windows-result 0.2.0", +- "windows-strings 0.1.0", +- "windows-targets 0.52.6", +-] +- +-[[package]] +-name = "windows-core" + version = "0.61.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" +@@ -19953,17 +19929,6 @@ name = "windows-implement" + + [[package]] + name = "windows-implement" +-version = "0.58.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +-dependencies = [ +- "proc-macro2", +- "quote", +- "syn 2.0.106", +-] +- +-[[package]] +-name = "windows-implement" + version = "0.60.2" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" +@@ -19986,17 +19951,6 @@ name = "windows-interface" + + [[package]] + name = "windows-interface" +-version = "0.58.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +-dependencies = [ +- "proc-macro2", +- "quote", +- "syn 2.0.106", +-] +- +-[[package]] +-name = "windows-interface" + version = "0.59.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" +@@ -20072,15 +20026,6 @@ name = "windows-result" + + [[package]] + name = "windows-result" +-version = "0.2.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +-dependencies = [ +- "windows-targets 0.52.6", +-] +- +-[[package]] +-name = "windows-result" + version = "0.3.4" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +@@ -20095,16 +20040,6 @@ dependencies = [ + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" + dependencies = [ + "windows-link 0.2.1", +-] +- +-[[package]] +-name = "windows-strings" +-version = "0.1.0" +-source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +-dependencies = [ +- "windows-result 0.2.0", +- "windows-targets 0.52.6", + ] + + [[package]] |
