A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

*: wire in gpui-based UI skeleton

Gee Sawra d5d10603 2a6ce727

+5770 -426
+5715 -426
Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "addr2line" 7 - version = "0.22.0" 7 + version = "0.25.1" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 9 + checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10 10 dependencies = [ 11 11 "gimli", 12 12 ] 13 13 14 14 [[package]] 15 - name = "adler" 16 - version = "1.0.2" 15 + name = "adler2" 16 + version = "2.0.1" 17 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 18 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 + 20 + [[package]] 21 + name = "aes" 22 + version = "0.8.4" 23 + source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 25 + dependencies = [ 26 + "cfg-if", 27 + "cipher", 28 + "cpufeatures", 29 + "zeroize", 30 + ] 19 31 20 32 [[package]] 21 33 name = "ahash" 22 - version = "0.8.11" 34 + version = "0.8.12" 23 35 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 36 + checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 25 37 dependencies = [ 26 38 "cfg-if", 27 39 "const-random", 28 - "getrandom", 40 + "getrandom 0.3.4", 29 41 "once_cell", 30 42 "version_check", 31 43 "zerocopy", ··· 33 45 34 46 [[package]] 35 47 name = "aho-corasick" 36 - version = "1.1.3" 48 + version = "1.1.4" 37 49 source = "registry+https://github.com/rust-lang/crates.io-index" 38 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 50 + checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 39 51 dependencies = [ 40 52 "memchr", 41 53 ] 42 54 43 55 [[package]] 56 + name = "aligned" 57 + version = "0.4.3" 58 + source = "registry+https://github.com/rust-lang/crates.io-index" 59 + checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685" 60 + dependencies = [ 61 + "as-slice", 62 + ] 63 + 64 + [[package]] 65 + name = "aligned-vec" 66 + version = "0.6.4" 67 + source = "registry+https://github.com/rust-lang/crates.io-index" 68 + checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" 69 + dependencies = [ 70 + "equator", 71 + ] 72 + 73 + [[package]] 44 74 name = "allocator-api2" 45 - version = "0.2.18" 75 + version = "0.2.21" 46 76 source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 77 + checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 78 + 79 + [[package]] 80 + name = "android_system_properties" 81 + version = "0.1.5" 82 + source = "registry+https://github.com/rust-lang/crates.io-index" 83 + checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 84 + dependencies = [ 85 + "libc", 86 + ] 48 87 49 88 [[package]] 50 89 name = "anstream" 51 - version = "0.6.14" 90 + version = "0.6.21" 52 91 source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 92 + checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 54 93 dependencies = [ 55 94 "anstyle", 56 95 "anstyle-parse", ··· 63 102 64 103 [[package]] 65 104 name = "anstyle" 66 - version = "1.0.7" 105 + version = "1.0.13" 67 106 source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 107 + checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 69 108 70 109 [[package]] 71 110 name = "anstyle-parse" 72 - version = "0.2.4" 111 + version = "0.2.7" 73 112 source = "registry+https://github.com/rust-lang/crates.io-index" 74 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 113 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 75 114 dependencies = [ 76 115 "utf8parse", 77 116 ] 78 117 79 118 [[package]] 80 119 name = "anstyle-query" 81 - version = "1.0.3" 120 + version = "1.1.5" 82 121 source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" 122 + checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 84 123 dependencies = [ 85 - "windows-sys 0.52.0", 124 + "windows-sys 0.61.2", 86 125 ] 87 126 88 127 [[package]] 89 128 name = "anstyle-wincon" 90 - version = "3.0.3" 129 + version = "3.0.11" 91 130 source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 131 + checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 93 132 dependencies = [ 94 133 "anstyle", 95 - "windows-sys 0.52.0", 134 + "once_cell_polyfill", 135 + "windows-sys 0.61.2", 96 136 ] 97 137 98 138 [[package]] 99 139 name = "anyhow" 100 - version = "1.0.86" 140 + version = "1.0.100" 101 141 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 142 + checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 143 + 144 + [[package]] 145 + name = "ar_archive_writer" 146 + version = "0.2.0" 147 + source = "registry+https://github.com/rust-lang/crates.io-index" 148 + checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a" 149 + dependencies = [ 150 + "object 0.32.2", 151 + ] 152 + 153 + [[package]] 154 + name = "arbitrary" 155 + version = "1.4.2" 156 + source = "registry+https://github.com/rust-lang/crates.io-index" 157 + checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 158 + 159 + [[package]] 160 + name = "arc-swap" 161 + version = "1.8.0" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" 164 + dependencies = [ 165 + "rustversion", 166 + ] 167 + 168 + [[package]] 169 + name = "arg_enum_proc_macro" 170 + version = "0.3.4" 171 + source = "registry+https://github.com/rust-lang/crates.io-index" 172 + checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 173 + dependencies = [ 174 + "proc-macro2", 175 + "quote", 176 + "syn 2.0.114", 177 + ] 178 + 179 + [[package]] 180 + name = "arrayref" 181 + version = "0.3.9" 182 + source = "registry+https://github.com/rust-lang/crates.io-index" 183 + checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 184 + 185 + [[package]] 186 + name = "arrayvec" 187 + version = "0.7.6" 188 + source = "registry+https://github.com/rust-lang/crates.io-index" 189 + checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 190 + 191 + [[package]] 192 + name = "as-raw-xcb-connection" 193 + version = "1.0.1" 194 + source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 196 + 197 + [[package]] 198 + name = "as-slice" 199 + version = "0.2.1" 200 + source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516" 202 + dependencies = [ 203 + "stable_deref_trait", 204 + ] 205 + 206 + [[package]] 207 + name = "ash" 208 + version = "0.38.0+1.3.281" 209 + source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 211 + dependencies = [ 212 + "libloading", 213 + ] 214 + 215 + [[package]] 216 + name = "ash-window" 217 + version = "0.13.0" 218 + source = "registry+https://github.com/rust-lang/crates.io-index" 219 + checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82" 220 + dependencies = [ 221 + "ash", 222 + "raw-window-handle", 223 + "raw-window-metal", 224 + ] 225 + 226 + [[package]] 227 + name = "ashpd" 228 + version = "0.12.1" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "618a409b91d5265798a99e3d1d0b226911605e581c4e7255e83c1e397b172bce" 231 + dependencies = [ 232 + "async-fs", 233 + "async-net", 234 + "enumflags2", 235 + "futures-channel", 236 + "futures-util", 237 + "rand 0.9.2", 238 + "serde", 239 + "serde_repr", 240 + "url", 241 + "wayland-backend", 242 + "wayland-client", 243 + "wayland-protocols", 244 + "zbus", 245 + ] 103 246 104 247 [[package]] 105 248 name = "async-attributes" ··· 112 255 ] 113 256 114 257 [[package]] 258 + name = "async-broadcast" 259 + version = "0.7.2" 260 + source = "registry+https://github.com/rust-lang/crates.io-index" 261 + checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" 262 + dependencies = [ 263 + "event-listener 5.4.1", 264 + "event-listener-strategy", 265 + "futures-core", 266 + "pin-project-lite", 267 + ] 268 + 269 + [[package]] 115 270 name = "async-channel" 116 271 version = "1.9.0" 117 272 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 124 279 125 280 [[package]] 126 281 name = "async-channel" 127 - version = "2.3.1" 282 + version = "2.5.0" 128 283 source = "registry+https://github.com/rust-lang/crates.io-index" 129 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 284 + checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 130 285 dependencies = [ 131 286 "concurrent-queue", 132 - "event-listener-strategy 0.5.2", 287 + "event-listener-strategy", 133 288 "futures-core", 134 289 "pin-project-lite", 135 290 ] 136 291 137 292 [[package]] 293 + name = "async-compression" 294 + version = "0.4.37" 295 + source = "registry+https://github.com/rust-lang/crates.io-index" 296 + checksum = "d10e4f991a553474232bc0a31799f6d24b034a84c0971d80d2e2f78b2e576e40" 297 + dependencies = [ 298 + "compression-codecs", 299 + "compression-core", 300 + "futures-io", 301 + "pin-project-lite", 302 + ] 303 + 304 + [[package]] 138 305 name = "async-executor" 139 - version = "1.12.0" 306 + version = "1.13.3" 140 307 source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" 308 + checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8" 142 309 dependencies = [ 143 310 "async-task", 144 311 "concurrent-queue", 145 - "fastrand 2.1.0", 146 - "futures-lite 2.3.0", 312 + "fastrand 2.3.0", 313 + "futures-lite 2.6.1", 314 + "pin-project-lite", 147 315 "slab", 148 316 ] 149 317 150 318 [[package]] 319 + name = "async-fs" 320 + version = "2.2.0" 321 + source = "registry+https://github.com/rust-lang/crates.io-index" 322 + checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" 323 + dependencies = [ 324 + "async-lock 3.4.2", 325 + "blocking", 326 + "futures-lite 2.6.1", 327 + ] 328 + 329 + [[package]] 151 330 name = "async-global-executor" 152 331 version = "2.4.1" 153 332 source = "registry+https://github.com/rust-lang/crates.io-index" 154 333 checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 155 334 dependencies = [ 156 - "async-channel 2.3.1", 335 + "async-channel 2.5.0", 157 336 "async-executor", 158 - "async-io 2.3.2", 159 - "async-lock 3.3.0", 337 + "async-io 2.6.0", 338 + "async-lock 3.4.2", 160 339 "blocking", 161 - "futures-lite 2.3.0", 340 + "futures-lite 2.6.1", 162 341 "once_cell", 163 342 ] 164 343 ··· 176 355 "log", 177 356 "parking", 178 357 "polling 2.8.0", 179 - "rustix 0.37.27", 358 + "rustix 0.37.28", 180 359 "slab", 181 360 "socket2", 182 361 "waker-fn", ··· 184 363 185 364 [[package]] 186 365 name = "async-io" 187 - version = "2.3.2" 366 + version = "2.6.0" 188 367 source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" 368 + checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 190 369 dependencies = [ 191 - "async-lock 3.3.0", 370 + "autocfg", 192 371 "cfg-if", 193 372 "concurrent-queue", 194 373 "futures-io", 195 - "futures-lite 2.3.0", 374 + "futures-lite 2.6.1", 196 375 "parking", 197 - "polling 3.7.0", 198 - "rustix 0.38.34", 376 + "polling 3.11.0", 377 + "rustix 1.1.3", 199 378 "slab", 200 - "tracing", 201 - "windows-sys 0.52.0", 379 + "windows-sys 0.61.2", 202 380 ] 203 381 204 382 [[package]] ··· 212 390 213 391 [[package]] 214 392 name = "async-lock" 215 - version = "3.3.0" 393 + version = "3.4.2" 216 394 source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 395 + checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 218 396 dependencies = [ 219 - "event-listener 4.0.3", 220 - "event-listener-strategy 0.4.0", 397 + "event-listener 5.4.1", 398 + "event-listener-strategy", 221 399 "pin-project-lite", 222 400 ] 223 401 224 402 [[package]] 403 + name = "async-net" 404 + version = "2.0.0" 405 + source = "registry+https://github.com/rust-lang/crates.io-index" 406 + checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 407 + dependencies = [ 408 + "async-io 2.6.0", 409 + "blocking", 410 + "futures-lite 2.6.1", 411 + ] 412 + 413 + [[package]] 414 + name = "async-process" 415 + version = "2.5.0" 416 + source = "registry+https://github.com/rust-lang/crates.io-index" 417 + checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75" 418 + dependencies = [ 419 + "async-channel 2.5.0", 420 + "async-io 2.6.0", 421 + "async-lock 3.4.2", 422 + "async-signal", 423 + "async-task", 424 + "blocking", 425 + "cfg-if", 426 + "event-listener 5.4.1", 427 + "futures-lite 2.6.1", 428 + "rustix 1.1.3", 429 + ] 430 + 431 + [[package]] 432 + name = "async-recursion" 433 + version = "1.1.1" 434 + source = "registry+https://github.com/rust-lang/crates.io-index" 435 + checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 436 + dependencies = [ 437 + "proc-macro2", 438 + "quote", 439 + "syn 2.0.114", 440 + ] 441 + 442 + [[package]] 443 + name = "async-signal" 444 + version = "0.2.13" 445 + source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c" 447 + dependencies = [ 448 + "async-io 2.6.0", 449 + "async-lock 3.4.2", 450 + "atomic-waker", 451 + "cfg-if", 452 + "futures-core", 453 + "futures-io", 454 + "rustix 1.1.3", 455 + "signal-hook-registry", 456 + "slab", 457 + "windows-sys 0.61.2", 458 + ] 459 + 460 + [[package]] 225 461 name = "async-std" 226 - version = "1.12.0" 462 + version = "1.13.2" 227 463 source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 464 + checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" 229 465 dependencies = [ 230 466 "async-attributes", 231 467 "async-channel 1.9.0", 232 468 "async-global-executor", 233 - "async-io 1.13.0", 234 - "async-lock 2.8.0", 469 + "async-io 2.6.0", 470 + "async-lock 3.4.2", 471 + "async-process", 235 472 "crossbeam-utils", 236 473 "futures-channel", 237 474 "futures-core", 238 475 "futures-io", 239 - "futures-lite 1.13.0", 476 + "futures-lite 2.6.1", 240 477 "gloo-timers", 241 478 "kv-log-macro", 242 479 "log", ··· 249 486 ] 250 487 251 488 [[package]] 489 + name = "async-tar" 490 + version = "0.5.1" 491 + source = "registry+https://github.com/rust-lang/crates.io-index" 492 + checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550" 493 + dependencies = [ 494 + "async-std", 495 + "filetime", 496 + "libc", 497 + "pin-project", 498 + "redox_syscall 0.2.16", 499 + "xattr", 500 + ] 501 + 502 + [[package]] 252 503 name = "async-task" 253 504 version = "4.7.1" 254 505 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 256 507 257 508 [[package]] 258 509 name = "async-trait" 259 - version = "0.1.80" 510 + version = "0.1.89" 260 511 source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 512 + checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 262 513 dependencies = [ 263 514 "proc-macro2", 264 515 "quote", ··· 266 517 ] 267 518 268 519 [[package]] 520 + name = "async_zip" 521 + version = "0.0.18" 522 + source = "registry+https://github.com/rust-lang/crates.io-index" 523 + checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6" 524 + dependencies = [ 525 + "async-compression", 526 + "crc32fast", 527 + "futures-lite 2.6.1", 528 + "pin-project", 529 + "thiserror 2.0.17", 530 + ] 531 + 532 + [[package]] 269 533 name = "atoi" 270 534 version = "2.0.0" 271 535 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 273 537 dependencies = [ 274 538 "num-traits", 275 539 ] 540 + 541 + [[package]] 542 + name = "atomic" 543 + version = "0.5.3" 544 + source = "registry+https://github.com/rust-lang/crates.io-index" 545 + checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 276 546 277 547 [[package]] 278 548 name = "atomic-waker" ··· 291 561 "metaflac", 292 562 "mp4ameta", 293 563 "readme-rustdocifier", 294 - "thiserror", 564 + "thiserror 1.0.69", 295 565 ] 296 566 297 567 [[package]] ··· 302 572 303 573 [[package]] 304 574 name = "autocfg" 305 - version = "1.3.0" 575 + version = "1.5.0" 306 576 source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 577 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 578 + 579 + [[package]] 580 + name = "av-scenechange" 581 + version = "0.14.1" 582 + source = "registry+https://github.com/rust-lang/crates.io-index" 583 + checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394" 584 + dependencies = [ 585 + "aligned", 586 + "anyhow", 587 + "arg_enum_proc_macro", 588 + "arrayvec", 589 + "log", 590 + "num-rational", 591 + "num-traits", 592 + "pastey", 593 + "rayon", 594 + "thiserror 2.0.17", 595 + "v_frame", 596 + "y4m", 597 + ] 598 + 599 + [[package]] 600 + name = "av1-grain" 601 + version = "0.2.5" 602 + source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8" 604 + dependencies = [ 605 + "anyhow", 606 + "arrayvec", 607 + "log", 608 + "nom 8.0.0", 609 + "num-rational", 610 + "v_frame", 611 + ] 612 + 613 + [[package]] 614 + name = "avif-serialize" 615 + version = "0.8.6" 616 + source = "registry+https://github.com/rust-lang/crates.io-index" 617 + checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f" 618 + dependencies = [ 619 + "arrayvec", 620 + ] 308 621 309 622 [[package]] 310 623 name = "backtrace" 311 - version = "0.3.72" 624 + version = "0.3.76" 312 625 source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11" 626 + checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 314 627 dependencies = [ 315 628 "addr2line", 316 - "cc", 317 629 "cfg-if", 318 630 "libc", 319 631 "miniz_oxide", 320 - "object", 632 + "object 0.37.3", 321 633 "rustc-demangle", 634 + "windows-link 0.2.1", 322 635 ] 323 636 324 637 [[package]] 638 + name = "base62" 639 + version = "2.2.3" 640 + source = "registry+https://github.com/rust-lang/crates.io-index" 641 + checksum = "1adf9755786e27479693dedd3271691a92b5e242ab139cacb9fb8e7fb5381111" 642 + 643 + [[package]] 325 644 name = "base64" 326 645 version = "0.21.7" 327 646 source = "registry+https://github.com/rust-lang/crates.io-index" 328 647 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 329 648 330 649 [[package]] 650 + name = "base64" 651 + version = "0.22.1" 652 + source = "registry+https://github.com/rust-lang/crates.io-index" 653 + checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 654 + 655 + [[package]] 331 656 name = "base64ct" 332 - version = "1.6.0" 657 + version = "1.8.3" 333 658 source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 659 + checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 660 + 661 + [[package]] 662 + name = "bindgen" 663 + version = "0.71.1" 664 + source = "registry+https://github.com/rust-lang/crates.io-index" 665 + checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" 666 + dependencies = [ 667 + "bitflags 2.10.0", 668 + "cexpr", 669 + "clang-sys", 670 + "itertools 0.13.0", 671 + "log", 672 + "prettyplease", 673 + "proc-macro2", 674 + "quote", 675 + "regex", 676 + "rustc-hash 2.1.1", 677 + "shlex", 678 + "syn 2.0.114", 679 + ] 335 680 336 681 [[package]] 337 682 name = "bindgen" ··· 342 687 "bitflags 2.10.0", 343 688 "cexpr", 344 689 "clang-sys", 345 - "itertools", 690 + "itertools 0.13.0", 346 691 "log", 347 692 "prettyplease", 348 693 "proc-macro2", 349 694 "quote", 350 695 "regex", 351 - "rustc-hash", 696 + "rustc-hash 2.1.1", 352 697 "shlex", 353 698 "syn 2.0.114", 354 699 ] 355 700 356 701 [[package]] 702 + name = "bit-set" 703 + version = "0.8.0" 704 + source = "registry+https://github.com/rust-lang/crates.io-index" 705 + checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 706 + dependencies = [ 707 + "bit-vec", 708 + ] 709 + 710 + [[package]] 711 + name = "bit-vec" 712 + version = "0.8.0" 713 + source = "registry+https://github.com/rust-lang/crates.io-index" 714 + checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 715 + 716 + [[package]] 717 + name = "bit_field" 718 + version = "0.10.3" 719 + source = "registry+https://github.com/rust-lang/crates.io-index" 720 + checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" 721 + 722 + [[package]] 357 723 name = "bitflags" 358 724 version = "1.3.2" 359 725 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 369 735 ] 370 736 371 737 [[package]] 738 + name = "bitstream-io" 739 + version = "4.9.0" 740 + source = "registry+https://github.com/rust-lang/crates.io-index" 741 + checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757" 742 + dependencies = [ 743 + "core2", 744 + ] 745 + 746 + [[package]] 747 + name = "blade-graphics" 748 + version = "0.7.0" 749 + source = "git+https://github.com/kvark/blade?rev=e3cf011ca18a6dfd907d1dedd93e85e21f005fe3#e3cf011ca18a6dfd907d1dedd93e85e21f005fe3" 750 + dependencies = [ 751 + "ash", 752 + "ash-window", 753 + "bitflags 2.10.0", 754 + "bytemuck", 755 + "codespan-reporting", 756 + "glow", 757 + "gpu-alloc", 758 + "gpu-alloc-ash", 759 + "hidden-trait", 760 + "js-sys", 761 + "khronos-egl", 762 + "libloading", 763 + "log", 764 + "mint", 765 + "naga", 766 + "objc2", 767 + "objc2-app-kit", 768 + "objc2-core-foundation", 769 + "objc2-foundation", 770 + "objc2-metal", 771 + "objc2-quartz-core", 772 + "objc2-ui-kit", 773 + "once_cell", 774 + "raw-window-handle", 775 + "slab", 776 + "wasm-bindgen", 777 + "web-sys", 778 + ] 779 + 780 + [[package]] 781 + name = "blade-macros" 782 + version = "0.3.0" 783 + source = "git+https://github.com/kvark/blade?rev=e3cf011ca18a6dfd907d1dedd93e85e21f005fe3#e3cf011ca18a6dfd907d1dedd93e85e21f005fe3" 784 + dependencies = [ 785 + "proc-macro2", 786 + "quote", 787 + "syn 2.0.114", 788 + ] 789 + 790 + [[package]] 791 + name = "blade-util" 792 + version = "0.3.0" 793 + source = "git+https://github.com/kvark/blade?rev=e3cf011ca18a6dfd907d1dedd93e85e21f005fe3#e3cf011ca18a6dfd907d1dedd93e85e21f005fe3" 794 + dependencies = [ 795 + "blade-graphics", 796 + "bytemuck", 797 + "log", 798 + "profiling", 799 + ] 800 + 801 + [[package]] 802 + name = "block" 803 + version = "0.1.6" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 806 + 807 + [[package]] 372 808 name = "block-buffer" 373 809 version = "0.10.4" 374 810 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 378 814 ] 379 815 380 816 [[package]] 817 + name = "block-padding" 818 + version = "0.3.3" 819 + source = "registry+https://github.com/rust-lang/crates.io-index" 820 + checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 821 + dependencies = [ 822 + "generic-array", 823 + ] 824 + 825 + [[package]] 826 + name = "block2" 827 + version = "0.6.2" 828 + source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5" 830 + dependencies = [ 831 + "objc2", 832 + ] 833 + 834 + [[package]] 381 835 name = "blocking" 382 - version = "1.6.1" 836 + version = "1.6.2" 383 837 source = "registry+https://github.com/rust-lang/crates.io-index" 384 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 838 + checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 385 839 dependencies = [ 386 - "async-channel 2.3.1", 840 + "async-channel 2.5.0", 387 841 "async-task", 388 842 "futures-io", 389 - "futures-lite 2.3.0", 843 + "futures-lite 2.6.1", 390 844 "piper", 391 845 ] 392 846 393 847 [[package]] 848 + name = "bstr" 849 + version = "1.12.1" 850 + source = "registry+https://github.com/rust-lang/crates.io-index" 851 + checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 852 + dependencies = [ 853 + "memchr", 854 + "serde", 855 + ] 856 + 857 + [[package]] 858 + name = "built" 859 + version = "0.8.0" 860 + source = "registry+https://github.com/rust-lang/crates.io-index" 861 + checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" 862 + 863 + [[package]] 394 864 name = "bumpalo" 395 - version = "3.16.0" 865 + version = "3.19.1" 396 866 source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 867 + checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 868 + 869 + [[package]] 870 + name = "bytemuck" 871 + version = "1.24.0" 872 + source = "registry+https://github.com/rust-lang/crates.io-index" 873 + checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 874 + dependencies = [ 875 + "bytemuck_derive", 876 + ] 877 + 878 + [[package]] 879 + name = "bytemuck_derive" 880 + version = "1.10.2" 881 + source = "registry+https://github.com/rust-lang/crates.io-index" 882 + checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff" 883 + dependencies = [ 884 + "proc-macro2", 885 + "quote", 886 + "syn 2.0.114", 887 + ] 398 888 399 889 [[package]] 400 890 name = "byteorder" ··· 403 893 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 404 894 405 895 [[package]] 896 + name = "byteorder-lite" 897 + version = "0.1.0" 898 + source = "registry+https://github.com/rust-lang/crates.io-index" 899 + checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 900 + 901 + [[package]] 406 902 name = "bytes" 407 - version = "1.6.0" 903 + version = "1.11.0" 408 904 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 905 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 906 + 907 + [[package]] 908 + name = "calloop" 909 + version = "0.14.3" 910 + source = "registry+https://github.com/rust-lang/crates.io-index" 911 + checksum = "cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e" 912 + dependencies = [ 913 + "bitflags 2.10.0", 914 + "polling 3.11.0", 915 + "rustix 1.1.3", 916 + "slab", 917 + "tracing", 918 + ] 919 + 920 + [[package]] 921 + name = "calloop-wayland-source" 922 + version = "0.4.1" 923 + source = "registry+https://github.com/rust-lang/crates.io-index" 924 + checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa" 925 + dependencies = [ 926 + "calloop", 927 + "rustix 1.1.3", 928 + "wayland-backend", 929 + "wayland-client", 930 + ] 931 + 932 + [[package]] 933 + name = "cbc" 934 + version = "0.1.2" 935 + source = "registry+https://github.com/rust-lang/crates.io-index" 936 + checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 937 + dependencies = [ 938 + "cipher", 939 + ] 940 + 941 + [[package]] 942 + name = "cbindgen" 943 + version = "0.28.0" 944 + source = "registry+https://github.com/rust-lang/crates.io-index" 945 + checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff" 946 + dependencies = [ 947 + "heck 0.4.1", 948 + "indexmap", 949 + "log", 950 + "proc-macro2", 951 + "quote", 952 + "serde", 953 + "serde_json", 954 + "syn 2.0.114", 955 + "tempfile", 956 + "toml 0.8.23", 957 + ] 410 958 411 959 [[package]] 412 960 name = "cc" ··· 415 963 checksum = "cd4932aefd12402b36c60956a4fe0035421f544799057659ff86f923657aada3" 416 964 dependencies = [ 417 965 "find-msvc-tools", 966 + "jobserver", 967 + "libc", 418 968 "shlex", 419 969 ] 420 970 ··· 424 974 source = "registry+https://github.com/rust-lang/crates.io-index" 425 975 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 426 976 dependencies = [ 427 - "nom", 977 + "nom 7.1.3", 428 978 ] 429 979 430 980 [[package]] ··· 450 1000 451 1001 [[package]] 452 1002 name = "cfg-if" 453 - version = "1.0.0" 1003 + version = "1.0.4" 454 1004 source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1005 + checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 1006 + 1007 + [[package]] 1008 + name = "cfg_aliases" 1009 + version = "0.2.1" 1010 + source = "registry+https://github.com/rust-lang/crates.io-index" 1011 + checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1012 + 1013 + [[package]] 1014 + name = "cgl" 1015 + version = "0.3.2" 1016 + source = "registry+https://github.com/rust-lang/crates.io-index" 1017 + checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" 1018 + dependencies = [ 1019 + "libc", 1020 + ] 1021 + 1022 + [[package]] 1023 + name = "chrono" 1024 + version = "0.4.43" 1025 + source = "registry+https://github.com/rust-lang/crates.io-index" 1026 + checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 1027 + dependencies = [ 1028 + "iana-time-zone", 1029 + "js-sys", 1030 + "num-traits", 1031 + "serde", 1032 + "wasm-bindgen", 1033 + "windows-link 0.2.1", 1034 + ] 1035 + 1036 + [[package]] 1037 + name = "cipher" 1038 + version = "0.4.4" 1039 + source = "registry+https://github.com/rust-lang/crates.io-index" 1040 + checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1041 + dependencies = [ 1042 + "crypto-common", 1043 + "inout", 1044 + "zeroize", 1045 + ] 1046 + 1047 + [[package]] 1048 + name = "circular-buffer" 1049 + version = "1.2.0" 1050 + source = "registry+https://github.com/rust-lang/crates.io-index" 1051 + checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b" 456 1052 457 1053 [[package]] 458 1054 name = "clang-sys" ··· 467 1063 468 1064 [[package]] 469 1065 name = "clap" 470 - version = "4.5.4" 1066 + version = "4.5.54" 471 1067 source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 1068 + checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" 473 1069 dependencies = [ 474 1070 "clap_builder", 475 1071 "clap_derive", ··· 477 1073 478 1074 [[package]] 479 1075 name = "clap_builder" 480 - version = "4.5.2" 1076 + version = "4.5.54" 481 1077 source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 1078 + checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" 483 1079 dependencies = [ 484 1080 "anstream", 485 1081 "anstyle", ··· 489 1085 490 1086 [[package]] 491 1087 name = "clap_derive" 492 - version = "4.5.4" 1088 + version = "4.5.49" 493 1089 source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 1090 + checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 495 1091 dependencies = [ 496 1092 "heck 0.5.0", 497 1093 "proc-macro2", ··· 501 1097 502 1098 [[package]] 503 1099 name = "clap_lex" 504 - version = "0.7.0" 1100 + version = "0.7.7" 505 1101 source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 1102 + checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 1103 + 1104 + [[package]] 1105 + name = "cocoa" 1106 + version = "0.25.0" 1107 + source = "registry+https://github.com/rust-lang/crates.io-index" 1108 + checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" 1109 + dependencies = [ 1110 + "bitflags 1.3.2", 1111 + "block", 1112 + "cocoa-foundation 0.1.2", 1113 + "core-foundation 0.9.4", 1114 + "core-graphics 0.23.2", 1115 + "foreign-types", 1116 + "libc", 1117 + "objc", 1118 + ] 1119 + 1120 + [[package]] 1121 + name = "cocoa" 1122 + version = "0.26.0" 1123 + source = "registry+https://github.com/rust-lang/crates.io-index" 1124 + checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2" 1125 + dependencies = [ 1126 + "bitflags 2.10.0", 1127 + "block", 1128 + "cocoa-foundation 0.2.0", 1129 + "core-foundation 0.10.0", 1130 + "core-graphics 0.24.0", 1131 + "foreign-types", 1132 + "libc", 1133 + "objc", 1134 + ] 1135 + 1136 + [[package]] 1137 + name = "cocoa-foundation" 1138 + version = "0.1.2" 1139 + source = "registry+https://github.com/rust-lang/crates.io-index" 1140 + checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 1141 + dependencies = [ 1142 + "bitflags 1.3.2", 1143 + "block", 1144 + "core-foundation 0.9.4", 1145 + "core-graphics-types 0.1.3", 1146 + "libc", 1147 + "objc", 1148 + ] 1149 + 1150 + [[package]] 1151 + name = "cocoa-foundation" 1152 + version = "0.2.0" 1153 + source = "registry+https://github.com/rust-lang/crates.io-index" 1154 + checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d" 1155 + dependencies = [ 1156 + "bitflags 2.10.0", 1157 + "block", 1158 + "core-foundation 0.10.0", 1159 + "core-graphics-types 0.2.0", 1160 + "libc", 1161 + "objc", 1162 + ] 1163 + 1164 + [[package]] 1165 + name = "codespan-reporting" 1166 + version = "0.12.0" 1167 + source = "registry+https://github.com/rust-lang/crates.io-index" 1168 + checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" 1169 + dependencies = [ 1170 + "serde", 1171 + "termcolor", 1172 + "unicode-width", 1173 + ] 1174 + 1175 + [[package]] 1176 + name = "collections" 1177 + version = "0.1.0" 1178 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 1179 + dependencies = [ 1180 + "indexmap", 1181 + "rustc-hash 2.1.1", 1182 + ] 1183 + 1184 + [[package]] 1185 + name = "color_quant" 1186 + version = "1.1.0" 1187 + source = "registry+https://github.com/rust-lang/crates.io-index" 1188 + checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 507 1189 508 1190 [[package]] 509 1191 name = "colorchoice" 510 - version = "1.0.1" 1192 + version = "1.0.4" 511 1193 source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 1194 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 1195 + 1196 + [[package]] 1197 + name = "command-fds" 1198 + version = "0.3.2" 1199 + source = "registry+https://github.com/rust-lang/crates.io-index" 1200 + checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd" 1201 + dependencies = [ 1202 + "nix 0.30.1", 1203 + "thiserror 2.0.17", 1204 + ] 1205 + 1206 + [[package]] 1207 + name = "compression-codecs" 1208 + version = "0.4.36" 1209 + source = "registry+https://github.com/rust-lang/crates.io-index" 1210 + checksum = "00828ba6fd27b45a448e57dbfe84f1029d4c9f26b368157e9a448a5f49a2ec2a" 1211 + dependencies = [ 1212 + "compression-core", 1213 + "deflate64", 1214 + "flate2", 1215 + "memchr", 1216 + ] 1217 + 1218 + [[package]] 1219 + name = "compression-core" 1220 + version = "0.4.31" 1221 + source = "registry+https://github.com/rust-lang/crates.io-index" 1222 + checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 513 1223 514 1224 [[package]] 515 1225 name = "concurrent-queue" ··· 522 1232 523 1233 [[package]] 524 1234 name = "console" 525 - version = "0.15.8" 1235 + version = "0.15.11" 526 1236 source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1237 + checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 528 1238 dependencies = [ 529 1239 "encode_unicode", 530 - "lazy_static", 531 1240 "libc", 1241 + "once_cell", 532 1242 "unicode-width", 533 - "windows-sys 0.52.0", 1243 + "windows-sys 0.59.0", 534 1244 ] 535 1245 536 1246 [[package]] ··· 554 1264 source = "registry+https://github.com/rust-lang/crates.io-index" 555 1265 checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 556 1266 dependencies = [ 557 - "getrandom", 1267 + "getrandom 0.2.17", 558 1268 "once_cell", 559 1269 "tiny-keccak", 560 1270 ] 561 1271 562 1272 [[package]] 1273 + name = "convert_case" 1274 + version = "0.4.0" 1275 + source = "registry+https://github.com/rust-lang/crates.io-index" 1276 + checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 1277 + 1278 + [[package]] 1279 + name = "core-foundation" 1280 + version = "0.9.4" 1281 + source = "registry+https://github.com/rust-lang/crates.io-index" 1282 + checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1283 + dependencies = [ 1284 + "core-foundation-sys", 1285 + "libc", 1286 + ] 1287 + 1288 + [[package]] 1289 + name = "core-foundation" 1290 + version = "0.10.0" 1291 + source = "registry+https://github.com/rust-lang/crates.io-index" 1292 + checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 1293 + dependencies = [ 1294 + "core-foundation-sys", 1295 + "libc", 1296 + ] 1297 + 1298 + [[package]] 1299 + name = "core-foundation-sys" 1300 + version = "0.8.7" 1301 + source = "registry+https://github.com/rust-lang/crates.io-index" 1302 + checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1303 + 1304 + [[package]] 1305 + name = "core-graphics" 1306 + version = "0.23.2" 1307 + source = "registry+https://github.com/rust-lang/crates.io-index" 1308 + checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 1309 + dependencies = [ 1310 + "bitflags 1.3.2", 1311 + "core-foundation 0.9.4", 1312 + "core-graphics-types 0.1.3", 1313 + "foreign-types", 1314 + "libc", 1315 + ] 1316 + 1317 + [[package]] 1318 + name = "core-graphics" 1319 + version = "0.24.0" 1320 + source = "registry+https://github.com/rust-lang/crates.io-index" 1321 + checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" 1322 + dependencies = [ 1323 + "bitflags 2.10.0", 1324 + "core-foundation 0.10.0", 1325 + "core-graphics-types 0.2.0", 1326 + "foreign-types", 1327 + "libc", 1328 + ] 1329 + 1330 + [[package]] 1331 + name = "core-graphics-helmer-fork" 1332 + version = "0.24.0" 1333 + source = "registry+https://github.com/rust-lang/crates.io-index" 1334 + checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5" 1335 + dependencies = [ 1336 + "bitflags 2.10.0", 1337 + "core-foundation 0.9.4", 1338 + "core-graphics-types 0.1.3", 1339 + "foreign-types", 1340 + "libc", 1341 + ] 1342 + 1343 + [[package]] 1344 + name = "core-graphics-types" 1345 + version = "0.1.3" 1346 + source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1348 + dependencies = [ 1349 + "bitflags 1.3.2", 1350 + "core-foundation 0.9.4", 1351 + "libc", 1352 + ] 1353 + 1354 + [[package]] 1355 + name = "core-graphics-types" 1356 + version = "0.2.0" 1357 + source = "registry+https://github.com/rust-lang/crates.io-index" 1358 + checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" 1359 + dependencies = [ 1360 + "bitflags 2.10.0", 1361 + "core-foundation 0.10.0", 1362 + "libc", 1363 + ] 1364 + 1365 + [[package]] 1366 + name = "core-graphics2" 1367 + version = "0.4.1" 1368 + source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "7e4583956b9806b69f73fcb23aee05eb3620efc282972f08f6a6db7504f8334d" 1370 + dependencies = [ 1371 + "bitflags 2.10.0", 1372 + "block", 1373 + "cfg-if", 1374 + "core-foundation 0.10.0", 1375 + "libc", 1376 + ] 1377 + 1378 + [[package]] 1379 + name = "core-text" 1380 + version = "21.0.0" 1381 + source = "registry+https://github.com/rust-lang/crates.io-index" 1382 + checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130" 1383 + dependencies = [ 1384 + "core-foundation 0.10.0", 1385 + "core-graphics 0.24.0", 1386 + "foreign-types", 1387 + "libc", 1388 + ] 1389 + 1390 + [[package]] 1391 + name = "core-video" 1392 + version = "0.4.3" 1393 + source = "registry+https://github.com/rust-lang/crates.io-index" 1394 + checksum = "d45e71d5be22206bed53c3c3cb99315fc4c3d31b8963808c6bc4538168c4f8ef" 1395 + dependencies = [ 1396 + "block", 1397 + "core-foundation 0.10.0", 1398 + "core-graphics2", 1399 + "io-surface", 1400 + "libc", 1401 + "metal", 1402 + ] 1403 + 1404 + [[package]] 1405 + name = "core2" 1406 + version = "0.4.0" 1407 + source = "registry+https://github.com/rust-lang/crates.io-index" 1408 + checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 1409 + dependencies = [ 1410 + "memchr", 1411 + ] 1412 + 1413 + [[package]] 1414 + name = "core_maths" 1415 + version = "0.1.1" 1416 + source = "registry+https://github.com/rust-lang/crates.io-index" 1417 + checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30" 1418 + dependencies = [ 1419 + "libm", 1420 + ] 1421 + 1422 + [[package]] 1423 + name = "cosmic-text" 1424 + version = "0.14.2" 1425 + source = "registry+https://github.com/rust-lang/crates.io-index" 1426 + checksum = "da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8" 1427 + dependencies = [ 1428 + "bitflags 2.10.0", 1429 + "fontdb 0.16.2", 1430 + "log", 1431 + "rangemap", 1432 + "rustc-hash 1.1.0", 1433 + "rustybuzz 0.14.1", 1434 + "self_cell", 1435 + "smol_str", 1436 + "swash", 1437 + "sys-locale", 1438 + "ttf-parser 0.21.1", 1439 + "unicode-bidi", 1440 + "unicode-linebreak", 1441 + "unicode-script", 1442 + "unicode-segmentation", 1443 + ] 1444 + 1445 + [[package]] 563 1446 name = "cpufeatures" 564 - version = "0.2.12" 1447 + version = "0.2.17" 565 1448 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 1449 + checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 567 1450 dependencies = [ 568 1451 "libc", 569 1452 ] 570 1453 571 1454 [[package]] 572 1455 name = "crc" 573 - version = "3.2.1" 1456 + version = "3.4.0" 574 1457 source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 1458 + checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 576 1459 dependencies = [ 577 1460 "crc-catalog", 578 1461 ] ··· 585 1468 586 1469 [[package]] 587 1470 name = "crc32fast" 588 - version = "1.4.2" 1471 + version = "1.5.0" 589 1472 source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1473 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 591 1474 dependencies = [ 592 1475 "cfg-if", 593 1476 ] 594 1477 595 1478 [[package]] 1479 + name = "crossbeam-deque" 1480 + version = "0.8.6" 1481 + source = "registry+https://github.com/rust-lang/crates.io-index" 1482 + checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 1483 + dependencies = [ 1484 + "crossbeam-epoch", 1485 + "crossbeam-utils", 1486 + ] 1487 + 1488 + [[package]] 1489 + name = "crossbeam-epoch" 1490 + version = "0.9.18" 1491 + source = "registry+https://github.com/rust-lang/crates.io-index" 1492 + checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1493 + dependencies = [ 1494 + "crossbeam-utils", 1495 + ] 1496 + 1497 + [[package]] 596 1498 name = "crossbeam-queue" 597 - version = "0.3.11" 1499 + version = "0.3.12" 598 1500 source = "registry+https://github.com/rust-lang/crates.io-index" 599 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1501 + checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 600 1502 dependencies = [ 601 1503 "crossbeam-utils", 602 1504 ] 603 1505 604 1506 [[package]] 605 1507 name = "crossbeam-utils" 606 - version = "0.8.20" 1508 + version = "0.8.21" 607 1509 source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1510 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 609 1511 610 1512 [[package]] 611 1513 name = "crunchy" 612 - version = "0.2.2" 1514 + version = "0.2.4" 613 1515 source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1516 + checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 615 1517 616 1518 [[package]] 617 1519 name = "crypto-common" 618 - version = "0.1.6" 1520 + version = "0.1.7" 619 1521 source = "registry+https://github.com/rust-lang/crates.io-index" 620 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1522 + checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 621 1523 dependencies = [ 622 1524 "generic-array", 1525 + "rand_core 0.6.4", 623 1526 "typenum", 624 1527 ] 625 1528 626 1529 [[package]] 1530 + name = "ctor" 1531 + version = "0.4.3" 1532 + source = "registry+https://github.com/rust-lang/crates.io-index" 1533 + checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6" 1534 + dependencies = [ 1535 + "ctor-proc-macro", 1536 + "dtor", 1537 + ] 1538 + 1539 + [[package]] 1540 + name = "ctor-proc-macro" 1541 + version = "0.0.6" 1542 + source = "registry+https://github.com/rust-lang/crates.io-index" 1543 + checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2" 1544 + 1545 + [[package]] 627 1546 name = "data-encoding" 628 1547 version = "2.10.0" 629 1548 source = "registry+https://github.com/rust-lang/crates.io-index" 630 1549 checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" 631 1550 632 1551 [[package]] 1552 + name = "data-url" 1553 + version = "0.3.2" 1554 + source = "registry+https://github.com/rust-lang/crates.io-index" 1555 + checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376" 1556 + 1557 + [[package]] 1558 + name = "deflate64" 1559 + version = "0.1.10" 1560 + source = "registry+https://github.com/rust-lang/crates.io-index" 1561 + checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204" 1562 + 1563 + [[package]] 633 1564 name = "der" 634 - version = "0.7.9" 1565 + version = "0.7.10" 635 1566 source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 1567 + checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 637 1568 dependencies = [ 638 1569 "const-oid", 639 1570 "pem-rfc7468", ··· 641 1572 ] 642 1573 643 1574 [[package]] 1575 + name = "derive_more" 1576 + version = "0.99.20" 1577 + source = "registry+https://github.com/rust-lang/crates.io-index" 1578 + checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 1579 + dependencies = [ 1580 + "convert_case", 1581 + "proc-macro2", 1582 + "quote", 1583 + "rustc_version", 1584 + "syn 2.0.114", 1585 + ] 1586 + 1587 + [[package]] 1588 + name = "derive_refineable" 1589 + version = "0.1.0" 1590 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 1591 + dependencies = [ 1592 + "proc-macro2", 1593 + "quote", 1594 + "syn 2.0.114", 1595 + ] 1596 + 1597 + [[package]] 644 1598 name = "digest" 645 1599 version = "0.10.7" 646 1600 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 658 1612 source = "registry+https://github.com/rust-lang/crates.io-index" 659 1613 checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 660 1614 dependencies = [ 661 - "dirs-sys", 1615 + "dirs-sys 0.4.1", 1616 + ] 1617 + 1618 + [[package]] 1619 + name = "dirs" 1620 + version = "4.0.0" 1621 + source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1623 + dependencies = [ 1624 + "dirs-sys 0.3.7", 1625 + ] 1626 + 1627 + [[package]] 1628 + name = "dirs" 1629 + version = "5.0.1" 1630 + source = "registry+https://github.com/rust-lang/crates.io-index" 1631 + checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1632 + dependencies = [ 1633 + "dirs-sys 0.4.1", 1634 + ] 1635 + 1636 + [[package]] 1637 + name = "dirs-sys" 1638 + version = "0.3.7" 1639 + source = "registry+https://github.com/rust-lang/crates.io-index" 1640 + checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1641 + dependencies = [ 1642 + "libc", 1643 + "redox_users", 1644 + "winapi", 662 1645 ] 663 1646 664 1647 [[package]] ··· 674 1657 ] 675 1658 676 1659 [[package]] 1660 + name = "dispatch" 1661 + version = "0.2.0" 1662 + source = "registry+https://github.com/rust-lang/crates.io-index" 1663 + checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1664 + 1665 + [[package]] 1666 + name = "dispatch2" 1667 + version = "0.3.0" 1668 + source = "registry+https://github.com/rust-lang/crates.io-index" 1669 + checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec" 1670 + dependencies = [ 1671 + "bitflags 2.10.0", 1672 + "objc2", 1673 + ] 1674 + 1675 + [[package]] 1676 + name = "displaydoc" 1677 + version = "0.2.5" 1678 + source = "registry+https://github.com/rust-lang/crates.io-index" 1679 + checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1680 + dependencies = [ 1681 + "proc-macro2", 1682 + "quote", 1683 + "syn 2.0.114", 1684 + ] 1685 + 1686 + [[package]] 1687 + name = "dlib" 1688 + version = "0.5.2" 1689 + source = "registry+https://github.com/rust-lang/crates.io-index" 1690 + checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1691 + dependencies = [ 1692 + "libloading", 1693 + ] 1694 + 1695 + [[package]] 677 1696 name = "dotenvy" 678 1697 version = "0.15.7" 679 1698 source = "registry+https://github.com/rust-lang/crates.io-index" 680 1699 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 681 1700 682 1701 [[package]] 1702 + name = "downcast-rs" 1703 + version = "1.2.1" 1704 + source = "registry+https://github.com/rust-lang/crates.io-index" 1705 + checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1706 + 1707 + [[package]] 1708 + name = "dtor" 1709 + version = "0.0.6" 1710 + source = "registry+https://github.com/rust-lang/crates.io-index" 1711 + checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8" 1712 + dependencies = [ 1713 + "dtor-proc-macro", 1714 + ] 1715 + 1716 + [[package]] 1717 + name = "dtor-proc-macro" 1718 + version = "0.0.5" 1719 + source = "registry+https://github.com/rust-lang/crates.io-index" 1720 + checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055" 1721 + 1722 + [[package]] 1723 + name = "dunce" 1724 + version = "1.0.5" 1725 + source = "registry+https://github.com/rust-lang/crates.io-index" 1726 + checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1727 + 1728 + [[package]] 1729 + name = "dwrote" 1730 + version = "0.11.5" 1731 + source = "registry+https://github.com/rust-lang/crates.io-index" 1732 + checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02" 1733 + dependencies = [ 1734 + "lazy_static", 1735 + "libc", 1736 + "winapi", 1737 + "wio", 1738 + ] 1739 + 1740 + [[package]] 1741 + name = "dyn-clone" 1742 + version = "1.0.20" 1743 + source = "registry+https://github.com/rust-lang/crates.io-index" 1744 + checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1745 + 1746 + [[package]] 683 1747 name = "edit" 684 1748 version = "0.1.5" 685 1749 source = "registry+https://github.com/rust-lang/crates.io-index" 686 1750 checksum = "f364860e764787163c8c8f58231003839be31276e821e2ad2092ddf496b1aa09" 687 1751 dependencies = [ 688 1752 "tempfile", 689 - "which", 1753 + "which 4.4.2", 690 1754 ] 691 1755 692 1756 [[package]] 693 1757 name = "either" 694 - version = "1.12.0" 1758 + version = "1.15.0" 695 1759 source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" 1760 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 697 1761 dependencies = [ 698 1762 "serde", 699 1763 ] 700 1764 701 1765 [[package]] 1766 + name = "embed-resource" 1767 + version = "3.0.6" 1768 + source = "registry+https://github.com/rust-lang/crates.io-index" 1769 + checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e" 1770 + dependencies = [ 1771 + "cc", 1772 + "memchr", 1773 + "rustc_version", 1774 + "toml 0.9.11+spec-1.1.0", 1775 + "vswhom", 1776 + "winreg", 1777 + ] 1778 + 1779 + [[package]] 702 1780 name = "encode_unicode" 703 - version = "0.3.6" 1781 + version = "1.0.0" 704 1782 source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1783 + checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1784 + 1785 + [[package]] 1786 + name = "encoding_rs" 1787 + version = "0.8.35" 1788 + source = "registry+https://github.com/rust-lang/crates.io-index" 1789 + checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1790 + dependencies = [ 1791 + "cfg-if", 1792 + ] 1793 + 1794 + [[package]] 1795 + name = "endi" 1796 + version = "1.1.1" 1797 + source = "registry+https://github.com/rust-lang/crates.io-index" 1798 + checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099" 1799 + 1800 + [[package]] 1801 + name = "enum-iterator" 1802 + version = "2.3.0" 1803 + source = "registry+https://github.com/rust-lang/crates.io-index" 1804 + checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016" 1805 + dependencies = [ 1806 + "enum-iterator-derive", 1807 + ] 1808 + 1809 + [[package]] 1810 + name = "enum-iterator-derive" 1811 + version = "1.5.0" 1812 + source = "registry+https://github.com/rust-lang/crates.io-index" 1813 + checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842" 1814 + dependencies = [ 1815 + "proc-macro2", 1816 + "quote", 1817 + "syn 2.0.114", 1818 + ] 1819 + 1820 + [[package]] 1821 + name = "enumflags2" 1822 + version = "0.7.12" 1823 + source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" 1825 + dependencies = [ 1826 + "enumflags2_derive", 1827 + "serde", 1828 + ] 1829 + 1830 + [[package]] 1831 + name = "enumflags2_derive" 1832 + version = "0.7.12" 1833 + source = "registry+https://github.com/rust-lang/crates.io-index" 1834 + checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" 1835 + dependencies = [ 1836 + "proc-macro2", 1837 + "quote", 1838 + "syn 2.0.114", 1839 + ] 706 1840 707 1841 [[package]] 708 1842 name = "env_filter" 709 - version = "0.1.0" 1843 + version = "0.1.4" 710 1844 source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 1845 + checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 712 1846 dependencies = [ 713 1847 "log", 714 1848 "regex", ··· 716 1850 717 1851 [[package]] 718 1852 name = "env_logger" 719 - version = "0.11.3" 1853 + version = "0.11.8" 720 1854 source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 1855 + checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 722 1856 dependencies = [ 723 1857 "anstream", 724 1858 "anstyle", 725 1859 "env_filter", 726 - "humantime", 1860 + "jiff", 727 1861 "log", 728 1862 ] 729 1863 730 1864 [[package]] 1865 + name = "equator" 1866 + version = "0.4.2" 1867 + source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" 1869 + dependencies = [ 1870 + "equator-macro", 1871 + ] 1872 + 1873 + [[package]] 1874 + name = "equator-macro" 1875 + version = "0.4.2" 1876 + source = "registry+https://github.com/rust-lang/crates.io-index" 1877 + checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" 1878 + dependencies = [ 1879 + "proc-macro2", 1880 + "quote", 1881 + "syn 2.0.114", 1882 + ] 1883 + 1884 + [[package]] 731 1885 name = "equivalent" 732 - version = "1.0.1" 1886 + version = "1.0.2" 733 1887 source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1888 + checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1889 + 1890 + [[package]] 1891 + name = "erased-serde" 1892 + version = "0.4.9" 1893 + source = "registry+https://github.com/rust-lang/crates.io-index" 1894 + checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 1895 + dependencies = [ 1896 + "serde", 1897 + "serde_core", 1898 + "typeid", 1899 + ] 735 1900 736 1901 [[package]] 737 1902 name = "errno" 738 - version = "0.3.9" 1903 + version = "0.3.14" 739 1904 source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1905 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 741 1906 dependencies = [ 742 1907 "libc", 743 - "windows-sys 0.52.0", 1908 + "windows-sys 0.61.2", 1909 + ] 1910 + 1911 + [[package]] 1912 + name = "etagere" 1913 + version = "0.2.15" 1914 + source = "registry+https://github.com/rust-lang/crates.io-index" 1915 + checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342" 1916 + dependencies = [ 1917 + "euclid", 1918 + "svg_fmt", 744 1919 ] 745 1920 746 1921 [[package]] ··· 755 1930 ] 756 1931 757 1932 [[package]] 758 - name = "event-listener" 759 - version = "2.5.3" 1933 + name = "euclid" 1934 + version = "0.22.11" 760 1935 source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1936 + checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 1937 + dependencies = [ 1938 + "num-traits", 1939 + ] 762 1940 763 1941 [[package]] 764 1942 name = "event-listener" 765 - version = "4.0.3" 1943 + version = "2.5.3" 766 1944 source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 768 - dependencies = [ 769 - "concurrent-queue", 770 - "parking", 771 - "pin-project-lite", 772 - ] 1945 + checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 773 1946 774 1947 [[package]] 775 1948 name = "event-listener" 776 - version = "5.3.1" 1949 + version = "5.4.1" 777 1950 source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1951 + checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 779 1952 dependencies = [ 780 1953 "concurrent-queue", 781 1954 "parking", ··· 784 1957 785 1958 [[package]] 786 1959 name = "event-listener-strategy" 787 - version = "0.4.0" 1960 + version = "0.5.4" 788 1961 source = "registry+https://github.com/rust-lang/crates.io-index" 789 - checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1962 + checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 790 1963 dependencies = [ 791 - "event-listener 4.0.3", 1964 + "event-listener 5.4.1", 792 1965 "pin-project-lite", 793 1966 ] 794 1967 795 1968 [[package]] 796 - name = "event-listener-strategy" 797 - version = "0.5.2" 1969 + name = "exr" 1970 + version = "1.74.0" 798 1971 source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1972 + checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" 800 1973 dependencies = [ 801 - "event-listener 5.3.1", 802 - "pin-project-lite", 1974 + "bit_field", 1975 + "half", 1976 + "lebe", 1977 + "miniz_oxide", 1978 + "rayon-core", 1979 + "smallvec", 1980 + "zune-inflate", 803 1981 ] 804 1982 805 1983 [[package]] ··· 813 1991 814 1992 [[package]] 815 1993 name = "fastrand" 816 - version = "2.1.0" 1994 + version = "2.3.0" 817 1995 source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 1996 + checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1997 + 1998 + [[package]] 1999 + name = "fax" 2000 + version = "0.2.6" 2001 + source = "registry+https://github.com/rust-lang/crates.io-index" 2002 + checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab" 2003 + dependencies = [ 2004 + "fax_derive", 2005 + ] 2006 + 2007 + [[package]] 2008 + name = "fax_derive" 2009 + version = "0.2.0" 2010 + source = "registry+https://github.com/rust-lang/crates.io-index" 2011 + checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d" 2012 + dependencies = [ 2013 + "proc-macro2", 2014 + "quote", 2015 + "syn 2.0.114", 2016 + ] 2017 + 2018 + [[package]] 2019 + name = "fdeflate" 2020 + version = "0.3.7" 2021 + source = "registry+https://github.com/rust-lang/crates.io-index" 2022 + checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c" 2023 + dependencies = [ 2024 + "simd-adler32", 2025 + ] 2026 + 2027 + [[package]] 2028 + name = "filedescriptor" 2029 + version = "0.8.3" 2030 + source = "registry+https://github.com/rust-lang/crates.io-index" 2031 + checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 2032 + dependencies = [ 2033 + "libc", 2034 + "thiserror 1.0.69", 2035 + "winapi", 2036 + ] 2037 + 2038 + [[package]] 2039 + name = "filetime" 2040 + version = "0.2.26" 2041 + source = "registry+https://github.com/rust-lang/crates.io-index" 2042 + checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 2043 + dependencies = [ 2044 + "cfg-if", 2045 + "libc", 2046 + "libredox", 2047 + "windows-sys 0.60.2", 2048 + ] 819 2049 820 2050 [[package]] 821 2051 name = "find-msvc-tools" ··· 825 2055 826 2056 [[package]] 827 2057 name = "flate2" 828 - version = "1.0.30" 2058 + version = "1.1.8" 829 2059 source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 2060 + checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369" 831 2061 dependencies = [ 832 2062 "crc32fast", 833 2063 "miniz_oxide", 834 2064 ] 835 2065 836 2066 [[package]] 2067 + name = "float-cmp" 2068 + version = "0.9.0" 2069 + source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 2071 + 2072 + [[package]] 2073 + name = "float-ord" 2074 + version = "0.3.2" 2075 + source = "registry+https://github.com/rust-lang/crates.io-index" 2076 + checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d" 2077 + 2078 + [[package]] 2079 + name = "float_next_after" 2080 + version = "1.0.0" 2081 + source = "registry+https://github.com/rust-lang/crates.io-index" 2082 + checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" 2083 + 2084 + [[package]] 2085 + name = "fluent-uri" 2086 + version = "0.1.4" 2087 + source = "registry+https://github.com/rust-lang/crates.io-index" 2088 + checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d" 2089 + dependencies = [ 2090 + "bitflags 1.3.2", 2091 + ] 2092 + 2093 + [[package]] 837 2094 name = "flume" 838 - version = "0.11.0" 2095 + version = "0.11.1" 839 2096 source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 2097 + checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 841 2098 dependencies = [ 842 2099 "futures-core", 843 2100 "futures-sink", 2101 + "nanorand", 844 2102 "spin 0.9.8", 845 2103 ] 846 2104 ··· 851 2109 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 852 2110 853 2111 [[package]] 2112 + name = "foldhash" 2113 + version = "0.1.5" 2114 + source = "registry+https://github.com/rust-lang/crates.io-index" 2115 + checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 2116 + 2117 + [[package]] 2118 + name = "font-types" 2119 + version = "0.10.1" 2120 + source = "registry+https://github.com/rust-lang/crates.io-index" 2121 + checksum = "39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5" 2122 + dependencies = [ 2123 + "bytemuck", 2124 + ] 2125 + 2126 + [[package]] 2127 + name = "fontconfig-parser" 2128 + version = "0.5.8" 2129 + source = "registry+https://github.com/rust-lang/crates.io-index" 2130 + checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646" 2131 + dependencies = [ 2132 + "roxmltree", 2133 + ] 2134 + 2135 + [[package]] 2136 + name = "fontdb" 2137 + version = "0.16.2" 2138 + source = "registry+https://github.com/rust-lang/crates.io-index" 2139 + checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 2140 + dependencies = [ 2141 + "fontconfig-parser", 2142 + "log", 2143 + "memmap2", 2144 + "slotmap", 2145 + "tinyvec", 2146 + "ttf-parser 0.20.0", 2147 + ] 2148 + 2149 + [[package]] 2150 + name = "fontdb" 2151 + version = "0.23.0" 2152 + source = "registry+https://github.com/rust-lang/crates.io-index" 2153 + checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" 2154 + dependencies = [ 2155 + "fontconfig-parser", 2156 + "log", 2157 + "memmap2", 2158 + "slotmap", 2159 + "tinyvec", 2160 + "ttf-parser 0.25.1", 2161 + ] 2162 + 2163 + [[package]] 2164 + name = "foreign-types" 2165 + version = "0.5.0" 2166 + source = "registry+https://github.com/rust-lang/crates.io-index" 2167 + checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2168 + dependencies = [ 2169 + "foreign-types-macros", 2170 + "foreign-types-shared", 2171 + ] 2172 + 2173 + [[package]] 2174 + name = "foreign-types-macros" 2175 + version = "0.2.3" 2176 + source = "registry+https://github.com/rust-lang/crates.io-index" 2177 + checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 2178 + dependencies = [ 2179 + "proc-macro2", 2180 + "quote", 2181 + "syn 2.0.114", 2182 + ] 2183 + 2184 + [[package]] 2185 + name = "foreign-types-shared" 2186 + version = "0.3.1" 2187 + source = "registry+https://github.com/rust-lang/crates.io-index" 2188 + checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 2189 + 2190 + [[package]] 854 2191 name = "form_urlencoded" 855 - version = "1.2.1" 2192 + version = "1.2.2" 856 2193 source = "registry+https://github.com/rust-lang/crates.io-index" 857 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 2194 + checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 858 2195 dependencies = [ 859 2196 "percent-encoding", 2197 + ] 2198 + 2199 + [[package]] 2200 + name = "freetype-sys" 2201 + version = "0.20.1" 2202 + source = "registry+https://github.com/rust-lang/crates.io-index" 2203 + checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134" 2204 + dependencies = [ 2205 + "cc", 2206 + "libc", 2207 + "pkg-config", 860 2208 ] 861 2209 862 2210 [[package]] ··· 866 2214 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 867 2215 868 2216 [[package]] 2217 + name = "fsevent-sys" 2218 + version = "4.1.0" 2219 + source = "registry+https://github.com/rust-lang/crates.io-index" 2220 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 2221 + dependencies = [ 2222 + "libc", 2223 + ] 2224 + 2225 + [[package]] 869 2226 name = "fuchsia-cprng" 870 2227 version = "0.1.1" 871 2228 source = "registry+https://github.com/rust-lang/crates.io-index" 872 2229 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 873 2230 874 2231 [[package]] 2232 + name = "futf" 2233 + version = "0.1.5" 2234 + source = "registry+https://github.com/rust-lang/crates.io-index" 2235 + checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 2236 + dependencies = [ 2237 + "mac", 2238 + "new_debug_unreachable", 2239 + ] 2240 + 2241 + [[package]] 875 2242 name = "futures" 876 - version = "0.3.30" 2243 + version = "0.3.31" 877 2244 source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 2245 + checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 879 2246 dependencies = [ 880 2247 "futures-channel", 881 2248 "futures-core", ··· 888 2255 889 2256 [[package]] 890 2257 name = "futures-channel" 891 - version = "0.3.30" 2258 + version = "0.3.31" 892 2259 source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 2260 + checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 894 2261 dependencies = [ 895 2262 "futures-core", 896 2263 "futures-sink", ··· 898 2265 899 2266 [[package]] 900 2267 name = "futures-core" 901 - version = "0.3.30" 2268 + version = "0.3.31" 902 2269 source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 2270 + checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 904 2271 905 2272 [[package]] 906 2273 name = "futures-executor" 907 - version = "0.3.30" 2274 + version = "0.3.31" 908 2275 source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 2276 + checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 910 2277 dependencies = [ 911 2278 "futures-core", 912 2279 "futures-task", ··· 926 2293 927 2294 [[package]] 928 2295 name = "futures-io" 929 - version = "0.3.30" 2296 + version = "0.3.31" 930 2297 source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 2298 + checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 932 2299 933 2300 [[package]] 934 2301 name = "futures-lite" ··· 947 2314 948 2315 [[package]] 949 2316 name = "futures-lite" 950 - version = "2.3.0" 2317 + version = "2.6.1" 951 2318 source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2319 + checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 953 2320 dependencies = [ 954 - "fastrand 2.1.0", 2321 + "fastrand 2.3.0", 955 2322 "futures-core", 956 2323 "futures-io", 957 2324 "parking", ··· 960 2327 961 2328 [[package]] 962 2329 name = "futures-macro" 963 - version = "0.3.30" 2330 + version = "0.3.31" 964 2331 source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 2332 + checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 966 2333 dependencies = [ 967 2334 "proc-macro2", 968 2335 "quote", ··· 971 2338 972 2339 [[package]] 973 2340 name = "futures-sink" 974 - version = "0.3.30" 2341 + version = "0.3.31" 975 2342 source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 2343 + checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 977 2344 978 2345 [[package]] 979 2346 name = "futures-task" 980 - version = "0.3.30" 2347 + version = "0.3.31" 981 2348 source = "registry+https://github.com/rust-lang/crates.io-index" 982 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 2349 + checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 983 2350 984 2351 [[package]] 985 2352 name = "futures-util" 986 - version = "0.3.30" 2353 + version = "0.3.31" 987 2354 source = "registry+https://github.com/rust-lang/crates.io-index" 988 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 2355 + checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 989 2356 dependencies = [ 990 2357 "futures-channel", 991 2358 "futures-core", ··· 1010 2377 ] 1011 2378 1012 2379 [[package]] 2380 + name = "gethostname" 2381 + version = "1.1.0" 2382 + source = "registry+https://github.com/rust-lang/crates.io-index" 2383 + checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8" 2384 + dependencies = [ 2385 + "rustix 1.1.3", 2386 + "windows-link 0.2.1", 2387 + ] 2388 + 2389 + [[package]] 1013 2390 name = "getrandom" 1014 - version = "0.2.15" 2391 + version = "0.2.17" 1015 2392 source = "registry+https://github.com/rust-lang/crates.io-index" 1016 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2393 + checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1017 2394 dependencies = [ 1018 2395 "cfg-if", 2396 + "js-sys", 1019 2397 "libc", 1020 2398 "wasi", 2399 + "wasm-bindgen", 2400 + ] 2401 + 2402 + [[package]] 2403 + name = "getrandom" 2404 + version = "0.3.4" 2405 + source = "registry+https://github.com/rust-lang/crates.io-index" 2406 + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 2407 + dependencies = [ 2408 + "cfg-if", 2409 + "libc", 2410 + "r-efi", 2411 + "wasip2", 2412 + ] 2413 + 2414 + [[package]] 2415 + name = "gif" 2416 + version = "0.14.1" 2417 + source = "registry+https://github.com/rust-lang/crates.io-index" 2418 + checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" 2419 + dependencies = [ 2420 + "color_quant", 2421 + "weezl", 1021 2422 ] 1022 2423 1023 2424 [[package]] 1024 2425 name = "gimli" 1025 - version = "0.29.0" 2426 + version = "0.32.3" 1026 2427 source = "registry+https://github.com/rust-lang/crates.io-index" 1027 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 2428 + checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1028 2429 1029 2430 [[package]] 1030 2431 name = "gio-sys" ··· 1036 2437 "gobject-sys", 1037 2438 "libc", 1038 2439 "system-deps", 1039 - "windows-sys 0.52.0", 2440 + "windows-sys 0.61.2", 1040 2441 ] 1041 2442 1042 2443 [[package]] ··· 1090 2491 checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1091 2492 1092 2493 [[package]] 2494 + name = "globset" 2495 + version = "0.4.18" 2496 + source = "registry+https://github.com/rust-lang/crates.io-index" 2497 + checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 2498 + dependencies = [ 2499 + "aho-corasick", 2500 + "bstr", 2501 + "log", 2502 + "regex-automata", 2503 + "regex-syntax", 2504 + ] 2505 + 2506 + [[package]] 2507 + name = "globwalk" 2508 + version = "0.8.1" 2509 + source = "registry+https://github.com/rust-lang/crates.io-index" 2510 + checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc" 2511 + dependencies = [ 2512 + "bitflags 1.3.2", 2513 + "ignore", 2514 + "walkdir", 2515 + ] 2516 + 2517 + [[package]] 1093 2518 name = "gloo-timers" 1094 - version = "0.2.6" 2519 + version = "0.3.0" 1095 2520 source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 2521 + checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 1097 2522 dependencies = [ 1098 2523 "futures-channel", 1099 2524 "futures-core", ··· 1102 2527 ] 1103 2528 1104 2529 [[package]] 2530 + name = "glow" 2531 + version = "0.16.0" 2532 + source = "registry+https://github.com/rust-lang/crates.io-index" 2533 + checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" 2534 + dependencies = [ 2535 + "js-sys", 2536 + "slotmap", 2537 + "wasm-bindgen", 2538 + "web-sys", 2539 + ] 2540 + 2541 + [[package]] 1105 2542 name = "gobject-sys" 1106 2543 version = "0.21.5" 1107 2544 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1113 2550 ] 1114 2551 1115 2552 [[package]] 2553 + name = "gpu-alloc" 2554 + version = "0.6.0" 2555 + source = "registry+https://github.com/rust-lang/crates.io-index" 2556 + checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2557 + dependencies = [ 2558 + "bitflags 2.10.0", 2559 + "gpu-alloc-types", 2560 + ] 2561 + 2562 + [[package]] 2563 + name = "gpu-alloc-ash" 2564 + version = "0.7.0" 2565 + source = "registry+https://github.com/rust-lang/crates.io-index" 2566 + checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a" 2567 + dependencies = [ 2568 + "ash", 2569 + "gpu-alloc-types", 2570 + "tinyvec", 2571 + ] 2572 + 2573 + [[package]] 2574 + name = "gpu-alloc-types" 2575 + version = "0.3.0" 2576 + source = "registry+https://github.com/rust-lang/crates.io-index" 2577 + checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2578 + dependencies = [ 2579 + "bitflags 2.10.0", 2580 + ] 2581 + 2582 + [[package]] 2583 + name = "gpui" 2584 + version = "0.2.2" 2585 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 2586 + dependencies = [ 2587 + "anyhow", 2588 + "as-raw-xcb-connection", 2589 + "ashpd", 2590 + "async-task", 2591 + "bindgen 0.71.1", 2592 + "bitflags 2.10.0", 2593 + "blade-graphics", 2594 + "blade-macros", 2595 + "blade-util", 2596 + "block", 2597 + "bytemuck", 2598 + "calloop", 2599 + "calloop-wayland-source", 2600 + "cbindgen", 2601 + "chrono", 2602 + "circular-buffer", 2603 + "cocoa 0.26.0", 2604 + "cocoa-foundation 0.2.0", 2605 + "collections", 2606 + "core-foundation 0.10.0", 2607 + "core-foundation-sys", 2608 + "core-graphics 0.24.0", 2609 + "core-text", 2610 + "core-video", 2611 + "cosmic-text", 2612 + "ctor", 2613 + "derive_more", 2614 + "embed-resource", 2615 + "etagere", 2616 + "filedescriptor", 2617 + "foreign-types", 2618 + "futures", 2619 + "gpui_macros", 2620 + "http_client", 2621 + "image", 2622 + "inventory", 2623 + "itertools 0.14.0", 2624 + "libc", 2625 + "log", 2626 + "lyon", 2627 + "mach2", 2628 + "media", 2629 + "metal", 2630 + "naga", 2631 + "num_cpus", 2632 + "objc", 2633 + "oo7", 2634 + "open", 2635 + "parking", 2636 + "parking_lot", 2637 + "pathfinder_geometry", 2638 + "pin-project", 2639 + "postage", 2640 + "profiling", 2641 + "rand 0.9.2", 2642 + "raw-window-handle", 2643 + "refineable", 2644 + "resvg", 2645 + "scheduler", 2646 + "schemars", 2647 + "seahash", 2648 + "semver", 2649 + "serde", 2650 + "serde_json", 2651 + "slotmap", 2652 + "smallvec", 2653 + "smol", 2654 + "spin 0.10.0", 2655 + "stacksafe", 2656 + "strum 0.27.2", 2657 + "sum_tree", 2658 + "swash", 2659 + "taffy", 2660 + "thiserror 2.0.17", 2661 + "usvg", 2662 + "util", 2663 + "util_macros", 2664 + "uuid", 2665 + "waker-fn", 2666 + "wayland-backend", 2667 + "wayland-client", 2668 + "wayland-cursor", 2669 + "wayland-protocols", 2670 + "wayland-protocols-plasma", 2671 + "wayland-protocols-wlr", 2672 + "windows 0.61.3", 2673 + "windows-core 0.61.2", 2674 + "windows-numerics", 2675 + "windows-registry", 2676 + "x11-clipboard", 2677 + "x11rb", 2678 + "xkbcommon", 2679 + "zed-font-kit", 2680 + "zed-scap", 2681 + "zed-xim", 2682 + ] 2683 + 2684 + [[package]] 2685 + name = "gpui-component" 2686 + version = "0.5.0" 2687 + source = "git+https://github.com/longbridge/gpui-component?rev=1a19df56caeb5db8520d478727a19c33264370f0#1a19df56caeb5db8520d478727a19c33264370f0" 2688 + dependencies = [ 2689 + "aho-corasick", 2690 + "anyhow", 2691 + "chrono", 2692 + "enum-iterator", 2693 + "gpui", 2694 + "gpui-component-macros", 2695 + "gpui-macros", 2696 + "html5ever", 2697 + "itertools 0.13.0", 2698 + "lsp-types", 2699 + "markdown", 2700 + "markup5ever_rcdom", 2701 + "notify", 2702 + "num-traits", 2703 + "once_cell", 2704 + "paste", 2705 + "regex", 2706 + "ropey", 2707 + "rust-i18n", 2708 + "schemars", 2709 + "serde", 2710 + "serde_json", 2711 + "serde_repr", 2712 + "smallvec", 2713 + "smol", 2714 + "tracing", 2715 + "tree-sitter", 2716 + "tree-sitter-json", 2717 + "unicode-segmentation", 2718 + "uuid", 2719 + "zed-sum-tree", 2720 + ] 2721 + 2722 + [[package]] 2723 + name = "gpui-component-macros" 2724 + version = "0.5.0" 2725 + source = "git+https://github.com/longbridge/gpui-component?rev=1a19df56caeb5db8520d478727a19c33264370f0#1a19df56caeb5db8520d478727a19c33264370f0" 2726 + dependencies = [ 2727 + "proc-macro2", 2728 + "quote", 2729 + "syn 2.0.114", 2730 + ] 2731 + 2732 + [[package]] 2733 + name = "gpui-macros" 2734 + version = "0.2.2" 2735 + source = "registry+https://github.com/rust-lang/crates.io-index" 2736 + checksum = "bcb02dd63a2859714ac7b6b476937617c3c744157af1b49f7c904023a79039be" 2737 + dependencies = [ 2738 + "heck 0.5.0", 2739 + "proc-macro2", 2740 + "quote", 2741 + "syn 2.0.114", 2742 + ] 2743 + 2744 + [[package]] 2745 + name = "gpui_macros" 2746 + version = "0.1.0" 2747 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 2748 + dependencies = [ 2749 + "heck 0.5.0", 2750 + "proc-macro2", 2751 + "quote", 2752 + "syn 2.0.114", 2753 + ] 2754 + 2755 + [[package]] 2756 + name = "grid" 2757 + version = "0.18.0" 2758 + source = "registry+https://github.com/rust-lang/crates.io-index" 2759 + checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681" 2760 + 2761 + [[package]] 2762 + name = "half" 2763 + version = "2.7.1" 2764 + source = "registry+https://github.com/rust-lang/crates.io-index" 2765 + checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2766 + dependencies = [ 2767 + "cfg-if", 2768 + "crunchy", 2769 + "num-traits", 2770 + "zerocopy", 2771 + ] 2772 + 2773 + [[package]] 1116 2774 name = "hashbrown" 1117 2775 version = "0.14.5" 1118 2776 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1120 2778 dependencies = [ 1121 2779 "ahash", 1122 2780 "allocator-api2", 2781 + ] 2782 + 2783 + [[package]] 2784 + name = "hashbrown" 2785 + version = "0.15.5" 2786 + source = "registry+https://github.com/rust-lang/crates.io-index" 2787 + checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2788 + dependencies = [ 2789 + "foldhash", 1123 2790 ] 1124 2791 1125 2792 [[package]] ··· 1171 2838 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1172 2839 1173 2840 [[package]] 2841 + name = "hexf-parse" 2842 + version = "0.2.1" 2843 + source = "registry+https://github.com/rust-lang/crates.io-index" 2844 + checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2845 + 2846 + [[package]] 2847 + name = "hidden-trait" 2848 + version = "0.1.2" 2849 + source = "registry+https://github.com/rust-lang/crates.io-index" 2850 + checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df" 2851 + dependencies = [ 2852 + "proc-macro2", 2853 + "quote", 2854 + "syn 1.0.109", 2855 + ] 2856 + 2857 + [[package]] 1174 2858 name = "hkdf" 1175 2859 version = "0.12.4" 1176 2860 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1190 2874 1191 2875 [[package]] 1192 2876 name = "home" 1193 - version = "0.5.9" 2877 + version = "0.5.12" 1194 2878 source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2879 + checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 1196 2880 dependencies = [ 1197 - "windows-sys 0.52.0", 2881 + "windows-sys 0.61.2", 1198 2882 ] 1199 2883 1200 2884 [[package]] 1201 - name = "humantime" 1202 - version = "2.1.0" 2885 + name = "html5ever" 2886 + version = "0.27.0" 1203 2887 source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2888 + checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 2889 + dependencies = [ 2890 + "log", 2891 + "mac", 2892 + "markup5ever", 2893 + "proc-macro2", 2894 + "quote", 2895 + "syn 2.0.114", 2896 + ] 2897 + 2898 + [[package]] 2899 + name = "http" 2900 + version = "1.4.0" 2901 + source = "registry+https://github.com/rust-lang/crates.io-index" 2902 + checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 2903 + dependencies = [ 2904 + "bytes", 2905 + "itoa", 2906 + ] 2907 + 2908 + [[package]] 2909 + name = "http-body" 2910 + version = "1.0.1" 2911 + source = "registry+https://github.com/rust-lang/crates.io-index" 2912 + checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2913 + dependencies = [ 2914 + "bytes", 2915 + "http", 2916 + ] 2917 + 2918 + [[package]] 2919 + name = "http_client" 2920 + version = "0.1.0" 2921 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 2922 + dependencies = [ 2923 + "anyhow", 2924 + "async-compression", 2925 + "async-fs", 2926 + "async-tar", 2927 + "bytes", 2928 + "derive_more", 2929 + "futures", 2930 + "http", 2931 + "http-body", 2932 + "log", 2933 + "parking_lot", 2934 + "serde", 2935 + "serde_json", 2936 + "serde_urlencoded", 2937 + "sha2", 2938 + "tempfile", 2939 + "url", 2940 + "util", 2941 + ] 2942 + 2943 + [[package]] 2944 + name = "iana-time-zone" 2945 + version = "0.1.64" 2946 + source = "registry+https://github.com/rust-lang/crates.io-index" 2947 + checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 2948 + dependencies = [ 2949 + "android_system_properties", 2950 + "core-foundation-sys", 2951 + "iana-time-zone-haiku", 2952 + "js-sys", 2953 + "log", 2954 + "wasm-bindgen", 2955 + "windows-core 0.62.2", 2956 + ] 2957 + 2958 + [[package]] 2959 + name = "iana-time-zone-haiku" 2960 + version = "0.1.2" 2961 + source = "registry+https://github.com/rust-lang/crates.io-index" 2962 + checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2963 + dependencies = [ 2964 + "cc", 2965 + ] 2966 + 2967 + [[package]] 2968 + name = "icu_collections" 2969 + version = "2.1.1" 2970 + source = "registry+https://github.com/rust-lang/crates.io-index" 2971 + checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2972 + dependencies = [ 2973 + "displaydoc", 2974 + "potential_utf", 2975 + "yoke", 2976 + "zerofrom", 2977 + "zerovec", 2978 + ] 2979 + 2980 + [[package]] 2981 + name = "icu_locale_core" 2982 + version = "2.1.1" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2985 + dependencies = [ 2986 + "displaydoc", 2987 + "litemap", 2988 + "tinystr", 2989 + "writeable", 2990 + "zerovec", 2991 + ] 2992 + 2993 + [[package]] 2994 + name = "icu_normalizer" 2995 + version = "2.1.1" 2996 + source = "registry+https://github.com/rust-lang/crates.io-index" 2997 + checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2998 + dependencies = [ 2999 + "icu_collections", 3000 + "icu_normalizer_data", 3001 + "icu_properties", 3002 + "icu_provider", 3003 + "smallvec", 3004 + "zerovec", 3005 + ] 3006 + 3007 + [[package]] 3008 + name = "icu_normalizer_data" 3009 + version = "2.1.1" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 3012 + 3013 + [[package]] 3014 + name = "icu_properties" 3015 + version = "2.1.2" 3016 + source = "registry+https://github.com/rust-lang/crates.io-index" 3017 + checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 3018 + dependencies = [ 3019 + "icu_collections", 3020 + "icu_locale_core", 3021 + "icu_properties_data", 3022 + "icu_provider", 3023 + "zerotrie", 3024 + "zerovec", 3025 + ] 3026 + 3027 + [[package]] 3028 + name = "icu_properties_data" 3029 + version = "2.1.2" 3030 + source = "registry+https://github.com/rust-lang/crates.io-index" 3031 + checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 3032 + 3033 + [[package]] 3034 + name = "icu_provider" 3035 + version = "2.1.1" 3036 + source = "registry+https://github.com/rust-lang/crates.io-index" 3037 + checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 3038 + dependencies = [ 3039 + "displaydoc", 3040 + "icu_locale_core", 3041 + "writeable", 3042 + "yoke", 3043 + "zerofrom", 3044 + "zerotrie", 3045 + "zerovec", 3046 + ] 1205 3047 1206 3048 [[package]] 1207 3049 name = "id3" 1208 - version = "1.13.1" 3050 + version = "1.16.4" 1209 3051 source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "79f41f7e5ad125c63d55b112a98afb753742fa7f97692bfbbc52544b89e1ff1f" 3052 + checksum = "965c5e6a62a241f2f673df956ea5f52c27780bc1031855890a551ed9b869e2d1" 1211 3053 dependencies = [ 1212 3054 "bitflags 2.10.0", 1213 3055 "byteorder", ··· 1216 3058 1217 3059 [[package]] 1218 3060 name = "idna" 1219 - version = "0.5.0" 3061 + version = "1.1.0" 1220 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 3063 + checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1222 3064 dependencies = [ 1223 - "unicode-bidi", 1224 - "unicode-normalization", 3065 + "idna_adapter", 3066 + "smallvec", 3067 + "utf8_iter", 1225 3068 ] 1226 3069 1227 3070 [[package]] 3071 + name = "idna_adapter" 3072 + version = "1.2.1" 3073 + source = "registry+https://github.com/rust-lang/crates.io-index" 3074 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 3075 + dependencies = [ 3076 + "icu_normalizer", 3077 + "icu_properties", 3078 + ] 3079 + 3080 + [[package]] 3081 + name = "ignore" 3082 + version = "0.4.25" 3083 + source = "registry+https://github.com/rust-lang/crates.io-index" 3084 + checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" 3085 + dependencies = [ 3086 + "crossbeam-deque", 3087 + "globset", 3088 + "log", 3089 + "memchr", 3090 + "regex-automata", 3091 + "same-file", 3092 + "walkdir", 3093 + "winapi-util", 3094 + ] 3095 + 3096 + [[package]] 3097 + name = "image" 3098 + version = "0.25.9" 3099 + source = "registry+https://github.com/rust-lang/crates.io-index" 3100 + checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 3101 + dependencies = [ 3102 + "bytemuck", 3103 + "byteorder-lite", 3104 + "color_quant", 3105 + "exr", 3106 + "gif", 3107 + "image-webp", 3108 + "moxcms", 3109 + "num-traits", 3110 + "png 0.18.0", 3111 + "qoi", 3112 + "ravif", 3113 + "rayon", 3114 + "rgb", 3115 + "tiff", 3116 + "zune-core 0.5.0", 3117 + "zune-jpeg 0.5.8", 3118 + ] 3119 + 3120 + [[package]] 3121 + name = "image-webp" 3122 + version = "0.2.4" 3123 + source = "registry+https://github.com/rust-lang/crates.io-index" 3124 + checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 3125 + dependencies = [ 3126 + "byteorder-lite", 3127 + "quick-error", 3128 + ] 3129 + 3130 + [[package]] 3131 + name = "imagesize" 3132 + version = "0.13.0" 3133 + source = "registry+https://github.com/rust-lang/crates.io-index" 3134 + checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" 3135 + 3136 + [[package]] 3137 + name = "imgref" 3138 + version = "1.12.0" 3139 + source = "registry+https://github.com/rust-lang/crates.io-index" 3140 + checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" 3141 + 3142 + [[package]] 1228 3143 name = "indexmap" 1229 3144 version = "2.13.0" 1230 3145 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1232 3147 dependencies = [ 1233 3148 "equivalent", 1234 3149 "hashbrown 0.16.1", 3150 + "serde", 3151 + "serde_core", 1235 3152 ] 1236 3153 1237 3154 [[package]] 1238 3155 name = "indicatif" 1239 - version = "0.17.8" 3156 + version = "0.17.11" 1240 3157 source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 3158 + checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 1242 3159 dependencies = [ 1243 3160 "console", 1244 - "instant", 1245 3161 "number_prefix", 1246 3162 "portable-atomic", 1247 3163 "unicode-width", 3164 + "web-time", 1248 3165 ] 1249 3166 1250 3167 [[package]] ··· 1257 3174 ] 1258 3175 1259 3176 [[package]] 3177 + name = "inotify" 3178 + version = "0.10.2" 3179 + source = "registry+https://github.com/rust-lang/crates.io-index" 3180 + checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc" 3181 + dependencies = [ 3182 + "bitflags 1.3.2", 3183 + "inotify-sys", 3184 + "libc", 3185 + ] 3186 + 3187 + [[package]] 3188 + name = "inotify-sys" 3189 + version = "0.1.5" 3190 + source = "registry+https://github.com/rust-lang/crates.io-index" 3191 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 3192 + dependencies = [ 3193 + "libc", 3194 + ] 3195 + 3196 + [[package]] 3197 + name = "inout" 3198 + version = "0.1.4" 3199 + source = "registry+https://github.com/rust-lang/crates.io-index" 3200 + checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" 3201 + dependencies = [ 3202 + "block-padding", 3203 + "generic-array", 3204 + ] 3205 + 3206 + [[package]] 1260 3207 name = "instant" 1261 3208 version = "0.1.13" 1262 3209 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1266 3213 ] 1267 3214 1268 3215 [[package]] 3216 + name = "interpolate_name" 3217 + version = "0.2.4" 3218 + source = "registry+https://github.com/rust-lang/crates.io-index" 3219 + checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 3220 + dependencies = [ 3221 + "proc-macro2", 3222 + "quote", 3223 + "syn 2.0.114", 3224 + ] 3225 + 3226 + [[package]] 3227 + name = "inventory" 3228 + version = "0.3.21" 3229 + source = "registry+https://github.com/rust-lang/crates.io-index" 3230 + checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 3231 + dependencies = [ 3232 + "rustversion", 3233 + ] 3234 + 3235 + [[package]] 1269 3236 name = "io-lifetimes" 1270 3237 version = "1.0.11" 1271 3238 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1277 3244 ] 1278 3245 1279 3246 [[package]] 3247 + name = "io-surface" 3248 + version = "0.16.1" 3249 + source = "registry+https://github.com/rust-lang/crates.io-index" 3250 + checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e" 3251 + dependencies = [ 3252 + "cgl", 3253 + "core-foundation 0.10.0", 3254 + "core-foundation-sys", 3255 + "leaky-cow", 3256 + ] 3257 + 3258 + [[package]] 3259 + name = "is-docker" 3260 + version = "0.2.0" 3261 + source = "registry+https://github.com/rust-lang/crates.io-index" 3262 + checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 3263 + dependencies = [ 3264 + "once_cell", 3265 + ] 3266 + 3267 + [[package]] 3268 + name = "is-wsl" 3269 + version = "0.4.0" 3270 + source = "registry+https://github.com/rust-lang/crates.io-index" 3271 + checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 3272 + dependencies = [ 3273 + "is-docker", 3274 + "once_cell", 3275 + ] 3276 + 3277 + [[package]] 1280 3278 name = "is_terminal_polyfill" 1281 - version = "1.70.0" 3279 + version = "1.70.2" 1282 3280 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 3281 + checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1284 3282 1285 3283 [[package]] 1286 3284 name = "itertools" 1287 - version = "0.12.1" 3285 + version = "0.11.0" 1288 3286 source = "registry+https://github.com/rust-lang/crates.io-index" 1289 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 3287 + checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 3288 + dependencies = [ 3289 + "either", 3290 + ] 3291 + 3292 + [[package]] 3293 + name = "itertools" 3294 + version = "0.13.0" 3295 + source = "registry+https://github.com/rust-lang/crates.io-index" 3296 + checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 3297 + dependencies = [ 3298 + "either", 3299 + ] 3300 + 3301 + [[package]] 3302 + name = "itertools" 3303 + version = "0.14.0" 3304 + source = "registry+https://github.com/rust-lang/crates.io-index" 3305 + checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1290 3306 dependencies = [ 1291 3307 "either", 1292 3308 ] 1293 3309 1294 3310 [[package]] 1295 3311 name = "itoa" 1296 - version = "1.0.11" 3312 + version = "1.0.17" 1297 3313 source = "registry+https://github.com/rust-lang/crates.io-index" 1298 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 3314 + checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 3315 + 3316 + [[package]] 3317 + name = "jiff" 3318 + version = "0.2.18" 3319 + source = "registry+https://github.com/rust-lang/crates.io-index" 3320 + checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50" 3321 + dependencies = [ 3322 + "jiff-static", 3323 + "log", 3324 + "portable-atomic", 3325 + "portable-atomic-util", 3326 + "serde_core", 3327 + ] 3328 + 3329 + [[package]] 3330 + name = "jiff-static" 3331 + version = "0.2.18" 3332 + source = "registry+https://github.com/rust-lang/crates.io-index" 3333 + checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78" 3334 + dependencies = [ 3335 + "proc-macro2", 3336 + "quote", 3337 + "syn 2.0.114", 3338 + ] 3339 + 3340 + [[package]] 3341 + name = "jobserver" 3342 + version = "0.1.34" 3343 + source = "registry+https://github.com/rust-lang/crates.io-index" 3344 + checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 3345 + dependencies = [ 3346 + "getrandom 0.3.4", 3347 + "libc", 3348 + ] 1299 3349 1300 3350 [[package]] 1301 3351 name = "js-sys" 1302 - version = "0.3.83" 3352 + version = "0.3.85" 1303 3353 source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 3354 + checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 1305 3355 dependencies = [ 1306 3356 "once_cell", 1307 3357 "wasm-bindgen", 1308 3358 ] 1309 3359 1310 3360 [[package]] 3361 + name = "khronos-egl" 3362 + version = "6.0.0" 3363 + source = "registry+https://github.com/rust-lang/crates.io-index" 3364 + checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3365 + dependencies = [ 3366 + "libc", 3367 + "libloading", 3368 + ] 3369 + 3370 + [[package]] 3371 + name = "kqueue" 3372 + version = "1.1.1" 3373 + source = "registry+https://github.com/rust-lang/crates.io-index" 3374 + checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 3375 + dependencies = [ 3376 + "kqueue-sys", 3377 + "libc", 3378 + ] 3379 + 3380 + [[package]] 3381 + name = "kqueue-sys" 3382 + version = "1.0.4" 3383 + source = "registry+https://github.com/rust-lang/crates.io-index" 3384 + checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 3385 + dependencies = [ 3386 + "bitflags 1.3.2", 3387 + "libc", 3388 + ] 3389 + 3390 + [[package]] 3391 + name = "kurbo" 3392 + version = "0.11.3" 3393 + source = "registry+https://github.com/rust-lang/crates.io-index" 3394 + checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62" 3395 + dependencies = [ 3396 + "arrayvec", 3397 + "euclid", 3398 + "smallvec", 3399 + ] 3400 + 3401 + [[package]] 1311 3402 name = "kv-log-macro" 1312 3403 version = "1.0.7" 1313 3404 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1318 3409 1319 3410 [[package]] 1320 3411 name = "lazy_static" 1321 - version = "1.4.0" 3412 + version = "1.5.0" 1322 3413 source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 3414 + checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1324 3415 dependencies = [ 1325 - "spin 0.5.2", 3416 + "spin 0.9.8", 1326 3417 ] 1327 3418 1328 3419 [[package]] 3420 + name = "leak" 3421 + version = "0.1.2" 3422 + source = "registry+https://github.com/rust-lang/crates.io-index" 3423 + checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73" 3424 + 3425 + [[package]] 3426 + name = "leaky-cow" 3427 + version = "0.1.1" 3428 + source = "registry+https://github.com/rust-lang/crates.io-index" 3429 + checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc" 3430 + dependencies = [ 3431 + "leak", 3432 + ] 3433 + 3434 + [[package]] 3435 + name = "lebe" 3436 + version = "0.5.3" 3437 + source = "registry+https://github.com/rust-lang/crates.io-index" 3438 + checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" 3439 + 3440 + [[package]] 1329 3441 name = "libc" 1330 3442 version = "0.2.180" 1331 3443 source = "registry+https://github.com/rust-lang/crates.io-index" 1332 3444 checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 1333 3445 1334 3446 [[package]] 3447 + name = "libfuzzer-sys" 3448 + version = "0.4.10" 3449 + source = "registry+https://github.com/rust-lang/crates.io-index" 3450 + checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" 3451 + dependencies = [ 3452 + "arbitrary", 3453 + "cc", 3454 + ] 3455 + 3456 + [[package]] 1335 3457 name = "libloading" 1336 3458 version = "0.8.9" 1337 3459 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1343 3465 1344 3466 [[package]] 1345 3467 name = "libm" 1346 - version = "0.2.8" 3468 + version = "0.2.15" 1347 3469 source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3470 + checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1349 3471 1350 3472 [[package]] 1351 3473 name = "libredox" 1352 - version = "0.1.3" 3474 + version = "0.1.12" 1353 3475 source = "registry+https://github.com/rust-lang/crates.io-index" 1354 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3476 + checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 1355 3477 dependencies = [ 1356 3478 "bitflags 2.10.0", 1357 3479 "libc", 3480 + "redox_syscall 0.7.0", 1358 3481 ] 1359 3482 1360 3483 [[package]] ··· 1388 3511 1389 3512 [[package]] 1390 3513 name = "linux-raw-sys" 1391 - version = "0.4.14" 3514 + version = "0.4.15" 3515 + source = "registry+https://github.com/rust-lang/crates.io-index" 3516 + checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 3517 + 3518 + [[package]] 3519 + name = "linux-raw-sys" 3520 + version = "0.11.0" 3521 + source = "registry+https://github.com/rust-lang/crates.io-index" 3522 + checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 3523 + 3524 + [[package]] 3525 + name = "litemap" 3526 + version = "0.8.1" 1392 3527 source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3528 + checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1394 3529 1395 3530 [[package]] 1396 3531 name = "lock_api" 1397 - version = "0.4.12" 3532 + version = "0.4.14" 1398 3533 source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3534 + checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1400 3535 dependencies = [ 1401 - "autocfg", 1402 3536 "scopeguard", 1403 3537 ] 1404 3538 ··· 1434 3568 source = "registry+https://github.com/rust-lang/crates.io-index" 1435 3569 checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1436 3570 dependencies = [ 3571 + "serde_core", 1437 3572 "value-bag", 1438 3573 ] 1439 3574 1440 3575 [[package]] 3576 + name = "loop9" 3577 + version = "0.1.5" 3578 + source = "registry+https://github.com/rust-lang/crates.io-index" 3579 + checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 3580 + dependencies = [ 3581 + "imgref", 3582 + ] 3583 + 3584 + [[package]] 3585 + name = "lsp-types" 3586 + version = "0.97.0" 3587 + source = "registry+https://github.com/rust-lang/crates.io-index" 3588 + checksum = "53353550a17c04ac46c585feb189c2db82154fc84b79c7a66c96c2c644f66071" 3589 + dependencies = [ 3590 + "bitflags 1.3.2", 3591 + "fluent-uri", 3592 + "serde", 3593 + "serde_json", 3594 + "serde_repr", 3595 + ] 3596 + 3597 + [[package]] 3598 + name = "lyon" 3599 + version = "1.0.16" 3600 + source = "registry+https://github.com/rust-lang/crates.io-index" 3601 + checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352" 3602 + dependencies = [ 3603 + "lyon_algorithms", 3604 + "lyon_tessellation", 3605 + ] 3606 + 3607 + [[package]] 3608 + name = "lyon_algorithms" 3609 + version = "1.0.16" 3610 + source = "registry+https://github.com/rust-lang/crates.io-index" 3611 + checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647" 3612 + dependencies = [ 3613 + "lyon_path", 3614 + "num-traits", 3615 + ] 3616 + 3617 + [[package]] 3618 + name = "lyon_geom" 3619 + version = "1.0.18" 3620 + source = "registry+https://github.com/rust-lang/crates.io-index" 3621 + checksum = "e260b6de923e6e47adfedf6243013a7a874684165a6a277594ee3906021b2343" 3622 + dependencies = [ 3623 + "arrayvec", 3624 + "euclid", 3625 + "num-traits", 3626 + ] 3627 + 3628 + [[package]] 3629 + name = "lyon_path" 3630 + version = "1.0.16" 3631 + source = "registry+https://github.com/rust-lang/crates.io-index" 3632 + checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb" 3633 + dependencies = [ 3634 + "lyon_geom", 3635 + "num-traits", 3636 + ] 3637 + 3638 + [[package]] 3639 + name = "lyon_tessellation" 3640 + version = "1.0.16" 3641 + source = "registry+https://github.com/rust-lang/crates.io-index" 3642 + checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353" 3643 + dependencies = [ 3644 + "float_next_after", 3645 + "lyon_path", 3646 + "num-traits", 3647 + ] 3648 + 3649 + [[package]] 3650 + name = "mac" 3651 + version = "0.1.1" 3652 + source = "registry+https://github.com/rust-lang/crates.io-index" 3653 + checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 3654 + 3655 + [[package]] 3656 + name = "mach2" 3657 + version = "0.5.0" 3658 + source = "registry+https://github.com/rust-lang/crates.io-index" 3659 + checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea" 3660 + dependencies = [ 3661 + "libc", 3662 + ] 3663 + 3664 + [[package]] 3665 + name = "malloc_buf" 3666 + version = "0.0.6" 3667 + source = "registry+https://github.com/rust-lang/crates.io-index" 3668 + checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3669 + dependencies = [ 3670 + "libc", 3671 + ] 3672 + 3673 + [[package]] 3674 + name = "markdown" 3675 + version = "1.0.0" 3676 + source = "registry+https://github.com/rust-lang/crates.io-index" 3677 + checksum = "a5cab8f2cadc416a82d2e783a1946388b31654d391d1c7d92cc1f03e295b1deb" 3678 + dependencies = [ 3679 + "serde", 3680 + "unicode-id", 3681 + ] 3682 + 3683 + [[package]] 3684 + name = "markup5ever" 3685 + version = "0.12.1" 3686 + source = "registry+https://github.com/rust-lang/crates.io-index" 3687 + checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 3688 + dependencies = [ 3689 + "log", 3690 + "phf", 3691 + "phf_codegen", 3692 + "string_cache", 3693 + "string_cache_codegen", 3694 + "tendril", 3695 + ] 3696 + 3697 + [[package]] 3698 + name = "markup5ever_rcdom" 3699 + version = "0.3.0" 3700 + source = "registry+https://github.com/rust-lang/crates.io-index" 3701 + checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 3702 + dependencies = [ 3703 + "html5ever", 3704 + "markup5ever", 3705 + "tendril", 3706 + "xml5ever", 3707 + ] 3708 + 3709 + [[package]] 3710 + name = "maybe-rayon" 3711 + version = "0.1.1" 3712 + source = "registry+https://github.com/rust-lang/crates.io-index" 3713 + checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 3714 + dependencies = [ 3715 + "cfg-if", 3716 + "rayon", 3717 + ] 3718 + 3719 + [[package]] 1441 3720 name = "md-5" 1442 3721 version = "0.10.6" 1443 3722 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1448 3727 ] 1449 3728 1450 3729 [[package]] 3730 + name = "media" 3731 + version = "0.1.0" 3732 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 3733 + dependencies = [ 3734 + "anyhow", 3735 + "bindgen 0.71.1", 3736 + "core-foundation 0.10.0", 3737 + "core-video", 3738 + "ctor", 3739 + "foreign-types", 3740 + "metal", 3741 + "objc", 3742 + ] 3743 + 3744 + [[package]] 1451 3745 name = "memchr" 1452 3746 version = "2.7.6" 1453 3747 source = "registry+https://github.com/rust-lang/crates.io-index" 1454 3748 checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1455 3749 1456 3750 [[package]] 3751 + name = "memmap2" 3752 + version = "0.9.9" 3753 + source = "registry+https://github.com/rust-lang/crates.io-index" 3754 + checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490" 3755 + dependencies = [ 3756 + "libc", 3757 + ] 3758 + 3759 + [[package]] 3760 + name = "memoffset" 3761 + version = "0.9.1" 3762 + source = "registry+https://github.com/rust-lang/crates.io-index" 3763 + checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3764 + dependencies = [ 3765 + "autocfg", 3766 + ] 3767 + 3768 + [[package]] 1457 3769 name = "metaflac" 1458 - version = "0.2.5" 3770 + version = "0.2.8" 1459 3771 source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "e1470d3cc1bb0d692af5eb3afb594330b8ba09fd91c32c4e1c6322172a5ba750" 3772 + checksum = "fdf25a3451319c52a4a56d956475fbbb763bfb8420e2187d802485cb0fd8d965" 1461 3773 dependencies = [ 1462 3774 "byteorder", 1463 3775 "hex", 3776 + ] 3777 + 3778 + [[package]] 3779 + name = "metal" 3780 + version = "0.29.0" 3781 + source = "registry+https://github.com/rust-lang/crates.io-index" 3782 + checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 3783 + dependencies = [ 3784 + "bitflags 2.10.0", 3785 + "block", 3786 + "core-graphics-types 0.1.3", 3787 + "foreign-types", 1464 3788 "log", 3789 + "objc", 3790 + "paste", 1465 3791 ] 1466 3792 1467 3793 [[package]] ··· 1472 3798 1473 3799 [[package]] 1474 3800 name = "miniz_oxide" 1475 - version = "0.7.3" 3801 + version = "0.8.9" 1476 3802 source = "registry+https://github.com/rust-lang/crates.io-index" 1477 - checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" 3803 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1478 3804 dependencies = [ 1479 - "adler", 3805 + "adler2", 3806 + "simd-adler32", 3807 + ] 3808 + 3809 + [[package]] 3810 + name = "mint" 3811 + version = "0.5.9" 3812 + source = "registry+https://github.com/rust-lang/crates.io-index" 3813 + checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff" 3814 + 3815 + [[package]] 3816 + name = "mio" 3817 + version = "1.1.1" 3818 + source = "registry+https://github.com/rust-lang/crates.io-index" 3819 + checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 3820 + dependencies = [ 3821 + "libc", 3822 + "log", 3823 + "wasi", 3824 + "windows-sys 0.61.2", 3825 + ] 3826 + 3827 + [[package]] 3828 + name = "moxcms" 3829 + version = "0.7.11" 3830 + source = "registry+https://github.com/rust-lang/crates.io-index" 3831 + checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 3832 + dependencies = [ 3833 + "num-traits", 3834 + "pxfm", 1480 3835 ] 1481 3836 1482 3837 [[package]] ··· 1496 3851 checksum = "07dcca13d1740c0a665f77104803360da0bdb3323ecce2e93fa2c959a6d52806" 1497 3852 1498 3853 [[package]] 3854 + name = "naga" 3855 + version = "25.0.1" 3856 + source = "registry+https://github.com/rust-lang/crates.io-index" 3857 + checksum = "2b977c445f26e49757f9aca3631c3b8b836942cb278d69a92e7b80d3b24da632" 3858 + dependencies = [ 3859 + "arrayvec", 3860 + "bit-set", 3861 + "bitflags 2.10.0", 3862 + "cfg_aliases", 3863 + "codespan-reporting", 3864 + "half", 3865 + "hashbrown 0.15.5", 3866 + "hexf-parse", 3867 + "indexmap", 3868 + "log", 3869 + "num-traits", 3870 + "once_cell", 3871 + "rustc-hash 1.1.0", 3872 + "spirv", 3873 + "strum 0.26.3", 3874 + "thiserror 2.0.17", 3875 + "unicode-ident", 3876 + ] 3877 + 3878 + [[package]] 3879 + name = "nanorand" 3880 + version = "0.7.0" 3881 + source = "registry+https://github.com/rust-lang/crates.io-index" 3882 + checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 3883 + dependencies = [ 3884 + "getrandom 0.2.17", 3885 + ] 3886 + 3887 + [[package]] 3888 + name = "new_debug_unreachable" 3889 + version = "1.0.6" 3890 + source = "registry+https://github.com/rust-lang/crates.io-index" 3891 + checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3892 + 3893 + [[package]] 3894 + name = "nix" 3895 + version = "0.29.0" 3896 + source = "registry+https://github.com/rust-lang/crates.io-index" 3897 + checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3898 + dependencies = [ 3899 + "bitflags 2.10.0", 3900 + "cfg-if", 3901 + "cfg_aliases", 3902 + "libc", 3903 + ] 3904 + 3905 + [[package]] 3906 + name = "nix" 3907 + version = "0.30.1" 3908 + source = "registry+https://github.com/rust-lang/crates.io-index" 3909 + checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3910 + dependencies = [ 3911 + "bitflags 2.10.0", 3912 + "cfg-if", 3913 + "cfg_aliases", 3914 + "libc", 3915 + ] 3916 + 3917 + [[package]] 1499 3918 name = "nom" 1500 3919 version = "7.1.3" 1501 3920 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1506 3925 ] 1507 3926 1508 3927 [[package]] 3928 + name = "nom" 3929 + version = "8.0.0" 3930 + source = "registry+https://github.com/rust-lang/crates.io-index" 3931 + checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 3932 + dependencies = [ 3933 + "memchr", 3934 + ] 3935 + 3936 + [[package]] 3937 + name = "noop_proc_macro" 3938 + version = "0.3.0" 3939 + source = "registry+https://github.com/rust-lang/crates.io-index" 3940 + checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 3941 + 3942 + [[package]] 3943 + name = "normpath" 3944 + version = "1.5.0" 3945 + source = "registry+https://github.com/rust-lang/crates.io-index" 3946 + checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b" 3947 + dependencies = [ 3948 + "windows-sys 0.61.2", 3949 + ] 3950 + 3951 + [[package]] 3952 + name = "notify" 3953 + version = "7.0.0" 3954 + source = "registry+https://github.com/rust-lang/crates.io-index" 3955 + checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009" 3956 + dependencies = [ 3957 + "bitflags 2.10.0", 3958 + "filetime", 3959 + "fsevent-sys", 3960 + "inotify", 3961 + "kqueue", 3962 + "libc", 3963 + "log", 3964 + "mio", 3965 + "notify-types", 3966 + "walkdir", 3967 + "windows-sys 0.52.0", 3968 + ] 3969 + 3970 + [[package]] 3971 + name = "notify-types" 3972 + version = "1.0.1" 3973 + source = "registry+https://github.com/rust-lang/crates.io-index" 3974 + checksum = "585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174" 3975 + dependencies = [ 3976 + "instant", 3977 + ] 3978 + 3979 + [[package]] 1509 3980 name = "ntapi" 1510 3981 version = "0.4.2" 1511 3982 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1515 3986 ] 1516 3987 1517 3988 [[package]] 3989 + name = "nu-ansi-term" 3990 + version = "0.50.3" 3991 + source = "registry+https://github.com/rust-lang/crates.io-index" 3992 + checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3993 + dependencies = [ 3994 + "windows-sys 0.61.2", 3995 + ] 3996 + 3997 + [[package]] 3998 + name = "num" 3999 + version = "0.4.3" 4000 + source = "registry+https://github.com/rust-lang/crates.io-index" 4001 + checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 4002 + dependencies = [ 4003 + "num-bigint", 4004 + "num-complex", 4005 + "num-integer", 4006 + "num-iter", 4007 + "num-rational", 4008 + "num-traits", 4009 + ] 4010 + 4011 + [[package]] 4012 + name = "num-bigint" 4013 + version = "0.4.6" 4014 + source = "registry+https://github.com/rust-lang/crates.io-index" 4015 + checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 4016 + dependencies = [ 4017 + "num-integer", 4018 + "num-traits", 4019 + ] 4020 + 4021 + [[package]] 1518 4022 name = "num-bigint-dig" 1519 - version = "0.8.4" 4023 + version = "0.8.6" 1520 4024 source = "registry+https://github.com/rust-lang/crates.io-index" 1521 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 4025 + checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 1522 4026 dependencies = [ 1523 - "byteorder", 1524 4027 "lazy_static", 1525 4028 "libm", 1526 4029 "num-integer", 1527 4030 "num-iter", 1528 4031 "num-traits", 1529 4032 "rand 0.8.5", 4033 + "serde", 1530 4034 "smallvec", 1531 4035 "zeroize", 1532 4036 ] 1533 4037 1534 4038 [[package]] 4039 + name = "num-complex" 4040 + version = "0.4.6" 4041 + source = "registry+https://github.com/rust-lang/crates.io-index" 4042 + checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 4043 + dependencies = [ 4044 + "num-traits", 4045 + ] 4046 + 4047 + [[package]] 4048 + name = "num-derive" 4049 + version = "0.4.2" 4050 + source = "registry+https://github.com/rust-lang/crates.io-index" 4051 + checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 4052 + dependencies = [ 4053 + "proc-macro2", 4054 + "quote", 4055 + "syn 2.0.114", 4056 + ] 4057 + 4058 + [[package]] 1535 4059 name = "num-integer" 1536 4060 version = "0.1.46" 1537 4061 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1552 4076 ] 1553 4077 1554 4078 [[package]] 4079 + name = "num-rational" 4080 + version = "0.4.2" 4081 + source = "registry+https://github.com/rust-lang/crates.io-index" 4082 + checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 4083 + dependencies = [ 4084 + "num-bigint", 4085 + "num-integer", 4086 + "num-traits", 4087 + ] 4088 + 4089 + [[package]] 1555 4090 name = "num-traits" 1556 4091 version = "0.2.19" 1557 4092 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1578 4113 checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1579 4114 1580 4115 [[package]] 4116 + name = "objc" 4117 + version = "0.2.7" 4118 + source = "registry+https://github.com/rust-lang/crates.io-index" 4119 + checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 4120 + dependencies = [ 4121 + "malloc_buf", 4122 + "objc_exception", 4123 + ] 4124 + 4125 + [[package]] 4126 + name = "objc-foundation" 4127 + version = "0.1.1" 4128 + source = "registry+https://github.com/rust-lang/crates.io-index" 4129 + checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 4130 + dependencies = [ 4131 + "block", 4132 + "objc", 4133 + "objc_id", 4134 + ] 4135 + 4136 + [[package]] 4137 + name = "objc2" 4138 + version = "0.6.3" 4139 + source = "registry+https://github.com/rust-lang/crates.io-index" 4140 + checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05" 4141 + dependencies = [ 4142 + "objc2-encode", 4143 + ] 4144 + 4145 + [[package]] 4146 + name = "objc2-app-kit" 4147 + version = "0.3.2" 4148 + source = "registry+https://github.com/rust-lang/crates.io-index" 4149 + checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c" 4150 + dependencies = [ 4151 + "bitflags 2.10.0", 4152 + "objc2", 4153 + "objc2-core-foundation", 4154 + "objc2-foundation", 4155 + "objc2-quartz-core", 4156 + ] 4157 + 4158 + [[package]] 1581 4159 name = "objc2-core-foundation" 1582 4160 version = "0.3.2" 1583 4161 source = "registry+https://github.com/rust-lang/crates.io-index" 1584 4162 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 1585 4163 dependencies = [ 1586 4164 "bitflags 2.10.0", 4165 + "dispatch2", 4166 + "objc2", 4167 + ] 4168 + 4169 + [[package]] 4170 + name = "objc2-encode" 4171 + version = "4.1.0" 4172 + source = "registry+https://github.com/rust-lang/crates.io-index" 4173 + checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" 4174 + 4175 + [[package]] 4176 + name = "objc2-foundation" 4177 + version = "0.3.2" 4178 + source = "registry+https://github.com/rust-lang/crates.io-index" 4179 + checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" 4180 + dependencies = [ 4181 + "bitflags 2.10.0", 4182 + "objc2", 4183 + "objc2-core-foundation", 1587 4184 ] 1588 4185 1589 4186 [[package]] ··· 1597 4194 ] 1598 4195 1599 4196 [[package]] 4197 + name = "objc2-metal" 4198 + version = "0.3.2" 4199 + source = "registry+https://github.com/rust-lang/crates.io-index" 4200 + checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" 4201 + dependencies = [ 4202 + "bitflags 2.10.0", 4203 + "block2", 4204 + "objc2", 4205 + "objc2-foundation", 4206 + ] 4207 + 4208 + [[package]] 4209 + name = "objc2-quartz-core" 4210 + version = "0.3.2" 4211 + source = "registry+https://github.com/rust-lang/crates.io-index" 4212 + checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" 4213 + dependencies = [ 4214 + "bitflags 2.10.0", 4215 + "objc2", 4216 + "objc2-core-foundation", 4217 + "objc2-foundation", 4218 + "objc2-metal", 4219 + ] 4220 + 4221 + [[package]] 4222 + name = "objc2-ui-kit" 4223 + version = "0.3.2" 4224 + source = "registry+https://github.com/rust-lang/crates.io-index" 4225 + checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" 4226 + dependencies = [ 4227 + "bitflags 2.10.0", 4228 + "objc2", 4229 + "objc2-core-foundation", 4230 + "objc2-foundation", 4231 + "objc2-quartz-core", 4232 + ] 4233 + 4234 + [[package]] 4235 + name = "objc_exception" 4236 + version = "0.1.2" 4237 + source = "registry+https://github.com/rust-lang/crates.io-index" 4238 + checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 4239 + dependencies = [ 4240 + "cc", 4241 + ] 4242 + 4243 + [[package]] 4244 + name = "objc_id" 4245 + version = "0.1.1" 4246 + source = "registry+https://github.com/rust-lang/crates.io-index" 4247 + checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 4248 + dependencies = [ 4249 + "objc", 4250 + ] 4251 + 4252 + [[package]] 1600 4253 name = "object" 1601 - version = "0.35.0" 4254 + version = "0.32.2" 1602 4255 source = "registry+https://github.com/rust-lang/crates.io-index" 1603 - checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e" 4256 + checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 4257 + dependencies = [ 4258 + "memchr", 4259 + ] 4260 + 4261 + [[package]] 4262 + name = "object" 4263 + version = "0.37.3" 4264 + source = "registry+https://github.com/rust-lang/crates.io-index" 4265 + checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1604 4266 dependencies = [ 1605 4267 "memchr", 1606 4268 ] ··· 1616 4278 1617 4279 [[package]] 1618 4280 name = "once_cell" 1619 - version = "1.19.0" 4281 + version = "1.21.3" 1620 4282 source = "registry+https://github.com/rust-lang/crates.io-index" 1621 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 4283 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 4284 + dependencies = [ 4285 + "portable-atomic", 4286 + ] 4287 + 4288 + [[package]] 4289 + name = "once_cell_polyfill" 4290 + version = "1.70.2" 4291 + source = "registry+https://github.com/rust-lang/crates.io-index" 4292 + checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 4293 + 4294 + [[package]] 4295 + name = "oo7" 4296 + version = "0.5.0" 4297 + source = "registry+https://github.com/rust-lang/crates.io-index" 4298 + checksum = "e3299dd401feaf1d45afd8fd1c0586f10fcfb22f244bb9afa942cec73503b89d" 4299 + dependencies = [ 4300 + "aes", 4301 + "ashpd", 4302 + "async-fs", 4303 + "async-io 2.6.0", 4304 + "async-lock 3.4.2", 4305 + "blocking", 4306 + "cbc", 4307 + "cipher", 4308 + "digest", 4309 + "endi", 4310 + "futures-lite 2.6.1", 4311 + "futures-util", 4312 + "getrandom 0.3.4", 4313 + "hkdf", 4314 + "hmac", 4315 + "md-5", 4316 + "num", 4317 + "num-bigint-dig", 4318 + "pbkdf2", 4319 + "rand 0.9.2", 4320 + "serde", 4321 + "sha2", 4322 + "subtle", 4323 + "zbus", 4324 + "zbus_macros", 4325 + "zeroize", 4326 + "zvariant", 4327 + ] 4328 + 4329 + [[package]] 4330 + name = "open" 4331 + version = "5.3.3" 4332 + source = "registry+https://github.com/rust-lang/crates.io-index" 4333 + checksum = "43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc" 4334 + dependencies = [ 4335 + "is-wsl", 4336 + "libc", 4337 + "pathdiff", 4338 + ] 1622 4339 1623 4340 [[package]] 1624 4341 name = "option-ext" ··· 1627 4344 checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1628 4345 1629 4346 [[package]] 4347 + name = "ordered-stream" 4348 + version = "0.2.0" 4349 + source = "registry+https://github.com/rust-lang/crates.io-index" 4350 + checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 4351 + dependencies = [ 4352 + "futures-core", 4353 + "pin-project-lite", 4354 + ] 4355 + 4356 + [[package]] 1630 4357 name = "parking" 1631 - version = "2.2.0" 4358 + version = "2.2.1" 1632 4359 source = "registry+https://github.com/rust-lang/crates.io-index" 1633 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 4360 + checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1634 4361 1635 4362 [[package]] 1636 4363 name = "parking_lot" 1637 - version = "0.12.3" 4364 + version = "0.12.5" 1638 4365 source = "registry+https://github.com/rust-lang/crates.io-index" 1639 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 4366 + checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1640 4367 dependencies = [ 1641 4368 "lock_api", 1642 4369 "parking_lot_core", ··· 1644 4371 1645 4372 [[package]] 1646 4373 name = "parking_lot_core" 1647 - version = "0.9.10" 4374 + version = "0.9.12" 1648 4375 source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 4376 + checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1650 4377 dependencies = [ 1651 4378 "cfg-if", 1652 4379 "libc", 1653 - "redox_syscall 0.5.1", 4380 + "redox_syscall 0.5.18", 1654 4381 "smallvec", 1655 - "windows-targets 0.52.5", 4382 + "windows-link 0.2.1", 1656 4383 ] 1657 4384 1658 4385 [[package]] ··· 1662 4389 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1663 4390 1664 4391 [[package]] 4392 + name = "pastey" 4393 + version = "0.1.1" 4394 + source = "registry+https://github.com/rust-lang/crates.io-index" 4395 + checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 4396 + 4397 + [[package]] 4398 + name = "pathdiff" 4399 + version = "0.2.3" 4400 + source = "registry+https://github.com/rust-lang/crates.io-index" 4401 + checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 4402 + 4403 + [[package]] 4404 + name = "pathfinder_geometry" 4405 + version = "0.5.1" 4406 + source = "registry+https://github.com/rust-lang/crates.io-index" 4407 + checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3" 4408 + dependencies = [ 4409 + "log", 4410 + "pathfinder_simd", 4411 + ] 4412 + 4413 + [[package]] 4414 + name = "pathfinder_simd" 4415 + version = "0.5.5" 4416 + source = "registry+https://github.com/rust-lang/crates.io-index" 4417 + checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57" 4418 + dependencies = [ 4419 + "rustc_version", 4420 + ] 4421 + 4422 + [[package]] 4423 + name = "pbkdf2" 4424 + version = "0.12.2" 4425 + source = "registry+https://github.com/rust-lang/crates.io-index" 4426 + checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 4427 + dependencies = [ 4428 + "digest", 4429 + "hmac", 4430 + ] 4431 + 4432 + [[package]] 1665 4433 name = "pem-rfc7468" 1666 4434 version = "0.7.0" 1667 4435 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1672 4440 1673 4441 [[package]] 1674 4442 name = "percent-encoding" 1675 - version = "2.3.1" 4443 + version = "2.3.2" 1676 4444 source = "registry+https://github.com/rust-lang/crates.io-index" 1677 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 4445 + checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 4446 + 4447 + [[package]] 4448 + name = "perf" 4449 + version = "0.1.0" 4450 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 4451 + dependencies = [ 4452 + "collections", 4453 + "serde", 4454 + "serde_json", 4455 + ] 4456 + 4457 + [[package]] 4458 + name = "phf" 4459 + version = "0.11.3" 4460 + source = "registry+https://github.com/rust-lang/crates.io-index" 4461 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 4462 + dependencies = [ 4463 + "phf_shared", 4464 + ] 4465 + 4466 + [[package]] 4467 + name = "phf_codegen" 4468 + version = "0.11.3" 4469 + source = "registry+https://github.com/rust-lang/crates.io-index" 4470 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 4471 + dependencies = [ 4472 + "phf_generator", 4473 + "phf_shared", 4474 + ] 4475 + 4476 + [[package]] 4477 + name = "phf_generator" 4478 + version = "0.11.3" 4479 + source = "registry+https://github.com/rust-lang/crates.io-index" 4480 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 4481 + dependencies = [ 4482 + "phf_shared", 4483 + "rand 0.8.5", 4484 + ] 4485 + 4486 + [[package]] 4487 + name = "phf_shared" 4488 + version = "0.11.3" 4489 + source = "registry+https://github.com/rust-lang/crates.io-index" 4490 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 4491 + dependencies = [ 4492 + "siphasher", 4493 + ] 4494 + 4495 + [[package]] 4496 + name = "pico-args" 4497 + version = "0.5.0" 4498 + source = "registry+https://github.com/rust-lang/crates.io-index" 4499 + checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 4500 + 4501 + [[package]] 4502 + name = "pin-project" 4503 + version = "1.1.10" 4504 + source = "registry+https://github.com/rust-lang/crates.io-index" 4505 + checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 4506 + dependencies = [ 4507 + "pin-project-internal", 4508 + ] 4509 + 4510 + [[package]] 4511 + name = "pin-project-internal" 4512 + version = "1.1.10" 4513 + source = "registry+https://github.com/rust-lang/crates.io-index" 4514 + checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 4515 + dependencies = [ 4516 + "proc-macro2", 4517 + "quote", 4518 + "syn 2.0.114", 4519 + ] 1678 4520 1679 4521 [[package]] 1680 4522 name = "pin-project-lite" 1681 - version = "0.2.14" 4523 + version = "0.2.16" 1682 4524 source = "registry+https://github.com/rust-lang/crates.io-index" 1683 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 4525 + checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1684 4526 1685 4527 [[package]] 1686 4528 name = "pin-utils" ··· 1690 4532 1691 4533 [[package]] 1692 4534 name = "piper" 1693 - version = "0.2.2" 4535 + version = "0.2.4" 1694 4536 source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf" 4537 + checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 1696 4538 dependencies = [ 1697 4539 "atomic-waker", 1698 - "fastrand 2.1.0", 4540 + "fastrand 2.3.0", 1699 4541 "futures-io", 1700 4542 ] 1701 4543 ··· 1727 4569 checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1728 4570 1729 4571 [[package]] 4572 + name = "png" 4573 + version = "0.17.16" 4574 + source = "registry+https://github.com/rust-lang/crates.io-index" 4575 + checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 4576 + dependencies = [ 4577 + "bitflags 1.3.2", 4578 + "crc32fast", 4579 + "fdeflate", 4580 + "flate2", 4581 + "miniz_oxide", 4582 + ] 4583 + 4584 + [[package]] 4585 + name = "png" 4586 + version = "0.18.0" 4587 + source = "registry+https://github.com/rust-lang/crates.io-index" 4588 + checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 4589 + dependencies = [ 4590 + "bitflags 2.10.0", 4591 + "crc32fast", 4592 + "fdeflate", 4593 + "flate2", 4594 + "miniz_oxide", 4595 + ] 4596 + 4597 + [[package]] 1730 4598 name = "polling" 1731 4599 version = "2.8.0" 1732 4600 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1744 4612 1745 4613 [[package]] 1746 4614 name = "polling" 1747 - version = "3.7.0" 4615 + version = "3.11.0" 1748 4616 source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3" 4617 + checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 1750 4618 dependencies = [ 1751 4619 "cfg-if", 1752 4620 "concurrent-queue", 1753 - "hermit-abi 0.3.9", 4621 + "hermit-abi 0.5.2", 1754 4622 "pin-project-lite", 1755 - "rustix 0.38.34", 1756 - "tracing", 1757 - "windows-sys 0.52.0", 4623 + "rustix 1.1.3", 4624 + "windows-sys 0.61.2", 1758 4625 ] 1759 4626 1760 4627 [[package]] 4628 + name = "pollster" 4629 + version = "0.2.5" 4630 + source = "registry+https://github.com/rust-lang/crates.io-index" 4631 + checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7" 4632 + 4633 + [[package]] 1761 4634 name = "portable-atomic" 1762 - version = "1.6.0" 4635 + version = "1.13.0" 1763 4636 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 4637 + checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" 4638 + 4639 + [[package]] 4640 + name = "portable-atomic-util" 4641 + version = "0.2.4" 4642 + source = "registry+https://github.com/rust-lang/crates.io-index" 4643 + checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 4644 + dependencies = [ 4645 + "portable-atomic", 4646 + ] 4647 + 4648 + [[package]] 4649 + name = "postage" 4650 + version = "0.5.0" 4651 + source = "registry+https://github.com/rust-lang/crates.io-index" 4652 + checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1" 4653 + dependencies = [ 4654 + "atomic", 4655 + "crossbeam-queue", 4656 + "futures", 4657 + "log", 4658 + "parking_lot", 4659 + "pin-project", 4660 + "pollster", 4661 + "static_assertions", 4662 + "thiserror 1.0.69", 4663 + ] 4664 + 4665 + [[package]] 4666 + name = "potential_utf" 4667 + version = "0.1.4" 4668 + source = "registry+https://github.com/rust-lang/crates.io-index" 4669 + checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 4670 + dependencies = [ 4671 + "zerovec", 4672 + ] 1765 4673 1766 4674 [[package]] 1767 4675 name = "ppv-lite86" 1768 - version = "0.2.17" 4676 + version = "0.2.21" 1769 4677 source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 4678 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 4679 + dependencies = [ 4680 + "zerocopy", 4681 + ] 4682 + 4683 + [[package]] 4684 + name = "precomputed-hash" 4685 + version = "0.1.1" 4686 + source = "registry+https://github.com/rust-lang/crates.io-index" 4687 + checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 1771 4688 1772 4689 [[package]] 1773 4690 name = "prettyplease" ··· 1785 4702 source = "registry+https://github.com/rust-lang/crates.io-index" 1786 4703 checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 1787 4704 dependencies = [ 1788 - "toml_edit", 4705 + "toml_edit 0.23.10+spec-1.0.0", 4706 + ] 4707 + 4708 + [[package]] 4709 + name = "proc-macro-error-attr2" 4710 + version = "2.0.0" 4711 + source = "registry+https://github.com/rust-lang/crates.io-index" 4712 + checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 4713 + dependencies = [ 4714 + "proc-macro2", 4715 + "quote", 4716 + ] 4717 + 4718 + [[package]] 4719 + name = "proc-macro-error2" 4720 + version = "2.0.1" 4721 + source = "registry+https://github.com/rust-lang/crates.io-index" 4722 + checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 4723 + dependencies = [ 4724 + "proc-macro-error-attr2", 4725 + "proc-macro2", 4726 + "quote", 4727 + "syn 2.0.114", 1789 4728 ] 1790 4729 1791 4730 [[package]] ··· 1798 4737 ] 1799 4738 1800 4739 [[package]] 4740 + name = "profiling" 4741 + version = "1.0.17" 4742 + source = "registry+https://github.com/rust-lang/crates.io-index" 4743 + checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" 4744 + dependencies = [ 4745 + "profiling-procmacros", 4746 + ] 4747 + 4748 + [[package]] 4749 + name = "profiling-procmacros" 4750 + version = "1.0.17" 4751 + source = "registry+https://github.com/rust-lang/crates.io-index" 4752 + checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" 4753 + dependencies = [ 4754 + "quote", 4755 + "syn 2.0.114", 4756 + ] 4757 + 4758 + [[package]] 4759 + name = "psm" 4760 + version = "0.1.28" 4761 + source = "registry+https://github.com/rust-lang/crates.io-index" 4762 + checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01" 4763 + dependencies = [ 4764 + "ar_archive_writer", 4765 + "cc", 4766 + ] 4767 + 4768 + [[package]] 4769 + name = "pxfm" 4770 + version = "0.1.27" 4771 + source = "registry+https://github.com/rust-lang/crates.io-index" 4772 + checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 4773 + dependencies = [ 4774 + "num-traits", 4775 + ] 4776 + 4777 + [[package]] 4778 + name = "qoi" 4779 + version = "0.4.1" 4780 + source = "registry+https://github.com/rust-lang/crates.io-index" 4781 + checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 4782 + dependencies = [ 4783 + "bytemuck", 4784 + ] 4785 + 4786 + [[package]] 4787 + name = "quick-error" 4788 + version = "2.0.1" 4789 + source = "registry+https://github.com/rust-lang/crates.io-index" 4790 + checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 4791 + 4792 + [[package]] 4793 + name = "quick-xml" 4794 + version = "0.30.0" 4795 + source = "registry+https://github.com/rust-lang/crates.io-index" 4796 + checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 4797 + dependencies = [ 4798 + "memchr", 4799 + ] 4800 + 4801 + [[package]] 4802 + name = "quick-xml" 4803 + version = "0.38.4" 4804 + source = "registry+https://github.com/rust-lang/crates.io-index" 4805 + checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 4806 + dependencies = [ 4807 + "memchr", 4808 + ] 4809 + 4810 + [[package]] 1801 4811 name = "quote" 1802 - version = "1.0.36" 4812 + version = "1.0.43" 1803 4813 source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 4814 + checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" 1805 4815 dependencies = [ 1806 4816 "proc-macro2", 1807 4817 ] 1808 4818 1809 4819 [[package]] 4820 + name = "r-efi" 4821 + version = "5.3.0" 4822 + source = "registry+https://github.com/rust-lang/crates.io-index" 4823 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 4824 + 4825 + [[package]] 1810 4826 name = "rand" 1811 4827 version = "0.4.6" 1812 4828 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1826 4842 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1827 4843 dependencies = [ 1828 4844 "libc", 1829 - "rand_chacha", 4845 + "rand_chacha 0.3.1", 1830 4846 "rand_core 0.6.4", 1831 4847 ] 1832 4848 1833 4849 [[package]] 4850 + name = "rand" 4851 + version = "0.9.2" 4852 + source = "registry+https://github.com/rust-lang/crates.io-index" 4853 + checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 4854 + dependencies = [ 4855 + "rand_chacha 0.9.0", 4856 + "rand_core 0.9.5", 4857 + ] 4858 + 4859 + [[package]] 1834 4860 name = "rand_chacha" 1835 4861 version = "0.3.1" 1836 4862 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1841 4867 ] 1842 4868 1843 4869 [[package]] 4870 + name = "rand_chacha" 4871 + version = "0.9.0" 4872 + source = "registry+https://github.com/rust-lang/crates.io-index" 4873 + checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4874 + dependencies = [ 4875 + "ppv-lite86", 4876 + "rand_core 0.9.5", 4877 + ] 4878 + 4879 + [[package]] 1844 4880 name = "rand_core" 1845 4881 version = "0.3.1" 1846 4882 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1861 4897 source = "registry+https://github.com/rust-lang/crates.io-index" 1862 4898 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1863 4899 dependencies = [ 1864 - "getrandom", 4900 + "getrandom 0.2.17", 4901 + ] 4902 + 4903 + [[package]] 4904 + name = "rand_core" 4905 + version = "0.9.5" 4906 + source = "registry+https://github.com/rust-lang/crates.io-index" 4907 + checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 4908 + dependencies = [ 4909 + "getrandom 0.3.4", 4910 + ] 4911 + 4912 + [[package]] 4913 + name = "rangemap" 4914 + version = "1.7.1" 4915 + source = "registry+https://github.com/rust-lang/crates.io-index" 4916 + checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" 4917 + 4918 + [[package]] 4919 + name = "rav1e" 4920 + version = "0.8.1" 4921 + source = "registry+https://github.com/rust-lang/crates.io-index" 4922 + checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b" 4923 + dependencies = [ 4924 + "aligned-vec", 4925 + "arbitrary", 4926 + "arg_enum_proc_macro", 4927 + "arrayvec", 4928 + "av-scenechange", 4929 + "av1-grain", 4930 + "bitstream-io", 4931 + "built", 4932 + "cfg-if", 4933 + "interpolate_name", 4934 + "itertools 0.14.0", 4935 + "libc", 4936 + "libfuzzer-sys", 4937 + "log", 4938 + "maybe-rayon", 4939 + "new_debug_unreachable", 4940 + "noop_proc_macro", 4941 + "num-derive", 4942 + "num-traits", 4943 + "paste", 4944 + "profiling", 4945 + "rand 0.9.2", 4946 + "rand_chacha 0.9.0", 4947 + "simd_helpers", 4948 + "thiserror 2.0.17", 4949 + "v_frame", 4950 + "wasm-bindgen", 4951 + ] 4952 + 4953 + [[package]] 4954 + name = "ravif" 4955 + version = "0.12.0" 4956 + source = "registry+https://github.com/rust-lang/crates.io-index" 4957 + checksum = "ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285" 4958 + dependencies = [ 4959 + "avif-serialize", 4960 + "imgref", 4961 + "loop9", 4962 + "quick-error", 4963 + "rav1e", 4964 + "rayon", 4965 + "rgb", 4966 + ] 4967 + 4968 + [[package]] 4969 + name = "raw-window-handle" 4970 + version = "0.6.2" 4971 + source = "registry+https://github.com/rust-lang/crates.io-index" 4972 + checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4973 + 4974 + [[package]] 4975 + name = "raw-window-metal" 4976 + version = "0.4.0" 4977 + source = "registry+https://github.com/rust-lang/crates.io-index" 4978 + checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1" 4979 + dependencies = [ 4980 + "cocoa 0.25.0", 4981 + "core-graphics 0.23.2", 4982 + "objc", 4983 + "raw-window-handle", 4984 + ] 4985 + 4986 + [[package]] 4987 + name = "rayon" 4988 + version = "1.11.0" 4989 + source = "registry+https://github.com/rust-lang/crates.io-index" 4990 + checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 4991 + dependencies = [ 4992 + "either", 4993 + "rayon-core", 4994 + ] 4995 + 4996 + [[package]] 4997 + name = "rayon-core" 4998 + version = "1.13.0" 4999 + source = "registry+https://github.com/rust-lang/crates.io-index" 5000 + checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 5001 + dependencies = [ 5002 + "crossbeam-deque", 5003 + "crossbeam-utils", 1865 5004 ] 1866 5005 1867 5006 [[package]] ··· 1874 5013 ] 1875 5014 1876 5015 [[package]] 5016 + name = "read-fonts" 5017 + version = "0.35.0" 5018 + source = "registry+https://github.com/rust-lang/crates.io-index" 5019 + checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358" 5020 + dependencies = [ 5021 + "bytemuck", 5022 + "font-types", 5023 + ] 5024 + 5025 + [[package]] 1877 5026 name = "readme-rustdocifier" 1878 5027 version = "0.1.1" 1879 5028 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1881 5030 1882 5031 [[package]] 1883 5032 name = "redox_syscall" 1884 - version = "0.4.1" 5033 + version = "0.2.16" 1885 5034 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 5035 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1887 5036 dependencies = [ 1888 5037 "bitflags 1.3.2", 1889 5038 ] 1890 5039 1891 5040 [[package]] 1892 5041 name = "redox_syscall" 1893 - version = "0.5.1" 5042 + version = "0.5.18" 1894 5043 source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 5044 + checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 5045 + dependencies = [ 5046 + "bitflags 2.10.0", 5047 + ] 5048 + 5049 + [[package]] 5050 + name = "redox_syscall" 5051 + version = "0.7.0" 5052 + source = "registry+https://github.com/rust-lang/crates.io-index" 5053 + checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 1896 5054 dependencies = [ 1897 5055 "bitflags 2.10.0", 1898 5056 ] 1899 5057 1900 5058 [[package]] 1901 5059 name = "redox_users" 1902 - version = "0.4.5" 5060 + version = "0.4.6" 1903 5061 source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 5062 + checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1905 5063 dependencies = [ 1906 - "getrandom", 5064 + "getrandom 0.2.17", 1907 5065 "libredox", 1908 - "thiserror", 5066 + "thiserror 1.0.69", 5067 + ] 5068 + 5069 + [[package]] 5070 + name = "ref-cast" 5071 + version = "1.0.25" 5072 + source = "registry+https://github.com/rust-lang/crates.io-index" 5073 + checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 5074 + dependencies = [ 5075 + "ref-cast-impl", 5076 + ] 5077 + 5078 + [[package]] 5079 + name = "ref-cast-impl" 5080 + version = "1.0.25" 5081 + source = "registry+https://github.com/rust-lang/crates.io-index" 5082 + checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 5083 + dependencies = [ 5084 + "proc-macro2", 5085 + "quote", 5086 + "syn 2.0.114", 5087 + ] 5088 + 5089 + [[package]] 5090 + name = "refineable" 5091 + version = "0.1.0" 5092 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 5093 + dependencies = [ 5094 + "derive_refineable", 1909 5095 ] 1910 5096 1911 5097 [[package]] 1912 5098 name = "regex" 1913 - version = "1.10.5" 5099 + version = "1.12.2" 1914 5100 source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 5101 + checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1916 5102 dependencies = [ 1917 5103 "aho-corasick", 1918 5104 "memchr", ··· 1922 5108 1923 5109 [[package]] 1924 5110 name = "regex-automata" 1925 - version = "0.4.6" 5111 + version = "0.4.13" 1926 5112 source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 5113 + checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1928 5114 dependencies = [ 1929 5115 "aho-corasick", 1930 5116 "memchr", ··· 1933 5119 1934 5120 [[package]] 1935 5121 name = "regex-syntax" 1936 - version = "0.8.3" 5122 + version = "0.8.8" 1937 5123 source = "registry+https://github.com/rust-lang/crates.io-index" 1938 - checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 5124 + checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1939 5125 1940 5126 [[package]] 1941 5127 name = "remove_dir_all" ··· 1947 5133 ] 1948 5134 1949 5135 [[package]] 5136 + name = "resvg" 5137 + version = "0.45.1" 5138 + source = "registry+https://github.com/rust-lang/crates.io-index" 5139 + checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43" 5140 + dependencies = [ 5141 + "log", 5142 + "pico-args", 5143 + "rgb", 5144 + "svgtypes", 5145 + "tiny-skia", 5146 + "usvg", 5147 + ] 5148 + 5149 + [[package]] 5150 + name = "rgb" 5151 + version = "0.8.52" 5152 + source = "registry+https://github.com/rust-lang/crates.io-index" 5153 + checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" 5154 + dependencies = [ 5155 + "bytemuck", 5156 + ] 5157 + 5158 + [[package]] 1950 5159 name = "rhai" 1951 - version = "1.19.0" 5160 + version = "1.23.6" 1952 5161 source = "registry+https://github.com/rust-lang/crates.io-index" 1953 - checksum = "61797318be89b1a268a018a92a7657096d83f3ecb31418b9e9c16dcbb043b702" 5162 + checksum = "f4e35aaaa439a5bda2f8d15251bc375e4edfac75f9865734644782c9701b5709" 1954 5163 dependencies = [ 1955 5164 "ahash", 1956 5165 "bitflags 2.10.0", ··· 1965 5174 1966 5175 [[package]] 1967 5176 name = "rhai_codegen" 1968 - version = "2.1.0" 5177 + version = "3.1.0" 1969 5178 source = "registry+https://github.com/rust-lang/crates.io-index" 1970 - checksum = "59aecf17969c04b9c0c5d21f6bc9da9fec9dd4980e64d1871443a476589d8c86" 5179 + checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6" 1971 5180 dependencies = [ 1972 5181 "proc-macro2", 1973 5182 "quote", ··· 1975 5184 ] 1976 5185 1977 5186 [[package]] 5187 + name = "ropey" 5188 + version = "2.0.0-beta.1" 5189 + source = "registry+https://github.com/rust-lang/crates.io-index" 5190 + checksum = "4045a00dc327d084a2bbf126976e14125b54f23bd30511d45b842eba76c52d74" 5191 + dependencies = [ 5192 + "str_indices", 5193 + ] 5194 + 5195 + [[package]] 5196 + name = "roxmltree" 5197 + version = "0.20.0" 5198 + source = "registry+https://github.com/rust-lang/crates.io-index" 5199 + checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 5200 + 5201 + [[package]] 1978 5202 name = "rsa" 1979 - version = "0.9.6" 5203 + version = "0.9.10" 1980 5204 source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 5205 + checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" 1982 5206 dependencies = [ 1983 5207 "const-oid", 1984 5208 "digest", ··· 2005 5229 ] 2006 5230 2007 5231 [[package]] 5232 + name = "rust-embed" 5233 + version = "8.11.0" 5234 + source = "registry+https://github.com/rust-lang/crates.io-index" 5235 + checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" 5236 + dependencies = [ 5237 + "rust-embed-impl", 5238 + "rust-embed-utils", 5239 + "walkdir", 5240 + ] 5241 + 5242 + [[package]] 5243 + name = "rust-embed-impl" 5244 + version = "8.11.0" 5245 + source = "registry+https://github.com/rust-lang/crates.io-index" 5246 + checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa" 5247 + dependencies = [ 5248 + "proc-macro2", 5249 + "quote", 5250 + "rust-embed-utils", 5251 + "syn 2.0.114", 5252 + "walkdir", 5253 + ] 5254 + 5255 + [[package]] 5256 + name = "rust-embed-utils" 5257 + version = "8.11.0" 5258 + source = "registry+https://github.com/rust-lang/crates.io-index" 5259 + checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1" 5260 + dependencies = [ 5261 + "globset", 5262 + "sha2", 5263 + "walkdir", 5264 + ] 5265 + 5266 + [[package]] 5267 + name = "rust-i18n" 5268 + version = "3.1.5" 5269 + source = "registry+https://github.com/rust-lang/crates.io-index" 5270 + checksum = "fda2551fdfaf6cc5ee283adc15e157047b92ae6535cf80f6d4962d05717dc332" 5271 + dependencies = [ 5272 + "globwalk", 5273 + "once_cell", 5274 + "regex", 5275 + "rust-i18n-macro", 5276 + "rust-i18n-support", 5277 + "smallvec", 5278 + ] 5279 + 5280 + [[package]] 5281 + name = "rust-i18n-macro" 5282 + version = "3.1.5" 5283 + source = "registry+https://github.com/rust-lang/crates.io-index" 5284 + checksum = "22baf7d7f56656d23ebe24f6bb57a5d40d2bce2a5f1c503e692b5b2fa450f965" 5285 + dependencies = [ 5286 + "glob", 5287 + "once_cell", 5288 + "proc-macro2", 5289 + "quote", 5290 + "rust-i18n-support", 5291 + "serde", 5292 + "serde_json", 5293 + "serde_yaml", 5294 + "syn 2.0.114", 5295 + ] 5296 + 5297 + [[package]] 5298 + name = "rust-i18n-support" 5299 + version = "3.1.5" 5300 + source = "registry+https://github.com/rust-lang/crates.io-index" 5301 + checksum = "940ed4f52bba4c0152056d771e563b7133ad9607d4384af016a134b58d758f19" 5302 + dependencies = [ 5303 + "arc-swap", 5304 + "base62", 5305 + "globwalk", 5306 + "itertools 0.11.0", 5307 + "lazy_static", 5308 + "normpath", 5309 + "once_cell", 5310 + "proc-macro2", 5311 + "regex", 5312 + "serde", 5313 + "serde_json", 5314 + "serde_yaml", 5315 + "siphasher", 5316 + "toml 0.8.23", 5317 + "triomphe", 5318 + ] 5319 + 5320 + [[package]] 2008 5321 name = "rustc-demangle" 2009 - version = "0.1.24" 5322 + version = "0.1.26" 2010 5323 source = "registry+https://github.com/rust-lang/crates.io-index" 2011 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 5324 + checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 5325 + 5326 + [[package]] 5327 + name = "rustc-hash" 5328 + version = "1.1.0" 5329 + source = "registry+https://github.com/rust-lang/crates.io-index" 5330 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2012 5331 2013 5332 [[package]] 2014 5333 name = "rustc-hash" ··· 2017 5336 checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2018 5337 2019 5338 [[package]] 5339 + name = "rustc_version" 5340 + version = "0.4.1" 5341 + source = "registry+https://github.com/rust-lang/crates.io-index" 5342 + checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 5343 + dependencies = [ 5344 + "semver", 5345 + ] 5346 + 5347 + [[package]] 2020 5348 name = "rustix" 2021 - version = "0.37.27" 5349 + version = "0.37.28" 2022 5350 source = "registry+https://github.com/rust-lang/crates.io-index" 2023 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 5351 + checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" 2024 5352 dependencies = [ 2025 5353 "bitflags 1.3.2", 2026 5354 "errno", ··· 2032 5360 2033 5361 [[package]] 2034 5362 name = "rustix" 2035 - version = "0.38.34" 5363 + version = "0.38.44" 2036 5364 source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 5365 + checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2038 5366 dependencies = [ 2039 5367 "bitflags 2.10.0", 2040 5368 "errno", 2041 5369 "libc", 2042 - "linux-raw-sys 0.4.14", 2043 - "windows-sys 0.52.0", 5370 + "linux-raw-sys 0.4.15", 5371 + "windows-sys 0.59.0", 5372 + ] 5373 + 5374 + [[package]] 5375 + name = "rustix" 5376 + version = "1.1.3" 5377 + source = "registry+https://github.com/rust-lang/crates.io-index" 5378 + checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 5379 + dependencies = [ 5380 + "bitflags 2.10.0", 5381 + "errno", 5382 + "libc", 5383 + "linux-raw-sys 0.11.0", 5384 + "windows-sys 0.61.2", 2044 5385 ] 2045 5386 2046 5387 [[package]] ··· 2050 5391 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2051 5392 2052 5393 [[package]] 5394 + name = "rustybuzz" 5395 + version = "0.14.1" 5396 + source = "registry+https://github.com/rust-lang/crates.io-index" 5397 + checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c" 5398 + dependencies = [ 5399 + "bitflags 2.10.0", 5400 + "bytemuck", 5401 + "libm", 5402 + "smallvec", 5403 + "ttf-parser 0.21.1", 5404 + "unicode-bidi-mirroring 0.2.0", 5405 + "unicode-ccc 0.2.0", 5406 + "unicode-properties", 5407 + "unicode-script", 5408 + ] 5409 + 5410 + [[package]] 5411 + name = "rustybuzz" 5412 + version = "0.20.1" 5413 + source = "registry+https://github.com/rust-lang/crates.io-index" 5414 + checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702" 5415 + dependencies = [ 5416 + "bitflags 2.10.0", 5417 + "bytemuck", 5418 + "core_maths", 5419 + "log", 5420 + "smallvec", 5421 + "ttf-parser 0.25.1", 5422 + "unicode-bidi-mirroring 0.4.0", 5423 + "unicode-ccc 0.4.0", 5424 + "unicode-properties", 5425 + "unicode-script", 5426 + ] 5427 + 5428 + [[package]] 2053 5429 name = "ryu" 2054 - version = "1.0.18" 5430 + version = "1.0.22" 2055 5431 source = "registry+https://github.com/rust-lang/crates.io-index" 2056 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 5432 + checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 2057 5433 2058 5434 [[package]] 2059 5435 name = "same-file" ··· 2065 5441 ] 2066 5442 2067 5443 [[package]] 5444 + name = "scheduler" 5445 + version = "0.1.0" 5446 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 5447 + dependencies = [ 5448 + "async-task", 5449 + "backtrace", 5450 + "chrono", 5451 + "flume", 5452 + "futures", 5453 + "parking_lot", 5454 + "rand 0.9.2", 5455 + ] 5456 + 5457 + [[package]] 5458 + name = "schemars" 5459 + version = "1.2.0" 5460 + source = "registry+https://github.com/rust-lang/crates.io-index" 5461 + checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2" 5462 + dependencies = [ 5463 + "dyn-clone", 5464 + "indexmap", 5465 + "ref-cast", 5466 + "schemars_derive", 5467 + "serde", 5468 + "serde_json", 5469 + ] 5470 + 5471 + [[package]] 5472 + name = "schemars_derive" 5473 + version = "1.2.0" 5474 + source = "registry+https://github.com/rust-lang/crates.io-index" 5475 + checksum = "4908ad288c5035a8eb12cfdf0d49270def0a268ee162b75eeee0f85d155a7c45" 5476 + dependencies = [ 5477 + "proc-macro2", 5478 + "quote", 5479 + "serde_derive_internals", 5480 + "syn 2.0.114", 5481 + ] 5482 + 5483 + [[package]] 5484 + name = "scoped-tls" 5485 + version = "1.0.1" 5486 + source = "registry+https://github.com/rust-lang/crates.io-index" 5487 + checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5488 + 5489 + [[package]] 2068 5490 name = "scopeguard" 2069 5491 version = "1.2.0" 2070 5492 source = "registry+https://github.com/rust-lang/crates.io-index" 2071 5493 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2072 5494 2073 5495 [[package]] 5496 + name = "screencapturekit" 5497 + version = "0.2.8" 5498 + source = "registry+https://github.com/rust-lang/crates.io-index" 5499 + checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e" 5500 + dependencies = [ 5501 + "screencapturekit-sys", 5502 + ] 5503 + 5504 + [[package]] 5505 + name = "screencapturekit-sys" 5506 + version = "0.2.8" 5507 + source = "registry+https://github.com/rust-lang/crates.io-index" 5508 + checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60" 5509 + dependencies = [ 5510 + "block", 5511 + "dispatch", 5512 + "objc", 5513 + "objc-foundation", 5514 + "objc_id", 5515 + "once_cell", 5516 + ] 5517 + 5518 + [[package]] 5519 + name = "seahash" 5520 + version = "4.1.0" 5521 + source = "registry+https://github.com/rust-lang/crates.io-index" 5522 + checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 5523 + 5524 + [[package]] 5525 + name = "self_cell" 5526 + version = "1.2.2" 5527 + source = "registry+https://github.com/rust-lang/crates.io-index" 5528 + checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 5529 + 5530 + [[package]] 5531 + name = "semver" 5532 + version = "1.0.27" 5533 + source = "registry+https://github.com/rust-lang/crates.io-index" 5534 + checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 5535 + dependencies = [ 5536 + "serde", 5537 + "serde_core", 5538 + ] 5539 + 5540 + [[package]] 2074 5541 name = "serde" 2075 5542 version = "1.0.228" 2076 5543 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2101 5568 ] 2102 5569 2103 5570 [[package]] 5571 + name = "serde_derive_internals" 5572 + version = "0.29.1" 5573 + source = "registry+https://github.com/rust-lang/crates.io-index" 5574 + checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 5575 + dependencies = [ 5576 + "proc-macro2", 5577 + "quote", 5578 + "syn 2.0.114", 5579 + ] 5580 + 5581 + [[package]] 5582 + name = "serde_fmt" 5583 + version = "1.1.0" 5584 + source = "registry+https://github.com/rust-lang/crates.io-index" 5585 + checksum = "6e497af288b3b95d067a23a4f749f2861121ffcb2f6d8379310dcda040c345ed" 5586 + dependencies = [ 5587 + "serde_core", 5588 + ] 5589 + 5590 + [[package]] 2104 5591 name = "serde_json" 2105 - version = "1.0.117" 5592 + version = "1.0.149" 2106 5593 source = "registry+https://github.com/rust-lang/crates.io-index" 2107 - checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 5594 + checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2108 5595 dependencies = [ 5596 + "indexmap", 2109 5597 "itoa", 5598 + "memchr", 5599 + "serde", 5600 + "serde_core", 5601 + "zmij", 5602 + ] 5603 + 5604 + [[package]] 5605 + name = "serde_json_lenient" 5606 + version = "0.2.4" 5607 + source = "registry+https://github.com/rust-lang/crates.io-index" 5608 + checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540" 5609 + dependencies = [ 5610 + "indexmap", 5611 + "itoa", 5612 + "memchr", 2110 5613 "ryu", 2111 5614 "serde", 2112 5615 ] 2113 5616 2114 5617 [[package]] 5618 + name = "serde_repr" 5619 + version = "0.1.20" 5620 + source = "registry+https://github.com/rust-lang/crates.io-index" 5621 + checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 5622 + dependencies = [ 5623 + "proc-macro2", 5624 + "quote", 5625 + "syn 2.0.114", 5626 + ] 5627 + 5628 + [[package]] 5629 + name = "serde_spanned" 5630 + version = "0.6.9" 5631 + source = "registry+https://github.com/rust-lang/crates.io-index" 5632 + checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 5633 + dependencies = [ 5634 + "serde", 5635 + ] 5636 + 5637 + [[package]] 2115 5638 name = "serde_spanned" 2116 5639 version = "1.0.4" 2117 5640 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2121 5644 ] 2122 5645 2123 5646 [[package]] 5647 + name = "serde_urlencoded" 5648 + version = "0.7.1" 5649 + source = "registry+https://github.com/rust-lang/crates.io-index" 5650 + checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 5651 + dependencies = [ 5652 + "form_urlencoded", 5653 + "itoa", 5654 + "ryu", 5655 + "serde", 5656 + ] 5657 + 5658 + [[package]] 5659 + name = "serde_yaml" 5660 + version = "0.9.34+deprecated" 5661 + source = "registry+https://github.com/rust-lang/crates.io-index" 5662 + checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 5663 + dependencies = [ 5664 + "indexmap", 5665 + "itoa", 5666 + "ryu", 5667 + "serde", 5668 + "unsafe-libyaml", 5669 + ] 5670 + 5671 + [[package]] 2124 5672 name = "sha1" 2125 5673 version = "0.10.6" 2126 5674 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2132 5680 ] 2133 5681 2134 5682 [[package]] 5683 + name = "sha1_smol" 5684 + version = "1.0.1" 5685 + source = "registry+https://github.com/rust-lang/crates.io-index" 5686 + checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 5687 + 5688 + [[package]] 2135 5689 name = "sha2" 2136 - version = "0.10.8" 5690 + version = "0.10.9" 2137 5691 source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5692 + checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2139 5693 dependencies = [ 2140 5694 "cfg-if", 2141 5695 "cpufeatures", ··· 2144 5698 2145 5699 [[package]] 2146 5700 name = "sha256" 2147 - version = "1.5.0" 5701 + version = "1.6.0" 2148 5702 source = "registry+https://github.com/rust-lang/crates.io-index" 2149 - checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0" 5703 + checksum = "f880fc8562bdeb709793f00eb42a2ad0e672c4f883bbe59122b926eca935c8f6" 2150 5704 dependencies = [ 2151 5705 "async-trait", 2152 5706 "bytes", ··· 2156 5710 ] 2157 5711 2158 5712 [[package]] 5713 + name = "sharded-slab" 5714 + version = "0.1.7" 5715 + source = "registry+https://github.com/rust-lang/crates.io-index" 5716 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 5717 + dependencies = [ 5718 + "lazy_static", 5719 + ] 5720 + 5721 + [[package]] 2159 5722 name = "shlex" 2160 5723 version = "1.3.0" 2161 5724 source = "registry+https://github.com/rust-lang/crates.io-index" 2162 5725 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 5726 + 5727 + [[package]] 5728 + name = "signal-hook-registry" 5729 + version = "1.4.8" 5730 + source = "registry+https://github.com/rust-lang/crates.io-index" 5731 + checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 5732 + dependencies = [ 5733 + "errno", 5734 + "libc", 5735 + ] 2163 5736 2164 5737 [[package]] 2165 5738 name = "signature" ··· 2172 5745 ] 2173 5746 2174 5747 [[package]] 5748 + name = "simd-adler32" 5749 + version = "0.3.8" 5750 + source = "registry+https://github.com/rust-lang/crates.io-index" 5751 + checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 5752 + 5753 + [[package]] 5754 + name = "simd_helpers" 5755 + version = "0.1.0" 5756 + source = "registry+https://github.com/rust-lang/crates.io-index" 5757 + checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 5758 + dependencies = [ 5759 + "quote", 5760 + ] 5761 + 5762 + [[package]] 2175 5763 name = "similar-string" 2176 5764 version = "1.4.3" 2177 5765 source = "registry+https://github.com/rust-lang/crates.io-index" 2178 5766 checksum = "d3ac42455f28f7f9fc2ca816746b7143356f51ae195abb35d5bb4ac3808c7fa3" 2179 5767 2180 5768 [[package]] 5769 + name = "simplecss" 5770 + version = "0.2.2" 5771 + source = "registry+https://github.com/rust-lang/crates.io-index" 5772 + checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c" 5773 + dependencies = [ 5774 + "log", 5775 + ] 5776 + 5777 + [[package]] 5778 + name = "siphasher" 5779 + version = "1.0.1" 5780 + source = "registry+https://github.com/rust-lang/crates.io-index" 5781 + checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 5782 + 5783 + [[package]] 5784 + name = "skrifa" 5785 + version = "0.37.0" 5786 + source = "registry+https://github.com/rust-lang/crates.io-index" 5787 + checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841" 5788 + dependencies = [ 5789 + "bytemuck", 5790 + "read-fonts", 5791 + ] 5792 + 5793 + [[package]] 2181 5794 name = "slab" 2182 - version = "0.4.9" 5795 + version = "0.4.11" 2183 5796 source = "registry+https://github.com/rust-lang/crates.io-index" 2184 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 5797 + checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 5798 + 5799 + [[package]] 5800 + name = "slotmap" 5801 + version = "1.1.1" 5802 + source = "registry+https://github.com/rust-lang/crates.io-index" 5803 + checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038" 2185 5804 dependencies = [ 2186 - "autocfg", 5805 + "version_check", 2187 5806 ] 2188 5807 2189 5808 [[package]] ··· 2204 5823 ] 2205 5824 2206 5825 [[package]] 5826 + name = "smol" 5827 + version = "2.0.2" 5828 + source = "registry+https://github.com/rust-lang/crates.io-index" 5829 + checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" 5830 + dependencies = [ 5831 + "async-channel 2.5.0", 5832 + "async-executor", 5833 + "async-fs", 5834 + "async-io 2.6.0", 5835 + "async-lock 3.4.2", 5836 + "async-net", 5837 + "async-process", 5838 + "blocking", 5839 + "futures-lite 2.6.1", 5840 + ] 5841 + 5842 + [[package]] 5843 + name = "smol_str" 5844 + version = "0.2.2" 5845 + source = "registry+https://github.com/rust-lang/crates.io-index" 5846 + checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 5847 + 5848 + [[package]] 2207 5849 name = "socket2" 2208 5850 version = "0.4.10" 2209 5851 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2215 5857 2216 5858 [[package]] 2217 5859 name = "spin" 2218 - version = "0.5.2" 5860 + version = "0.9.8" 2219 5861 source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 5862 + checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5863 + dependencies = [ 5864 + "lock_api", 5865 + ] 2221 5866 2222 5867 [[package]] 2223 5868 name = "spin" 2224 - version = "0.9.8" 5869 + version = "0.10.0" 2225 5870 source = "registry+https://github.com/rust-lang/crates.io-index" 2226 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5871 + checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 2227 5872 dependencies = [ 2228 5873 "lock_api", 5874 + ] 5875 + 5876 + [[package]] 5877 + name = "spirv" 5878 + version = "0.3.0+sdk-1.3.268.0" 5879 + source = "registry+https://github.com/rust-lang/crates.io-index" 5880 + checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 5881 + dependencies = [ 5882 + "bitflags 2.10.0", 2229 5883 ] 2230 5884 2231 5885 [[package]] ··· 2240 5894 2241 5895 [[package]] 2242 5896 name = "sqlformat" 2243 - version = "0.2.3" 5897 + version = "0.2.6" 2244 5898 source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" 5899 + checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" 2246 5900 dependencies = [ 2247 - "itertools", 2248 - "nom", 5901 + "nom 7.1.3", 2249 5902 "unicode_categories", 2250 5903 ] 2251 5904 ··· 2296 5949 "sha2", 2297 5950 "smallvec", 2298 5951 "sqlformat", 2299 - "thiserror", 5952 + "thiserror 1.0.69", 2300 5953 "tracing", 2301 5954 "url", 2302 5955 ] ··· 2346 5999 checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 2347 6000 dependencies = [ 2348 6001 "atoi", 2349 - "base64", 6002 + "base64 0.21.7", 2350 6003 "bitflags 2.10.0", 2351 6004 "byteorder", 2352 6005 "bytes", ··· 2376 6029 "smallvec", 2377 6030 "sqlx-core", 2378 6031 "stringprep", 2379 - "thiserror", 6032 + "thiserror 1.0.69", 2380 6033 "tracing", 2381 6034 "whoami", 2382 6035 ] ··· 2388 6041 checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 2389 6042 dependencies = [ 2390 6043 "atoi", 2391 - "base64", 6044 + "base64 0.21.7", 2392 6045 "bitflags 2.10.0", 2393 6046 "byteorder", 2394 6047 "crc", ··· 2414 6067 "smallvec", 2415 6068 "sqlx-core", 2416 6069 "stringprep", 2417 - "thiserror", 6070 + "thiserror 1.0.69", 2418 6071 "tracing", 2419 6072 "whoami", 2420 6073 ] ··· 2443 6096 ] 2444 6097 2445 6098 [[package]] 6099 + name = "stable_deref_trait" 6100 + version = "1.2.1" 6101 + source = "registry+https://github.com/rust-lang/crates.io-index" 6102 + checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 6103 + 6104 + [[package]] 6105 + name = "stacker" 6106 + version = "0.1.22" 6107 + source = "registry+https://github.com/rust-lang/crates.io-index" 6108 + checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59" 6109 + dependencies = [ 6110 + "cc", 6111 + "cfg-if", 6112 + "libc", 6113 + "psm", 6114 + "windows-sys 0.59.0", 6115 + ] 6116 + 6117 + [[package]] 6118 + name = "stacksafe" 6119 + version = "0.1.4" 6120 + source = "registry+https://github.com/rust-lang/crates.io-index" 6121 + checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090" 6122 + dependencies = [ 6123 + "stacker", 6124 + "stacksafe-macro", 6125 + ] 6126 + 6127 + [[package]] 6128 + name = "stacksafe-macro" 6129 + version = "0.1.4" 6130 + source = "registry+https://github.com/rust-lang/crates.io-index" 6131 + checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69" 6132 + dependencies = [ 6133 + "proc-macro-error2", 6134 + "quote", 6135 + "syn 2.0.114", 6136 + ] 6137 + 6138 + [[package]] 2446 6139 name = "static_assertions" 2447 6140 version = "1.1.0" 2448 6141 source = "registry+https://github.com/rust-lang/crates.io-index" 2449 6142 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2450 6143 2451 6144 [[package]] 6145 + name = "str_indices" 6146 + version = "0.4.4" 6147 + source = "registry+https://github.com/rust-lang/crates.io-index" 6148 + checksum = "d08889ec5408683408db66ad89e0e1f93dff55c73a4ccc71c427d5b277ee47e6" 6149 + 6150 + [[package]] 6151 + name = "streaming-iterator" 6152 + version = "0.1.9" 6153 + source = "registry+https://github.com/rust-lang/crates.io-index" 6154 + checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 6155 + 6156 + [[package]] 6157 + name = "strict-num" 6158 + version = "0.1.1" 6159 + source = "registry+https://github.com/rust-lang/crates.io-index" 6160 + checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 6161 + dependencies = [ 6162 + "float-cmp", 6163 + ] 6164 + 6165 + [[package]] 2452 6166 name = "string-builder" 2453 6167 version = "0.2.0" 2454 6168 source = "registry+https://github.com/rust-lang/crates.io-index" 2455 6169 checksum = "2bd10a070fb1f2796a288abec42695db4682a82b6f12ffacd60fb8d5ad3a4a12" 2456 6170 2457 6171 [[package]] 6172 + name = "string_cache" 6173 + version = "0.8.9" 6174 + source = "registry+https://github.com/rust-lang/crates.io-index" 6175 + checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 6176 + dependencies = [ 6177 + "new_debug_unreachable", 6178 + "parking_lot", 6179 + "phf_shared", 6180 + "precomputed-hash", 6181 + "serde", 6182 + ] 6183 + 6184 + [[package]] 6185 + name = "string_cache_codegen" 6186 + version = "0.5.4" 6187 + source = "registry+https://github.com/rust-lang/crates.io-index" 6188 + checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 6189 + dependencies = [ 6190 + "phf_generator", 6191 + "phf_shared", 6192 + "proc-macro2", 6193 + "quote", 6194 + ] 6195 + 6196 + [[package]] 2458 6197 name = "stringprep" 2459 6198 version = "0.1.5" 2460 6199 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2472 6211 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2473 6212 2474 6213 [[package]] 6214 + name = "strum" 6215 + version = "0.26.3" 6216 + source = "registry+https://github.com/rust-lang/crates.io-index" 6217 + checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 6218 + dependencies = [ 6219 + "strum_macros 0.26.4", 6220 + ] 6221 + 6222 + [[package]] 6223 + name = "strum" 6224 + version = "0.27.2" 6225 + source = "registry+https://github.com/rust-lang/crates.io-index" 6226 + checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 6227 + dependencies = [ 6228 + "strum_macros 0.27.2", 6229 + ] 6230 + 6231 + [[package]] 6232 + name = "strum_macros" 6233 + version = "0.26.4" 6234 + source = "registry+https://github.com/rust-lang/crates.io-index" 6235 + checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 6236 + dependencies = [ 6237 + "heck 0.5.0", 6238 + "proc-macro2", 6239 + "quote", 6240 + "rustversion", 6241 + "syn 2.0.114", 6242 + ] 6243 + 6244 + [[package]] 6245 + name = "strum_macros" 6246 + version = "0.27.2" 6247 + source = "registry+https://github.com/rust-lang/crates.io-index" 6248 + checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 6249 + dependencies = [ 6250 + "heck 0.5.0", 6251 + "proc-macro2", 6252 + "quote", 6253 + "syn 2.0.114", 6254 + ] 6255 + 6256 + [[package]] 2475 6257 name = "subtle" 2476 - version = "2.5.0" 6258 + version = "2.6.1" 6259 + source = "registry+https://github.com/rust-lang/crates.io-index" 6260 + checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 6261 + 6262 + [[package]] 6263 + name = "sum_tree" 6264 + version = "0.1.0" 6265 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 6266 + dependencies = [ 6267 + "arrayvec", 6268 + "log", 6269 + "rayon", 6270 + "tracing", 6271 + "ztracing", 6272 + ] 6273 + 6274 + [[package]] 6275 + name = "sval" 6276 + version = "2.16.0" 6277 + source = "registry+https://github.com/rust-lang/crates.io-index" 6278 + checksum = "502b8906c4736190684646827fbab1e954357dfe541013bbd7994d033d53a1ca" 6279 + 6280 + [[package]] 6281 + name = "sval_buffer" 6282 + version = "2.16.0" 6283 + source = "registry+https://github.com/rust-lang/crates.io-index" 6284 + checksum = "c4b854348b15b6c441bdd27ce9053569b016a0723eab2d015b1fd8e6abe4f708" 6285 + dependencies = [ 6286 + "sval", 6287 + "sval_ref", 6288 + ] 6289 + 6290 + [[package]] 6291 + name = "sval_dynamic" 6292 + version = "2.16.0" 6293 + source = "registry+https://github.com/rust-lang/crates.io-index" 6294 + checksum = "a0bd9e8b74410ddad37c6962587c5f9801a2caadba9e11f3f916ee3f31ae4a1f" 6295 + dependencies = [ 6296 + "sval", 6297 + ] 6298 + 6299 + [[package]] 6300 + name = "sval_fmt" 6301 + version = "2.16.0" 6302 + source = "registry+https://github.com/rust-lang/crates.io-index" 6303 + checksum = "6fe17b8deb33a9441280b4266c2d257e166bafbaea6e66b4b34ca139c91766d9" 6304 + dependencies = [ 6305 + "itoa", 6306 + "ryu", 6307 + "sval", 6308 + ] 6309 + 6310 + [[package]] 6311 + name = "sval_json" 6312 + version = "2.16.0" 6313 + source = "registry+https://github.com/rust-lang/crates.io-index" 6314 + checksum = "854addb048a5bafb1f496c98e0ab5b9b581c3843f03ca07c034ae110d3b7c623" 6315 + dependencies = [ 6316 + "itoa", 6317 + "ryu", 6318 + "sval", 6319 + ] 6320 + 6321 + [[package]] 6322 + name = "sval_nested" 6323 + version = "2.16.0" 6324 + source = "registry+https://github.com/rust-lang/crates.io-index" 6325 + checksum = "96cf068f482108ff44ae8013477cb047a1665d5f1a635ad7cf79582c1845dce9" 6326 + dependencies = [ 6327 + "sval", 6328 + "sval_buffer", 6329 + "sval_ref", 6330 + ] 6331 + 6332 + [[package]] 6333 + name = "sval_ref" 6334 + version = "2.16.0" 6335 + source = "registry+https://github.com/rust-lang/crates.io-index" 6336 + checksum = "ed02126365ffe5ab8faa0abd9be54fbe68d03d607cd623725b0a71541f8aaa6f" 6337 + dependencies = [ 6338 + "sval", 6339 + ] 6340 + 6341 + [[package]] 6342 + name = "sval_serde" 6343 + version = "2.16.0" 6344 + source = "registry+https://github.com/rust-lang/crates.io-index" 6345 + checksum = "a263383c6aa2076c4ef6011d3bae1b356edf6ea2613e3d8e8ebaa7b57dd707d5" 6346 + dependencies = [ 6347 + "serde_core", 6348 + "sval", 6349 + "sval_nested", 6350 + ] 6351 + 6352 + [[package]] 6353 + name = "svg_fmt" 6354 + version = "0.4.5" 6355 + source = "registry+https://github.com/rust-lang/crates.io-index" 6356 + checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb" 6357 + 6358 + [[package]] 6359 + name = "svgtypes" 6360 + version = "0.15.3" 6361 + source = "registry+https://github.com/rust-lang/crates.io-index" 6362 + checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc" 6363 + dependencies = [ 6364 + "kurbo", 6365 + "siphasher", 6366 + ] 6367 + 6368 + [[package]] 6369 + name = "swash" 6370 + version = "0.2.6" 2477 6371 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 6372 + checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a" 6373 + dependencies = [ 6374 + "skrifa", 6375 + "yazi", 6376 + "zeno", 6377 + ] 2479 6378 2480 6379 [[package]] 2481 6380 name = "syn" ··· 2497 6396 "proc-macro2", 2498 6397 "quote", 2499 6398 "unicode-ident", 6399 + ] 6400 + 6401 + [[package]] 6402 + name = "synstructure" 6403 + version = "0.13.2" 6404 + source = "registry+https://github.com/rust-lang/crates.io-index" 6405 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 6406 + dependencies = [ 6407 + "proc-macro2", 6408 + "quote", 6409 + "syn 2.0.114", 6410 + ] 6411 + 6412 + [[package]] 6413 + name = "sys-locale" 6414 + version = "0.3.2" 6415 + source = "registry+https://github.com/rust-lang/crates.io-index" 6416 + checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 6417 + dependencies = [ 6418 + "libc", 6419 + ] 6420 + 6421 + [[package]] 6422 + name = "sysinfo" 6423 + version = "0.31.4" 6424 + source = "registry+https://github.com/rust-lang/crates.io-index" 6425 + checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" 6426 + dependencies = [ 6427 + "core-foundation-sys", 6428 + "libc", 6429 + "memchr", 6430 + "ntapi", 6431 + "rayon", 6432 + "windows 0.57.0", 2500 6433 ] 2501 6434 2502 6435 [[package]] ··· 2510 6443 "ntapi", 2511 6444 "objc2-core-foundation", 2512 6445 "objc2-io-kit", 2513 - "windows", 6446 + "windows 0.61.3", 2514 6447 ] 2515 6448 2516 6449 [[package]] ··· 2522 6455 "cfg-expr", 2523 6456 "heck 0.5.0", 2524 6457 "pkg-config", 2525 - "toml", 6458 + "toml 0.9.11+spec-1.1.0", 2526 6459 "version-compare", 2527 6460 ] 2528 6461 2529 6462 [[package]] 6463 + name = "taffy" 6464 + version = "0.9.0" 6465 + source = "registry+https://github.com/rust-lang/crates.io-index" 6466 + checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004" 6467 + dependencies = [ 6468 + "arrayvec", 6469 + "grid", 6470 + "serde", 6471 + "slotmap", 6472 + ] 6473 + 6474 + [[package]] 6475 + name = "take-until" 6476 + version = "0.2.0" 6477 + source = "registry+https://github.com/rust-lang/crates.io-index" 6478 + checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb" 6479 + 6480 + [[package]] 6481 + name = "tao-core-video-sys" 6482 + version = "0.2.0" 6483 + source = "registry+https://github.com/rust-lang/crates.io-index" 6484 + checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6" 6485 + dependencies = [ 6486 + "cfg-if", 6487 + "core-foundation-sys", 6488 + "libc", 6489 + "objc", 6490 + ] 6491 + 6492 + [[package]] 2530 6493 name = "target-lexicon" 2531 6494 version = "0.13.3" 2532 6495 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2544 6507 2545 6508 [[package]] 2546 6509 name = "tempfile" 2547 - version = "3.10.1" 6510 + version = "3.24.0" 2548 6511 source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 6512 + checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 2550 6513 dependencies = [ 2551 - "cfg-if", 2552 - "fastrand 2.1.0", 2553 - "rustix 0.38.34", 2554 - "windows-sys 0.52.0", 6514 + "fastrand 2.3.0", 6515 + "getrandom 0.3.4", 6516 + "once_cell", 6517 + "rustix 1.1.3", 6518 + "windows-sys 0.61.2", 6519 + ] 6520 + 6521 + [[package]] 6522 + name = "tendril" 6523 + version = "0.4.3" 6524 + source = "registry+https://github.com/rust-lang/crates.io-index" 6525 + checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 6526 + dependencies = [ 6527 + "futf", 6528 + "mac", 6529 + "utf-8", 6530 + ] 6531 + 6532 + [[package]] 6533 + name = "termcolor" 6534 + version = "1.4.1" 6535 + source = "registry+https://github.com/rust-lang/crates.io-index" 6536 + checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 6537 + dependencies = [ 6538 + "winapi-util", 2555 6539 ] 2556 6540 2557 6541 [[package]] 2558 6542 name = "thin-vec" 2559 - version = "0.2.13" 6543 + version = "0.2.14" 2560 6544 source = "registry+https://github.com/rust-lang/crates.io-index" 2561 - checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" 6545 + checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" 2562 6546 2563 6547 [[package]] 2564 6548 name = "thiserror" 2565 - version = "1.0.61" 6549 + version = "1.0.69" 2566 6550 source = "registry+https://github.com/rust-lang/crates.io-index" 2567 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 6551 + checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2568 6552 dependencies = [ 2569 - "thiserror-impl", 6553 + "thiserror-impl 1.0.69", 6554 + ] 6555 + 6556 + [[package]] 6557 + name = "thiserror" 6558 + version = "2.0.17" 6559 + source = "registry+https://github.com/rust-lang/crates.io-index" 6560 + checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 6561 + dependencies = [ 6562 + "thiserror-impl 2.0.17", 2570 6563 ] 2571 6564 2572 6565 [[package]] 2573 6566 name = "thiserror-impl" 2574 - version = "1.0.61" 6567 + version = "1.0.69" 2575 6568 source = "registry+https://github.com/rust-lang/crates.io-index" 2576 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 6569 + checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2577 6570 dependencies = [ 2578 6571 "proc-macro2", 2579 6572 "quote", ··· 2581 6574 ] 2582 6575 2583 6576 [[package]] 6577 + name = "thiserror-impl" 6578 + version = "2.0.17" 6579 + source = "registry+https://github.com/rust-lang/crates.io-index" 6580 + checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 6581 + dependencies = [ 6582 + "proc-macro2", 6583 + "quote", 6584 + "syn 2.0.114", 6585 + ] 6586 + 6587 + [[package]] 6588 + name = "thread_local" 6589 + version = "1.1.9" 6590 + source = "registry+https://github.com/rust-lang/crates.io-index" 6591 + checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 6592 + dependencies = [ 6593 + "cfg-if", 6594 + ] 6595 + 6596 + [[package]] 6597 + name = "tiff" 6598 + version = "0.10.3" 6599 + source = "registry+https://github.com/rust-lang/crates.io-index" 6600 + checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f" 6601 + dependencies = [ 6602 + "fax", 6603 + "flate2", 6604 + "half", 6605 + "quick-error", 6606 + "weezl", 6607 + "zune-jpeg 0.4.21", 6608 + ] 6609 + 6610 + [[package]] 2584 6611 name = "tiny-keccak" 2585 6612 version = "2.0.2" 2586 6613 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2590 6617 ] 2591 6618 2592 6619 [[package]] 6620 + name = "tiny-skia" 6621 + version = "0.11.4" 6622 + source = "registry+https://github.com/rust-lang/crates.io-index" 6623 + checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 6624 + dependencies = [ 6625 + "arrayref", 6626 + "arrayvec", 6627 + "bytemuck", 6628 + "cfg-if", 6629 + "log", 6630 + "png 0.17.16", 6631 + "tiny-skia-path", 6632 + ] 6633 + 6634 + [[package]] 6635 + name = "tiny-skia-path" 6636 + version = "0.11.4" 6637 + source = "registry+https://github.com/rust-lang/crates.io-index" 6638 + checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 6639 + dependencies = [ 6640 + "arrayref", 6641 + "bytemuck", 6642 + "strict-num", 6643 + ] 6644 + 6645 + [[package]] 6646 + name = "tinystr" 6647 + version = "0.8.2" 6648 + source = "registry+https://github.com/rust-lang/crates.io-index" 6649 + checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 6650 + dependencies = [ 6651 + "displaydoc", 6652 + "zerovec", 6653 + ] 6654 + 6655 + [[package]] 2593 6656 name = "tinyvec" 2594 - version = "1.6.0" 6657 + version = "1.10.0" 2595 6658 source = "registry+https://github.com/rust-lang/crates.io-index" 2596 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 6659 + checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2597 6660 dependencies = [ 2598 6661 "tinyvec_macros", 2599 6662 ] ··· 2606 6669 2607 6670 [[package]] 2608 6671 name = "tokio" 2609 - version = "1.38.0" 6672 + version = "1.49.0" 2610 6673 source = "registry+https://github.com/rust-lang/crates.io-index" 2611 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 6674 + checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 2612 6675 dependencies = [ 2613 - "backtrace", 2614 6676 "bytes", 2615 6677 "pin-project-lite", 2616 6678 ] 2617 6679 2618 6680 [[package]] 2619 6681 name = "toml" 6682 + version = "0.8.23" 6683 + source = "registry+https://github.com/rust-lang/crates.io-index" 6684 + checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 6685 + dependencies = [ 6686 + "serde", 6687 + "serde_spanned 0.6.9", 6688 + "toml_datetime 0.6.11", 6689 + "toml_edit 0.22.27", 6690 + ] 6691 + 6692 + [[package]] 6693 + name = "toml" 2620 6694 version = "0.9.11+spec-1.1.0" 2621 6695 source = "registry+https://github.com/rust-lang/crates.io-index" 2622 6696 checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" 2623 6697 dependencies = [ 2624 6698 "indexmap", 2625 6699 "serde_core", 2626 - "serde_spanned", 2627 - "toml_datetime", 6700 + "serde_spanned 1.0.4", 6701 + "toml_datetime 0.7.5+spec-1.1.0", 2628 6702 "toml_parser", 2629 6703 "toml_writer", 2630 6704 "winnow", ··· 2632 6706 2633 6707 [[package]] 2634 6708 name = "toml_datetime" 6709 + version = "0.6.11" 6710 + source = "registry+https://github.com/rust-lang/crates.io-index" 6711 + checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 6712 + dependencies = [ 6713 + "serde", 6714 + ] 6715 + 6716 + [[package]] 6717 + name = "toml_datetime" 2635 6718 version = "0.7.5+spec-1.1.0" 2636 6719 source = "registry+https://github.com/rust-lang/crates.io-index" 2637 6720 checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" ··· 2641 6724 2642 6725 [[package]] 2643 6726 name = "toml_edit" 6727 + version = "0.22.27" 6728 + source = "registry+https://github.com/rust-lang/crates.io-index" 6729 + checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 6730 + dependencies = [ 6731 + "indexmap", 6732 + "serde", 6733 + "serde_spanned 0.6.9", 6734 + "toml_datetime 0.6.11", 6735 + "toml_write", 6736 + "winnow", 6737 + ] 6738 + 6739 + [[package]] 6740 + name = "toml_edit" 2644 6741 version = "0.23.10+spec-1.0.0" 2645 6742 source = "registry+https://github.com/rust-lang/crates.io-index" 2646 6743 checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" 2647 6744 dependencies = [ 2648 6745 "indexmap", 2649 - "toml_datetime", 6746 + "toml_datetime 0.7.5+spec-1.1.0", 2650 6747 "toml_parser", 2651 6748 "winnow", 2652 6749 ] ··· 2661 6758 ] 2662 6759 2663 6760 [[package]] 6761 + name = "toml_write" 6762 + version = "0.1.2" 6763 + source = "registry+https://github.com/rust-lang/crates.io-index" 6764 + checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 6765 + 6766 + [[package]] 2664 6767 name = "toml_writer" 2665 6768 version = "1.0.6+spec-1.1.0" 2666 6769 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2668 6771 2669 6772 [[package]] 2670 6773 name = "tracing" 2671 - version = "0.1.40" 6774 + version = "0.1.44" 2672 6775 source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 6776 + checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2674 6777 dependencies = [ 2675 6778 "log", 2676 6779 "pin-project-lite", ··· 2680 6783 2681 6784 [[package]] 2682 6785 name = "tracing-attributes" 2683 - version = "0.1.27" 6786 + version = "0.1.31" 2684 6787 source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 6788 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2686 6789 dependencies = [ 2687 6790 "proc-macro2", 2688 6791 "quote", ··· 2691 6794 2692 6795 [[package]] 2693 6796 name = "tracing-core" 2694 - version = "0.1.32" 6797 + version = "0.1.36" 2695 6798 source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 6799 + checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2697 6800 dependencies = [ 2698 6801 "once_cell", 6802 + "valuable", 6803 + ] 6804 + 6805 + [[package]] 6806 + name = "tracing-log" 6807 + version = "0.2.0" 6808 + source = "registry+https://github.com/rust-lang/crates.io-index" 6809 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 6810 + dependencies = [ 6811 + "log", 6812 + "once_cell", 6813 + "tracing-core", 6814 + ] 6815 + 6816 + [[package]] 6817 + name = "tracing-subscriber" 6818 + version = "0.3.22" 6819 + source = "registry+https://github.com/rust-lang/crates.io-index" 6820 + checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 6821 + dependencies = [ 6822 + "nu-ansi-term", 6823 + "sharded-slab", 6824 + "smallvec", 6825 + "thread_local", 6826 + "tracing-core", 6827 + "tracing-log", 6828 + ] 6829 + 6830 + [[package]] 6831 + name = "tree-sitter" 6832 + version = "0.25.10" 6833 + source = "registry+https://github.com/rust-lang/crates.io-index" 6834 + checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87" 6835 + dependencies = [ 6836 + "cc", 6837 + "regex", 6838 + "regex-syntax", 6839 + "serde_json", 6840 + "streaming-iterator", 6841 + "tree-sitter-language", 6842 + ] 6843 + 6844 + [[package]] 6845 + name = "tree-sitter-json" 6846 + version = "0.24.8" 6847 + source = "registry+https://github.com/rust-lang/crates.io-index" 6848 + checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471" 6849 + dependencies = [ 6850 + "cc", 6851 + "tree-sitter-language", 6852 + ] 6853 + 6854 + [[package]] 6855 + name = "tree-sitter-language" 6856 + version = "0.1.6" 6857 + source = "registry+https://github.com/rust-lang/crates.io-index" 6858 + checksum = "4ae62f7eae5eb549c71b76658648b72cc6111f2d87d24a1e31fa907f4943e3ce" 6859 + 6860 + [[package]] 6861 + name = "triomphe" 6862 + version = "0.1.15" 6863 + source = "registry+https://github.com/rust-lang/crates.io-index" 6864 + checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 6865 + dependencies = [ 6866 + "arc-swap", 6867 + "serde", 6868 + "stable_deref_trait", 6869 + ] 6870 + 6871 + [[package]] 6872 + name = "ttf-parser" 6873 + version = "0.20.0" 6874 + source = "registry+https://github.com/rust-lang/crates.io-index" 6875 + checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 6876 + 6877 + [[package]] 6878 + name = "ttf-parser" 6879 + version = "0.21.1" 6880 + source = "registry+https://github.com/rust-lang/crates.io-index" 6881 + checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8" 6882 + 6883 + [[package]] 6884 + name = "ttf-parser" 6885 + version = "0.25.1" 6886 + source = "registry+https://github.com/rust-lang/crates.io-index" 6887 + checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" 6888 + dependencies = [ 6889 + "core_maths", 2699 6890 ] 2700 6891 2701 6892 [[package]] ··· 2705 6896 "anyhow", 2706 6897 "async-std", 2707 6898 "audiotags", 2708 - "bindgen", 6899 + "bindgen 0.72.1", 2709 6900 "clap", 2710 6901 "directories", 2711 6902 "edit", ··· 2713 6904 "fs_extra", 2714 6905 "futures", 2715 6906 "glib", 6907 + "gpui", 6908 + "gpui-component", 2716 6909 "indicatif", 2717 6910 "infer", 2718 6911 "libc", ··· 2728 6921 "similar-string", 2729 6922 "sqlx", 2730 6923 "string-builder", 2731 - "sysinfo", 6924 + "sysinfo 0.37.2", 2732 6925 "tempdir", 2733 6926 "walkdir", 2734 6927 ] 2735 6928 2736 6929 [[package]] 6930 + name = "typeid" 6931 + version = "1.0.3" 6932 + source = "registry+https://github.com/rust-lang/crates.io-index" 6933 + checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 6934 + 6935 + [[package]] 2737 6936 name = "typenum" 2738 - version = "1.17.0" 6937 + version = "1.19.0" 2739 6938 source = "registry+https://github.com/rust-lang/crates.io-index" 2740 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 6939 + checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 6940 + 6941 + [[package]] 6942 + name = "uds_windows" 6943 + version = "1.1.0" 6944 + source = "registry+https://github.com/rust-lang/crates.io-index" 6945 + checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 6946 + dependencies = [ 6947 + "memoffset", 6948 + "tempfile", 6949 + "winapi", 6950 + ] 6951 + 6952 + [[package]] 6953 + name = "unicase" 6954 + version = "2.9.0" 6955 + source = "registry+https://github.com/rust-lang/crates.io-index" 6956 + checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 2741 6957 2742 6958 [[package]] 2743 6959 name = "unicode-bidi" 2744 - version = "0.3.15" 6960 + version = "0.3.18" 2745 6961 source = "registry+https://github.com/rust-lang/crates.io-index" 2746 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 6962 + checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 6963 + 6964 + [[package]] 6965 + name = "unicode-bidi-mirroring" 6966 + version = "0.2.0" 6967 + source = "registry+https://github.com/rust-lang/crates.io-index" 6968 + checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86" 6969 + 6970 + [[package]] 6971 + name = "unicode-bidi-mirroring" 6972 + version = "0.4.0" 6973 + source = "registry+https://github.com/rust-lang/crates.io-index" 6974 + checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe" 6975 + 6976 + [[package]] 6977 + name = "unicode-ccc" 6978 + version = "0.2.0" 6979 + source = "registry+https://github.com/rust-lang/crates.io-index" 6980 + checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656" 6981 + 6982 + [[package]] 6983 + name = "unicode-ccc" 6984 + version = "0.4.0" 6985 + source = "registry+https://github.com/rust-lang/crates.io-index" 6986 + checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e" 6987 + 6988 + [[package]] 6989 + name = "unicode-id" 6990 + version = "0.3.6" 6991 + source = "registry+https://github.com/rust-lang/crates.io-index" 6992 + checksum = "70ba288e709927c043cbe476718d37be306be53fb1fafecd0dbe36d072be2580" 2747 6993 2748 6994 [[package]] 2749 6995 name = "unicode-ident" 2750 - version = "1.0.12" 6996 + version = "1.0.22" 2751 6997 source = "registry+https://github.com/rust-lang/crates.io-index" 2752 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 6998 + checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 6999 + 7000 + [[package]] 7001 + name = "unicode-linebreak" 7002 + version = "0.1.5" 7003 + source = "registry+https://github.com/rust-lang/crates.io-index" 7004 + checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2753 7005 2754 7006 [[package]] 2755 7007 name = "unicode-normalization" 2756 - version = "0.1.23" 7008 + version = "0.1.25" 2757 7009 source = "registry+https://github.com/rust-lang/crates.io-index" 2758 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 7010 + checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 2759 7011 dependencies = [ 2760 7012 "tinyvec", 2761 7013 ] 2762 7014 2763 7015 [[package]] 2764 7016 name = "unicode-properties" 2765 - version = "0.1.1" 7017 + version = "0.1.4" 2766 7018 source = "registry+https://github.com/rust-lang/crates.io-index" 2767 - checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 7019 + checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 7020 + 7021 + [[package]] 7022 + name = "unicode-script" 7023 + version = "0.5.8" 7024 + source = "registry+https://github.com/rust-lang/crates.io-index" 7025 + checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee" 2768 7026 2769 7027 [[package]] 2770 7028 name = "unicode-segmentation" 2771 - version = "1.11.0" 7029 + version = "1.12.0" 2772 7030 source = "registry+https://github.com/rust-lang/crates.io-index" 2773 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 7031 + checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 7032 + 7033 + [[package]] 7034 + name = "unicode-vo" 7035 + version = "0.1.0" 7036 + source = "registry+https://github.com/rust-lang/crates.io-index" 7037 + checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 2774 7038 2775 7039 [[package]] 2776 7040 name = "unicode-width" 2777 - version = "0.1.13" 7041 + version = "0.2.2" 2778 7042 source = "registry+https://github.com/rust-lang/crates.io-index" 2779 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 7043 + checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 2780 7044 2781 7045 [[package]] 2782 7046 name = "unicode_categories" ··· 2785 7049 checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 2786 7050 2787 7051 [[package]] 7052 + name = "unsafe-libyaml" 7053 + version = "0.2.11" 7054 + source = "registry+https://github.com/rust-lang/crates.io-index" 7055 + checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 7056 + 7057 + [[package]] 2788 7058 name = "url" 2789 - version = "2.5.0" 7059 + version = "2.5.8" 2790 7060 source = "registry+https://github.com/rust-lang/crates.io-index" 2791 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 7061 + checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2792 7062 dependencies = [ 2793 7063 "form_urlencoded", 2794 7064 "idna", 2795 7065 "percent-encoding", 7066 + "serde", 7067 + "serde_derive", 2796 7068 ] 2797 7069 2798 7070 [[package]] ··· 2802 7074 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 2803 7075 2804 7076 [[package]] 7077 + name = "usvg" 7078 + version = "0.45.1" 7079 + source = "registry+https://github.com/rust-lang/crates.io-index" 7080 + checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef" 7081 + dependencies = [ 7082 + "base64 0.22.1", 7083 + "data-url", 7084 + "flate2", 7085 + "fontdb 0.23.0", 7086 + "imagesize", 7087 + "kurbo", 7088 + "log", 7089 + "pico-args", 7090 + "roxmltree", 7091 + "rustybuzz 0.20.1", 7092 + "simplecss", 7093 + "siphasher", 7094 + "strict-num", 7095 + "svgtypes", 7096 + "tiny-skia-path", 7097 + "unicode-bidi", 7098 + "unicode-script", 7099 + "unicode-vo", 7100 + "xmlwriter", 7101 + ] 7102 + 7103 + [[package]] 7104 + name = "utf-8" 7105 + version = "0.7.6" 7106 + source = "registry+https://github.com/rust-lang/crates.io-index" 7107 + checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 7108 + 7109 + [[package]] 7110 + name = "utf8_iter" 7111 + version = "1.0.4" 7112 + source = "registry+https://github.com/rust-lang/crates.io-index" 7113 + checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 7114 + 7115 + [[package]] 2805 7116 name = "utf8parse" 2806 - version = "0.2.1" 7117 + version = "0.2.2" 2807 7118 source = "registry+https://github.com/rust-lang/crates.io-index" 2808 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 7119 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 7120 + 7121 + [[package]] 7122 + name = "util" 7123 + version = "0.1.0" 7124 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 7125 + dependencies = [ 7126 + "anyhow", 7127 + "async-fs", 7128 + "async_zip", 7129 + "collections", 7130 + "command-fds", 7131 + "dirs 4.0.0", 7132 + "dunce", 7133 + "futures", 7134 + "futures-lite 1.13.0", 7135 + "globset", 7136 + "itertools 0.14.0", 7137 + "libc", 7138 + "log", 7139 + "mach2", 7140 + "nix 0.29.0", 7141 + "regex", 7142 + "rust-embed", 7143 + "schemars", 7144 + "serde", 7145 + "serde_json", 7146 + "serde_json_lenient", 7147 + "shlex", 7148 + "smol", 7149 + "take-until", 7150 + "tempfile", 7151 + "tendril", 7152 + "unicase", 7153 + "walkdir", 7154 + "which 6.0.3", 7155 + ] 7156 + 7157 + [[package]] 7158 + name = "util_macros" 7159 + version = "0.1.0" 7160 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 7161 + dependencies = [ 7162 + "perf", 7163 + "quote", 7164 + "syn 2.0.114", 7165 + ] 2809 7166 2810 7167 [[package]] 2811 7168 name = "uuid" ··· 2813 7170 source = "registry+https://github.com/rust-lang/crates.io-index" 2814 7171 checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 2815 7172 dependencies = [ 7173 + "getrandom 0.3.4", 2816 7174 "js-sys", 7175 + "serde_core", 7176 + "sha1_smol", 2817 7177 "wasm-bindgen", 2818 7178 ] 2819 7179 2820 7180 [[package]] 7181 + name = "v_frame" 7182 + version = "0.3.9" 7183 + source = "registry+https://github.com/rust-lang/crates.io-index" 7184 + checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" 7185 + dependencies = [ 7186 + "aligned-vec", 7187 + "num-traits", 7188 + "wasm-bindgen", 7189 + ] 7190 + 7191 + [[package]] 7192 + name = "valuable" 7193 + version = "0.1.1" 7194 + source = "registry+https://github.com/rust-lang/crates.io-index" 7195 + checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 7196 + 7197 + [[package]] 2821 7198 name = "value-bag" 2822 7199 version = "1.12.0" 2823 7200 source = "registry+https://github.com/rust-lang/crates.io-index" 2824 7201 checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0" 7202 + dependencies = [ 7203 + "value-bag-serde1", 7204 + "value-bag-sval2", 7205 + ] 7206 + 7207 + [[package]] 7208 + name = "value-bag-serde1" 7209 + version = "1.12.0" 7210 + source = "registry+https://github.com/rust-lang/crates.io-index" 7211 + checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5" 7212 + dependencies = [ 7213 + "erased-serde", 7214 + "serde_core", 7215 + "serde_fmt", 7216 + ] 7217 + 7218 + [[package]] 7219 + name = "value-bag-sval2" 7220 + version = "1.12.0" 7221 + source = "registry+https://github.com/rust-lang/crates.io-index" 7222 + checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f" 7223 + dependencies = [ 7224 + "sval", 7225 + "sval_buffer", 7226 + "sval_dynamic", 7227 + "sval_fmt", 7228 + "sval_json", 7229 + "sval_ref", 7230 + "sval_serde", 7231 + ] 2825 7232 2826 7233 [[package]] 2827 7234 name = "vcpkg" ··· 2837 7244 2838 7245 [[package]] 2839 7246 name = "version_check" 2840 - version = "0.9.4" 7247 + version = "0.9.5" 2841 7248 source = "registry+https://github.com/rust-lang/crates.io-index" 2842 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 7249 + checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 7250 + 7251 + [[package]] 7252 + name = "vswhom" 7253 + version = "0.1.0" 7254 + source = "registry+https://github.com/rust-lang/crates.io-index" 7255 + checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 7256 + dependencies = [ 7257 + "libc", 7258 + "vswhom-sys", 7259 + ] 7260 + 7261 + [[package]] 7262 + name = "vswhom-sys" 7263 + version = "0.1.3" 7264 + source = "registry+https://github.com/rust-lang/crates.io-index" 7265 + checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150" 7266 + dependencies = [ 7267 + "cc", 7268 + "libc", 7269 + ] 2843 7270 2844 7271 [[package]] 2845 7272 name = "waker-fn" ··· 2859 7286 2860 7287 [[package]] 2861 7288 name = "wasi" 2862 - version = "0.11.0+wasi-snapshot-preview1" 7289 + version = "0.11.1+wasi-snapshot-preview1" 2863 7290 source = "registry+https://github.com/rust-lang/crates.io-index" 2864 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 7291 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 7292 + 7293 + [[package]] 7294 + name = "wasip2" 7295 + version = "1.0.1+wasi-0.2.4" 7296 + source = "registry+https://github.com/rust-lang/crates.io-index" 7297 + checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 7298 + dependencies = [ 7299 + "wit-bindgen", 7300 + ] 2865 7301 2866 7302 [[package]] 2867 7303 name = "wasite" ··· 2871 7307 2872 7308 [[package]] 2873 7309 name = "wasm-bindgen" 2874 - version = "0.2.106" 7310 + version = "0.2.108" 2875 7311 source = "registry+https://github.com/rust-lang/crates.io-index" 2876 - checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 7312 + checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 2877 7313 dependencies = [ 2878 7314 "cfg-if", 2879 7315 "once_cell", ··· 2884 7320 2885 7321 [[package]] 2886 7322 name = "wasm-bindgen-futures" 2887 - version = "0.4.42" 7323 + version = "0.4.58" 2888 7324 source = "registry+https://github.com/rust-lang/crates.io-index" 2889 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 7325 + checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 2890 7326 dependencies = [ 2891 7327 "cfg-if", 7328 + "futures-util", 2892 7329 "js-sys", 7330 + "once_cell", 2893 7331 "wasm-bindgen", 2894 7332 "web-sys", 2895 7333 ] 2896 7334 2897 7335 [[package]] 2898 7336 name = "wasm-bindgen-macro" 2899 - version = "0.2.106" 7337 + version = "0.2.108" 2900 7338 source = "registry+https://github.com/rust-lang/crates.io-index" 2901 - checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 7339 + checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 2902 7340 dependencies = [ 2903 7341 "quote", 2904 7342 "wasm-bindgen-macro-support", ··· 2906 7344 2907 7345 [[package]] 2908 7346 name = "wasm-bindgen-macro-support" 2909 - version = "0.2.106" 7347 + version = "0.2.108" 2910 7348 source = "registry+https://github.com/rust-lang/crates.io-index" 2911 - checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 7349 + checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 2912 7350 dependencies = [ 2913 7351 "bumpalo", 2914 7352 "proc-macro2", ··· 2919 7357 2920 7358 [[package]] 2921 7359 name = "wasm-bindgen-shared" 2922 - version = "0.2.106" 7360 + version = "0.2.108" 2923 7361 source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 7362 + checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 2925 7363 dependencies = [ 2926 7364 "unicode-ident", 2927 7365 ] 2928 7366 2929 7367 [[package]] 7368 + name = "wayland-backend" 7369 + version = "0.3.12" 7370 + source = "registry+https://github.com/rust-lang/crates.io-index" 7371 + checksum = "fee64194ccd96bf648f42a65a7e589547096dfa702f7cadef84347b66ad164f9" 7372 + dependencies = [ 7373 + "cc", 7374 + "downcast-rs", 7375 + "rustix 1.1.3", 7376 + "scoped-tls", 7377 + "smallvec", 7378 + "wayland-sys", 7379 + ] 7380 + 7381 + [[package]] 7382 + name = "wayland-client" 7383 + version = "0.31.12" 7384 + source = "registry+https://github.com/rust-lang/crates.io-index" 7385 + checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec" 7386 + dependencies = [ 7387 + "bitflags 2.10.0", 7388 + "rustix 1.1.3", 7389 + "wayland-backend", 7390 + "wayland-scanner", 7391 + ] 7392 + 7393 + [[package]] 7394 + name = "wayland-cursor" 7395 + version = "0.31.12" 7396 + source = "registry+https://github.com/rust-lang/crates.io-index" 7397 + checksum = "5864c4b5b6064b06b1e8b74ead4a98a6c45a285fe7a0e784d24735f011fdb078" 7398 + dependencies = [ 7399 + "rustix 1.1.3", 7400 + "wayland-client", 7401 + "xcursor", 7402 + ] 7403 + 7404 + [[package]] 7405 + name = "wayland-protocols" 7406 + version = "0.32.10" 7407 + source = "registry+https://github.com/rust-lang/crates.io-index" 7408 + checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3" 7409 + dependencies = [ 7410 + "bitflags 2.10.0", 7411 + "wayland-backend", 7412 + "wayland-client", 7413 + "wayland-scanner", 7414 + ] 7415 + 7416 + [[package]] 7417 + name = "wayland-protocols-plasma" 7418 + version = "0.3.10" 7419 + source = "registry+https://github.com/rust-lang/crates.io-index" 7420 + checksum = "aa98634619300a535a9a97f338aed9a5ff1e01a461943e8346ff4ae26007306b" 7421 + dependencies = [ 7422 + "bitflags 2.10.0", 7423 + "wayland-backend", 7424 + "wayland-client", 7425 + "wayland-protocols", 7426 + "wayland-scanner", 7427 + ] 7428 + 7429 + [[package]] 7430 + name = "wayland-protocols-wlr" 7431 + version = "0.3.10" 7432 + source = "registry+https://github.com/rust-lang/crates.io-index" 7433 + checksum = "e9597cdf02cf0c34cd5823786dce6b5ae8598f05c2daf5621b6e178d4f7345f3" 7434 + dependencies = [ 7435 + "bitflags 2.10.0", 7436 + "wayland-backend", 7437 + "wayland-client", 7438 + "wayland-protocols", 7439 + "wayland-scanner", 7440 + ] 7441 + 7442 + [[package]] 7443 + name = "wayland-scanner" 7444 + version = "0.31.8" 7445 + source = "registry+https://github.com/rust-lang/crates.io-index" 7446 + checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3" 7447 + dependencies = [ 7448 + "proc-macro2", 7449 + "quick-xml 0.38.4", 7450 + "quote", 7451 + ] 7452 + 7453 + [[package]] 7454 + name = "wayland-sys" 7455 + version = "0.31.8" 7456 + source = "registry+https://github.com/rust-lang/crates.io-index" 7457 + checksum = "1e6dbfc3ac5ef974c92a2235805cc0114033018ae1290a72e474aa8b28cbbdfd" 7458 + dependencies = [ 7459 + "dlib", 7460 + "log", 7461 + "once_cell", 7462 + "pkg-config", 7463 + ] 7464 + 7465 + [[package]] 2930 7466 name = "web-sys" 2931 - version = "0.3.67" 7467 + version = "0.3.85" 2932 7468 source = "registry+https://github.com/rust-lang/crates.io-index" 2933 - checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" 7469 + checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 7470 + dependencies = [ 7471 + "js-sys", 7472 + "wasm-bindgen", 7473 + ] 7474 + 7475 + [[package]] 7476 + name = "web-time" 7477 + version = "1.1.0" 7478 + source = "registry+https://github.com/rust-lang/crates.io-index" 7479 + checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2934 7480 dependencies = [ 2935 7481 "js-sys", 2936 7482 "wasm-bindgen", 2937 7483 ] 2938 7484 2939 7485 [[package]] 7486 + name = "weezl" 7487 + version = "0.1.12" 7488 + source = "registry+https://github.com/rust-lang/crates.io-index" 7489 + checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" 7490 + 7491 + [[package]] 2940 7492 name = "which" 2941 7493 version = "4.4.2" 2942 7494 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2945 7497 "either", 2946 7498 "home", 2947 7499 "once_cell", 2948 - "rustix 0.38.34", 7500 + "rustix 0.38.44", 7501 + ] 7502 + 7503 + [[package]] 7504 + name = "which" 7505 + version = "6.0.3" 7506 + source = "registry+https://github.com/rust-lang/crates.io-index" 7507 + checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" 7508 + dependencies = [ 7509 + "either", 7510 + "home", 7511 + "rustix 0.38.44", 7512 + "winsafe", 2949 7513 ] 2950 7514 2951 7515 [[package]] 2952 7516 name = "whoami" 2953 - version = "1.5.1" 7517 + version = "1.6.1" 2954 7518 source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" 7519 + checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2956 7520 dependencies = [ 2957 - "redox_syscall 0.4.1", 7521 + "libredox", 2958 7522 "wasite", 2959 7523 ] 2960 7524 ··· 2976 7540 2977 7541 [[package]] 2978 7542 name = "winapi-util" 2979 - version = "0.1.8" 7543 + version = "0.1.11" 2980 7544 source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 7545 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2982 7546 dependencies = [ 2983 - "windows-sys 0.52.0", 7547 + "windows-sys 0.61.2", 2984 7548 ] 2985 7549 2986 7550 [[package]] ··· 2991 7555 2992 7556 [[package]] 2993 7557 name = "windows" 7558 + version = "0.57.0" 7559 + source = "registry+https://github.com/rust-lang/crates.io-index" 7560 + checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" 7561 + dependencies = [ 7562 + "windows-core 0.57.0", 7563 + "windows-targets 0.52.6", 7564 + ] 7565 + 7566 + [[package]] 7567 + name = "windows" 2994 7568 version = "0.61.3" 2995 7569 source = "registry+https://github.com/rust-lang/crates.io-index" 2996 7570 checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 2997 7571 dependencies = [ 2998 7572 "windows-collections", 2999 - "windows-core", 7573 + "windows-core 0.61.2", 3000 7574 "windows-future", 3001 7575 "windows-link 0.1.3", 3002 7576 "windows-numerics", 3003 7577 ] 3004 7578 3005 7579 [[package]] 7580 + name = "windows-capture" 7581 + version = "1.5.0" 7582 + source = "registry+https://github.com/rust-lang/crates.io-index" 7583 + checksum = "3a4df73e95feddb9ec1a7e9c2ca6323b8c97d5eeeff78d28f1eccdf19c882b24" 7584 + dependencies = [ 7585 + "parking_lot", 7586 + "rayon", 7587 + "thiserror 2.0.17", 7588 + "windows 0.61.3", 7589 + "windows-future", 7590 + ] 7591 + 7592 + [[package]] 3006 7593 name = "windows-collections" 3007 7594 version = "0.2.0" 3008 7595 source = "registry+https://github.com/rust-lang/crates.io-index" 3009 7596 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3010 7597 dependencies = [ 3011 - "windows-core", 7598 + "windows-core 0.61.2", 7599 + ] 7600 + 7601 + [[package]] 7602 + name = "windows-core" 7603 + version = "0.57.0" 7604 + source = "registry+https://github.com/rust-lang/crates.io-index" 7605 + checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" 7606 + dependencies = [ 7607 + "windows-implement 0.57.0", 7608 + "windows-interface 0.57.0", 7609 + "windows-result 0.1.2", 7610 + "windows-targets 0.52.6", 3012 7611 ] 3013 7612 3014 7613 [[package]] ··· 3017 7616 source = "registry+https://github.com/rust-lang/crates.io-index" 3018 7617 checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3019 7618 dependencies = [ 3020 - "windows-implement", 3021 - "windows-interface", 7619 + "windows-implement 0.60.2", 7620 + "windows-interface 0.59.3", 3022 7621 "windows-link 0.1.3", 3023 - "windows-result", 3024 - "windows-strings", 7622 + "windows-result 0.3.4", 7623 + "windows-strings 0.4.2", 7624 + ] 7625 + 7626 + [[package]] 7627 + name = "windows-core" 7628 + version = "0.62.2" 7629 + source = "registry+https://github.com/rust-lang/crates.io-index" 7630 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 7631 + dependencies = [ 7632 + "windows-implement 0.60.2", 7633 + "windows-interface 0.59.3", 7634 + "windows-link 0.2.1", 7635 + "windows-result 0.4.1", 7636 + "windows-strings 0.5.1", 3025 7637 ] 3026 7638 3027 7639 [[package]] ··· 3030 7642 source = "registry+https://github.com/rust-lang/crates.io-index" 3031 7643 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3032 7644 dependencies = [ 3033 - "windows-core", 7645 + "windows-core 0.61.2", 3034 7646 "windows-link 0.1.3", 3035 7647 "windows-threading", 3036 7648 ] 3037 7649 3038 7650 [[package]] 3039 7651 name = "windows-implement" 7652 + version = "0.57.0" 7653 + source = "registry+https://github.com/rust-lang/crates.io-index" 7654 + checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7" 7655 + dependencies = [ 7656 + "proc-macro2", 7657 + "quote", 7658 + "syn 2.0.114", 7659 + ] 7660 + 7661 + [[package]] 7662 + name = "windows-implement" 3040 7663 version = "0.60.2" 3041 7664 source = "registry+https://github.com/rust-lang/crates.io-index" 3042 7665 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 7666 + dependencies = [ 7667 + "proc-macro2", 7668 + "quote", 7669 + "syn 2.0.114", 7670 + ] 7671 + 7672 + [[package]] 7673 + name = "windows-interface" 7674 + version = "0.57.0" 7675 + source = "registry+https://github.com/rust-lang/crates.io-index" 7676 + checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7" 3043 7677 dependencies = [ 3044 7678 "proc-macro2", 3045 7679 "quote", ··· 3075 7709 source = "registry+https://github.com/rust-lang/crates.io-index" 3076 7710 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3077 7711 dependencies = [ 3078 - "windows-core", 7712 + "windows-core 0.61.2", 3079 7713 "windows-link 0.1.3", 3080 7714 ] 3081 7715 3082 7716 [[package]] 7717 + name = "windows-registry" 7718 + version = "0.5.3" 7719 + source = "registry+https://github.com/rust-lang/crates.io-index" 7720 + checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 7721 + dependencies = [ 7722 + "windows-link 0.1.3", 7723 + "windows-result 0.3.4", 7724 + "windows-strings 0.4.2", 7725 + ] 7726 + 7727 + [[package]] 7728 + name = "windows-result" 7729 + version = "0.1.2" 7730 + source = "registry+https://github.com/rust-lang/crates.io-index" 7731 + checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 7732 + dependencies = [ 7733 + "windows-targets 0.52.6", 7734 + ] 7735 + 7736 + [[package]] 3083 7737 name = "windows-result" 3084 7738 version = "0.3.4" 3085 7739 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3089 7743 ] 3090 7744 3091 7745 [[package]] 7746 + name = "windows-result" 7747 + version = "0.4.1" 7748 + source = "registry+https://github.com/rust-lang/crates.io-index" 7749 + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 7750 + dependencies = [ 7751 + "windows-link 0.2.1", 7752 + ] 7753 + 7754 + [[package]] 3092 7755 name = "windows-strings" 3093 7756 version = "0.4.2" 3094 7757 source = "registry+https://github.com/rust-lang/crates.io-index" 3095 7758 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3096 7759 dependencies = [ 3097 7760 "windows-link 0.1.3", 7761 + ] 7762 + 7763 + [[package]] 7764 + name = "windows-strings" 7765 + version = "0.5.1" 7766 + source = "registry+https://github.com/rust-lang/crates.io-index" 7767 + checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 7768 + dependencies = [ 7769 + "windows-link 0.2.1", 3098 7770 ] 3099 7771 3100 7772 [[package]] ··· 3112 7784 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 7785 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3114 7786 dependencies = [ 3115 - "windows-targets 0.52.5", 7787 + "windows-targets 0.52.6", 7788 + ] 7789 + 7790 + [[package]] 7791 + name = "windows-sys" 7792 + version = "0.59.0" 7793 + source = "registry+https://github.com/rust-lang/crates.io-index" 7794 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 7795 + dependencies = [ 7796 + "windows-targets 0.52.6", 7797 + ] 7798 + 7799 + [[package]] 7800 + name = "windows-sys" 7801 + version = "0.60.2" 7802 + source = "registry+https://github.com/rust-lang/crates.io-index" 7803 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 7804 + dependencies = [ 7805 + "windows-targets 0.53.5", 7806 + ] 7807 + 7808 + [[package]] 7809 + name = "windows-sys" 7810 + version = "0.61.2" 7811 + source = "registry+https://github.com/rust-lang/crates.io-index" 7812 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 7813 + dependencies = [ 7814 + "windows-link 0.2.1", 3116 7815 ] 3117 7816 3118 7817 [[package]] ··· 3132 7831 3133 7832 [[package]] 3134 7833 name = "windows-targets" 3135 - version = "0.52.5" 7834 + version = "0.52.6" 3136 7835 source = "registry+https://github.com/rust-lang/crates.io-index" 3137 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 7836 + checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3138 7837 dependencies = [ 3139 - "windows_aarch64_gnullvm 0.52.5", 3140 - "windows_aarch64_msvc 0.52.5", 3141 - "windows_i686_gnu 0.52.5", 3142 - "windows_i686_gnullvm", 3143 - "windows_i686_msvc 0.52.5", 3144 - "windows_x86_64_gnu 0.52.5", 3145 - "windows_x86_64_gnullvm 0.52.5", 3146 - "windows_x86_64_msvc 0.52.5", 7838 + "windows_aarch64_gnullvm 0.52.6", 7839 + "windows_aarch64_msvc 0.52.6", 7840 + "windows_i686_gnu 0.52.6", 7841 + "windows_i686_gnullvm 0.52.6", 7842 + "windows_i686_msvc 0.52.6", 7843 + "windows_x86_64_gnu 0.52.6", 7844 + "windows_x86_64_gnullvm 0.52.6", 7845 + "windows_x86_64_msvc 0.52.6", 7846 + ] 7847 + 7848 + [[package]] 7849 + name = "windows-targets" 7850 + version = "0.53.5" 7851 + source = "registry+https://github.com/rust-lang/crates.io-index" 7852 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 7853 + dependencies = [ 7854 + "windows-link 0.2.1", 7855 + "windows_aarch64_gnullvm 0.53.1", 7856 + "windows_aarch64_msvc 0.53.1", 7857 + "windows_i686_gnu 0.53.1", 7858 + "windows_i686_gnullvm 0.53.1", 7859 + "windows_i686_msvc 0.53.1", 7860 + "windows_x86_64_gnu 0.53.1", 7861 + "windows_x86_64_gnullvm 0.53.1", 7862 + "windows_x86_64_msvc 0.53.1", 3147 7863 ] 3148 7864 3149 7865 [[package]] ··· 3163 7879 3164 7880 [[package]] 3165 7881 name = "windows_aarch64_gnullvm" 3166 - version = "0.52.5" 7882 + version = "0.52.6" 3167 7883 source = "registry+https://github.com/rust-lang/crates.io-index" 3168 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 7884 + checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7885 + 7886 + [[package]] 7887 + name = "windows_aarch64_gnullvm" 7888 + version = "0.53.1" 7889 + source = "registry+https://github.com/rust-lang/crates.io-index" 7890 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3169 7891 3170 7892 [[package]] 3171 7893 name = "windows_aarch64_msvc" ··· 3175 7897 3176 7898 [[package]] 3177 7899 name = "windows_aarch64_msvc" 3178 - version = "0.52.5" 7900 + version = "0.52.6" 3179 7901 source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 7902 + checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7903 + 7904 + [[package]] 7905 + name = "windows_aarch64_msvc" 7906 + version = "0.53.1" 7907 + source = "registry+https://github.com/rust-lang/crates.io-index" 7908 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3181 7909 3182 7910 [[package]] 3183 7911 name = "windows_i686_gnu" ··· 3187 7915 3188 7916 [[package]] 3189 7917 name = "windows_i686_gnu" 3190 - version = "0.52.5" 7918 + version = "0.52.6" 3191 7919 source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 7920 + checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7921 + 7922 + [[package]] 7923 + name = "windows_i686_gnu" 7924 + version = "0.53.1" 7925 + source = "registry+https://github.com/rust-lang/crates.io-index" 7926 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3193 7927 3194 7928 [[package]] 3195 7929 name = "windows_i686_gnullvm" 3196 - version = "0.52.5" 7930 + version = "0.52.6" 3197 7931 source = "registry+https://github.com/rust-lang/crates.io-index" 3198 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 7932 + checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7933 + 7934 + [[package]] 7935 + name = "windows_i686_gnullvm" 7936 + version = "0.53.1" 7937 + source = "registry+https://github.com/rust-lang/crates.io-index" 7938 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3199 7939 3200 7940 [[package]] 3201 7941 name = "windows_i686_msvc" ··· 3205 7945 3206 7946 [[package]] 3207 7947 name = "windows_i686_msvc" 3208 - version = "0.52.5" 7948 + version = "0.52.6" 3209 7949 source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 7950 + checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7951 + 7952 + [[package]] 7953 + name = "windows_i686_msvc" 7954 + version = "0.53.1" 7955 + source = "registry+https://github.com/rust-lang/crates.io-index" 7956 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3211 7957 3212 7958 [[package]] 3213 7959 name = "windows_x86_64_gnu" ··· 3217 7963 3218 7964 [[package]] 3219 7965 name = "windows_x86_64_gnu" 3220 - version = "0.52.5" 7966 + version = "0.52.6" 3221 7967 source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 7968 + checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7969 + 7970 + [[package]] 7971 + name = "windows_x86_64_gnu" 7972 + version = "0.53.1" 7973 + source = "registry+https://github.com/rust-lang/crates.io-index" 7974 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3223 7975 3224 7976 [[package]] 3225 7977 name = "windows_x86_64_gnullvm" ··· 3229 7981 3230 7982 [[package]] 3231 7983 name = "windows_x86_64_gnullvm" 3232 - version = "0.52.5" 7984 + version = "0.52.6" 3233 7985 source = "registry+https://github.com/rust-lang/crates.io-index" 3234 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 7986 + checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7987 + 7988 + [[package]] 7989 + name = "windows_x86_64_gnullvm" 7990 + version = "0.53.1" 7991 + source = "registry+https://github.com/rust-lang/crates.io-index" 7992 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3235 7993 3236 7994 [[package]] 3237 7995 name = "windows_x86_64_msvc" ··· 3241 7999 3242 8000 [[package]] 3243 8001 name = "windows_x86_64_msvc" 3244 - version = "0.52.5" 8002 + version = "0.52.6" 3245 8003 source = "registry+https://github.com/rust-lang/crates.io-index" 3246 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 8004 + checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 8005 + 8006 + [[package]] 8007 + name = "windows_x86_64_msvc" 8008 + version = "0.53.1" 8009 + source = "registry+https://github.com/rust-lang/crates.io-index" 8010 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3247 8011 3248 8012 [[package]] 3249 8013 name = "winnow" ··· 3255 8019 ] 3256 8020 3257 8021 [[package]] 8022 + name = "winreg" 8023 + version = "0.55.0" 8024 + source = "registry+https://github.com/rust-lang/crates.io-index" 8025 + checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" 8026 + dependencies = [ 8027 + "cfg-if", 8028 + "windows-sys 0.59.0", 8029 + ] 8030 + 8031 + [[package]] 8032 + name = "winsafe" 8033 + version = "0.0.19" 8034 + source = "registry+https://github.com/rust-lang/crates.io-index" 8035 + checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" 8036 + 8037 + [[package]] 8038 + name = "wio" 8039 + version = "0.2.2" 8040 + source = "registry+https://github.com/rust-lang/crates.io-index" 8041 + checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 8042 + dependencies = [ 8043 + "winapi", 8044 + ] 8045 + 8046 + [[package]] 8047 + name = "wit-bindgen" 8048 + version = "0.46.0" 8049 + source = "registry+https://github.com/rust-lang/crates.io-index" 8050 + checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 8051 + 8052 + [[package]] 8053 + name = "workspace-hack" 8054 + version = "0.1.0" 8055 + source = "registry+https://github.com/rust-lang/crates.io-index" 8056 + checksum = "beffa227304dbaea3ad6a06ac674f9bc83a3dec3b7f63eeb442de37e7cb6bb01" 8057 + 8058 + [[package]] 8059 + name = "writeable" 8060 + version = "0.6.2" 8061 + source = "registry+https://github.com/rust-lang/crates.io-index" 8062 + checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 8063 + 8064 + [[package]] 8065 + name = "x11" 8066 + version = "2.21.0" 8067 + source = "registry+https://github.com/rust-lang/crates.io-index" 8068 + checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 8069 + dependencies = [ 8070 + "libc", 8071 + "pkg-config", 8072 + ] 8073 + 8074 + [[package]] 8075 + name = "x11-clipboard" 8076 + version = "0.9.3" 8077 + source = "registry+https://github.com/rust-lang/crates.io-index" 8078 + checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3" 8079 + dependencies = [ 8080 + "libc", 8081 + "x11rb", 8082 + ] 8083 + 8084 + [[package]] 8085 + name = "x11rb" 8086 + version = "0.13.2" 8087 + source = "registry+https://github.com/rust-lang/crates.io-index" 8088 + checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414" 8089 + dependencies = [ 8090 + "as-raw-xcb-connection", 8091 + "gethostname", 8092 + "libc", 8093 + "rustix 1.1.3", 8094 + "x11rb-protocol", 8095 + "xcursor", 8096 + ] 8097 + 8098 + [[package]] 8099 + name = "x11rb-protocol" 8100 + version = "0.13.2" 8101 + source = "registry+https://github.com/rust-lang/crates.io-index" 8102 + checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd" 8103 + 8104 + [[package]] 8105 + name = "xattr" 8106 + version = "0.2.3" 8107 + source = "registry+https://github.com/rust-lang/crates.io-index" 8108 + checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 8109 + dependencies = [ 8110 + "libc", 8111 + ] 8112 + 8113 + [[package]] 8114 + name = "xcb" 8115 + version = "1.7.0" 8116 + source = "registry+https://github.com/rust-lang/crates.io-index" 8117 + checksum = "ee4c580d8205abb0a5cf4eb7e927bd664e425b6c3263f9c5310583da96970cf6" 8118 + dependencies = [ 8119 + "bitflags 1.3.2", 8120 + "libc", 8121 + "quick-xml 0.30.0", 8122 + "x11", 8123 + ] 8124 + 8125 + [[package]] 8126 + name = "xcursor" 8127 + version = "0.3.10" 8128 + source = "registry+https://github.com/rust-lang/crates.io-index" 8129 + checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" 8130 + 8131 + [[package]] 8132 + name = "xim-ctext" 8133 + version = "0.3.0" 8134 + source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8" 8135 + dependencies = [ 8136 + "encoding_rs", 8137 + ] 8138 + 8139 + [[package]] 8140 + name = "xim-parser" 8141 + version = "0.2.1" 8142 + source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8" 8143 + dependencies = [ 8144 + "bitflags 2.10.0", 8145 + ] 8146 + 8147 + [[package]] 8148 + name = "xkbcommon" 8149 + version = "0.8.0" 8150 + source = "registry+https://github.com/rust-lang/crates.io-index" 8151 + checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" 8152 + dependencies = [ 8153 + "as-raw-xcb-connection", 8154 + "libc", 8155 + "memmap2", 8156 + "xkeysym", 8157 + ] 8158 + 8159 + [[package]] 8160 + name = "xkeysym" 8161 + version = "0.2.1" 8162 + source = "registry+https://github.com/rust-lang/crates.io-index" 8163 + checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 8164 + 8165 + [[package]] 8166 + name = "xml5ever" 8167 + version = "0.18.1" 8168 + source = "registry+https://github.com/rust-lang/crates.io-index" 8169 + checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 8170 + dependencies = [ 8171 + "log", 8172 + "mac", 8173 + "markup5ever", 8174 + ] 8175 + 8176 + [[package]] 8177 + name = "xmlwriter" 8178 + version = "0.1.0" 8179 + source = "registry+https://github.com/rust-lang/crates.io-index" 8180 + checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" 8181 + 8182 + [[package]] 8183 + name = "y4m" 8184 + version = "0.8.0" 8185 + source = "registry+https://github.com/rust-lang/crates.io-index" 8186 + checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" 8187 + 8188 + [[package]] 8189 + name = "yazi" 8190 + version = "0.2.1" 8191 + source = "registry+https://github.com/rust-lang/crates.io-index" 8192 + checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5" 8193 + 8194 + [[package]] 8195 + name = "yeslogic-fontconfig-sys" 8196 + version = "6.0.0" 8197 + source = "registry+https://github.com/rust-lang/crates.io-index" 8198 + checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" 8199 + dependencies = [ 8200 + "dlib", 8201 + "once_cell", 8202 + "pkg-config", 8203 + ] 8204 + 8205 + [[package]] 8206 + name = "yoke" 8207 + version = "0.8.1" 8208 + source = "registry+https://github.com/rust-lang/crates.io-index" 8209 + checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 8210 + dependencies = [ 8211 + "stable_deref_trait", 8212 + "yoke-derive", 8213 + "zerofrom", 8214 + ] 8215 + 8216 + [[package]] 8217 + name = "yoke-derive" 8218 + version = "0.8.1" 8219 + source = "registry+https://github.com/rust-lang/crates.io-index" 8220 + checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 8221 + dependencies = [ 8222 + "proc-macro2", 8223 + "quote", 8224 + "syn 2.0.114", 8225 + "synstructure", 8226 + ] 8227 + 8228 + [[package]] 8229 + name = "zbus" 8230 + version = "5.13.1" 8231 + source = "registry+https://github.com/rust-lang/crates.io-index" 8232 + checksum = "17f79257df967b6779afa536788657777a0001f5b42524fcaf5038d4344df40b" 8233 + dependencies = [ 8234 + "async-broadcast", 8235 + "async-executor", 8236 + "async-io 2.6.0", 8237 + "async-lock 3.4.2", 8238 + "async-process", 8239 + "async-recursion", 8240 + "async-task", 8241 + "async-trait", 8242 + "blocking", 8243 + "enumflags2", 8244 + "event-listener 5.4.1", 8245 + "futures-core", 8246 + "futures-lite 2.6.1", 8247 + "hex", 8248 + "libc", 8249 + "ordered-stream", 8250 + "rustix 1.1.3", 8251 + "serde", 8252 + "serde_repr", 8253 + "tracing", 8254 + "uds_windows", 8255 + "uuid", 8256 + "windows-sys 0.61.2", 8257 + "winnow", 8258 + "zbus_macros", 8259 + "zbus_names", 8260 + "zvariant", 8261 + ] 8262 + 8263 + [[package]] 8264 + name = "zbus_macros" 8265 + version = "5.13.1" 8266 + source = "registry+https://github.com/rust-lang/crates.io-index" 8267 + checksum = "aad23e2d2f91cae771c7af7a630a49e755f1eb74f8a46e9f6d5f7a146edf5a37" 8268 + dependencies = [ 8269 + "proc-macro-crate", 8270 + "proc-macro2", 8271 + "quote", 8272 + "syn 2.0.114", 8273 + "zbus_names", 8274 + "zvariant", 8275 + "zvariant_utils", 8276 + ] 8277 + 8278 + [[package]] 8279 + name = "zbus_names" 8280 + version = "4.3.1" 8281 + source = "registry+https://github.com/rust-lang/crates.io-index" 8282 + checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f" 8283 + dependencies = [ 8284 + "serde", 8285 + "winnow", 8286 + "zvariant", 8287 + ] 8288 + 8289 + [[package]] 8290 + name = "zed-font-kit" 8291 + version = "0.14.1-zed" 8292 + source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5" 8293 + dependencies = [ 8294 + "bitflags 2.10.0", 8295 + "byteorder", 8296 + "core-foundation 0.10.0", 8297 + "core-graphics 0.24.0", 8298 + "core-text", 8299 + "dirs 5.0.1", 8300 + "dwrote", 8301 + "float-ord", 8302 + "freetype-sys", 8303 + "lazy_static", 8304 + "libc", 8305 + "log", 8306 + "pathfinder_geometry", 8307 + "pathfinder_simd", 8308 + "walkdir", 8309 + "winapi", 8310 + "yeslogic-fontconfig-sys", 8311 + ] 8312 + 8313 + [[package]] 8314 + name = "zed-scap" 8315 + version = "0.0.8-zed" 8316 + source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac" 8317 + dependencies = [ 8318 + "anyhow", 8319 + "cocoa 0.25.0", 8320 + "core-graphics-helmer-fork", 8321 + "log", 8322 + "objc", 8323 + "rand 0.8.5", 8324 + "screencapturekit", 8325 + "screencapturekit-sys", 8326 + "sysinfo 0.31.4", 8327 + "tao-core-video-sys", 8328 + "windows 0.61.3", 8329 + "windows-capture", 8330 + "x11", 8331 + "xcb", 8332 + ] 8333 + 8334 + [[package]] 8335 + name = "zed-sum-tree" 8336 + version = "0.2.0" 8337 + source = "registry+https://github.com/rust-lang/crates.io-index" 8338 + checksum = "d490156d0d7311855564d6e1d6dccab992405a0c0e15e1c8ef18920c02177e35" 8339 + dependencies = [ 8340 + "arrayvec", 8341 + "log", 8342 + "rayon", 8343 + "workspace-hack", 8344 + ] 8345 + 8346 + [[package]] 8347 + name = "zed-xim" 8348 + version = "0.4.0-zed" 8349 + source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8" 8350 + dependencies = [ 8351 + "ahash", 8352 + "hashbrown 0.14.5", 8353 + "log", 8354 + "x11rb", 8355 + "xim-ctext", 8356 + "xim-parser", 8357 + ] 8358 + 8359 + [[package]] 8360 + name = "zeno" 8361 + version = "0.3.3" 8362 + source = "registry+https://github.com/rust-lang/crates.io-index" 8363 + checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524" 8364 + 8365 + [[package]] 3258 8366 name = "zerocopy" 3259 - version = "0.7.34" 8367 + version = "0.8.33" 3260 8368 source = "registry+https://github.com/rust-lang/crates.io-index" 3261 - checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" 8369 + checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" 3262 8370 dependencies = [ 3263 8371 "zerocopy-derive", 3264 8372 ] 3265 8373 3266 8374 [[package]] 3267 8375 name = "zerocopy-derive" 3268 - version = "0.7.34" 8376 + version = "0.8.33" 3269 8377 source = "registry+https://github.com/rust-lang/crates.io-index" 3270 - checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" 8378 + checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" 3271 8379 dependencies = [ 3272 8380 "proc-macro2", 3273 8381 "quote", ··· 3275 8383 ] 3276 8384 3277 8385 [[package]] 8386 + name = "zerofrom" 8387 + version = "0.1.6" 8388 + source = "registry+https://github.com/rust-lang/crates.io-index" 8389 + checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 8390 + dependencies = [ 8391 + "zerofrom-derive", 8392 + ] 8393 + 8394 + [[package]] 8395 + name = "zerofrom-derive" 8396 + version = "0.1.6" 8397 + source = "registry+https://github.com/rust-lang/crates.io-index" 8398 + checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 8399 + dependencies = [ 8400 + "proc-macro2", 8401 + "quote", 8402 + "syn 2.0.114", 8403 + "synstructure", 8404 + ] 8405 + 8406 + [[package]] 3278 8407 name = "zeroize" 3279 - version = "1.8.1" 8408 + version = "1.8.2" 8409 + source = "registry+https://github.com/rust-lang/crates.io-index" 8410 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 8411 + dependencies = [ 8412 + "zeroize_derive", 8413 + ] 8414 + 8415 + [[package]] 8416 + name = "zeroize_derive" 8417 + version = "1.4.3" 8418 + source = "registry+https://github.com/rust-lang/crates.io-index" 8419 + checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" 8420 + dependencies = [ 8421 + "proc-macro2", 8422 + "quote", 8423 + "syn 2.0.114", 8424 + ] 8425 + 8426 + [[package]] 8427 + name = "zerotrie" 8428 + version = "0.2.3" 8429 + source = "registry+https://github.com/rust-lang/crates.io-index" 8430 + checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 8431 + dependencies = [ 8432 + "displaydoc", 8433 + "yoke", 8434 + "zerofrom", 8435 + ] 8436 + 8437 + [[package]] 8438 + name = "zerovec" 8439 + version = "0.11.5" 8440 + source = "registry+https://github.com/rust-lang/crates.io-index" 8441 + checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 8442 + dependencies = [ 8443 + "yoke", 8444 + "zerofrom", 8445 + "zerovec-derive", 8446 + ] 8447 + 8448 + [[package]] 8449 + name = "zerovec-derive" 8450 + version = "0.11.2" 8451 + source = "registry+https://github.com/rust-lang/crates.io-index" 8452 + checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 8453 + dependencies = [ 8454 + "proc-macro2", 8455 + "quote", 8456 + "syn 2.0.114", 8457 + ] 8458 + 8459 + [[package]] 8460 + name = "zlog" 8461 + version = "0.1.0" 8462 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 8463 + dependencies = [ 8464 + "anyhow", 8465 + "chrono", 8466 + "collections", 8467 + "log", 8468 + ] 8469 + 8470 + [[package]] 8471 + name = "zmij" 8472 + version = "1.0.14" 8473 + source = "registry+https://github.com/rust-lang/crates.io-index" 8474 + checksum = "bd8f3f50b848df28f887acb68e41201b5aea6bc8a8dacc00fb40635ff9a72fea" 8475 + 8476 + [[package]] 8477 + name = "ztracing" 8478 + version = "0.1.0" 8479 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 8480 + dependencies = [ 8481 + "tracing", 8482 + "tracing-subscriber", 8483 + "zlog", 8484 + "ztracing_macro", 8485 + ] 8486 + 8487 + [[package]] 8488 + name = "ztracing_macro" 8489 + version = "0.1.0" 8490 + source = "git+https://github.com/zed-industries/zed?rev=b4d1ba7a#1321aa932ca5975e968023f698b8b610711d48be" 8491 + 8492 + [[package]] 8493 + name = "zune-core" 8494 + version = "0.4.12" 8495 + source = "registry+https://github.com/rust-lang/crates.io-index" 8496 + checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 8497 + 8498 + [[package]] 8499 + name = "zune-core" 8500 + version = "0.5.0" 8501 + source = "registry+https://github.com/rust-lang/crates.io-index" 8502 + checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773" 8503 + 8504 + [[package]] 8505 + name = "zune-inflate" 8506 + version = "0.2.54" 8507 + source = "registry+https://github.com/rust-lang/crates.io-index" 8508 + checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 8509 + dependencies = [ 8510 + "simd-adler32", 8511 + ] 8512 + 8513 + [[package]] 8514 + name = "zune-jpeg" 8515 + version = "0.4.21" 8516 + source = "registry+https://github.com/rust-lang/crates.io-index" 8517 + checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713" 8518 + dependencies = [ 8519 + "zune-core 0.4.12", 8520 + ] 8521 + 8522 + [[package]] 8523 + name = "zune-jpeg" 8524 + version = "0.5.8" 8525 + source = "registry+https://github.com/rust-lang/crates.io-index" 8526 + checksum = "e35aee689668bf9bd6f6f3a6c60bb29ba1244b3b43adfd50edd554a371da37d5" 8527 + dependencies = [ 8528 + "zune-core 0.5.0", 8529 + ] 8530 + 8531 + [[package]] 8532 + name = "zvariant" 8533 + version = "5.9.1" 8534 + source = "registry+https://github.com/rust-lang/crates.io-index" 8535 + checksum = "326aaed414f04fe839777b4c443d4e94c74e7b3621093bd9c5e649ac8aa96543" 8536 + dependencies = [ 8537 + "endi", 8538 + "enumflags2", 8539 + "serde", 8540 + "url", 8541 + "winnow", 8542 + "zvariant_derive", 8543 + "zvariant_utils", 8544 + ] 8545 + 8546 + [[package]] 8547 + name = "zvariant_derive" 8548 + version = "5.9.1" 8549 + source = "registry+https://github.com/rust-lang/crates.io-index" 8550 + checksum = "ba44e1f8f4da9e6e2d25d2a60b116ef8b9d0be174a7685e55bb12a99866279a7" 8551 + dependencies = [ 8552 + "proc-macro-crate", 8553 + "proc-macro2", 8554 + "quote", 8555 + "syn 2.0.114", 8556 + "zvariant_utils", 8557 + ] 8558 + 8559 + [[package]] 8560 + name = "zvariant_utils" 8561 + version = "3.3.0" 3280 8562 source = "registry+https://github.com/rust-lang/crates.io-index" 3281 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 8563 + checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9" 8564 + dependencies = [ 8565 + "proc-macro2", 8566 + "quote", 8567 + "serde", 8568 + "syn 2.0.114", 8569 + "winnow", 8570 + ]
+5
Cargo.toml
··· 50 50 infer = "0.19.0" 51 51 sysinfo = "0.37.2" 52 52 lofty = "0.22.4" 53 + gpui-component = { git = "https://github.com/longbridge/gpui-component", rev = "1a19df56caeb5db8520d478727a19c33264370f0" } 54 + gpui = { git = "https://github.com/zed-industries/zed", rev = "b4d1ba7a" } 55 + 56 + [patch."git+https://github.com/zed-industries/zed"] 57 + gpui = { git = "https://github.com/zed-industries/zed?rev=b4d1ba7a" }
+43
src/gui/gui.rs
··· 1 + use anyhow::Result; 2 + use gpui::*; 3 + use gpui_component::{button::*, *}; 4 + 5 + pub async fn run() -> Result<()> { 6 + let app = Application::new(); 7 + 8 + app.run(move |cx| { 9 + // This must be called before using any GPUI Component features. 10 + gpui_component::init(cx); 11 + 12 + cx.spawn(async move |cx| { 13 + cx.open_window(WindowOptions::default(), |window, cx| { 14 + let view = cx.new(|_| HelloWorld); 15 + // This first level on the window, should be a Root. 16 + cx.new(|cx| Root::new(view, window, cx)) 17 + })?; 18 + 19 + Ok::<_, anyhow::Error>(()) 20 + }) 21 + .detach(); 22 + }); 23 + Ok(()) 24 + } 25 + 26 + pub struct HelloWorld; 27 + impl Render for HelloWorld { 28 + fn render(&mut self, _: &mut Window, _: &mut Context<Self>) -> impl IntoElement { 29 + div() 30 + .v_flex() 31 + .gap_2() 32 + .size_full() 33 + .items_center() 34 + .justify_center() 35 + .child("Hello, World!") 36 + .child( 37 + Button::new("ok") 38 + .primary() 39 + .label("Let's Go!") 40 + .on_click(|_, _, _| println!("Clicked!")), 41 + ) 42 + } 43 + }
+2
src/gui/mod.rs
··· 1 + mod gui; 2 + pub use gui::run;
+5
src/main.rs
··· 6 6 mod filter; 7 7 mod fs; 8 8 mod gpod; 9 + mod gui; 9 10 mod model; 10 11 11 12 #[async_std::main] 12 13 async fn main() -> anyhow::Result<()> { 13 14 log_setup(); 15 + 16 + if std::env::args().count() == 1 { 17 + return gui::run().await; 18 + } 14 19 15 20 let c = cli::Cli::parse(); 16 21