lol

Merge pull request #288627 from ahoneybun/resync-cosmic-edit

cosmic-edit: 0-unstable-2024-01-19 -> 0-unstable-2024-02-28

authored by

Weijia Wang and committed by
GitHub
7b24f700 a743c066

+1180 -905
+1161 -888
pkgs/by-name/co/cosmic-edit/Cargo.lock
··· 20 20 21 21 [[package]] 22 22 name = "accesskit" 23 - version = "0.11.0" 24 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 23 + version = "0.12.2" 24 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 25 25 26 26 [[package]] 27 27 name = "accesskit_consumer" 28 - version = "0.15.0" 29 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 28 + version = "0.17.0" 29 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 30 30 dependencies = [ 31 31 "accesskit", 32 32 ] 33 33 34 34 [[package]] 35 35 name = "accesskit_macos" 36 - version = "0.7.0" 37 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 36 + version = "0.11.0" 37 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 38 38 dependencies = [ 39 39 "accesskit", 40 40 "accesskit_consumer", 41 - "objc2", 41 + "icrate 0.1.0", 42 + "objc2 0.5.0", 42 43 "once_cell", 43 44 ] 44 45 45 46 [[package]] 46 47 name = "accesskit_unix" 47 - version = "0.4.0" 48 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 48 + version = "0.7.1" 49 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 49 50 dependencies = [ 50 51 "accesskit", 51 52 "accesskit_consumer", 52 - "async-channel 1.9.0", 53 + "async-channel", 54 + "async-executor", 55 + "async-task", 53 56 "atspi", 54 57 "futures-lite 1.13.0", 55 - "log", 58 + "futures-util", 59 + "once_cell", 56 60 "serde", 57 61 "zbus", 58 62 ] 59 63 60 64 [[package]] 61 65 name = "accesskit_windows" 62 - version = "0.14.0" 63 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 66 + version = "0.16.0" 67 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 64 68 dependencies = [ 65 69 "accesskit", 66 70 "accesskit_consumer", 67 - "arrayvec 0.7.4", 68 71 "once_cell", 69 72 "paste", 70 - "windows 0.44.0", 73 + "static_assertions", 74 + "windows 0.48.0", 71 75 ] 72 76 73 77 [[package]] 74 78 name = "accesskit_winit" 75 - version = "0.13.0" 76 - source = "git+https://github.com/wash2/accesskit.git?tag=winit-0.28#db6f2587f663eafd8f7888e8507baa3a092599b0" 79 + version = "0.18.1" 80 + source = "git+https://github.com/wash2/accesskit.git?branch=winit-0.29#5f9b61c8264000d001499c902562422e13efa7a8" 77 81 dependencies = [ 78 82 "accesskit", 79 83 "accesskit_macos", 80 84 "accesskit_unix", 81 85 "accesskit_windows", 82 - "winit 0.28.6", 86 + "raw-window-handle 0.6.0", 87 + "winit 0.29.10", 83 88 ] 84 89 85 90 [[package]] ··· 105 110 106 111 [[package]] 107 112 name = "ahash" 108 - version = "0.7.7" 109 - source = "registry+https://github.com/rust-lang/crates.io-index" 110 - checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" 111 - dependencies = [ 112 - "getrandom", 113 - "once_cell", 114 - "version_check", 115 - ] 116 - 117 - [[package]] 118 - name = "ahash" 119 - version = "0.8.7" 113 + version = "0.8.10" 120 114 source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" 115 + checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" 122 116 dependencies = [ 123 117 "cfg-if 1.0.0", 118 + "getrandom", 124 119 "once_cell", 125 120 "version_check", 126 121 "zerocopy", ··· 168 163 169 164 [[package]] 170 165 name = "android-activity" 171 - version = "0.4.3" 166 + version = "0.5.2" 172 167 source = "registry+https://github.com/rust-lang/crates.io-index" 173 - checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0" 168 + checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289" 174 169 dependencies = [ 175 170 "android-properties", 176 - "bitflags 1.3.2", 171 + "bitflags 2.4.2", 177 172 "cc", 173 + "cesu8", 174 + "jni", 178 175 "jni-sys", 179 176 "libc", 180 177 "log", 181 - "ndk 0.7.0", 178 + "ndk 0.8.0", 182 179 "ndk-context", 183 - "ndk-sys 0.4.1+23.1.7779620", 184 - "num_enum 0.6.1", 180 + "ndk-sys 0.5.0+25.2.9519653", 181 + "num_enum 0.7.2", 182 + "thiserror", 185 183 ] 186 184 187 185 [[package]] ··· 206 204 ] 207 205 208 206 [[package]] 207 + name = "anstream" 208 + version = "0.6.13" 209 + source = "registry+https://github.com/rust-lang/crates.io-index" 210 + checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 211 + dependencies = [ 212 + "anstyle", 213 + "anstyle-parse", 214 + "anstyle-query", 215 + "anstyle-wincon", 216 + "colorchoice", 217 + "utf8parse", 218 + ] 219 + 220 + [[package]] 221 + name = "anstyle" 222 + version = "1.0.6" 223 + source = "registry+https://github.com/rust-lang/crates.io-index" 224 + checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 225 + 226 + [[package]] 227 + name = "anstyle-parse" 228 + version = "0.2.3" 229 + source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 231 + dependencies = [ 232 + "utf8parse", 233 + ] 234 + 235 + [[package]] 236 + name = "anstyle-query" 237 + version = "1.0.2" 238 + source = "registry+https://github.com/rust-lang/crates.io-index" 239 + checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 240 + dependencies = [ 241 + "windows-sys 0.52.0", 242 + ] 243 + 244 + [[package]] 245 + name = "anstyle-wincon" 246 + version = "3.0.2" 247 + source = "registry+https://github.com/rust-lang/crates.io-index" 248 + checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 249 + dependencies = [ 250 + "anstyle", 251 + "windows-sys 0.52.0", 252 + ] 253 + 254 + [[package]] 209 255 name = "any_ascii" 210 256 version = "0.1.7" 211 257 source = "registry+https://github.com/rust-lang/crates.io-index" 212 258 checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" 259 + 260 + [[package]] 261 + name = "anyhow" 262 + version = "1.0.80" 263 + source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 213 265 214 266 [[package]] 215 267 name = "apply" ··· 295 347 296 348 [[package]] 297 349 name = "async-channel" 298 - version = "1.9.0" 350 + version = "2.2.0" 299 351 source = "registry+https://github.com/rust-lang/crates.io-index" 300 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 352 + checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 301 353 dependencies = [ 302 354 "concurrent-queue", 303 - "event-listener 2.5.3", 304 - "futures-core", 305 - ] 306 - 307 - [[package]] 308 - name = "async-channel" 309 - version = "2.1.1" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 312 - dependencies = [ 313 - "concurrent-queue", 314 - "event-listener 4.0.3", 315 - "event-listener-strategy", 355 + "event-listener 5.1.0", 356 + "event-listener-strategy 0.5.0", 316 357 "futures-core", 317 358 "pin-project-lite", 318 359 ] ··· 365 406 366 407 [[package]] 367 408 name = "async-io" 368 - version = "2.3.0" 409 + version = "2.3.1" 369 410 source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "fb41eb19024a91746eba0773aa5e16036045bbf45733766661099e182ea6a744" 411 + checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 371 412 dependencies = [ 372 413 "async-lock 3.3.0", 373 414 "cfg-if 1.0.0", ··· 375 416 "futures-io", 376 417 "futures-lite 2.2.0", 377 418 "parking", 378 - "polling 3.3.2", 379 - "rustix 0.38.30", 419 + "polling 3.5.0", 420 + "rustix 0.38.31", 380 421 "slab", 381 422 "tracing", 382 423 "windows-sys 0.52.0", ··· 398 439 checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 399 440 dependencies = [ 400 441 "event-listener 4.0.3", 401 - "event-listener-strategy", 442 + "event-listener-strategy 0.4.0", 402 443 "pin-project-lite", 403 444 ] 404 445 ··· 415 456 "cfg-if 1.0.0", 416 457 "event-listener 3.1.0", 417 458 "futures-lite 1.13.0", 418 - "rustix 0.38.30", 459 + "rustix 0.38.31", 419 460 "windows-sys 0.48.0", 420 461 ] 421 462 ··· 427 468 dependencies = [ 428 469 "proc-macro2", 429 470 "quote", 430 - "syn 2.0.48", 471 + "syn 2.0.51", 431 472 ] 432 473 433 474 [[package]] ··· 436 477 source = "registry+https://github.com/rust-lang/crates.io-index" 437 478 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 438 479 dependencies = [ 439 - "async-io 2.3.0", 480 + "async-io 2.3.1", 440 481 "async-lock 2.8.0", 441 482 "atomic-waker", 442 483 "cfg-if 1.0.0", 443 484 "futures-core", 444 485 "futures-io", 445 - "rustix 0.38.30", 486 + "rustix 0.38.31", 446 487 "signal-hook-registry", 447 488 "slab", 448 489 "windows-sys 0.48.0", ··· 462 503 dependencies = [ 463 504 "proc-macro2", 464 505 "quote", 465 - "syn 2.0.48", 506 + "syn 2.0.51", 466 507 ] 467 508 468 509 [[package]] ··· 488 529 version = "0.4.2" 489 530 source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768" 490 531 dependencies = [ 491 - "rustix 0.38.30", 532 + "rustix 0.38.31", 492 533 "tempfile", 493 534 "windows-sys 0.48.0", 494 535 ] 495 536 496 537 [[package]] 497 538 name = "atspi" 498 - version = "0.10.1" 539 + version = "0.19.0" 499 540 source = "registry+https://github.com/rust-lang/crates.io-index" 500 - checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa" 541 + checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca" 501 542 dependencies = [ 502 - "async-recursion", 503 - "async-trait", 504 - "atspi-macros", 543 + "atspi-common", 544 + "atspi-connection", 545 + "atspi-proxies", 546 + ] 547 + 548 + [[package]] 549 + name = "atspi-common" 550 + version = "0.3.0" 551 + source = "registry+https://github.com/rust-lang/crates.io-index" 552 + checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5" 553 + dependencies = [ 505 554 "enumflags2", 506 - "futures-lite 1.13.0", 507 555 "serde", 508 - "tracing", 556 + "static_assertions", 509 557 "zbus", 510 558 "zbus_names", 559 + "zvariant", 511 560 ] 512 561 513 562 [[package]] 514 - name = "atspi-macros" 515 - version = "0.2.0" 563 + name = "atspi-connection" 564 + version = "0.3.0" 516 565 source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768" 566 + checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939" 567 + dependencies = [ 568 + "atspi-common", 569 + "atspi-proxies", 570 + "futures-lite 1.13.0", 571 + "zbus", 572 + ] 573 + 574 + [[package]] 575 + name = "atspi-proxies" 576 + version = "0.3.0" 577 + source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52" 518 579 dependencies = [ 519 - "quote", 520 - "syn 1.0.109", 580 + "atspi-common", 581 + "serde", 582 + "zbus", 521 583 ] 522 584 523 585 [[package]] ··· 536 598 "cc", 537 599 "cfg-if 1.0.0", 538 600 "libc", 539 - "miniz_oxide 0.7.1", 601 + "miniz_oxide 0.7.2", 540 602 "object", 541 603 "rustc-demangle", 542 604 ] ··· 609 671 610 672 [[package]] 611 673 name = "block-sys" 612 - version = "0.1.0-beta.1" 674 + version = "0.2.1" 613 675 source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146" 676 + checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7" 615 677 dependencies = [ 616 678 "objc-sys", 617 679 ] 618 680 619 681 [[package]] 620 682 name = "block2" 621 - version = "0.2.0-alpha.6" 683 + version = "0.3.0" 622 684 source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42" 685 + checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68" 624 686 dependencies = [ 625 687 "block-sys", 626 - "objc2-encode", 688 + "objc2 0.4.1", 689 + ] 690 + 691 + [[package]] 692 + name = "block2" 693 + version = "0.4.0" 694 + source = "registry+https://github.com/rust-lang/crates.io-index" 695 + checksum = "e58aa60e59d8dbfcc36138f5f18be5f24394d33b38b24f7fd0b1caa33095f22f" 696 + dependencies = [ 697 + "block-sys", 698 + "objc2 0.5.0", 627 699 ] 628 700 629 701 [[package]] ··· 632 704 source = "registry+https://github.com/rust-lang/crates.io-index" 633 705 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 634 706 dependencies = [ 635 - "async-channel 2.1.1", 707 + "async-channel", 636 708 "async-lock 3.3.0", 637 709 "async-task", 638 710 "fastrand 2.0.1", ··· 644 716 645 717 [[package]] 646 718 name = "bstr" 647 - version = "1.9.0" 719 + version = "1.9.1" 648 720 source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" 721 + checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 650 722 dependencies = [ 651 723 "memchr", 652 724 "regex-automata", ··· 655 727 656 728 [[package]] 657 729 name = "bumpalo" 658 - version = "3.14.0" 730 + version = "3.15.3" 659 731 source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 732 + checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" 661 733 662 734 [[package]] 663 735 name = "bytecount" ··· 667 739 668 740 [[package]] 669 741 name = "bytemuck" 670 - version = "1.14.0" 742 + version = "1.14.3" 671 743 source = "registry+https://github.com/rust-lang/crates.io-index" 672 - checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 744 + checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 673 745 dependencies = [ 674 746 "bytemuck_derive", 675 747 ] ··· 682 754 dependencies = [ 683 755 "proc-macro2", 684 756 "quote", 685 - "syn 2.0.48", 757 + "syn 2.0.51", 686 758 ] 687 759 688 760 [[package]] ··· 719 791 720 792 [[package]] 721 793 name = "calloop" 722 - version = "0.10.6" 794 + version = "0.12.4" 723 795 source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8" 796 + checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" 725 797 dependencies = [ 726 - "bitflags 1.3.2", 798 + "bitflags 2.4.2", 727 799 "log", 728 - "nix 0.25.1", 729 - "slotmap", 800 + "polling 3.5.0", 801 + "rustix 0.38.31", 802 + "slab", 730 803 "thiserror", 731 - "vec_map", 804 + ] 805 + 806 + [[package]] 807 + name = "calloop-wayland-source" 808 + version = "0.2.0" 809 + source = "registry+https://github.com/rust-lang/crates.io-index" 810 + checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 811 + dependencies = [ 812 + "calloop 0.12.4", 813 + "rustix 0.38.31", 814 + "wayland-backend", 815 + "wayland-client 0.31.2", 732 816 ] 733 817 734 818 [[package]] 735 819 name = "cc" 736 - version = "1.0.83" 820 + version = "1.0.88" 737 821 source = "registry+https://github.com/rust-lang/crates.io-index" 738 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 822 + checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" 739 823 dependencies = [ 740 - "jobserver", 741 824 "libc", 742 825 ] 743 826 744 827 [[package]] 828 + name = "cesu8" 829 + version = "1.1.0" 830 + source = "registry+https://github.com/rust-lang/crates.io-index" 831 + checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 832 + 833 + [[package]] 745 834 name = "cfg-expr" 746 - version = "0.15.6" 835 + version = "0.15.7" 747 836 source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a" 837 + checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" 749 838 dependencies = [ 750 839 "smallvec", 751 840 "target-lexicon", ··· 770 859 checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 771 860 772 861 [[package]] 862 + name = "cfg_aliases" 863 + version = "0.2.0" 864 + source = "registry+https://github.com/rust-lang/crates.io-index" 865 + checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f" 866 + 867 + [[package]] 773 868 name = "chrono" 774 - version = "0.4.31" 869 + version = "0.4.34" 775 870 source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 871 + checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 777 872 dependencies = [ 778 873 "android-tzdata", 779 874 "iana-time-zone", 780 875 "js-sys", 781 876 "num-traits", 877 + "pure-rust-locales", 782 878 "wasm-bindgen", 783 - "windows-targets 0.48.5", 879 + "windows-targets 0.52.3", 784 880 ] 785 881 786 882 [[package]] 787 883 name = "clipboard-win" 788 - version = "4.5.0" 884 + version = "5.2.0" 789 885 source = "registry+https://github.com/rust-lang/crates.io-index" 790 - checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362" 886 + checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297" 791 887 dependencies = [ 792 888 "error-code", 793 - "str-buf", 794 - "winapi", 795 889 ] 796 890 797 891 [[package]] ··· 807 901 808 902 [[package]] 809 903 name = "clipboard_wayland" 810 - version = "0.2.0" 904 + version = "0.2.2" 811 905 source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747" 906 + checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" 813 907 dependencies = [ 814 908 "smithay-clipboard", 815 909 ] 816 910 817 911 [[package]] 818 912 name = "clipboard_x11" 819 - version = "0.4.0" 913 + version = "0.4.2" 820 914 source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921" 915 + checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c" 822 916 dependencies = [ 823 917 "thiserror", 824 - "x11rb 0.9.0", 918 + "x11rb", 825 919 ] 826 920 827 921 [[package]] ··· 887 981 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 888 982 889 983 [[package]] 890 - name = "com-rs" 891 - version = "0.2.1" 984 + name = "colorchoice" 985 + version = "1.0.0" 892 986 source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642" 987 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 988 + 989 + [[package]] 990 + name = "com" 991 + version = "0.6.0" 992 + source = "registry+https://github.com/rust-lang/crates.io-index" 993 + checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 994 + dependencies = [ 995 + "com_macros", 996 + ] 997 + 998 + [[package]] 999 + name = "com_macros" 1000 + version = "0.6.0" 1001 + source = "registry+https://github.com/rust-lang/crates.io-index" 1002 + checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 1003 + dependencies = [ 1004 + "com_macros_support", 1005 + "proc-macro2", 1006 + "syn 1.0.109", 1007 + ] 1008 + 1009 + [[package]] 1010 + name = "com_macros_support" 1011 + version = "0.6.0" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 1014 + dependencies = [ 1015 + "proc-macro2", 1016 + "quote", 1017 + "syn 1.0.109", 1018 + ] 1019 + 1020 + [[package]] 1021 + name = "combine" 1022 + version = "4.6.6" 1023 + source = "registry+https://github.com/rust-lang/crates.io-index" 1024 + checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 1025 + dependencies = [ 1026 + "bytes", 1027 + "memchr", 1028 + ] 894 1029 895 1030 [[package]] 896 1031 name = "concurrent-queue" ··· 899 1034 checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 900 1035 dependencies = [ 901 1036 "crossbeam-utils", 1037 + ] 1038 + 1039 + [[package]] 1040 + name = "const-random" 1041 + version = "0.1.17" 1042 + source = "registry+https://github.com/rust-lang/crates.io-index" 1043 + checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" 1044 + dependencies = [ 1045 + "const-random-macro", 1046 + ] 1047 + 1048 + [[package]] 1049 + name = "const-random-macro" 1050 + version = "0.1.16" 1051 + source = "registry+https://github.com/rust-lang/crates.io-index" 1052 + checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 1053 + dependencies = [ 1054 + "getrandom", 1055 + "once_cell", 1056 + "tiny-keccak", 902 1057 ] 903 1058 904 1059 [[package]] ··· 998 1153 [[package]] 999 1154 name = "cosmic-config" 1000 1155 version = "0.1.0" 1001 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 1156 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1002 1157 dependencies = [ 1003 1158 "atomicwrites", 1004 1159 "cosmic-config-derive", 1005 - "dirs 5.0.1", 1160 + "dirs", 1006 1161 "iced_futures", 1162 + "known-folders", 1007 1163 "notify", 1008 1164 "once_cell", 1009 1165 "ron", 1010 1166 "serde", 1167 + "xdg", 1011 1168 ] 1012 1169 1013 1170 [[package]] 1014 1171 name = "cosmic-config-derive" 1015 1172 version = "0.1.0" 1016 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 1173 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1017 1174 dependencies = [ 1018 1175 "quote", 1019 1176 "syn 1.0.109", ··· 1023 1180 name = "cosmic-edit" 1024 1181 version = "0.1.0" 1025 1182 dependencies = [ 1183 + "cosmic-files", 1026 1184 "cosmic-syntax-theme", 1027 1185 "cosmic-text", 1028 - "env_logger", 1186 + "dirs", 1187 + "env_logger 0.10.2", 1029 1188 "fork", 1030 1189 "grep", 1031 1190 "i18n-embed", ··· 1035 1194 "libcosmic", 1036 1195 "log", 1037 1196 "notify", 1197 + "open", 1038 1198 "patch", 1039 - "rfd", 1040 1199 "rust-embed", 1041 1200 "serde", 1201 + "smol_str", 1042 1202 "syntect", 1043 1203 "systemicons", 1044 1204 "tokio", 1045 1205 "two-face", 1206 + "vergen", 1207 + ] 1208 + 1209 + [[package]] 1210 + name = "cosmic-files" 1211 + version = "0.1.0" 1212 + source = "git+https://github.com/pop-os/cosmic-files.git#8ab15027a521713850384fa87666bb9974f2666b" 1213 + dependencies = [ 1214 + "chrono", 1215 + "dirs", 1216 + "env_logger 0.11.2", 1217 + "fork", 1218 + "i18n-embed", 1219 + "i18n-embed-fl", 1220 + "image 0.24.9", 1221 + "lexical-sort", 1222 + "libcosmic", 1223 + "log", 1224 + "mime_guess", 1225 + "notify", 1226 + "once_cell", 1227 + "paste", 1228 + "rust-embed", 1229 + "serde", 1230 + "smol_str", 1231 + "systemicons", 1232 + "tokio", 1233 + "trash", 1046 1234 ] 1047 1235 1048 1236 [[package]] 1049 1237 name = "cosmic-syntax-theme" 1050 1238 version = "0.1.0" 1051 - source = "git+https://github.com/pop-os/cosmic-syntax-theme#3221bb4e22c17df5d14380a600b2ffe7eb753b25" 1239 + source = "git+https://github.com/pop-os/cosmic-syntax-theme.git#b1e1eb0234568911e59888f092dfc779c609b499" 1052 1240 dependencies = [ 1053 1241 "handlebars", 1054 1242 "serde", 1055 - "toml 0.8.8", 1243 + "toml 0.8.10", 1056 1244 ] 1057 1245 1058 1246 [[package]] 1059 1247 name = "cosmic-text" 1060 - version = "0.10.0" 1061 - source = "git+https://github.com/pop-os/cosmic-text#8457e68d984c465f7c5306424a73aa162aff32f2" 1248 + version = "0.11.2" 1249 + source = "git+https://github.com/pop-os/cosmic-text.git#2766961af621b9235616e186046f6d14a2f5fbc0" 1062 1250 dependencies = [ 1063 1251 "bitflags 2.4.2", 1064 1252 "cosmic_undo_2", ··· 1083 1271 [[package]] 1084 1272 name = "cosmic-theme" 1085 1273 version = "0.1.0" 1086 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 1274 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1087 1275 dependencies = [ 1088 1276 "almost", 1089 1277 "cosmic-config", ··· 1116 1304 1117 1305 [[package]] 1118 1306 name = "crc32fast" 1119 - version = "1.3.2" 1307 + version = "1.4.0" 1120 1308 source = "registry+https://github.com/rust-lang/crates.io-index" 1121 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 1309 + checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 1122 1310 dependencies = [ 1123 1311 "cfg-if 1.0.0", 1124 1312 ] ··· 1197 1385 1198 1386 [[package]] 1199 1387 name = "css-color" 1200 - version = "0.2.5" 1388 + version = "0.2.8" 1201 1389 source = "registry+https://github.com/rust-lang/crates.io-index" 1202 - checksum = "d101c65424c856131a3cb818da2ddde03500dc3656972269cdf79f018ef77eb4" 1390 + checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a" 1203 1391 1204 1392 [[package]] 1205 1393 name = "csscolorparser" ··· 1213 1401 1214 1402 [[package]] 1215 1403 name = "ctor" 1216 - version = "0.2.6" 1404 + version = "0.2.7" 1217 1405 source = "registry+https://github.com/rust-lang/crates.io-index" 1218 - checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" 1406 + checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1219 1407 dependencies = [ 1220 1408 "quote", 1221 - "syn 2.0.48", 1409 + "syn 2.0.51", 1222 1410 ] 1223 1411 1224 1412 [[package]] ··· 1228 1416 checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 1229 1417 1230 1418 [[package]] 1231 - name = "d3d12" 1232 - version = "0.7.0" 1419 + name = "cursor-icon" 1420 + version = "1.1.0" 1233 1421 source = "registry+https://github.com/rust-lang/crates.io-index" 1234 - checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20" 1422 + checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 1423 + 1424 + [[package]] 1425 + name = "d3d12" 1426 + version = "0.19.0" 1427 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1235 1428 dependencies = [ 1236 1429 "bitflags 2.4.2", 1237 1430 "libloading 0.8.1", ··· 1250 1443 1251 1444 [[package]] 1252 1445 name = "darling" 1253 - version = "0.20.3" 1446 + version = "0.20.8" 1254 1447 source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" 1448 + checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 1256 1449 dependencies = [ 1257 - "darling_core 0.20.3", 1258 - "darling_macro 0.20.3", 1450 + "darling_core 0.20.8", 1451 + "darling_macro 0.20.8", 1259 1452 ] 1260 1453 1261 1454 [[package]] ··· 1274 1467 1275 1468 [[package]] 1276 1469 name = "darling_core" 1277 - version = "0.20.3" 1470 + version = "0.20.8" 1278 1471 source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" 1472 + checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f" 1280 1473 dependencies = [ 1281 1474 "fnv", 1282 1475 "ident_case", 1283 1476 "proc-macro2", 1284 1477 "quote", 1285 1478 "strsim 0.10.0", 1286 - "syn 2.0.48", 1479 + "syn 2.0.51", 1287 1480 ] 1288 1481 1289 1482 [[package]] ··· 1299 1492 1300 1493 [[package]] 1301 1494 name = "darling_macro" 1302 - version = "0.20.3" 1495 + version = "0.20.8" 1303 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" 1497 + checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 1305 1498 dependencies = [ 1306 - "darling_core 0.20.3", 1499 + "darling_core 0.20.8", 1307 1500 "quote", 1308 - "syn 2.0.48", 1501 + "syn 2.0.51", 1309 1502 ] 1310 1503 1311 1504 [[package]] ··· 1315 1508 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1316 1509 dependencies = [ 1317 1510 "cfg-if 1.0.0", 1318 - "hashbrown 0.14.3", 1511 + "hashbrown", 1319 1512 "lock_api", 1320 1513 "once_cell", 1321 1514 "parking_lot_core 0.9.9", ··· 1363 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1364 1557 checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1365 1558 dependencies = [ 1366 - "darling 0.20.3", 1559 + "darling 0.20.8", 1367 1560 "proc-macro2", 1368 1561 "quote", 1369 - "syn 2.0.48", 1562 + "syn 2.0.51", 1370 1563 ] 1371 1564 1372 1565 [[package]] ··· 1381 1574 1382 1575 [[package]] 1383 1576 name = "dirs" 1384 - version = "4.0.0" 1385 - source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 1387 - dependencies = [ 1388 - "dirs-sys 0.3.7", 1389 - ] 1390 - 1391 - [[package]] 1392 - name = "dirs" 1393 1577 version = "5.0.1" 1394 1578 source = "registry+https://github.com/rust-lang/crates.io-index" 1395 1579 checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1396 1580 dependencies = [ 1397 - "dirs-sys 0.4.1", 1581 + "dirs-sys", 1398 1582 ] 1399 1583 1400 1584 [[package]] ··· 1405 1589 dependencies = [ 1406 1590 "cfg-if 1.0.0", 1407 1591 "dirs-sys-next", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "dirs-sys" 1412 - version = "0.3.7" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 1415 - dependencies = [ 1416 - "libc", 1417 - "redox_users", 1418 - "winapi", 1419 1592 ] 1420 1593 1421 1594 [[package]] ··· 1455 1628 dependencies = [ 1456 1629 "proc-macro2", 1457 1630 "quote", 1458 - "syn 2.0.48", 1631 + "syn 2.0.51", 1459 1632 ] 1460 1633 1461 1634 [[package]] ··· 1478 1651 1479 1652 [[package]] 1480 1653 name = "dlv-list" 1481 - version = "0.3.0" 1654 + version = "0.5.2" 1482 1655 source = "registry+https://github.com/rust-lang/crates.io-index" 1483 - checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257" 1656 + checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" 1657 + dependencies = [ 1658 + "const-random", 1659 + ] 1484 1660 1485 1661 [[package]] 1486 1662 name = "downcast-rs" ··· 1490 1666 1491 1667 [[package]] 1492 1668 name = "drm" 1493 - version = "0.10.0" 1669 + version = "0.11.1" 1494 1670 source = "registry+https://github.com/rust-lang/crates.io-index" 1495 - checksum = "97fb1b703ffbc7ebd216eba7900008049a56ace55580ecb2ee7fa801e8d8be87" 1671 + checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" 1496 1672 dependencies = [ 1497 1673 "bitflags 2.4.2", 1498 1674 "bytemuck", 1499 1675 "drm-ffi", 1500 1676 "drm-fourcc", 1501 - "nix 0.27.1", 1677 + "rustix 0.38.31", 1502 1678 ] 1503 1679 1504 1680 [[package]] 1505 1681 name = "drm-ffi" 1506 - version = "0.6.0" 1682 + version = "0.7.1" 1507 1683 source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "ba7d1c19c4b6270e89d59fb27dc6d02a317c658a8a54e54781e1db9b5947595d" 1684 + checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6" 1509 1685 dependencies = [ 1510 1686 "drm-sys", 1511 - "nix 0.27.1", 1687 + "rustix 0.38.31", 1512 1688 ] 1513 1689 1514 1690 [[package]] ··· 1519 1695 1520 1696 [[package]] 1521 1697 name = "drm-sys" 1522 - version = "0.5.0" 1698 + version = "0.6.1" 1523 1699 source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "3a4f1c0468062a56cd5705f1e3b5409eb286d5596a2028ec8e947595d7e715ae" 1700 + checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176" 1701 + dependencies = [ 1702 + "libc", 1703 + "linux-raw-sys 0.6.4", 1704 + ] 1525 1705 1526 1706 [[package]] 1527 1707 name = "either" 1528 - version = "1.9.0" 1708 + version = "1.10.0" 1529 1709 source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1710 + checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 1531 1711 1532 1712 [[package]] 1533 1713 name = "encoding_rs" ··· 1549 1729 1550 1730 [[package]] 1551 1731 name = "enumflags2" 1552 - version = "0.7.8" 1732 + version = "0.7.9" 1553 1733 source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" 1734 + checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" 1555 1735 dependencies = [ 1556 1736 "enumflags2_derive", 1557 1737 "serde", ··· 1559 1739 1560 1740 [[package]] 1561 1741 name = "enumflags2_derive" 1562 - version = "0.7.8" 1742 + version = "0.7.9" 1563 1743 source = "registry+https://github.com/rust-lang/crates.io-index" 1564 - checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" 1744 + checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" 1565 1745 dependencies = [ 1566 1746 "proc-macro2", 1567 1747 "quote", 1568 - "syn 2.0.48", 1748 + "syn 2.0.51", 1749 + ] 1750 + 1751 + [[package]] 1752 + name = "env_filter" 1753 + version = "0.1.0" 1754 + source = "registry+https://github.com/rust-lang/crates.io-index" 1755 + checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 1756 + dependencies = [ 1757 + "log", 1758 + "regex", 1569 1759 ] 1570 1760 1571 1761 [[package]] 1572 1762 name = "env_logger" 1573 - version = "0.10.1" 1763 + version = "0.10.2" 1574 1764 source = "registry+https://github.com/rust-lang/crates.io-index" 1575 - checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" 1765 + checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 1576 1766 dependencies = [ 1577 1767 "humantime", 1578 1768 "is-terminal", ··· 1582 1772 ] 1583 1773 1584 1774 [[package]] 1775 + name = "env_logger" 1776 + version = "0.11.2" 1777 + source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" 1779 + dependencies = [ 1780 + "anstream", 1781 + "anstyle", 1782 + "env_filter", 1783 + "humantime", 1784 + "log", 1785 + ] 1786 + 1787 + [[package]] 1585 1788 name = "equivalent" 1586 1789 version = "1.0.1" 1587 1790 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1599 1802 1600 1803 [[package]] 1601 1804 name = "error-code" 1602 - version = "2.3.1" 1805 + version = "3.2.0" 1603 1806 source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1605 - dependencies = [ 1606 - "libc", 1607 - "str-buf", 1608 - ] 1807 + checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 1609 1808 1610 1809 [[package]] 1611 1810 name = "etagere" ··· 1655 1854 ] 1656 1855 1657 1856 [[package]] 1857 + name = "event-listener" 1858 + version = "5.1.0" 1859 + source = "registry+https://github.com/rust-lang/crates.io-index" 1860 + checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27" 1861 + dependencies = [ 1862 + "concurrent-queue", 1863 + "parking", 1864 + "pin-project-lite", 1865 + ] 1866 + 1867 + [[package]] 1658 1868 name = "event-listener-strategy" 1659 1869 version = "0.4.0" 1660 1870 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1665 1875 ] 1666 1876 1667 1877 [[package]] 1878 + name = "event-listener-strategy" 1879 + version = "0.5.0" 1880 + source = "registry+https://github.com/rust-lang/crates.io-index" 1881 + checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1882 + dependencies = [ 1883 + "event-listener 5.1.0", 1884 + "pin-project-lite", 1885 + ] 1886 + 1887 + [[package]] 1668 1888 name = "exr" 1669 - version = "1.6.4" 1889 + version = "1.72.0" 1670 1890 source = "registry+https://github.com/rust-lang/crates.io-index" 1671 - checksum = "279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56" 1891 + checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 1672 1892 dependencies = [ 1673 1893 "bit_field", 1674 - "flume 0.10.14", 1894 + "flume", 1675 1895 "half", 1676 1896 "lebe", 1677 - "miniz_oxide 0.7.1", 1897 + "miniz_oxide 0.7.2", 1678 1898 "rayon-core", 1679 1899 "smallvec", 1680 1900 "zune-inflate", ··· 1738 1958 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1739 1959 dependencies = [ 1740 1960 "crc32fast", 1741 - "miniz_oxide 0.7.1", 1961 + "miniz_oxide 0.7.2", 1742 1962 ] 1743 1963 1744 1964 [[package]] ··· 1799 2019 1800 2020 [[package]] 1801 2021 name = "flume" 1802 - version = "0.10.14" 1803 - source = "registry+https://github.com/rust-lang/crates.io-index" 1804 - checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 1805 - dependencies = [ 1806 - "futures-core", 1807 - "futures-sink", 1808 - "nanorand", 1809 - "pin-project", 1810 - "spin", 1811 - ] 1812 - 1813 - [[package]] 1814 - name = "flume" 1815 2022 version = "0.11.0" 1816 2023 source = "registry+https://github.com/rust-lang/crates.io-index" 1817 2024 checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1818 2025 dependencies = [ 1819 - "futures-core", 1820 - "futures-sink", 1821 - "nanorand", 1822 2026 "spin", 1823 2027 ] 1824 2028 ··· 1829 2033 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1830 2034 1831 2035 [[package]] 2036 + name = "font-types" 2037 + version = "0.4.2" 2038 + source = "registry+https://github.com/rust-lang/crates.io-index" 2039 + checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d" 2040 + 2041 + [[package]] 1832 2042 name = "fontconfig-parser" 1833 - version = "0.5.3" 2043 + version = "0.5.6" 1834 2044 source = "registry+https://github.com/rust-lang/crates.io-index" 1835 - checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4" 2045 + checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d" 1836 2046 dependencies = [ 1837 - "roxmltree 0.18.1", 2047 + "roxmltree", 1838 2048 ] 1839 2049 1840 2050 [[package]] 1841 2051 name = "fontdb" 1842 - version = "0.16.0" 2052 + version = "0.16.2" 1843 2053 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "98b88c54a38407f7352dd2c4238830115a6377741098ffd1f997c813d0e088a6" 2054 + checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 1845 2055 dependencies = [ 1846 2056 "fontconfig-parser", 1847 2057 "log", 1848 - "memmap2 0.9.3", 2058 + "memmap2 0.9.4", 1849 2059 "slotmap", 1850 2060 "tinyvec", 1851 2061 "ttf-parser 0.20.0", ··· 1878 2088 dependencies = [ 1879 2089 "proc-macro2", 1880 2090 "quote", 1881 - "syn 2.0.48", 2091 + "syn 2.0.51", 1882 2092 ] 1883 2093 1884 2094 [[package]] ··· 1895 2105 1896 2106 [[package]] 1897 2107 name = "fork" 1898 - version = "0.1.22" 2108 + version = "0.1.23" 1899 2109 source = "registry+https://github.com/rust-lang/crates.io-index" 1900 - checksum = "bf2ca97a59201425e7ee4d197c9c4fea282fe87a97d666a580bda889b95b8e88" 2110 + checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed" 1901 2111 dependencies = [ 1902 2112 "libc", 1903 2113 ] ··· 1923 2133 1924 2134 [[package]] 1925 2135 name = "freedesktop-icons" 1926 - version = "0.2.4" 2136 + version = "0.2.6" 1927 2137 source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "3f9d46a9ae065c46efb83854bb10315de6d333bb6f4526ebe320c004dab7857e" 2138 + checksum = "a8ef34245e0540c9a3ce7a28340b98d2c12b75da0d446da4e8224923fcaa0c16" 1929 2139 dependencies = [ 1930 - "dirs 4.0.0", 2140 + "dirs", 1931 2141 "once_cell", 1932 2142 "rust-ini", 1933 2143 "thiserror", ··· 2028 2238 dependencies = [ 2029 2239 "proc-macro2", 2030 2240 "quote", 2031 - "syn 2.0.48", 2241 + "syn 2.0.51", 2032 2242 ] 2033 2243 2034 2244 [[package]] ··· 2103 2313 2104 2314 [[package]] 2105 2315 name = "gethostname" 2106 - version = "0.2.3" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 2109 - dependencies = [ 2110 - "libc", 2111 - "winapi", 2112 - ] 2113 - 2114 - [[package]] 2115 - name = "gethostname" 2116 - version = "0.3.0" 2316 + version = "0.4.3" 2117 2317 source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177" 2318 + checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 2119 2319 dependencies = [ 2120 2320 "libc", 2121 - "winapi", 2321 + "windows-targets 0.48.5", 2122 2322 ] 2123 2323 2124 2324 [[package]] ··· 2128 2328 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 2129 2329 dependencies = [ 2130 2330 "cfg-if 1.0.0", 2131 - "js-sys", 2132 2331 "libc", 2133 2332 "wasi", 2134 - "wasm-bindgen", 2135 2333 ] 2136 2334 2137 2335 [[package]] ··· 2155 2353 ] 2156 2354 2157 2355 [[package]] 2356 + name = "gif" 2357 + version = "0.13.1" 2358 + source = "registry+https://github.com/rust-lang/crates.io-index" 2359 + checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 2360 + dependencies = [ 2361 + "color_quant", 2362 + "weezl", 2363 + ] 2364 + 2365 + [[package]] 2158 2366 name = "gimli" 2159 2367 version = "0.28.1" 2160 2368 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2216 2424 "bstr", 2217 2425 "log", 2218 2426 "regex-automata", 2219 - "regex-syntax 0.8.2", 2427 + "regex-syntax", 2220 2428 ] 2221 2429 2222 2430 [[package]] ··· 2242 2450 2243 2451 [[package]] 2244 2452 name = "glyphon" 2245 - version = "0.4.1" 2246 - source = "git+https://github.com/jackpot51/glyphon.git#abb70c0fda8cf1a5dfc314c1c778103d7ba951e6" 2453 + version = "0.5.0" 2454 + source = "git+https://github.com/pop-os/glyphon.git?tag=v0.5.0#1b0646ff8f74da92d3be704dfc2257d7f4d7eed8" 2247 2455 dependencies = [ 2248 2456 "cosmic-text", 2249 2457 "etagere", ··· 2283 2491 2284 2492 [[package]] 2285 2493 name = "gpu-allocator" 2286 - version = "0.23.0" 2494 + version = "0.25.0" 2287 2495 source = "registry+https://github.com/rust-lang/crates.io-index" 2288 - checksum = "40fe17c8a05d60c38c0a4e5a3c802f2f1ceb66b76c67d96ffb34bef0475a7fad" 2496 + checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" 2289 2497 dependencies = [ 2290 - "backtrace", 2291 2498 "log", 2292 2499 "presser", 2293 2500 "thiserror", 2294 2501 "winapi", 2295 - "windows 0.51.1", 2502 + "windows 0.52.0", 2296 2503 ] 2297 2504 2298 2505 [[package]] ··· 2303 2510 dependencies = [ 2304 2511 "bitflags 2.4.2", 2305 2512 "gpu-descriptor-types", 2306 - "hashbrown 0.14.3", 2513 + "hashbrown", 2307 2514 ] 2308 2515 2309 2516 [[package]] ··· 2376 2583 "grep-matcher", 2377 2584 "log", 2378 2585 "regex-automata", 2379 - "regex-syntax 0.8.2", 2586 + "regex-syntax", 2380 2587 ] 2381 2588 2382 2589 [[package]] ··· 2391 2598 "grep-matcher", 2392 2599 "log", 2393 2600 "memchr", 2394 - "memmap2 0.9.3", 2601 + "memmap2 0.9.4", 2395 2602 ] 2396 2603 2397 2604 [[package]] ··· 2430 2637 2431 2638 [[package]] 2432 2639 name = "half" 2433 - version = "2.3.1" 2640 + version = "2.4.0" 2434 2641 source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" 2642 + checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 2436 2643 dependencies = [ 2437 2644 "cfg-if 1.0.0", 2438 2645 "crunchy", ··· 2454 2661 2455 2662 [[package]] 2456 2663 name = "hashbrown" 2457 - version = "0.12.3" 2458 - source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2460 - dependencies = [ 2461 - "ahash 0.7.7", 2462 - ] 2463 - 2464 - [[package]] 2465 - name = "hashbrown" 2466 2664 version = "0.14.3" 2467 2665 source = "registry+https://github.com/rust-lang/crates.io-index" 2468 2666 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 2469 2667 dependencies = [ 2470 - "ahash 0.8.7", 2668 + "ahash", 2471 2669 "allocator-api2", 2472 2670 ] 2473 2671 2474 2672 [[package]] 2475 2673 name = "hassle-rs" 2476 - version = "0.10.0" 2674 + version = "0.11.0" 2477 2675 source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0" 2676 + checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2479 2677 dependencies = [ 2480 - "bitflags 1.3.2", 2481 - "com-rs", 2678 + "bitflags 2.4.2", 2679 + "com", 2482 2680 "libc", 2483 - "libloading 0.7.4", 2681 + "libloading 0.8.1", 2484 2682 "thiserror", 2485 2683 "widestring", 2486 2684 "winapi", ··· 2494 2692 2495 2693 [[package]] 2496 2694 name = "hermit-abi" 2497 - version = "0.3.4" 2695 + version = "0.3.8" 2498 2696 source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" 2697 + checksum = "379dada1584ad501b383485dd706b8afb7a70fcbc7f4da7d780638a5a6124a60" 2500 2698 2501 2699 [[package]] 2502 2700 name = "hex" ··· 2526 2724 "serde", 2527 2725 "serde_derive", 2528 2726 "thiserror", 2529 - "toml 0.8.8", 2727 + "toml 0.8.10", 2530 2728 "unic-langid", 2531 2729 ] 2532 2730 ··· 2569 2767 "proc-macro2", 2570 2768 "quote", 2571 2769 "strsim 0.10.0", 2572 - "syn 2.0.48", 2770 + "syn 2.0.51", 2573 2771 "unic-langid", 2574 2772 ] 2575 2773 ··· 2583 2781 "i18n-config", 2584 2782 "proc-macro2", 2585 2783 "quote", 2586 - "syn 2.0.48", 2784 + "syn 2.0.51", 2587 2785 ] 2588 2786 2589 2787 [[package]] 2590 2788 name = "iana-time-zone" 2591 - version = "0.1.59" 2789 + version = "0.1.60" 2592 2790 source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" 2791 + checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2594 2792 dependencies = [ 2595 2793 "android_system_properties", 2596 2794 "core-foundation-sys 0.8.6", 2597 2795 "iana-time-zone-haiku", 2598 2796 "js-sys", 2599 2797 "wasm-bindgen", 2600 - "windows-core 0.52.0", 2798 + "windows-core", 2601 2799 ] 2602 2800 2603 2801 [[package]] ··· 2612 2810 [[package]] 2613 2811 name = "iced" 2614 2812 version = "0.12.0" 2615 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2813 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2616 2814 dependencies = [ 2617 2815 "iced_accessibility", 2618 2816 "iced_core", ··· 2620 2818 "iced_renderer", 2621 2819 "iced_widget", 2622 2820 "iced_winit", 2623 - "image 0.24.8", 2821 + "image 0.24.9", 2624 2822 "thiserror", 2625 2823 ] 2626 2824 2627 2825 [[package]] 2628 2826 name = "iced_accessibility" 2629 2827 version = "0.1.0" 2630 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2828 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2631 2829 dependencies = [ 2632 2830 "accesskit", 2633 2831 "accesskit_winit", ··· 2636 2834 [[package]] 2637 2835 name = "iced_core" 2638 2836 version = "0.12.0" 2639 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2837 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2640 2838 dependencies = [ 2641 2839 "bitflags 1.3.2", 2642 - "instant", 2643 2840 "log", 2644 2841 "num-traits", 2645 2842 "palette", 2646 - "raw-window-handle 0.5.2", 2843 + "raw-window-handle 0.6.0", 2647 2844 "serde", 2845 + "smol_str", 2648 2846 "thiserror", 2847 + "web-time", 2649 2848 "xxhash-rust", 2650 2849 ] 2651 2850 2652 2851 [[package]] 2653 2852 name = "iced_futures" 2654 2853 version = "0.12.0" 2655 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2854 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2656 2855 dependencies = [ 2657 2856 "futures", 2658 2857 "iced_core", ··· 2665 2864 [[package]] 2666 2865 name = "iced_graphics" 2667 2866 version = "0.12.0" 2668 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2867 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2669 2868 dependencies = [ 2670 2869 "bitflags 1.3.2", 2671 2870 "bytemuck", ··· 2673 2872 "glam", 2674 2873 "half", 2675 2874 "iced_core", 2676 - "image 0.24.8", 2875 + "iced_futures", 2876 + "image 0.24.9", 2677 2877 "kamadak-exif", 2678 2878 "log", 2679 2879 "lyon_path", 2680 2880 "once_cell", 2681 - "raw-window-handle 0.5.2", 2881 + "raw-window-handle 0.6.0", 2682 2882 "rustc-hash", 2683 2883 "thiserror", 2684 2884 "unicode-segmentation", ··· 2688 2888 [[package]] 2689 2889 name = "iced_renderer" 2690 2890 version = "0.12.0" 2691 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2891 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2692 2892 dependencies = [ 2693 2893 "iced_graphics", 2694 2894 "iced_tiny_skia", 2695 2895 "iced_wgpu", 2696 2896 "log", 2697 - "raw-window-handle 0.5.2", 2698 2897 "thiserror", 2699 2898 ] 2700 2899 2701 2900 [[package]] 2702 2901 name = "iced_runtime" 2703 2902 version = "0.12.0" 2704 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2903 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2705 2904 dependencies = [ 2706 2905 "iced_core", 2707 2906 "iced_futures", ··· 2711 2910 [[package]] 2712 2911 name = "iced_style" 2713 2912 version = "0.12.0" 2714 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2913 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2715 2914 dependencies = [ 2716 2915 "iced_core", 2717 2916 "once_cell", ··· 2721 2920 [[package]] 2722 2921 name = "iced_tiny_skia" 2723 2922 version = "0.12.0" 2724 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2923 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2725 2924 dependencies = [ 2726 2925 "bytemuck", 2727 2926 "cosmic-text", 2728 2927 "iced_graphics", 2729 2928 "kurbo", 2730 2929 "log", 2731 - "raw-window-handle 0.5.2", 2732 2930 "resvg", 2733 2931 "rustc-hash", 2734 2932 "softbuffer", 2735 - "tiny-skia 0.11.3", 2933 + "tiny-skia", 2736 2934 "xxhash-rust", 2737 2935 ] 2738 2936 2739 2937 [[package]] 2740 2938 name = "iced_wgpu" 2741 2939 version = "0.12.0" 2742 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2940 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2743 2941 dependencies = [ 2744 2942 "bitflags 1.3.2", 2745 2943 "bytemuck", ··· 2751 2949 "log", 2752 2950 "lyon", 2753 2951 "once_cell", 2754 - "raw-window-handle 0.5.2", 2755 2952 "resvg", 2756 2953 "wgpu", 2757 2954 ] ··· 2759 2956 [[package]] 2760 2957 name = "iced_widget" 2761 2958 version = "0.12.0" 2762 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2959 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2763 2960 dependencies = [ 2764 2961 "iced_renderer", 2765 2962 "iced_runtime", ··· 2773 2970 [[package]] 2774 2971 name = "iced_winit" 2775 2972 version = "0.12.0" 2776 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 2973 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2777 2974 dependencies = [ 2778 2975 "iced_graphics", 2779 2976 "iced_runtime", ··· 2784 2981 "web-sys", 2785 2982 "winapi", 2786 2983 "window_clipboard", 2787 - "winit 0.28.6", 2984 + "winit 0.29.10", 2985 + ] 2986 + 2987 + [[package]] 2988 + name = "icrate" 2989 + version = "0.0.4" 2990 + source = "registry+https://github.com/rust-lang/crates.io-index" 2991 + checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319" 2992 + dependencies = [ 2993 + "block2 0.3.0", 2994 + "dispatch", 2995 + "objc2 0.4.1", 2996 + ] 2997 + 2998 + [[package]] 2999 + name = "icrate" 3000 + version = "0.1.0" 3001 + source = "registry+https://github.com/rust-lang/crates.io-index" 3002 + checksum = "e286f4b975ac6c054971a0600a9b76438b332edace54bff79c71c9d3adfc9772" 3003 + dependencies = [ 3004 + "block2 0.4.0", 3005 + "objc2 0.5.0", 2788 3006 ] 2789 3007 2790 3008 [[package]] ··· 2840 3058 2841 3059 [[package]] 2842 3060 name = "image" 2843 - version = "0.24.8" 3061 + version = "0.24.9" 2844 3062 source = "registry+https://github.com/rust-lang/crates.io-index" 2845 - checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23" 3063 + checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 2846 3064 dependencies = [ 2847 3065 "bytemuck", 2848 3066 "byteorder", 2849 3067 "color_quant", 2850 3068 "exr", 2851 - "gif 0.12.0", 3069 + "gif 0.13.1", 2852 3070 "jpeg-decoder 0.3.1", 2853 3071 "num-traits", 2854 - "png 0.17.11", 3072 + "png 0.17.13", 2855 3073 "qoi", 2856 3074 "tiff 0.9.1", 2857 3075 ] ··· 2864 3082 2865 3083 [[package]] 2866 3084 name = "indexmap" 2867 - version = "2.1.0" 3085 + version = "2.2.3" 2868 3086 source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 3087 + checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 2870 3088 dependencies = [ 2871 3089 "equivalent", 2872 - "hashbrown 0.14.3", 3090 + "hashbrown", 2873 3091 ] 2874 3092 2875 3093 [[package]] ··· 2899 3117 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2900 3118 dependencies = [ 2901 3119 "cfg-if 1.0.0", 2902 - "js-sys", 2903 - "wasm-bindgen", 2904 - "web-sys", 2905 3120 ] 2906 3121 2907 3122 [[package]] ··· 2935 3150 ] 2936 3151 2937 3152 [[package]] 3153 + name = "is-docker" 3154 + version = "0.2.0" 3155 + source = "registry+https://github.com/rust-lang/crates.io-index" 3156 + checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 3157 + dependencies = [ 3158 + "once_cell", 3159 + ] 3160 + 3161 + [[package]] 2938 3162 name = "is-terminal" 2939 - version = "0.4.10" 3163 + version = "0.4.12" 2940 3164 source = "registry+https://github.com/rust-lang/crates.io-index" 2941 - checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" 3165 + checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 2942 3166 dependencies = [ 2943 3167 "hermit-abi", 2944 - "rustix 0.38.30", 3168 + "libc", 2945 3169 "windows-sys 0.52.0", 2946 3170 ] 2947 3171 2948 3172 [[package]] 3173 + name = "is-wsl" 3174 + version = "0.4.0" 3175 + source = "registry+https://github.com/rust-lang/crates.io-index" 3176 + checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 3177 + dependencies = [ 3178 + "is-docker", 3179 + "once_cell", 3180 + ] 3181 + 3182 + [[package]] 2949 3183 name = "itoa" 2950 3184 version = "1.0.10" 2951 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 2952 3186 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2953 3187 2954 3188 [[package]] 2955 - name = "jni-sys" 2956 - version = "0.3.0" 3189 + name = "jni" 3190 + version = "0.21.1" 2957 3191 source = "registry+https://github.com/rust-lang/crates.io-index" 2958 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 3192 + checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3193 + dependencies = [ 3194 + "cesu8", 3195 + "cfg-if 1.0.0", 3196 + "combine", 3197 + "jni-sys", 3198 + "log", 3199 + "thiserror", 3200 + "walkdir", 3201 + "windows-sys 0.45.0", 3202 + ] 2959 3203 2960 3204 [[package]] 2961 - name = "jobserver" 2962 - version = "0.1.27" 3205 + name = "jni-sys" 3206 + version = "0.3.0" 2963 3207 source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" 2965 - dependencies = [ 2966 - "libc", 2967 - ] 3208 + checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2968 3209 2969 3210 [[package]] 2970 3211 name = "jpeg-decoder" ··· 2986 3227 2987 3228 [[package]] 2988 3229 name = "js-sys" 2989 - version = "0.3.67" 3230 + version = "0.3.68" 2990 3231 source = "registry+https://github.com/rust-lang/crates.io-index" 2991 - checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" 3232 + checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 2992 3233 dependencies = [ 2993 3234 "wasm-bindgen", 2994 3235 ] ··· 3020 3261 checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 3021 3262 3022 3263 [[package]] 3264 + name = "known-folders" 3265 + version = "1.1.0" 3266 + source = "registry+https://github.com/rust-lang/crates.io-index" 3267 + checksum = "4397c789f2709d23cfcb703b316e0766a8d4b17db2d47b0ab096ef6047cae1d8" 3268 + dependencies = [ 3269 + "windows-sys 0.52.0", 3270 + ] 3271 + 3272 + [[package]] 3023 3273 name = "kqueue" 3024 3274 version = "1.0.8" 3025 3275 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3084 3334 3085 3335 [[package]] 3086 3336 name = "libc" 3087 - version = "0.2.152" 3337 + version = "0.2.153" 3088 3338 source = "registry+https://github.com/rust-lang/crates.io-index" 3089 - checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 3339 + checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 3090 3340 3091 3341 [[package]] 3092 3342 name = "libcosmic" 3093 3343 version = "0.1.0" 3094 - source = "git+https://github.com/pop-os/libcosmic#4e18199444aecbc60f25a12e8adb91926aa5e653" 3344 + source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 3095 3345 dependencies = [ 3096 3346 "apply", 3097 3347 "ashpd", ··· 3113 3363 "iced_winit", 3114 3364 "lazy_static", 3115 3365 "palette", 3366 + "rfd", 3116 3367 "slotmap", 3117 3368 "taffy", 3118 3369 "thiserror", ··· 3209 3460 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 3210 3461 3211 3462 [[package]] 3463 + name = "linux-raw-sys" 3464 + version = "0.6.4" 3465 + source = "registry+https://github.com/rust-lang/crates.io-index" 3466 + checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4" 3467 + 3468 + [[package]] 3212 3469 name = "locale_config" 3213 3470 version = "0.3.0" 3214 3471 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3239 3496 3240 3497 [[package]] 3241 3498 name = "lru" 3242 - version = "0.12.1" 3499 + version = "0.12.3" 3243 3500 source = "registry+https://github.com/rust-lang/crates.io-index" 3244 - checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" 3501 + checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" 3245 3502 dependencies = [ 3246 - "hashbrown 0.14.3", 3503 + "hashbrown", 3247 3504 ] 3248 3505 3249 3506 [[package]] ··· 3324 3581 3325 3582 [[package]] 3326 3583 name = "memmap2" 3327 - version = "0.5.10" 3328 - source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 3330 - dependencies = [ 3331 - "libc", 3332 - ] 3333 - 3334 - [[package]] 3335 - name = "memmap2" 3336 - version = "0.9.3" 3584 + version = "0.9.4" 3337 3585 source = "registry+https://github.com/rust-lang/crates.io-index" 3338 - checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92" 3586 + checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 3339 3587 dependencies = [ 3340 3588 "libc", 3341 - ] 3342 - 3343 - [[package]] 3344 - name = "memoffset" 3345 - version = "0.6.5" 3346 - source = "registry+https://github.com/rust-lang/crates.io-index" 3347 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 3348 - dependencies = [ 3349 - "autocfg", 3350 3589 ] 3351 3590 3352 3591 [[package]] ··· 3389 3628 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3390 3629 3391 3630 [[package]] 3631 + name = "mime_guess" 3632 + version = "2.0.4" 3633 + source = "registry+https://github.com/rust-lang/crates.io-index" 3634 + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3635 + dependencies = [ 3636 + "mime", 3637 + "unicase", 3638 + ] 3639 + 3640 + [[package]] 3392 3641 name = "minimal-lexical" 3393 3642 version = "0.2.1" 3394 3643 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3415 3664 3416 3665 [[package]] 3417 3666 name = "miniz_oxide" 3418 - version = "0.7.1" 3667 + version = "0.7.2" 3419 3668 source = "registry+https://github.com/rust-lang/crates.io-index" 3420 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 3669 + checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 3421 3670 dependencies = [ 3422 3671 "adler", 3423 3672 "simd-adler32", ··· 3471 3720 3472 3721 [[package]] 3473 3722 name = "modit" 3474 - version = "0.1.3" 3723 + version = "0.1.4" 3475 3724 source = "registry+https://github.com/rust-lang/crates.io-index" 3476 - checksum = "52e146555580584c3ae3e07a079d0a4499ddff20ede0cc3c039578789e43ef0c" 3725 + checksum = "fa21838a18a88208e85015452ef542b4fb5ce0be3dc635331df56874af16c13c" 3477 3726 dependencies = [ 3478 3727 "log", 3479 3728 ] ··· 3486 3735 3487 3736 [[package]] 3488 3737 name = "naga" 3489 - version = "0.14.2" 3490 - source = "registry+https://github.com/rust-lang/crates.io-index" 3491 - checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e" 3738 + version = "0.19.0" 3739 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 3492 3740 dependencies = [ 3741 + "arrayvec 0.7.4", 3493 3742 "bit-set", 3494 3743 "bitflags 2.4.2", 3495 3744 "codespan-reporting", ··· 3505 3754 ] 3506 3755 3507 3756 [[package]] 3508 - name = "nanorand" 3509 - version = "0.7.0" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 3512 - dependencies = [ 3513 - "getrandom", 3514 - ] 3515 - 3516 - [[package]] 3517 3757 name = "ndk" 3518 3758 version = "0.3.0" 3519 3759 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3527 3767 3528 3768 [[package]] 3529 3769 name = "ndk" 3530 - version = "0.7.0" 3770 + version = "0.8.0" 3531 3771 source = "registry+https://github.com/rust-lang/crates.io-index" 3532 - checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 3772 + checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3533 3773 dependencies = [ 3534 - "bitflags 1.3.2", 3774 + "bitflags 2.4.2", 3535 3775 "jni-sys", 3536 - "ndk-sys 0.4.1+23.1.7779620", 3537 - "num_enum 0.5.11", 3538 - "raw-window-handle 0.5.2", 3776 + "log", 3777 + "ndk-sys 0.5.0+25.2.9519653", 3778 + "num_enum 0.7.2", 3779 + "raw-window-handle 0.6.0", 3539 3780 "thiserror", 3540 3781 ] 3541 3782 ··· 3580 3821 3581 3822 [[package]] 3582 3823 name = "ndk-sys" 3583 - version = "0.4.1+23.1.7779620" 3824 + version = "0.5.0+25.2.9519653" 3584 3825 source = "registry+https://github.com/rust-lang/crates.io-index" 3585 - checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3" 3826 + checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3586 3827 dependencies = [ 3587 3828 "jni-sys", 3588 3829 ] ··· 3613 3854 3614 3855 [[package]] 3615 3856 name = "nix" 3616 - version = "0.22.3" 3617 - source = "registry+https://github.com/rust-lang/crates.io-index" 3618 - checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" 3619 - dependencies = [ 3620 - "bitflags 1.3.2", 3621 - "cc", 3622 - "cfg-if 1.0.0", 3623 - "libc", 3624 - "memoffset 0.6.5", 3625 - ] 3626 - 3627 - [[package]] 3628 - name = "nix" 3629 - version = "0.24.3" 3630 - source = "registry+https://github.com/rust-lang/crates.io-index" 3631 - checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 3632 - dependencies = [ 3633 - "bitflags 1.3.2", 3634 - "cfg-if 1.0.0", 3635 - "libc", 3636 - "memoffset 0.6.5", 3637 - ] 3638 - 3639 - [[package]] 3640 - name = "nix" 3641 - version = "0.25.1" 3642 - source = "registry+https://github.com/rust-lang/crates.io-index" 3643 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 3644 - dependencies = [ 3645 - "autocfg", 3646 - "bitflags 1.3.2", 3647 - "cfg-if 1.0.0", 3648 - "libc", 3649 - "memoffset 0.6.5", 3650 - ] 3651 - 3652 - [[package]] 3653 - name = "nix" 3654 3857 version = "0.26.4" 3655 3858 source = "registry+https://github.com/rust-lang/crates.io-index" 3656 3859 checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" ··· 3659 3862 "cfg-if 1.0.0", 3660 3863 "libc", 3661 3864 "memoffset 0.7.1", 3662 - ] 3663 - 3664 - [[package]] 3665 - name = "nix" 3666 - version = "0.27.1" 3667 - source = "registry+https://github.com/rust-lang/crates.io-index" 3668 - checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 3669 - dependencies = [ 3670 - "bitflags 2.4.2", 3671 - "cfg-if 1.0.0", 3672 - "libc", 3673 3865 ] 3674 3866 3675 3867 [[package]] ··· 3759 3951 3760 3952 [[package]] 3761 3953 name = "num-complex" 3762 - version = "0.4.4" 3954 + version = "0.4.5" 3763 3955 source = "registry+https://github.com/rust-lang/crates.io-index" 3764 - checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 3956 + checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" 3765 3957 dependencies = [ 3766 3958 "num-traits", 3767 3959 ] 3768 3960 3769 3961 [[package]] 3962 + name = "num-conv" 3963 + version = "0.1.0" 3964 + source = "registry+https://github.com/rust-lang/crates.io-index" 3965 + checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3966 + 3967 + [[package]] 3770 3968 name = "num-integer" 3771 - version = "0.1.45" 3969 + version = "0.1.46" 3772 3970 source = "registry+https://github.com/rust-lang/crates.io-index" 3773 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 3971 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3774 3972 dependencies = [ 3775 - "autocfg", 3776 3973 "num-traits", 3777 3974 ] 3778 3975 3779 3976 [[package]] 3780 3977 name = "num-iter" 3781 - version = "0.1.43" 3978 + version = "0.1.44" 3782 3979 source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 3980 + checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" 3784 3981 dependencies = [ 3785 3982 "autocfg", 3786 3983 "num-integer", ··· 3812 4009 3813 4010 [[package]] 3814 4011 name = "num-traits" 3815 - version = "0.2.17" 4012 + version = "0.2.18" 3816 4013 source = "registry+https://github.com/rust-lang/crates.io-index" 3817 - checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 4014 + checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 3818 4015 dependencies = [ 3819 4016 "autocfg", 3820 4017 "libm", ··· 3841 4038 3842 4039 [[package]] 3843 4040 name = "num_enum" 3844 - version = "0.6.1" 4041 + version = "0.7.2" 3845 4042 source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 4043 + checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 3847 4044 dependencies = [ 3848 - "num_enum_derive 0.6.1", 4045 + "num_enum_derive 0.7.2", 3849 4046 ] 3850 4047 3851 4048 [[package]] ··· 3862 4059 3863 4060 [[package]] 3864 4061 name = "num_enum_derive" 3865 - version = "0.6.1" 4062 + version = "0.7.2" 3866 4063 source = "registry+https://github.com/rust-lang/crates.io-index" 3867 - checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 4064 + checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" 3868 4065 dependencies = [ 3869 - "proc-macro-crate 1.3.1", 4066 + "proc-macro-crate 3.1.0", 3870 4067 "proc-macro2", 3871 4068 "quote", 3872 - "syn 2.0.48", 4069 + "syn 2.0.51", 4070 + ] 4071 + 4072 + [[package]] 4073 + name = "num_threads" 4074 + version = "0.1.7" 4075 + source = "registry+https://github.com/rust-lang/crates.io-index" 4076 + checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 4077 + dependencies = [ 4078 + "libc", 3873 4079 ] 3874 4080 3875 4081 [[package]] ··· 3895 4101 3896 4102 [[package]] 3897 4103 name = "objc-sys" 3898 - version = "0.2.0-beta.2" 4104 + version = "0.3.2" 3899 4105 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7" 4106 + checksum = "c7c71324e4180d0899963fc83d9d241ac39e699609fc1025a850aadac8257459" 3901 4107 3902 4108 [[package]] 3903 4109 name = "objc2" 3904 - version = "0.3.0-beta.3.patch-leaks.3" 4110 + version = "0.4.1" 3905 4111 source = "registry+https://github.com/rust-lang/crates.io-index" 3906 - checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468" 4112 + checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 3907 4113 dependencies = [ 3908 - "block2", 3909 4114 "objc-sys", 3910 - "objc2-encode", 4115 + "objc2-encode 3.0.0", 3911 4116 ] 3912 4117 3913 4118 [[package]] 3914 - name = "objc2-encode" 3915 - version = "2.0.0-pre.2" 4119 + name = "objc2" 4120 + version = "0.5.0" 3916 4121 source = "registry+https://github.com/rust-lang/crates.io-index" 3917 - checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512" 4122 + checksum = "9a9c7f0d511a4ce26b078183179dca908171cfc69f88986fe36c5138e1834476" 3918 4123 dependencies = [ 3919 4124 "objc-sys", 4125 + "objc2-encode 4.0.0", 3920 4126 ] 4127 + 4128 + [[package]] 4129 + name = "objc2-encode" 4130 + version = "3.0.0" 4131 + source = "registry+https://github.com/rust-lang/crates.io-index" 4132 + checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 4133 + 4134 + [[package]] 4135 + name = "objc2-encode" 4136 + version = "4.0.0" 4137 + source = "registry+https://github.com/rust-lang/crates.io-index" 4138 + checksum = "2ff06a6505cde0766484f38d8479ac8e6d31c66fbc2d5492f65ca8c091456379" 3921 4139 3922 4140 [[package]] 3923 4141 name = "objc_exception" ··· 3975 4193 ] 3976 4194 3977 4195 [[package]] 4196 + name = "open" 4197 + version = "5.0.2" 4198 + source = "registry+https://github.com/rust-lang/crates.io-index" 4199 + checksum = "eedff767bc49d336bff300224f73307ae36963c843e38dc9312a22171b012cbc" 4200 + dependencies = [ 4201 + "is-wsl", 4202 + "libc", 4203 + "pathdiff", 4204 + ] 4205 + 4206 + [[package]] 3978 4207 name = "option-ext" 3979 4208 version = "0.2.0" 3980 4209 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3991 4220 3992 4221 [[package]] 3993 4222 name = "ordered-multimap" 3994 - version = "0.4.3" 4223 + version = "0.7.1" 3995 4224 source = "registry+https://github.com/rust-lang/crates.io-index" 3996 - checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a" 4225 + checksum = "a4d6a8c22fc714f0c2373e6091bf6f5e9b37b1bc0b1184874b7e0a4e303d318f" 3997 4226 dependencies = [ 3998 4227 "dlv-list", 3999 - "hashbrown 0.12.3", 4228 + "hashbrown", 4000 4229 ] 4001 4230 4002 4231 [[package]] ··· 4030 4259 "proc-macro-error", 4031 4260 "proc-macro2", 4032 4261 "quote", 4033 - "syn 2.0.48", 4262 + "syn 2.0.51", 4034 4263 ] 4035 4264 4036 4265 [[package]] ··· 4053 4282 4054 4283 [[package]] 4055 4284 name = "palette" 4056 - version = "0.7.3" 4285 + version = "0.7.5" 4057 4286 source = "registry+https://github.com/rust-lang/crates.io-index" 4058 - checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc" 4287 + checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a" 4059 4288 dependencies = [ 4060 4289 "approx", 4061 4290 "fast-srgb8", ··· 4066 4295 4067 4296 [[package]] 4068 4297 name = "palette_derive" 4069 - version = "0.7.3" 4298 + version = "0.7.5" 4070 4299 source = "registry+https://github.com/rust-lang/crates.io-index" 4071 - checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a" 4300 + checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d" 4072 4301 dependencies = [ 4073 4302 "proc-macro2", 4074 4303 "quote", 4075 - "syn 2.0.48", 4304 + "syn 2.0.51", 4076 4305 ] 4077 4306 4078 4307 [[package]] ··· 4157 4386 "nom 7.1.3", 4158 4387 "nom_locate", 4159 4388 ] 4389 + 4390 + [[package]] 4391 + name = "pathdiff" 4392 + version = "0.2.1" 4393 + source = "registry+https://github.com/rust-lang/crates.io-index" 4394 + checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 4160 4395 4161 4396 [[package]] 4162 4397 name = "percent-encoding" ··· 4166 4401 4167 4402 [[package]] 4168 4403 name = "pest" 4169 - version = "2.7.6" 4404 + version = "2.7.7" 4170 4405 source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06" 4406 + checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" 4172 4407 dependencies = [ 4173 4408 "memchr", 4174 4409 "thiserror", ··· 4177 4412 4178 4413 [[package]] 4179 4414 name = "pest_derive" 4180 - version = "2.7.6" 4415 + version = "2.7.7" 4181 4416 source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde" 4417 + checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809" 4183 4418 dependencies = [ 4184 4419 "pest", 4185 4420 "pest_generator", ··· 4187 4422 4188 4423 [[package]] 4189 4424 name = "pest_generator" 4190 - version = "2.7.6" 4425 + version = "2.7.7" 4191 4426 source = "registry+https://github.com/rust-lang/crates.io-index" 4192 - checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275" 4427 + checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e" 4193 4428 dependencies = [ 4194 4429 "pest", 4195 4430 "pest_meta", 4196 4431 "proc-macro2", 4197 4432 "quote", 4198 - "syn 2.0.48", 4433 + "syn 2.0.51", 4199 4434 ] 4200 4435 4201 4436 [[package]] 4202 4437 name = "pest_meta" 4203 - version = "2.7.6" 4438 + version = "2.7.7" 4204 4439 source = "registry+https://github.com/rust-lang/crates.io-index" 4205 - checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d" 4440 + checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a" 4206 4441 dependencies = [ 4207 4442 "once_cell", 4208 4443 "pest", ··· 4239 4474 "phf_shared", 4240 4475 "proc-macro2", 4241 4476 "quote", 4242 - "syn 2.0.48", 4477 + "syn 2.0.51", 4243 4478 ] 4244 4479 4245 4480 [[package]] ··· 4258 4493 checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 4259 4494 4260 4495 [[package]] 4261 - name = "pin-project" 4262 - version = "1.1.3" 4263 - source = "registry+https://github.com/rust-lang/crates.io-index" 4264 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 4265 - dependencies = [ 4266 - "pin-project-internal", 4267 - ] 4268 - 4269 - [[package]] 4270 - name = "pin-project-internal" 4271 - version = "1.1.3" 4272 - source = "registry+https://github.com/rust-lang/crates.io-index" 4273 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 4274 - dependencies = [ 4275 - "proc-macro2", 4276 - "quote", 4277 - "syn 2.0.48", 4278 - ] 4279 - 4280 - [[package]] 4281 4496 name = "pin-project-lite" 4282 4497 version = "0.2.13" 4283 4498 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4302 4517 4303 4518 [[package]] 4304 4519 name = "pkg-config" 4305 - version = "0.3.29" 4520 + version = "0.3.30" 4306 4521 source = "registry+https://github.com/rust-lang/crates.io-index" 4307 - checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" 4522 + checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 4308 4523 4309 4524 [[package]] 4310 4525 name = "plist" ··· 4315 4530 "base64", 4316 4531 "indexmap", 4317 4532 "line-wrap", 4318 - "quick-xml 0.31.0", 4533 + "quick-xml", 4319 4534 "serde", 4320 4535 "time", 4321 4536 ] ··· 4334 4549 4335 4550 [[package]] 4336 4551 name = "png" 4337 - version = "0.17.11" 4552 + version = "0.17.13" 4338 4553 source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a" 4554 + checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 4340 4555 dependencies = [ 4341 4556 "bitflags 1.3.2", 4342 4557 "crc32fast", 4343 4558 "fdeflate", 4344 4559 "flate2", 4345 - "miniz_oxide 0.7.1", 4560 + "miniz_oxide 0.7.2", 4346 4561 ] 4347 4562 4348 4563 [[package]] ··· 4363 4578 4364 4579 [[package]] 4365 4580 name = "polling" 4366 - version = "3.3.2" 4581 + version = "3.5.0" 4367 4582 source = "registry+https://github.com/rust-lang/crates.io-index" 4368 - checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" 4583 + checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 4369 4584 dependencies = [ 4370 4585 "cfg-if 1.0.0", 4371 4586 "concurrent-queue", 4372 4587 "pin-project-lite", 4373 - "rustix 0.38.30", 4588 + "rustix 0.38.31", 4374 4589 "tracing", 4375 4590 "windows-sys 0.52.0", 4376 4591 ] ··· 4413 4628 ] 4414 4629 4415 4630 [[package]] 4631 + name = "proc-macro-crate" 4632 + version = "3.1.0" 4633 + source = "registry+https://github.com/rust-lang/crates.io-index" 4634 + checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 4635 + dependencies = [ 4636 + "toml_edit 0.21.1", 4637 + ] 4638 + 4639 + [[package]] 4416 4640 name = "proc-macro-error" 4417 4641 version = "1.0.4" 4418 4642 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4438 4662 4439 4663 [[package]] 4440 4664 name = "proc-macro2" 4441 - version = "1.0.76" 4665 + version = "1.0.78" 4442 4666 source = "registry+https://github.com/rust-lang/crates.io-index" 4443 - checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" 4667 + checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 4444 4668 dependencies = [ 4445 4669 "unicode-ident", 4446 4670 ] 4447 4671 4448 4672 [[package]] 4449 4673 name = "profiling" 4450 - version = "1.0.13" 4674 + version = "1.0.15" 4451 4675 source = "registry+https://github.com/rust-lang/crates.io-index" 4452 - checksum = "d135ede8821cf6376eb7a64148901e1690b788c11ae94dc297ae917dbc91dc0e" 4676 + checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 4677 + 4678 + [[package]] 4679 + name = "pure-rust-locales" 4680 + version = "0.8.1" 4681 + source = "registry+https://github.com/rust-lang/crates.io-index" 4682 + checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a" 4453 4683 4454 4684 [[package]] 4455 4685 name = "qoi" ··· 4458 4688 checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 4459 4689 dependencies = [ 4460 4690 "bytemuck", 4461 - ] 4462 - 4463 - [[package]] 4464 - name = "quick-xml" 4465 - version = "0.30.0" 4466 - source = "registry+https://github.com/rust-lang/crates.io-index" 4467 - checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" 4468 - dependencies = [ 4469 - "memchr", 4470 4691 ] 4471 4692 4472 4693 [[package]] ··· 4525 4746 4526 4747 [[package]] 4527 4748 name = "rangemap" 4528 - version = "1.4.0" 4749 + version = "1.5.1" 4529 4750 source = "registry+https://github.com/rust-lang/crates.io-index" 4530 - checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991" 4751 + checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 4531 4752 4532 4753 [[package]] 4533 4754 name = "raw-window-handle" ··· 4555 4776 checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 4556 4777 4557 4778 [[package]] 4779 + name = "raw-window-handle" 4780 + version = "0.6.0" 4781 + source = "registry+https://github.com/rust-lang/crates.io-index" 4782 + checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544" 4783 + 4784 + [[package]] 4558 4785 name = "rayon" 4559 4786 version = "1.8.1" 4560 4787 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4579 4806 version = "0.5.0" 4580 4807 source = "registry+https://github.com/rust-lang/crates.io-index" 4581 4808 checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 4809 + 4810 + [[package]] 4811 + name = "read-fonts" 4812 + version = "0.15.6" 4813 + source = "registry+https://github.com/rust-lang/crates.io-index" 4814 + checksum = "17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92" 4815 + dependencies = [ 4816 + "font-types", 4817 + ] 4582 4818 4583 4819 [[package]] 4584 4820 name = "redox_syscall" ··· 4620 4856 4621 4857 [[package]] 4622 4858 name = "regex" 4623 - version = "1.10.2" 4859 + version = "1.10.3" 4624 4860 source = "registry+https://github.com/rust-lang/crates.io-index" 4625 - checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 4861 + checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 4626 4862 dependencies = [ 4627 4863 "aho-corasick", 4628 4864 "memchr", 4629 4865 "regex-automata", 4630 - "regex-syntax 0.8.2", 4866 + "regex-syntax", 4631 4867 ] 4632 4868 4633 4869 [[package]] 4634 4870 name = "regex-automata" 4635 - version = "0.4.3" 4871 + version = "0.4.5" 4636 4872 source = "registry+https://github.com/rust-lang/crates.io-index" 4637 - checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 4873 + checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 4638 4874 dependencies = [ 4639 4875 "aho-corasick", 4640 4876 "memchr", 4641 - "regex-syntax 0.8.2", 4877 + "regex-syntax", 4642 4878 ] 4643 - 4644 - [[package]] 4645 - name = "regex-syntax" 4646 - version = "0.7.5" 4647 - source = "registry+https://github.com/rust-lang/crates.io-index" 4648 - checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 4649 4879 4650 4880 [[package]] 4651 4881 name = "regex-syntax" ··· 4669 4899 "jpeg-decoder 0.3.1", 4670 4900 "log", 4671 4901 "pico-args", 4672 - "png 0.17.11", 4902 + "png 0.17.13", 4673 4903 "rgb", 4674 4904 "svgtypes", 4675 - "tiny-skia 0.11.3", 4905 + "tiny-skia", 4676 4906 "usvg", 4677 4907 ] 4678 4908 4679 4909 [[package]] 4680 4910 name = "rfd" 4681 - version = "0.12.1" 4911 + version = "0.13.0" 4682 4912 source = "registry+https://github.com/rust-lang/crates.io-index" 4683 - checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2" 4913 + checksum = "c0d8ab342bcc5436e04d3a4c1e09e17d74958bfaddf8d5fad6f85607df0f994f" 4684 4914 dependencies = [ 4915 + "ashpd", 4685 4916 "block", 4686 4917 "dispatch", 4687 4918 "glib-sys", ··· 4722 4953 4723 4954 [[package]] 4724 4955 name = "roxmltree" 4725 - version = "0.18.1" 4726 - source = "registry+https://github.com/rust-lang/crates.io-index" 4727 - checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302" 4728 - dependencies = [ 4729 - "xmlparser", 4730 - ] 4731 - 4732 - [[package]] 4733 - name = "roxmltree" 4734 4956 version = "0.19.0" 4735 4957 source = "registry+https://github.com/rust-lang/crates.io-index" 4736 4958 checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 4737 4959 4738 4960 [[package]] 4739 4961 name = "rust-embed" 4740 - version = "8.2.0" 4962 + version = "8.3.0" 4741 4963 source = "registry+https://github.com/rust-lang/crates.io-index" 4742 - checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f" 4964 + checksum = "fb78f46d0066053d16d4ca7b898e9343bc3530f71c61d5ad84cd404ada068745" 4743 4965 dependencies = [ 4744 4966 "rust-embed-impl", 4745 4967 "rust-embed-utils", ··· 4748 4970 4749 4971 [[package]] 4750 4972 name = "rust-embed-impl" 4751 - version = "8.2.0" 4973 + version = "8.3.0" 4752 4974 source = "registry+https://github.com/rust-lang/crates.io-index" 4753 - checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16" 4975 + checksum = "b91ac2a3c6c0520a3fb3dd89321177c3c692937c4eb21893378219da10c44fc8" 4754 4976 dependencies = [ 4755 4977 "proc-macro2", 4756 4978 "quote", 4757 4979 "rust-embed-utils", 4758 - "syn 2.0.48", 4980 + "syn 2.0.51", 4759 4981 "walkdir", 4760 4982 ] 4761 4983 4762 4984 [[package]] 4763 4985 name = "rust-embed-utils" 4764 - version = "8.2.0" 4986 + version = "8.3.0" 4765 4987 source = "registry+https://github.com/rust-lang/crates.io-index" 4766 - checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665" 4988 + checksum = "86f69089032567ffff4eada41c573fc43ff466c7db7c5688b2e7969584345581" 4767 4989 dependencies = [ 4768 4990 "sha2", 4769 4991 "walkdir", ··· 4771 4993 4772 4994 [[package]] 4773 4995 name = "rust-ini" 4774 - version = "0.18.0" 4996 + version = "0.20.0" 4775 4997 source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df" 4998 + checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" 4777 4999 dependencies = [ 4778 5000 "cfg-if 1.0.0", 4779 5001 "ordered-multimap", ··· 4816 5038 4817 5039 [[package]] 4818 5040 name = "rustix" 4819 - version = "0.38.30" 5041 + version = "0.38.31" 4820 5042 source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" 5043 + checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 4822 5044 dependencies = [ 4823 5045 "bitflags 2.4.2", 4824 5046 "errno", ··· 4838 5060 ] 4839 5061 4840 5062 [[package]] 5063 + name = "rustversion" 5064 + version = "1.0.14" 5065 + source = "registry+https://github.com/rust-lang/crates.io-index" 5066 + checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 5067 + 5068 + [[package]] 4841 5069 name = "rustybuzz" 4842 5070 version = "0.12.1" 4843 5071 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4856 5084 4857 5085 [[package]] 4858 5086 name = "ryu" 4859 - version = "1.0.16" 5087 + version = "1.0.17" 4860 5088 source = "registry+https://github.com/rust-lang/crates.io-index" 4861 - checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 5089 + checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 4862 5090 4863 5091 [[package]] 4864 5092 name = "safemem" ··· 4895 5123 4896 5124 [[package]] 4897 5125 name = "sctk-adwaita" 4898 - version = "0.5.4" 4899 - source = "git+https://github.com/pop-os/sctk-adwaita?branch=wayland-resize#da85380dfb8f0c13aed51c5bddaad0ba3654cb1f" 5126 + version = "0.8.1" 5127 + source = "registry+https://github.com/rust-lang/crates.io-index" 5128 + checksum = "82b2eaf3a5b264a521b988b2e73042e742df700c4f962cde845d1541adb46550" 4900 5129 dependencies = [ 4901 5130 "ab_glyph", 4902 5131 "log", 4903 - "memmap2 0.5.10", 4904 - "smithay-client-toolkit 0.16.1", 4905 - "tiny-skia 0.8.4", 5132 + "memmap2 0.9.4", 5133 + "smithay-client-toolkit 0.18.1", 5134 + "tiny-skia", 4906 5135 ] 4907 5136 4908 5137 [[package]] ··· 4937 5166 4938 5167 [[package]] 4939 5168 name = "serde" 4940 - version = "1.0.195" 5169 + version = "1.0.197" 4941 5170 source = "registry+https://github.com/rust-lang/crates.io-index" 4942 - checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" 5171 + checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 4943 5172 dependencies = [ 4944 5173 "serde_derive", 4945 5174 ] 4946 5175 4947 5176 [[package]] 4948 5177 name = "serde_derive" 4949 - version = "1.0.195" 5178 + version = "1.0.197" 4950 5179 source = "registry+https://github.com/rust-lang/crates.io-index" 4951 - checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" 5180 + checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 4952 5181 dependencies = [ 4953 5182 "proc-macro2", 4954 5183 "quote", 4955 - "syn 2.0.48", 5184 + "syn 2.0.51", 4956 5185 ] 4957 5186 4958 5187 [[package]] 4959 5188 name = "serde_json" 4960 - version = "1.0.111" 5189 + version = "1.0.114" 4961 5190 source = "registry+https://github.com/rust-lang/crates.io-index" 4962 - checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" 5191 + checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 4963 5192 dependencies = [ 4964 5193 "itoa", 4965 5194 "ryu", ··· 4974 5203 dependencies = [ 4975 5204 "proc-macro2", 4976 5205 "quote", 4977 - "syn 2.0.48", 5206 + "syn 2.0.51", 4978 5207 ] 4979 5208 4980 5209 [[package]] ··· 5058 5287 5059 5288 [[package]] 5060 5289 name = "smallvec" 5061 - version = "1.12.0" 5290 + version = "1.13.1" 5062 5291 source = "registry+https://github.com/rust-lang/crates.io-index" 5063 - checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" 5292 + checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 5064 5293 5065 5294 [[package]] 5066 5295 name = "smithay-client-toolkit" ··· 5083 5312 5084 5313 [[package]] 5085 5314 name = "smithay-client-toolkit" 5086 - version = "0.16.1" 5087 - source = "git+https://github.com/pop-os/client-toolkit?branch=wayland-resize#515820fc86cf8cb3ac8d087dc6c87852767627ca" 5315 + version = "0.18.1" 5316 + source = "registry+https://github.com/rust-lang/crates.io-index" 5317 + checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 5088 5318 dependencies = [ 5089 - "bitflags 1.3.2", 5090 - "calloop 0.10.6", 5091 - "dlib 0.5.2", 5092 - "lazy_static", 5319 + "bitflags 2.4.2", 5320 + "calloop 0.12.4", 5321 + "calloop-wayland-source", 5322 + "cursor-icon", 5323 + "libc", 5093 5324 "log", 5094 - "memmap2 0.5.10", 5095 - "nix 0.24.3", 5096 - "pkg-config", 5097 - "wayland-client 0.29.5", 5098 - "wayland-cursor 0.29.5", 5099 - "wayland-protocols 0.29.5", 5325 + "memmap2 0.9.4", 5326 + "rustix 0.38.31", 5327 + "thiserror", 5328 + "wayland-backend", 5329 + "wayland-client 0.31.2", 5330 + "wayland-csd-frame", 5331 + "wayland-cursor 0.31.1", 5332 + "wayland-protocols 0.31.2", 5333 + "wayland-protocols-wlr", 5334 + "wayland-scanner 0.31.1", 5335 + "xkeysym", 5100 5336 ] 5101 5337 5102 5338 [[package]] 5103 5339 name = "smithay-clipboard" 5104 - version = "0.6.6" 5340 + version = "0.7.1" 5105 5341 source = "registry+https://github.com/rust-lang/crates.io-index" 5106 - checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 5342 + checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d" 5107 5343 dependencies = [ 5108 - "smithay-client-toolkit 0.16.1", 5109 - "wayland-client 0.29.5", 5344 + "libc", 5345 + "smithay-client-toolkit 0.18.1", 5346 + "wayland-backend", 5347 + ] 5348 + 5349 + [[package]] 5350 + name = "smol_str" 5351 + version = "0.2.1" 5352 + source = "registry+https://github.com/rust-lang/crates.io-index" 5353 + checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49" 5354 + dependencies = [ 5355 + "serde", 5110 5356 ] 5111 5357 5112 5358 [[package]] ··· 5121 5367 5122 5368 [[package]] 5123 5369 name = "socket2" 5124 - version = "0.5.5" 5370 + version = "0.5.6" 5125 5371 source = "registry+https://github.com/rust-lang/crates.io-index" 5126 - checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 5372 + checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 5127 5373 dependencies = [ 5128 5374 "libc", 5129 - "windows-sys 0.48.0", 5375 + "windows-sys 0.52.0", 5130 5376 ] 5131 5377 5132 5378 [[package]] 5133 5379 name = "softbuffer" 5134 - version = "0.3.3" 5135 - source = "git+https://github.com/pop-os/softbuffer?tag=v0.3-cosmic#6f0371ccece51d124c6c5d37082189df0dc5f9ba" 5380 + version = "0.4.1" 5381 + source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad7e98397d37cb187886d05969bc480995" 5136 5382 dependencies = [ 5137 5383 "as-raw-xcb-connection", 5138 5384 "bytemuck", 5139 - "cfg_aliases", 5385 + "cfg_aliases 0.2.0", 5140 5386 "cocoa 0.25.0", 5141 5387 "core-graphics 0.23.1", 5142 5388 "drm", ··· 5144 5390 "foreign-types 0.5.0", 5145 5391 "js-sys", 5146 5392 "log", 5147 - "memmap2 0.9.3", 5393 + "memmap2 0.9.4", 5148 5394 "objc", 5149 - "raw-window-handle 0.5.2", 5395 + "raw-window-handle 0.6.0", 5150 5396 "redox_syscall 0.4.1", 5151 - "rustix 0.38.30", 5397 + "rustix 0.38.31", 5152 5398 "tiny-xlib", 5153 5399 "wasm-bindgen", 5154 5400 "wayland-backend", 5155 - "wayland-client 0.31.1", 5401 + "wayland-client 0.31.2", 5156 5402 "wayland-sys 0.31.1", 5157 5403 "web-sys", 5158 - "windows-sys 0.48.0", 5159 - "x11rb 0.12.0", 5404 + "windows-sys 0.52.0", 5405 + "x11rb", 5160 5406 ] 5161 5407 5162 5408 [[package]] ··· 5170 5416 5171 5417 [[package]] 5172 5418 name = "spirv" 5173 - version = "0.2.0+1.5.4" 5419 + version = "0.3.0+sdk-1.3.268.0" 5174 5420 source = "registry+https://github.com/rust-lang/crates.io-index" 5175 - checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 5421 + checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 5176 5422 dependencies = [ 5177 - "bitflags 1.3.2", 5178 - "num-traits", 5423 + "bitflags 2.4.2", 5179 5424 ] 5180 5425 5181 5426 [[package]] ··· 5185 5430 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5186 5431 5187 5432 [[package]] 5188 - name = "str-buf" 5189 - version = "1.0.6" 5190 - source = "registry+https://github.com/rust-lang/crates.io-index" 5191 - checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 5192 - 5193 - [[package]] 5194 5433 name = "strict-num" 5195 5434 version = "0.1.1" 5196 5435 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5229 5468 5230 5469 [[package]] 5231 5470 name = "swash" 5232 - version = "0.1.8" 5471 + version = "0.1.12" 5233 5472 source = "registry+https://github.com/rust-lang/crates.io-index" 5234 - checksum = "3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f" 5473 + checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7" 5235 5474 dependencies = [ 5475 + "read-fonts", 5236 5476 "yazi", 5237 5477 "zeno", 5238 5478 ] ··· 5250 5490 5251 5491 [[package]] 5252 5492 name = "syn" 5253 - version = "2.0.48" 5493 + version = "2.0.51" 5254 5494 source = "registry+https://github.com/rust-lang/crates.io-index" 5255 - checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 5495 + checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c" 5256 5496 dependencies = [ 5257 5497 "proc-macro2", 5258 5498 "quote", ··· 5261 5501 5262 5502 [[package]] 5263 5503 name = "syntect" 5264 - version = "5.1.0" 5504 + version = "5.2.0" 5265 5505 source = "registry+https://github.com/rust-lang/crates.io-index" 5266 - checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91" 5506 + checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" 5267 5507 dependencies = [ 5268 5508 "bincode", 5269 5509 "bitflags 1.3.2", ··· 5272 5512 "once_cell", 5273 5513 "onig", 5274 5514 "plist", 5275 - "regex-syntax 0.7.5", 5515 + "regex-syntax", 5276 5516 "serde", 5517 + "serde_derive", 5277 5518 "serde_json", 5278 5519 "thiserror", 5279 5520 "walkdir", ··· 5298 5539 "cfg-expr", 5299 5540 "heck", 5300 5541 "pkg-config", 5301 - "toml 0.8.8", 5542 + "toml 0.8.10", 5302 5543 "version-compare", 5303 5544 ] 5304 5545 ··· 5330 5571 5331 5572 [[package]] 5332 5573 name = "target-lexicon" 5333 - version = "0.12.13" 5574 + version = "0.12.14" 5334 5575 source = "registry+https://github.com/rust-lang/crates.io-index" 5335 - checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" 5576 + checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 5336 5577 5337 5578 [[package]] 5338 5579 name = "tempfile" 5339 - version = "3.9.0" 5580 + version = "3.10.1" 5340 5581 source = "registry+https://github.com/rust-lang/crates.io-index" 5341 - checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" 5582 + checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5342 5583 dependencies = [ 5343 5584 "cfg-if 1.0.0", 5344 5585 "fastrand 2.0.1", 5345 - "redox_syscall 0.4.1", 5346 - "rustix 0.38.30", 5586 + "rustix 0.38.31", 5347 5587 "windows-sys 0.52.0", 5348 5588 ] 5349 5589 ··· 5358 5598 5359 5599 [[package]] 5360 5600 name = "thiserror" 5361 - version = "1.0.56" 5601 + version = "1.0.57" 5362 5602 source = "registry+https://github.com/rust-lang/crates.io-index" 5363 - checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 5603 + checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 5364 5604 dependencies = [ 5365 5605 "thiserror-impl", 5366 5606 ] 5367 5607 5368 5608 [[package]] 5369 5609 name = "thiserror-impl" 5370 - version = "1.0.56" 5610 + version = "1.0.57" 5371 5611 source = "registry+https://github.com/rust-lang/crates.io-index" 5372 - checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 5612 + checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 5373 5613 dependencies = [ 5374 5614 "proc-macro2", 5375 5615 "quote", 5376 - "syn 2.0.48", 5616 + "syn 2.0.51", 5377 5617 ] 5378 5618 5379 5619 [[package]] ··· 5400 5640 5401 5641 [[package]] 5402 5642 name = "time" 5403 - version = "0.3.31" 5643 + version = "0.3.34" 5404 5644 source = "registry+https://github.com/rust-lang/crates.io-index" 5405 - checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" 5645 + checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 5406 5646 dependencies = [ 5407 5647 "deranged", 5408 5648 "itoa", 5649 + "libc", 5650 + "num-conv", 5651 + "num_threads", 5409 5652 "powerfmt", 5410 5653 "serde", 5411 5654 "time-core", ··· 5420 5663 5421 5664 [[package]] 5422 5665 name = "time-macros" 5423 - version = "0.2.16" 5666 + version = "0.2.17" 5424 5667 source = "registry+https://github.com/rust-lang/crates.io-index" 5425 - checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" 5668 + checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 5426 5669 dependencies = [ 5670 + "num-conv", 5427 5671 "time-core", 5428 5672 ] 5429 5673 5430 5674 [[package]] 5431 - name = "tiny-skia" 5432 - version = "0.8.4" 5675 + name = "tiny-keccak" 5676 + version = "2.0.2" 5433 5677 source = "registry+https://github.com/rust-lang/crates.io-index" 5434 - checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67" 5678 + checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5435 5679 dependencies = [ 5436 - "arrayref", 5437 - "arrayvec 0.7.4", 5438 - "bytemuck", 5439 - "cfg-if 1.0.0", 5440 - "png 0.17.11", 5441 - "tiny-skia-path 0.8.4", 5680 + "crunchy", 5442 5681 ] 5443 5682 5444 5683 [[package]] 5445 5684 name = "tiny-skia" 5446 - version = "0.11.3" 5685 + version = "0.11.4" 5447 5686 source = "registry+https://github.com/rust-lang/crates.io-index" 5448 - checksum = "b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d" 5687 + checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 5449 5688 dependencies = [ 5450 5689 "arrayref", 5451 5690 "arrayvec 0.7.4", 5452 5691 "bytemuck", 5453 5692 "cfg-if 1.0.0", 5454 5693 "log", 5455 - "png 0.17.11", 5456 - "tiny-skia-path 0.11.3", 5694 + "png 0.17.13", 5695 + "tiny-skia-path", 5457 5696 ] 5458 5697 5459 5698 [[package]] 5460 5699 name = "tiny-skia-path" 5461 - version = "0.8.4" 5700 + version = "0.11.4" 5462 5701 source = "registry+https://github.com/rust-lang/crates.io-index" 5463 - checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c" 5464 - dependencies = [ 5465 - "arrayref", 5466 - "bytemuck", 5467 - "strict-num", 5468 - ] 5469 - 5470 - [[package]] 5471 - name = "tiny-skia-path" 5472 - version = "0.11.3" 5473 - source = "registry+https://github.com/rust-lang/crates.io-index" 5474 - checksum = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541" 5702 + checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 5475 5703 dependencies = [ 5476 5704 "arrayref", 5477 5705 "bytemuck", ··· 5516 5744 5517 5745 [[package]] 5518 5746 name = "tokio" 5519 - version = "1.35.1" 5747 + version = "1.36.0" 5520 5748 source = "registry+https://github.com/rust-lang/crates.io-index" 5521 - checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" 5749 + checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 5522 5750 dependencies = [ 5523 5751 "backtrace", 5524 5752 "bytes", ··· 5527 5755 "num_cpus", 5528 5756 "pin-project-lite", 5529 5757 "signal-hook-registry", 5530 - "socket2 0.5.5", 5758 + "socket2 0.5.6", 5531 5759 "tracing", 5532 5760 "windows-sys 0.48.0", 5533 5761 ] ··· 5543 5771 5544 5772 [[package]] 5545 5773 name = "toml" 5546 - version = "0.8.8" 5774 + version = "0.8.10" 5547 5775 source = "registry+https://github.com/rust-lang/crates.io-index" 5548 - checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" 5776 + checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 5549 5777 dependencies = [ 5550 5778 "serde", 5551 5779 "serde_spanned", 5552 5780 "toml_datetime", 5553 - "toml_edit 0.21.0", 5781 + "toml_edit 0.22.6", 5554 5782 ] 5555 5783 5556 5784 [[package]] ··· 5570 5798 dependencies = [ 5571 5799 "indexmap", 5572 5800 "toml_datetime", 5573 - "winnow", 5801 + "winnow 0.5.40", 5574 5802 ] 5575 5803 5576 5804 [[package]] 5577 5805 name = "toml_edit" 5578 - version = "0.21.0" 5806 + version = "0.21.1" 5579 5807 source = "registry+https://github.com/rust-lang/crates.io-index" 5580 - checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" 5808 + checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 5809 + dependencies = [ 5810 + "indexmap", 5811 + "toml_datetime", 5812 + "winnow 0.5.40", 5813 + ] 5814 + 5815 + [[package]] 5816 + name = "toml_edit" 5817 + version = "0.22.6" 5818 + source = "registry+https://github.com/rust-lang/crates.io-index" 5819 + checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" 5581 5820 dependencies = [ 5582 5821 "indexmap", 5583 5822 "serde", 5584 5823 "serde_spanned", 5585 5824 "toml_datetime", 5586 - "winnow", 5825 + "winnow 0.6.2", 5587 5826 ] 5588 5827 5589 5828 [[package]] ··· 5605 5844 dependencies = [ 5606 5845 "proc-macro2", 5607 5846 "quote", 5608 - "syn 2.0.48", 5847 + "syn 2.0.51", 5609 5848 ] 5610 5849 5611 5850 [[package]] ··· 5618 5857 ] 5619 5858 5620 5859 [[package]] 5860 + name = "trash" 5861 + version = "3.3.1" 5862 + source = "registry+https://github.com/rust-lang/crates.io-index" 5863 + checksum = "c658458d46d9d5a153a3b5cdd88d8579ad50d4fb85d53961e4526c8fc7c55a57" 5864 + dependencies = [ 5865 + "chrono", 5866 + "libc", 5867 + "log", 5868 + "objc", 5869 + "once_cell", 5870 + "scopeguard", 5871 + "url", 5872 + "windows 0.44.0", 5873 + ] 5874 + 5875 + [[package]] 5621 5876 name = "ttf-parser" 5622 5877 version = "0.15.2" 5623 5878 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5732 5987 5733 5988 [[package]] 5734 5989 name = "unicode-normalization" 5735 - version = "0.1.22" 5990 + version = "0.1.23" 5736 5991 source = "registry+https://github.com/rust-lang/crates.io-index" 5737 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 5992 + checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 5738 5993 dependencies = [ 5739 5994 "tinyvec", 5740 5995 ] 5741 5996 5742 5997 [[package]] 5743 5998 name = "unicode-properties" 5744 - version = "0.1.0" 5999 + version = "0.1.1" 5745 6000 source = "registry+https://github.com/rust-lang/crates.io-index" 5746 - checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0" 6001 + checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 5747 6002 5748 6003 [[package]] 5749 6004 name = "unicode-script" 5750 - version = "0.5.5" 6005 + version = "0.5.6" 5751 6006 source = "registry+https://github.com/rust-lang/crates.io-index" 5752 - checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 6007 + checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" 5753 6008 5754 6009 [[package]] 5755 6010 name = "unicode-segmentation" 5756 - version = "1.10.1" 6011 + version = "1.11.0" 5757 6012 source = "registry+https://github.com/rust-lang/crates.io-index" 5758 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 6013 + checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 5759 6014 5760 6015 [[package]] 5761 6016 name = "unicode-vo" ··· 5813 6068 "imagesize", 5814 6069 "kurbo", 5815 6070 "log", 5816 - "roxmltree 0.19.0", 6071 + "roxmltree", 5817 6072 "simplecss", 5818 6073 "siphasher", 5819 6074 "svgtypes", ··· 5845 6100 "rctree", 5846 6101 "strict-num", 5847 6102 "svgtypes", 5848 - "tiny-skia-path 0.11.3", 6103 + "tiny-skia-path", 5849 6104 ] 5850 6105 5851 6106 [[package]] 5852 - name = "vec_map" 5853 - version = "0.8.2" 6107 + name = "utf8parse" 6108 + version = "0.2.1" 5854 6109 source = "registry+https://github.com/rust-lang/crates.io-index" 5855 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 6110 + checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 6111 + 6112 + [[package]] 6113 + name = "vergen" 6114 + version = "8.3.1" 6115 + source = "registry+https://github.com/rust-lang/crates.io-index" 6116 + checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" 6117 + dependencies = [ 6118 + "anyhow", 6119 + "cfg-if 1.0.0", 6120 + "rustversion", 6121 + "time", 6122 + ] 5856 6123 5857 6124 [[package]] 5858 6125 name = "version-compare" ··· 5890 6157 5891 6158 [[package]] 5892 6159 name = "wasm-bindgen" 5893 - version = "0.2.90" 6160 + version = "0.2.91" 5894 6161 source = "registry+https://github.com/rust-lang/crates.io-index" 5895 - checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 6162 + checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 5896 6163 dependencies = [ 5897 6164 "cfg-if 1.0.0", 5898 6165 "wasm-bindgen-macro", ··· 5900 6167 5901 6168 [[package]] 5902 6169 name = "wasm-bindgen-backend" 5903 - version = "0.2.90" 6170 + version = "0.2.91" 5904 6171 source = "registry+https://github.com/rust-lang/crates.io-index" 5905 - checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 6172 + checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 5906 6173 dependencies = [ 5907 6174 "bumpalo", 5908 6175 "log", 5909 6176 "once_cell", 5910 6177 "proc-macro2", 5911 6178 "quote", 5912 - "syn 2.0.48", 6179 + "syn 2.0.51", 5913 6180 "wasm-bindgen-shared", 5914 6181 ] 5915 6182 5916 6183 [[package]] 5917 6184 name = "wasm-bindgen-futures" 5918 - version = "0.4.40" 6185 + version = "0.4.41" 5919 6186 source = "registry+https://github.com/rust-lang/crates.io-index" 5920 - checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" 6187 + checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 5921 6188 dependencies = [ 5922 6189 "cfg-if 1.0.0", 5923 6190 "js-sys", ··· 5927 6194 5928 6195 [[package]] 5929 6196 name = "wasm-bindgen-macro" 5930 - version = "0.2.90" 6197 + version = "0.2.91" 5931 6198 source = "registry+https://github.com/rust-lang/crates.io-index" 5932 - checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 6199 + checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 5933 6200 dependencies = [ 5934 6201 "quote", 5935 6202 "wasm-bindgen-macro-support", ··· 5937 6204 5938 6205 [[package]] 5939 6206 name = "wasm-bindgen-macro-support" 5940 - version = "0.2.90" 6207 + version = "0.2.91" 5941 6208 source = "registry+https://github.com/rust-lang/crates.io-index" 5942 - checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 6209 + checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 5943 6210 dependencies = [ 5944 6211 "proc-macro2", 5945 6212 "quote", 5946 - "syn 2.0.48", 6213 + "syn 2.0.51", 5947 6214 "wasm-bindgen-backend", 5948 6215 "wasm-bindgen-shared", 5949 6216 ] 5950 6217 5951 6218 [[package]] 5952 6219 name = "wasm-bindgen-shared" 5953 - version = "0.2.90" 6220 + version = "0.2.91" 5954 6221 source = "registry+https://github.com/rust-lang/crates.io-index" 5955 - checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 6222 + checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 5956 6223 5957 6224 [[package]] 5958 6225 name = "wasm-timer" ··· 5971 6238 5972 6239 [[package]] 5973 6240 name = "wayland-backend" 5974 - version = "0.3.2" 6241 + version = "0.3.3" 5975 6242 source = "registry+https://github.com/rust-lang/crates.io-index" 5976 - checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4" 6243 + checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40" 5977 6244 dependencies = [ 5978 6245 "cc", 5979 6246 "downcast-rs", 5980 - "nix 0.26.4", 6247 + "rustix 0.38.31", 5981 6248 "scoped-tls", 5982 6249 "smallvec", 5983 6250 "wayland-sys 0.31.1", ··· 5994 6261 "libc", 5995 6262 "nix 0.20.0", 5996 6263 "scoped-tls", 5997 - "wayland-commons 0.28.6", 6264 + "wayland-commons", 5998 6265 "wayland-scanner 0.28.6", 5999 6266 "wayland-sys 0.28.6", 6000 6267 ] 6001 6268 6002 6269 [[package]] 6003 6270 name = "wayland-client" 6004 - version = "0.29.5" 6005 - source = "registry+https://github.com/rust-lang/crates.io-index" 6006 - checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 6007 - dependencies = [ 6008 - "bitflags 1.3.2", 6009 - "downcast-rs", 6010 - "libc", 6011 - "nix 0.24.3", 6012 - "scoped-tls", 6013 - "wayland-commons 0.29.5", 6014 - "wayland-scanner 0.29.5", 6015 - "wayland-sys 0.29.5", 6016 - ] 6017 - 6018 - [[package]] 6019 - name = "wayland-client" 6020 - version = "0.31.1" 6271 + version = "0.31.2" 6021 6272 source = "registry+https://github.com/rust-lang/crates.io-index" 6022 - checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3" 6273 + checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" 6023 6274 dependencies = [ 6024 6275 "bitflags 2.4.2", 6025 - "nix 0.26.4", 6276 + "rustix 0.38.31", 6026 6277 "wayland-backend", 6027 - "wayland-scanner 0.31.0", 6278 + "wayland-scanner 0.31.1", 6028 6279 ] 6029 6280 6030 6281 [[package]] ··· 6040 6291 ] 6041 6292 6042 6293 [[package]] 6043 - name = "wayland-commons" 6044 - version = "0.29.5" 6294 + name = "wayland-csd-frame" 6295 + version = "0.3.0" 6045 6296 source = "registry+https://github.com/rust-lang/crates.io-index" 6046 - checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 6297 + checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 6047 6298 dependencies = [ 6048 - "nix 0.24.3", 6049 - "once_cell", 6050 - "smallvec", 6051 - "wayland-sys 0.29.5", 6299 + "bitflags 2.4.2", 6300 + "cursor-icon", 6301 + "wayland-backend", 6052 6302 ] 6053 6303 6054 6304 [[package]] ··· 6064 6314 6065 6315 [[package]] 6066 6316 name = "wayland-cursor" 6067 - version = "0.29.5" 6317 + version = "0.31.1" 6068 6318 source = "registry+https://github.com/rust-lang/crates.io-index" 6069 - checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 6319 + checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 6070 6320 dependencies = [ 6071 - "nix 0.24.3", 6072 - "wayland-client 0.29.5", 6321 + "rustix 0.38.31", 6322 + "wayland-client 0.31.2", 6073 6323 "xcursor", 6074 6324 ] 6075 6325 ··· 6081 6331 dependencies = [ 6082 6332 "bitflags 1.3.2", 6083 6333 "wayland-client 0.28.6", 6084 - "wayland-commons 0.28.6", 6334 + "wayland-commons", 6085 6335 "wayland-scanner 0.28.6", 6086 6336 ] 6087 6337 6088 6338 [[package]] 6089 6339 name = "wayland-protocols" 6090 - version = "0.29.5" 6340 + version = "0.31.2" 6091 6341 source = "registry+https://github.com/rust-lang/crates.io-index" 6092 - checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 6342 + checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 6093 6343 dependencies = [ 6094 - "bitflags 1.3.2", 6095 - "wayland-client 0.29.5", 6096 - "wayland-commons 0.29.5", 6097 - "wayland-scanner 0.29.5", 6344 + "bitflags 2.4.2", 6345 + "wayland-backend", 6346 + "wayland-client 0.31.2", 6347 + "wayland-scanner 0.31.1", 6098 6348 ] 6099 6349 6100 6350 [[package]] 6101 - name = "wayland-scanner" 6102 - version = "0.28.6" 6351 + name = "wayland-protocols-plasma" 6352 + version = "0.2.0" 6103 6353 source = "registry+https://github.com/rust-lang/crates.io-index" 6104 - checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1" 6354 + checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479" 6105 6355 dependencies = [ 6106 - "proc-macro2", 6107 - "quote", 6108 - "xml-rs", 6356 + "bitflags 2.4.2", 6357 + "wayland-backend", 6358 + "wayland-client 0.31.2", 6359 + "wayland-protocols 0.31.2", 6360 + "wayland-scanner 0.31.1", 6361 + ] 6362 + 6363 + [[package]] 6364 + name = "wayland-protocols-wlr" 6365 + version = "0.2.0" 6366 + source = "registry+https://github.com/rust-lang/crates.io-index" 6367 + checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6" 6368 + dependencies = [ 6369 + "bitflags 2.4.2", 6370 + "wayland-backend", 6371 + "wayland-client 0.31.2", 6372 + "wayland-protocols 0.31.2", 6373 + "wayland-scanner 0.31.1", 6109 6374 ] 6110 6375 6111 6376 [[package]] 6112 6377 name = "wayland-scanner" 6113 - version = "0.29.5" 6378 + version = "0.28.6" 6114 6379 source = "registry+https://github.com/rust-lang/crates.io-index" 6115 - checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 6380 + checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1" 6116 6381 dependencies = [ 6117 6382 "proc-macro2", 6118 6383 "quote", ··· 6121 6386 6122 6387 [[package]] 6123 6388 name = "wayland-scanner" 6124 - version = "0.31.0" 6389 + version = "0.31.1" 6125 6390 source = "registry+https://github.com/rust-lang/crates.io-index" 6126 - checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c" 6391 + checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283" 6127 6392 dependencies = [ 6128 6393 "proc-macro2", 6129 - "quick-xml 0.30.0", 6394 + "quick-xml", 6130 6395 "quote", 6131 6396 ] 6132 6397 ··· 6143 6408 6144 6409 [[package]] 6145 6410 name = "wayland-sys" 6146 - version = "0.29.5" 6147 - source = "registry+https://github.com/rust-lang/crates.io-index" 6148 - checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 6149 - dependencies = [ 6150 - "dlib 0.5.2", 6151 - "lazy_static", 6152 - "pkg-config", 6153 - ] 6154 - 6155 - [[package]] 6156 - name = "wayland-sys" 6157 6411 version = "0.31.1" 6158 6412 source = "registry+https://github.com/rust-lang/crates.io-index" 6159 6413 checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" ··· 6166 6420 6167 6421 [[package]] 6168 6422 name = "web-sys" 6169 - version = "0.3.64" 6423 + version = "0.3.68" 6170 6424 source = "registry+https://github.com/rust-lang/crates.io-index" 6171 - checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 6425 + checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 6426 + dependencies = [ 6427 + "js-sys", 6428 + "wasm-bindgen", 6429 + ] 6430 + 6431 + [[package]] 6432 + name = "web-time" 6433 + version = "0.2.4" 6434 + source = "registry+https://github.com/rust-lang/crates.io-index" 6435 + checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" 6172 6436 dependencies = [ 6173 6437 "js-sys", 6174 6438 "wasm-bindgen", ··· 6176 6440 6177 6441 [[package]] 6178 6442 name = "weezl" 6179 - version = "0.1.7" 6443 + version = "0.1.8" 6180 6444 source = "registry+https://github.com/rust-lang/crates.io-index" 6181 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 6445 + checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6182 6446 6183 6447 [[package]] 6184 6448 name = "wgpu" 6185 - version = "0.18.0" 6186 - source = "registry+https://github.com/rust-lang/crates.io-index" 6187 - checksum = "30e7d227c9f961f2061c26f4cb0fbd4df0ef37e056edd0931783599d6c94ef24" 6449 + version = "0.19.0" 6450 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6188 6451 dependencies = [ 6189 6452 "arrayvec 0.7.4", 6190 6453 "cfg-if 1.0.0", 6191 - "flume 0.11.0", 6454 + "cfg_aliases 0.1.1", 6192 6455 "js-sys", 6193 6456 "log", 6194 6457 "naga", 6195 6458 "parking_lot 0.12.1", 6196 6459 "profiling", 6197 - "raw-window-handle 0.5.2", 6460 + "raw-window-handle 0.6.0", 6198 6461 "smallvec", 6199 6462 "static_assertions", 6200 6463 "wasm-bindgen", ··· 6207 6470 6208 6471 [[package]] 6209 6472 name = "wgpu-core" 6210 - version = "0.18.1" 6211 - source = "registry+https://github.com/rust-lang/crates.io-index" 6212 - checksum = "ef91c1d62d1e9e81c79e600131a258edf75c9531cbdbde09c44a011a47312726" 6473 + version = "0.19.0" 6474 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6213 6475 dependencies = [ 6214 6476 "arrayvec 0.7.4", 6215 6477 "bit-vec", 6216 6478 "bitflags 2.4.2", 6479 + "cfg_aliases 0.1.1", 6217 6480 "codespan-reporting", 6481 + "indexmap", 6218 6482 "log", 6219 6483 "naga", 6484 + "once_cell", 6220 6485 "parking_lot 0.12.1", 6221 6486 "profiling", 6222 - "raw-window-handle 0.5.2", 6487 + "raw-window-handle 0.6.0", 6223 6488 "rustc-hash", 6224 6489 "smallvec", 6225 6490 "thiserror", ··· 6230 6495 6231 6496 [[package]] 6232 6497 name = "wgpu-hal" 6233 - version = "0.18.1" 6234 - source = "registry+https://github.com/rust-lang/crates.io-index" 6235 - checksum = "b84ecc802da3eb67b4cf3dd9ea6fe45bbb47ef13e6c49c5c3240868a9cc6cdd9" 6498 + version = "0.19.0" 6499 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6236 6500 dependencies = [ 6237 6501 "android_system_properties", 6238 6502 "arrayvec 0.7.4", ··· 6240 6504 "bit-set", 6241 6505 "bitflags 2.4.2", 6242 6506 "block", 6507 + "cfg_aliases 0.1.1", 6243 6508 "core-graphics-types", 6244 6509 "d3d12", 6245 6510 "glow", ··· 6260 6525 "parking_lot 0.12.1", 6261 6526 "profiling", 6262 6527 "range-alloc", 6263 - "raw-window-handle 0.5.2", 6528 + "raw-window-handle 0.6.0", 6264 6529 "renderdoc-sys", 6265 6530 "rustc-hash", 6266 6531 "smallvec", ··· 6273 6538 6274 6539 [[package]] 6275 6540 name = "wgpu-types" 6276 - version = "0.18.0" 6277 - source = "registry+https://github.com/rust-lang/crates.io-index" 6278 - checksum = "0d5ed5f0edf0de351fe311c53304986315ce866f394a2e6df0c4b3c70774bcdd" 6541 + version = "0.19.0" 6542 + source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6279 6543 dependencies = [ 6280 6544 "bitflags 2.4.2", 6281 6545 "js-sys", ··· 6314 6578 ] 6315 6579 6316 6580 [[package]] 6317 - name = "winapi-wsapoll" 6318 - version = "0.1.1" 6319 - source = "registry+https://github.com/rust-lang/crates.io-index" 6320 - checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 6321 - dependencies = [ 6322 - "winapi", 6323 - ] 6324 - 6325 - [[package]] 6326 6581 name = "winapi-x86_64-pc-windows-gnu" 6327 6582 version = "0.4.0" 6328 6583 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 6330 6585 6331 6586 [[package]] 6332 6587 name = "window_clipboard" 6333 - version = "0.3.0" 6588 + version = "0.4.1" 6334 6589 source = "registry+https://github.com/rust-lang/crates.io-index" 6335 - checksum = "63287c9c4396ccf5346d035a9b0fcaead9e18377637f5eaa78b7ac65c873ff7d" 6590 + checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" 6336 6591 dependencies = [ 6337 6592 "clipboard-win", 6338 6593 "clipboard_macos", 6339 6594 "clipboard_wayland", 6340 6595 "clipboard_x11", 6341 - "raw-window-handle 0.5.2", 6596 + "raw-window-handle 0.6.0", 6342 6597 "thiserror", 6343 6598 ] 6344 6599 ··· 6348 6603 source = "registry+https://github.com/rust-lang/crates.io-index" 6349 6604 checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 6350 6605 dependencies = [ 6351 - "windows-implement", 6352 - "windows-interface", 6353 6606 "windows-targets 0.42.2", 6354 6607 ] 6355 6608 6356 6609 [[package]] 6357 6610 name = "windows" 6358 - version = "0.51.1" 6611 + version = "0.48.0" 6359 6612 source = "registry+https://github.com/rust-lang/crates.io-index" 6360 - checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" 6613 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 6361 6614 dependencies = [ 6362 - "windows-core 0.51.1", 6615 + "windows-implement", 6616 + "windows-interface", 6363 6617 "windows-targets 0.48.5", 6364 6618 ] 6365 6619 6366 6620 [[package]] 6367 - name = "windows-core" 6368 - version = "0.51.1" 6621 + name = "windows" 6622 + version = "0.52.0" 6369 6623 source = "registry+https://github.com/rust-lang/crates.io-index" 6370 - checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 6624 + checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6371 6625 dependencies = [ 6372 - "windows-targets 0.48.5", 6626 + "windows-core", 6627 + "windows-targets 0.52.3", 6373 6628 ] 6374 6629 6375 6630 [[package]] ··· 6378 6633 source = "registry+https://github.com/rust-lang/crates.io-index" 6379 6634 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6380 6635 dependencies = [ 6381 - "windows-targets 0.52.0", 6636 + "windows-targets 0.52.3", 6382 6637 ] 6383 6638 6384 6639 [[package]] 6385 6640 name = "windows-implement" 6386 - version = "0.44.0" 6641 + version = "0.48.0" 6387 6642 source = "registry+https://github.com/rust-lang/crates.io-index" 6388 - checksum = "6ce87ca8e3417b02dc2a8a22769306658670ec92d78f1bd420d6310a67c245c6" 6643 + checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c" 6389 6644 dependencies = [ 6390 6645 "proc-macro2", 6391 6646 "quote", ··· 6394 6649 6395 6650 [[package]] 6396 6651 name = "windows-interface" 6397 - version = "0.44.0" 6652 + version = "0.48.0" 6398 6653 source = "registry+https://github.com/rust-lang/crates.io-index" 6399 - checksum = "853f69a591ecd4f810d29f17e902d40e349fb05b0b11fff63b08b826bfe39c7f" 6654 + checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7" 6400 6655 dependencies = [ 6401 6656 "proc-macro2", 6402 6657 "quote", ··· 6427 6682 source = "registry+https://github.com/rust-lang/crates.io-index" 6428 6683 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6429 6684 dependencies = [ 6430 - "windows-targets 0.52.0", 6685 + "windows-targets 0.52.3", 6431 6686 ] 6432 6687 6433 6688 [[package]] ··· 6462 6717 6463 6718 [[package]] 6464 6719 name = "windows-targets" 6465 - version = "0.52.0" 6720 + version = "0.52.3" 6466 6721 source = "registry+https://github.com/rust-lang/crates.io-index" 6467 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 6722 + checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f" 6468 6723 dependencies = [ 6469 - "windows_aarch64_gnullvm 0.52.0", 6470 - "windows_aarch64_msvc 0.52.0", 6471 - "windows_i686_gnu 0.52.0", 6472 - "windows_i686_msvc 0.52.0", 6473 - "windows_x86_64_gnu 0.52.0", 6474 - "windows_x86_64_gnullvm 0.52.0", 6475 - "windows_x86_64_msvc 0.52.0", 6724 + "windows_aarch64_gnullvm 0.52.3", 6725 + "windows_aarch64_msvc 0.52.3", 6726 + "windows_i686_gnu 0.52.3", 6727 + "windows_i686_msvc 0.52.3", 6728 + "windows_x86_64_gnu 0.52.3", 6729 + "windows_x86_64_gnullvm 0.52.3", 6730 + "windows_x86_64_msvc 0.52.3", 6476 6731 ] 6477 6732 6478 6733 [[package]] ··· 6489 6744 6490 6745 [[package]] 6491 6746 name = "windows_aarch64_gnullvm" 6492 - version = "0.52.0" 6747 + version = "0.52.3" 6493 6748 source = "registry+https://github.com/rust-lang/crates.io-index" 6494 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 6749 + checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6" 6495 6750 6496 6751 [[package]] 6497 6752 name = "windows_aarch64_msvc" ··· 6507 6762 6508 6763 [[package]] 6509 6764 name = "windows_aarch64_msvc" 6510 - version = "0.52.0" 6765 + version = "0.52.3" 6511 6766 source = "registry+https://github.com/rust-lang/crates.io-index" 6512 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 6767 + checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f" 6513 6768 6514 6769 [[package]] 6515 6770 name = "windows_i686_gnu" ··· 6525 6780 6526 6781 [[package]] 6527 6782 name = "windows_i686_gnu" 6528 - version = "0.52.0" 6783 + version = "0.52.3" 6529 6784 source = "registry+https://github.com/rust-lang/crates.io-index" 6530 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 6785 + checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb" 6531 6786 6532 6787 [[package]] 6533 6788 name = "windows_i686_msvc" ··· 6543 6798 6544 6799 [[package]] 6545 6800 name = "windows_i686_msvc" 6546 - version = "0.52.0" 6801 + version = "0.52.3" 6547 6802 source = "registry+https://github.com/rust-lang/crates.io-index" 6548 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 6803 + checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58" 6549 6804 6550 6805 [[package]] 6551 6806 name = "windows_x86_64_gnu" ··· 6561 6816 6562 6817 [[package]] 6563 6818 name = "windows_x86_64_gnu" 6564 - version = "0.52.0" 6819 + version = "0.52.3" 6565 6820 source = "registry+https://github.com/rust-lang/crates.io-index" 6566 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 6821 + checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614" 6567 6822 6568 6823 [[package]] 6569 6824 name = "windows_x86_64_gnullvm" ··· 6579 6834 6580 6835 [[package]] 6581 6836 name = "windows_x86_64_gnullvm" 6582 - version = "0.52.0" 6837 + version = "0.52.3" 6583 6838 source = "registry+https://github.com/rust-lang/crates.io-index" 6584 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 6839 + checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c" 6585 6840 6586 6841 [[package]] 6587 6842 name = "windows_x86_64_msvc" ··· 6597 6852 6598 6853 [[package]] 6599 6854 name = "windows_x86_64_msvc" 6600 - version = "0.52.0" 6855 + version = "0.52.3" 6601 6856 source = "registry+https://github.com/rust-lang/crates.io-index" 6602 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 6857 + checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6" 6603 6858 6604 6859 [[package]] 6605 6860 name = "winit" ··· 6635 6890 6636 6891 [[package]] 6637 6892 name = "winit" 6638 - version = "0.28.6" 6639 - source = "git+https://github.com/pop-os/winit.git?branch=master#c6ad672264b2e320cd15a531f67e133d9ecd39bf" 6893 + version = "0.29.10" 6894 + source = "git+https://github.com/pop-os/winit.git?branch=winit-0.29#bdc66109acc85c912264c9e4b864520345bdb45f" 6640 6895 dependencies = [ 6896 + "ahash", 6641 6897 "android-activity", 6642 - "bitflags 1.3.2", 6643 - "cfg_aliases", 6898 + "atomic-waker", 6899 + "bitflags 2.4.2", 6900 + "bytemuck", 6901 + "calloop 0.12.4", 6902 + "cfg_aliases 0.1.1", 6644 6903 "core-foundation 0.9.4", 6645 - "core-graphics 0.22.3", 6646 - "dispatch", 6647 - "instant", 6904 + "core-graphics 0.23.1", 6905 + "cursor-icon", 6906 + "icrate 0.0.4", 6907 + "js-sys", 6648 6908 "libc", 6649 6909 "log", 6650 - "mio 0.8.10", 6651 - "ndk 0.7.0", 6652 - "objc2", 6910 + "memmap2 0.9.4", 6911 + "ndk 0.8.0", 6912 + "ndk-sys 0.5.0+25.2.9519653", 6913 + "objc2 0.4.1", 6653 6914 "once_cell", 6654 6915 "orbclient", 6655 6916 "percent-encoding", 6656 - "raw-window-handle 0.5.2", 6917 + "raw-window-handle 0.6.0", 6657 6918 "redox_syscall 0.3.5", 6919 + "rustix 0.38.31", 6658 6920 "sctk-adwaita", 6659 - "smithay-client-toolkit 0.16.1", 6921 + "smithay-client-toolkit 0.18.1", 6922 + "smol_str", 6923 + "unicode-segmentation", 6660 6924 "wasm-bindgen", 6661 - "wayland-client 0.29.5", 6662 - "wayland-commons 0.29.5", 6663 - "wayland-protocols 0.29.5", 6664 - "wayland-scanner 0.29.5", 6925 + "wasm-bindgen-futures", 6926 + "wayland-backend", 6927 + "wayland-client 0.31.2", 6928 + "wayland-protocols 0.31.2", 6929 + "wayland-protocols-plasma", 6665 6930 "web-sys", 6666 - "windows-sys 0.45.0", 6931 + "web-time", 6932 + "windows-sys 0.48.0", 6667 6933 "x11-dl", 6934 + "x11rb", 6935 + "xkbcommon-dl", 6668 6936 ] 6669 6937 6670 6938 [[package]] 6671 6939 name = "winnow" 6672 - version = "0.5.34" 6940 + version = "0.5.40" 6673 6941 source = "registry+https://github.com/rust-lang/crates.io-index" 6674 - checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" 6942 + checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 6943 + dependencies = [ 6944 + "memchr", 6945 + ] 6946 + 6947 + [[package]] 6948 + name = "winnow" 6949 + version = "0.6.2" 6950 + source = "registry+https://github.com/rust-lang/crates.io-index" 6951 + checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" 6675 6952 dependencies = [ 6676 6953 "memchr", 6677 6954 ] ··· 6689 6966 6690 6967 [[package]] 6691 6968 name = "x11rb" 6692 - version = "0.9.0" 6693 - source = "registry+https://github.com/rust-lang/crates.io-index" 6694 - checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a" 6695 - dependencies = [ 6696 - "gethostname 0.2.3", 6697 - "nix 0.22.3", 6698 - "winapi", 6699 - "winapi-wsapoll", 6700 - ] 6701 - 6702 - [[package]] 6703 - name = "x11rb" 6704 - version = "0.12.0" 6969 + version = "0.13.0" 6705 6970 source = "registry+https://github.com/rust-lang/crates.io-index" 6706 - checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a" 6971 + checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a" 6707 6972 dependencies = [ 6708 6973 "as-raw-xcb-connection", 6709 - "gethostname 0.3.0", 6974 + "gethostname", 6710 6975 "libc", 6711 - "libloading 0.7.4", 6712 - "nix 0.26.4", 6976 + "libloading 0.8.1", 6713 6977 "once_cell", 6714 - "winapi", 6715 - "winapi-wsapoll", 6978 + "rustix 0.38.31", 6716 6979 "x11rb-protocol", 6717 6980 ] 6718 6981 6719 6982 [[package]] 6720 6983 name = "x11rb-protocol" 6721 - version = "0.12.0" 6984 + version = "0.13.0" 6722 6985 source = "registry+https://github.com/rust-lang/crates.io-index" 6723 - checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc" 6724 - dependencies = [ 6725 - "nix 0.26.4", 6726 - ] 6986 + checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34" 6727 6987 6728 6988 [[package]] 6729 6989 name = "xcursor" ··· 6739 6999 6740 7000 [[package]] 6741 7001 name = "xdg-home" 6742 - version = "1.0.0" 7002 + version = "1.1.0" 6743 7003 source = "registry+https://github.com/rust-lang/crates.io-index" 6744 - checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd" 7004 + checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e" 6745 7005 dependencies = [ 6746 - "nix 0.26.4", 7006 + "libc", 6747 7007 "winapi", 6748 7008 ] 6749 7009 ··· 6761 7021 ] 6762 7022 6763 7023 [[package]] 6764 - name = "xml-rs" 6765 - version = "0.8.19" 7024 + name = "xkbcommon-dl" 7025 + version = "0.4.2" 6766 7026 source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 7027 + checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 7028 + dependencies = [ 7029 + "bitflags 2.4.2", 7030 + "dlib 0.5.2", 7031 + "log", 7032 + "once_cell", 7033 + "xkeysym", 7034 + ] 6768 7035 6769 7036 [[package]] 6770 - name = "xmlparser" 6771 - version = "0.13.6" 7037 + name = "xkeysym" 7038 + version = "0.2.0" 6772 7039 source = "registry+https://github.com/rust-lang/crates.io-index" 6773 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 7040 + checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621" 7041 + 7042 + [[package]] 7043 + name = "xml-rs" 7044 + version = "0.8.19" 7045 + source = "registry+https://github.com/rust-lang/crates.io-index" 7046 + checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 6774 7047 6775 7048 [[package]] 6776 7049 name = "xmlwriter" ··· 6780 7053 6781 7054 [[package]] 6782 7055 name = "xxhash-rust" 6783 - version = "0.8.8" 7056 + version = "0.8.10" 6784 7057 source = "registry+https://github.com/rust-lang/crates.io-index" 6785 - checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61" 7058 + checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 6786 7059 6787 7060 [[package]] 6788 7061 name = "yaml-rust" ··· 6801 7074 6802 7075 [[package]] 6803 7076 name = "zbus" 6804 - version = "3.14.1" 7077 + version = "3.15.2" 6805 7078 source = "registry+https://github.com/rust-lang/crates.io-index" 6806 - checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948" 7079 + checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6" 6807 7080 dependencies = [ 6808 7081 "async-broadcast", 6809 7082 "async-executor", ··· 6843 7116 6844 7117 [[package]] 6845 7118 name = "zbus_macros" 6846 - version = "3.14.1" 7119 + version = "3.15.2" 6847 7120 source = "registry+https://github.com/rust-lang/crates.io-index" 6848 - checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" 7121 + checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5" 6849 7122 dependencies = [ 6850 7123 "proc-macro-crate 1.3.1", 6851 7124 "proc-macro2", ··· 6889 7162 dependencies = [ 6890 7163 "proc-macro2", 6891 7164 "quote", 6892 - "syn 2.0.48", 7165 + "syn 2.0.51", 6893 7166 ] 6894 7167 6895 7168 [[package]] ··· 6903 7176 6904 7177 [[package]] 6905 7178 name = "zvariant" 6906 - version = "3.15.0" 7179 + version = "3.15.2" 6907 7180 source = "registry+https://github.com/rust-lang/crates.io-index" 6908 - checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c" 7181 + checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db" 6909 7182 dependencies = [ 6910 7183 "byteorder", 6911 7184 "enumflags2", ··· 6918 7191 6919 7192 [[package]] 6920 7193 name = "zvariant_derive" 6921 - version = "3.15.0" 7194 + version = "3.15.2" 6922 7195 source = "registry+https://github.com/rust-lang/crates.io-index" 6923 - checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" 7196 + checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9" 6924 7197 dependencies = [ 6925 7198 "proc-macro-crate 1.3.1", 6926 7199 "proc-macro2",
+19 -17
pkgs/by-name/co/cosmic-edit/package.nix
··· 6 6 cmake, 7 7 makeBinaryWrapper, 8 8 cosmic-icons, 9 - glib, 10 - gtk3, 11 9 just, 12 10 pkg-config, 13 11 libglvnd, ··· 23 21 24 22 rustPlatform.buildRustPackage rec { 25 23 pname = "cosmic-edit"; 26 - version = "0-unstable-2024-01-19"; 24 + version = "unstable-2024-02-28"; 27 25 28 26 src = fetchFromGitHub { 29 27 owner = "pop-os"; 30 28 repo = pname; 31 - rev = "b97eb0603bf6c7e168fc6e17aa779af1f105b9ee"; 32 - hash = "sha256-oprqM3QTewC/L/KOQ4uT81dPLqjP+Kp+wxgkY8l1Nc8="; 29 + rev = "536a66eff9c032afd76b60be6a9067a14ed38ab1"; 30 + hash = "sha256-UsZBxeamw8VuHtHrVtTwHhPPG+SMBrGY5taw+da/Ll0="; 33 31 }; 34 32 35 33 cargoLock = { 36 34 lockFile = ./Cargo.lock; 37 35 outputHashes = { 38 - "accesskit-0.11.0" = "sha256-xVhe6adUb8VmwIKKjHxwCwOo5Y1p3Or3ylcJJdLDrrE="; 36 + "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 39 37 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 40 - "cosmic-config-0.1.0" = "sha256-PR6u2DT+HneMSFszfg0sZK7oLwsOX4YtpUP88KWHy68="; 41 - "cosmic-syntax-theme-0.1.0" = "sha256-9Vf2s5Ry2hco80EbXOuVLwvOWygRiuaRD4tTImWooSg="; 42 - "cosmic-text-0.10.0" = "sha256-WxT0LPXu17jb0XpuCu2PjlGTV1a0K1HMhl6WpciKMkM="; 43 - "glyphon-0.4.1" = "sha256-mwJXi63LTBIVFrFcywr/NeOJKfMjQaQkNl3CSdEgrZc="; 44 - "sctk-adwaita-0.5.4" = "sha256-yK0F2w/0nxyKrSiHZbx7+aPNY2vlFs7s8nu/COp2KqQ="; 45 - "softbuffer-0.3.3" = "sha256-eKYFVr6C1+X6ulidHIu9SP591rJxStxwL9uMiqnXx4k="; 46 - "smithay-client-toolkit-0.16.1" = "sha256-z7EZThbh7YmKzAACv181zaEZmWxTrMkFRzP0nfsHK6c="; 38 + "cosmic-config-0.1.0" = "sha256-Zyi95zcBAohM1WBropLzJczSIfNNNBK2odB4AmW4h5I="; 39 + "cosmic-files-0.1.0" = "sha256-64An0MPgnFgyVlWmtBGBs+IV2z+4vmEY2uRPetZM4/M="; 40 + "cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng="; 41 + "cosmic-text-0.11.2" = "sha256-Y9i5stMYpx+iqn4y5DJm1O1+3UIGp0/fSsnNq3Zloug="; 42 + "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 43 + "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 44 + "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 47 45 "systemicons-0.7.0" = "sha256-zzAI+6mnpQOh+3mX7/sJ+w4a7uX27RduQ99PNxLNF78="; 48 46 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 49 - "winit-0.28.6" = "sha256-FhW6d2XnXCGJUMoT9EMQew9/OPXiehy/JraeCiVd76M="; 47 + "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4="; 50 48 }; 51 49 }; 52 50 51 + # COSMIC applications now uses vergen for the About page 52 + # Update the COMMIT_DATE to match when the commit was made 53 + env.VERGEN_GIT_COMMIT_DATE = "2024-02-28"; 54 + env.VERGEN_GIT_SHA = src.rev; 55 + 53 56 postPatch = '' 54 57 substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 55 58 ''; ··· 57 60 nativeBuildInputs = [ just pkg-config makeBinaryWrapper ]; 58 61 buildInputs = [ 59 62 libxkbcommon 60 - glib 61 - gtk3 62 63 xorg.libX11 63 64 libinput 64 65 libglvnd 65 66 fontconfig 66 67 freetype 68 + mesa 67 69 wayland 68 70 vulkan-loader 69 71 ]; ··· 94 96 wrapProgram "$out/bin/${pname}" \ 95 97 --suffix XDG_DATA_DIRS : "${cosmic-icons}/share" \ 96 98 --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ 97 - xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr vulkan-loader mesa.drivers 99 + xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr vulkan-loader libxkbcommon mesa.drivers wayland 98 100 ]} 99 101 ''; 100 102