Merge pull request #304272 from ahoneybun/update-cosmic-edit

cosmic-edit: 0-unstable-2024-02-28 -> 0-unstable-2024-04-15

authored by Peder Bergebakken Sundt and committed by GitHub deb9273d 2fb77723

+385 -985
+376 -977
pkgs/by-name/co/cosmic-edit/Cargo.lock
··· 9 9 checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" 10 10 dependencies = [ 11 11 "ab_glyph_rasterizer", 12 - "owned_ttf_parser 0.20.0", 12 + "owned_ttf_parser", 13 13 ] 14 14 15 15 [[package]] ··· 84 84 "accesskit_unix", 85 85 "accesskit_windows", 86 86 "raw-window-handle 0.6.0", 87 - "winit 0.29.10", 87 + "winit", 88 88 ] 89 89 90 90 [[package]] ··· 103 103 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 104 104 105 105 [[package]] 106 - name = "adler32" 107 - version = "1.2.0" 108 - source = "registry+https://github.com/rust-lang/crates.io-index" 109 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 110 - 111 - [[package]] 112 106 name = "ahash" 113 - version = "0.8.10" 107 + version = "0.8.11" 114 108 source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" 109 + checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 116 110 dependencies = [ 117 - "cfg-if 1.0.0", 111 + "cfg-if", 118 112 "getrandom", 119 113 "once_cell", 120 114 "version_check", ··· 149 143 checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14" 150 144 151 145 [[package]] 152 - name = "andrew" 153 - version = "0.3.1" 154 - source = "registry+https://github.com/rust-lang/crates.io-index" 155 - checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf" 156 - dependencies = [ 157 - "bitflags 1.3.2", 158 - "rusttype", 159 - "walkdir", 160 - "xdg", 161 - "xml-rs", 162 - ] 163 - 164 - [[package]] 165 146 name = "android-activity" 166 147 version = "0.5.2" 167 148 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 175 156 "jni-sys", 176 157 "libc", 177 158 "log", 178 - "ndk 0.8.0", 159 + "ndk", 179 160 "ndk-context", 180 - "ndk-sys 0.5.0+25.2.9519653", 181 - "num_enum 0.7.2", 161 + "ndk-sys", 162 + "num_enum", 182 163 "thiserror", 183 164 ] 184 165 ··· 259 240 260 241 [[package]] 261 242 name = "anyhow" 262 - version = "1.0.80" 243 + version = "1.0.81" 263 244 source = "registry+https://github.com/rust-lang/crates.io-index" 264 - checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 245 + checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" 265 246 266 247 [[package]] 267 248 name = "apply" ··· 280 261 281 262 [[package]] 282 263 name = "arc-swap" 283 - version = "1.6.0" 264 + version = "1.7.0" 284 265 source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" 266 + checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f" 286 267 287 268 [[package]] 288 269 name = "arrayref" ··· 336 317 ] 337 318 338 319 [[package]] 320 + name = "ashpd" 321 + version = "0.7.0" 322 + source = "registry+https://github.com/rust-lang/crates.io-index" 323 + checksum = "01992ad7774250d5b7fe214e2676cb99bf92564436d8135ab44fe815e71769a9" 324 + dependencies = [ 325 + "enumflags2", 326 + "futures-channel", 327 + "futures-util", 328 + "rand", 329 + "serde", 330 + "serde_repr", 331 + "tokio", 332 + "url", 333 + "zbus", 334 + ] 335 + 336 + [[package]] 339 337 name = "async-broadcast" 340 338 version = "0.5.1" 341 339 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 352 350 checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 353 351 dependencies = [ 354 352 "concurrent-queue", 355 - "event-listener 5.1.0", 353 + "event-listener 5.2.0", 356 354 "event-listener-strategy 0.5.0", 357 355 "futures-core", 358 356 "pin-project-lite", ··· 368 366 "async-task", 369 367 "concurrent-queue", 370 368 "fastrand 2.0.1", 371 - "futures-lite 2.2.0", 369 + "futures-lite 2.3.0", 372 370 "slab", 373 371 ] 374 372 ··· 392 390 dependencies = [ 393 391 "async-lock 2.8.0", 394 392 "autocfg", 395 - "cfg-if 1.0.0", 393 + "cfg-if", 396 394 "concurrent-queue", 397 395 "futures-lite 1.13.0", 398 396 "log", ··· 406 404 407 405 [[package]] 408 406 name = "async-io" 409 - version = "2.3.1" 407 + version = "2.3.2" 410 408 source = "registry+https://github.com/rust-lang/crates.io-index" 411 - checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 409 + checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" 412 410 dependencies = [ 413 411 "async-lock 3.3.0", 414 - "cfg-if 1.0.0", 412 + "cfg-if", 415 413 "concurrent-queue", 416 414 "futures-io", 417 - "futures-lite 2.2.0", 415 + "futures-lite 2.3.0", 418 416 "parking", 419 417 "polling 3.5.0", 420 418 "rustix 0.38.31", ··· 453 451 "async-lock 2.8.0", 454 452 "async-signal", 455 453 "blocking", 456 - "cfg-if 1.0.0", 454 + "cfg-if", 457 455 "event-listener 3.1.0", 458 456 "futures-lite 1.13.0", 459 457 "rustix 0.38.31", ··· 462 460 463 461 [[package]] 464 462 name = "async-recursion" 465 - version = "1.0.5" 463 + version = "1.1.0" 466 464 source = "registry+https://github.com/rust-lang/crates.io-index" 467 - checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" 465 + checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5" 468 466 dependencies = [ 469 467 "proc-macro2", 470 468 "quote", 471 - "syn 2.0.51", 469 + "syn 2.0.53", 472 470 ] 473 471 474 472 [[package]] ··· 477 475 source = "registry+https://github.com/rust-lang/crates.io-index" 478 476 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 479 477 dependencies = [ 480 - "async-io 2.3.1", 478 + "async-io 2.3.2", 481 479 "async-lock 2.8.0", 482 480 "atomic-waker", 483 - "cfg-if 1.0.0", 481 + "cfg-if", 484 482 "futures-core", 485 483 "futures-io", 486 484 "rustix 0.38.31", ··· 497 495 498 496 [[package]] 499 497 name = "async-trait" 500 - version = "0.1.77" 498 + version = "0.1.78" 501 499 source = "registry+https://github.com/rust-lang/crates.io-index" 502 - checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 500 + checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85" 503 501 dependencies = [ 504 502 "proc-macro2", 505 503 "quote", 506 - "syn 2.0.51", 504 + "syn 2.0.53", 507 505 ] 508 506 509 507 [[package]] ··· 596 594 dependencies = [ 597 595 "addr2line", 598 596 "cc", 599 - "cfg-if 1.0.0", 597 + "cfg-if", 600 598 "libc", 601 - "miniz_oxide 0.7.2", 599 + "miniz_oxide", 602 600 "object", 603 601 "rustc-demangle", 604 602 ] ··· 709 707 "async-task", 710 708 "fastrand 2.0.1", 711 709 "futures-io", 712 - "futures-lite 2.2.0", 710 + "futures-lite 2.3.0", 713 711 "piper", 714 712 "tracing", 715 713 ] ··· 727 725 728 726 [[package]] 729 727 name = "bumpalo" 730 - version = "3.15.3" 728 + version = "3.15.4" 731 729 source = "registry+https://github.com/rust-lang/crates.io-index" 732 - checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" 730 + checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 733 731 734 732 [[package]] 735 733 name = "bytecount" ··· 739 737 740 738 [[package]] 741 739 name = "bytemuck" 742 - version = "1.14.3" 740 + version = "1.15.0" 743 741 source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 742 + checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" 745 743 dependencies = [ 746 744 "bytemuck_derive", 747 745 ] 748 746 749 747 [[package]] 750 748 name = "bytemuck_derive" 751 - version = "1.5.0" 749 + version = "1.6.0" 752 750 source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 751 + checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60" 754 752 dependencies = [ 755 753 "proc-macro2", 756 754 "quote", 757 - "syn 2.0.51", 755 + "syn 2.0.53", 758 756 ] 759 757 760 758 [[package]] ··· 781 779 782 780 [[package]] 783 781 name = "calloop" 784 - version = "0.6.5" 785 - source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c" 787 - dependencies = [ 788 - "log", 789 - "nix 0.18.0", 790 - ] 791 - 792 - [[package]] 793 - name = "calloop" 794 782 version = "0.12.4" 795 783 source = "registry+https://github.com/rust-lang/crates.io-index" 796 784 checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298" ··· 809 797 source = "registry+https://github.com/rust-lang/crates.io-index" 810 798 checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02" 811 799 dependencies = [ 812 - "calloop 0.12.4", 800 + "calloop", 813 801 "rustix 0.38.31", 814 802 "wayland-backend", 815 - "wayland-client 0.31.2", 803 + "wayland-client", 816 804 ] 817 805 818 806 [[package]] 819 807 name = "cc" 820 - version = "1.0.88" 808 + version = "1.0.90" 821 809 source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" 810 + checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 823 811 dependencies = [ 812 + "jobserver", 824 813 "libc", 825 814 ] 826 815 ··· 842 831 843 832 [[package]] 844 833 name = "cfg-if" 845 - version = "0.1.10" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 848 - 849 - [[package]] 850 - name = "cfg-if" 851 834 version = "1.0.0" 852 835 source = "registry+https://github.com/rust-lang/crates.io-index" 853 836 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" ··· 866 849 867 850 [[package]] 868 851 name = "chrono" 869 - version = "0.4.34" 852 + version = "0.4.35" 870 853 source = "registry+https://github.com/rust-lang/crates.io-index" 871 - checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 854 + checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 872 855 dependencies = [ 873 856 "android-tzdata", 874 857 "iana-time-zone", ··· 876 859 "num-traits", 877 860 "pure-rust-locales", 878 861 "wasm-bindgen", 879 - "windows-targets 0.52.3", 862 + "windows-targets 0.52.4", 880 863 ] 881 864 882 865 [[package]] 883 866 name = "clipboard-win" 884 - version = "5.2.0" 867 + version = "5.3.0" 885 868 source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297" 869 + checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee" 887 870 dependencies = [ 888 871 "error-code", 889 872 ] ··· 891 874 [[package]] 892 875 name = "clipboard_macos" 893 876 version = "0.1.0" 894 - source = "registry+https://github.com/rust-lang/crates.io-index" 895 - checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 877 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 896 878 dependencies = [ 897 879 "objc", 898 880 "objc-foundation", ··· 902 884 [[package]] 903 885 name = "clipboard_wayland" 904 886 version = "0.2.2" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8" 887 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 907 888 dependencies = [ 889 + "mime 0.1.0", 908 890 "smithay-clipboard", 909 891 ] 910 892 911 893 [[package]] 912 894 name = "clipboard_x11" 913 895 version = "0.4.2" 914 - source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c" 896 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 916 897 dependencies = [ 917 898 "thiserror", 918 899 "x11rb", ··· 920 901 921 902 [[package]] 922 903 name = "cocoa" 923 - version = "0.24.1" 924 - source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 926 - dependencies = [ 927 - "bitflags 1.3.2", 928 - "block", 929 - "cocoa-foundation", 930 - "core-foundation 0.9.4", 931 - "core-graphics 0.22.3", 932 - "foreign-types 0.3.2", 933 - "libc", 934 - "objc", 935 - ] 936 - 937 - [[package]] 938 - name = "cocoa" 939 904 version = "0.25.0" 940 905 source = "registry+https://github.com/rust-lang/crates.io-index" 941 906 checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" ··· 943 908 "bitflags 1.3.2", 944 909 "block", 945 910 "cocoa-foundation", 946 - "core-foundation 0.9.4", 947 - "core-graphics 0.23.1", 948 - "foreign-types 0.5.0", 911 + "core-foundation", 912 + "core-graphics", 913 + "foreign-types", 949 914 "libc", 950 915 "objc", 951 916 ] ··· 958 923 dependencies = [ 959 924 "bitflags 1.3.2", 960 925 "block", 961 - "core-foundation 0.9.4", 926 + "core-foundation", 962 927 "core-graphics-types", 963 928 "libc", 964 929 "objc", ··· 1038 1003 1039 1004 [[package]] 1040 1005 name = "const-random" 1041 - version = "0.1.17" 1006 + version = "0.1.18" 1042 1007 source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" 1008 + checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1044 1009 dependencies = [ 1045 1010 "const-random-macro", 1046 1011 ] ··· 1058 1023 1059 1024 [[package]] 1060 1025 name = "core-foundation" 1061 - version = "0.7.0" 1062 - source = "registry+https://github.com/rust-lang/crates.io-index" 1063 - checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 1064 - dependencies = [ 1065 - "core-foundation-sys 0.7.0", 1066 - "libc", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "core-foundation" 1071 1026 version = "0.9.4" 1072 1027 source = "registry+https://github.com/rust-lang/crates.io-index" 1073 1028 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1074 1029 dependencies = [ 1075 - "core-foundation-sys 0.8.6", 1030 + "core-foundation-sys", 1076 1031 "libc", 1077 1032 ] 1078 - 1079 - [[package]] 1080 - name = "core-foundation-sys" 1081 - version = "0.7.0" 1082 - source = "registry+https://github.com/rust-lang/crates.io-index" 1083 - checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 1084 1033 1085 1034 [[package]] 1086 1035 name = "core-foundation-sys" ··· 1090 1039 1091 1040 [[package]] 1092 1041 name = "core-graphics" 1093 - version = "0.19.2" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" 1096 - dependencies = [ 1097 - "bitflags 1.3.2", 1098 - "core-foundation 0.7.0", 1099 - "foreign-types 0.3.2", 1100 - "libc", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "core-graphics" 1105 - version = "0.22.3" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 1108 - dependencies = [ 1109 - "bitflags 1.3.2", 1110 - "core-foundation 0.9.4", 1111 - "core-graphics-types", 1112 - "foreign-types 0.3.2", 1113 - "libc", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "core-graphics" 1118 1042 version = "0.23.1" 1119 1043 source = "registry+https://github.com/rust-lang/crates.io-index" 1120 1044 checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212" 1121 1045 dependencies = [ 1122 1046 "bitflags 1.3.2", 1123 - "core-foundation 0.9.4", 1047 + "core-foundation", 1124 1048 "core-graphics-types", 1125 - "foreign-types 0.5.0", 1049 + "foreign-types", 1126 1050 "libc", 1127 1051 ] 1128 1052 ··· 1133 1057 checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 1134 1058 dependencies = [ 1135 1059 "bitflags 1.3.2", 1136 - "core-foundation 0.9.4", 1137 - "libc", 1138 - ] 1139 - 1140 - [[package]] 1141 - name = "core-video-sys" 1142 - version = "0.1.4" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" 1145 - dependencies = [ 1146 - "cfg-if 0.1.10", 1147 - "core-foundation-sys 0.7.0", 1148 - "core-graphics 0.19.2", 1060 + "core-foundation", 1149 1061 "libc", 1150 - "objc", 1151 1062 ] 1152 1063 1153 1064 [[package]] 1154 1065 name = "cosmic-config" 1155 1066 version = "0.1.0" 1156 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1067 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1157 1068 dependencies = [ 1158 1069 "atomicwrites", 1159 1070 "cosmic-config-derive", ··· 1170 1081 [[package]] 1171 1082 name = "cosmic-config-derive" 1172 1083 version = "0.1.0" 1173 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1084 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1174 1085 dependencies = [ 1175 1086 "quote", 1176 1087 "syn 1.0.109", ··· 1196 1107 "notify", 1197 1108 "open", 1198 1109 "patch", 1110 + "regex", 1199 1111 "rust-embed", 1200 1112 "serde", 1201 1113 "smol_str", 1202 1114 "syntect", 1203 - "systemicons", 1204 1115 "tokio", 1205 1116 "two-face", 1206 1117 "vergen", ··· 1209 1120 [[package]] 1210 1121 name = "cosmic-files" 1211 1122 version = "0.1.0" 1212 - source = "git+https://github.com/pop-os/cosmic-files.git#8ab15027a521713850384fa87666bb9974f2666b" 1123 + source = "git+https://github.com/pop-os/cosmic-files.git#2bc93cc3cc1906c7884dd941ab211b6bc8eca8fd" 1213 1124 dependencies = [ 1214 1125 "chrono", 1215 1126 "dirs", 1216 - "env_logger 0.11.2", 1127 + "env_logger 0.11.3", 1217 1128 "fork", 1218 1129 "i18n-embed", 1219 1130 "i18n-embed-fl", 1220 - "image 0.24.9", 1131 + "image", 1221 1132 "lexical-sort", 1133 + "libc", 1222 1134 "libcosmic", 1223 1135 "log", 1224 1136 "mime_guess", 1225 1137 "notify", 1226 1138 "once_cell", 1139 + "open", 1227 1140 "paste", 1228 1141 "rust-embed", 1229 1142 "serde", 1143 + "shlex", 1230 1144 "smol_str", 1231 - "systemicons", 1232 1145 "tokio", 1233 1146 "trash", 1147 + "vergen", 1148 + "xdg-mime", 1234 1149 ] 1235 1150 1236 1151 [[package]] ··· 1240 1155 dependencies = [ 1241 1156 "handlebars", 1242 1157 "serde", 1243 - "toml 0.8.10", 1158 + "toml 0.8.12", 1244 1159 ] 1245 1160 1246 1161 [[package]] 1247 1162 name = "cosmic-text" 1248 1163 version = "0.11.2" 1249 - source = "git+https://github.com/pop-os/cosmic-text.git#2766961af621b9235616e186046f6d14a2f5fbc0" 1164 + source = "git+https://github.com/pop-os/cosmic-text.git#ff5501d9a36e51c50d908413caf7632d8f7533b7" 1250 1165 dependencies = [ 1251 1166 "bitflags 2.4.2", 1252 1167 "cosmic_undo_2", ··· 1261 1176 "swash", 1262 1177 "syntect", 1263 1178 "sys-locale", 1264 - "ttf-parser 0.20.0", 1179 + "ttf-parser", 1265 1180 "unicode-bidi", 1266 1181 "unicode-linebreak", 1267 1182 "unicode-script", ··· 1271 1186 [[package]] 1272 1187 name = "cosmic-theme" 1273 1188 version = "0.1.0" 1274 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 1189 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 1275 1190 dependencies = [ 1276 1191 "almost", 1277 1192 "cosmic-config", 1278 1193 "csscolorparser", 1194 + "dirs", 1279 1195 "lazy_static", 1280 1196 "palette", 1281 1197 "ron", 1282 1198 "serde", 1199 + "thiserror", 1283 1200 ] 1284 1201 1285 1202 [[package]] ··· 1308 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1309 1226 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 1310 1227 dependencies = [ 1311 - "cfg-if 1.0.0", 1312 - ] 1313 - 1314 - [[package]] 1315 - name = "crossbeam" 1316 - version = "0.8.4" 1317 - source = "registry+https://github.com/rust-lang/crates.io-index" 1318 - checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 1319 - dependencies = [ 1320 - "crossbeam-channel", 1321 - "crossbeam-deque", 1322 - "crossbeam-epoch", 1323 - "crossbeam-queue", 1324 - "crossbeam-utils", 1228 + "cfg-if", 1325 1229 ] 1326 1230 1327 1231 [[package]] 1328 1232 name = "crossbeam-channel" 1329 - version = "0.5.11" 1233 + version = "0.5.12" 1330 1234 source = "registry+https://github.com/rust-lang/crates.io-index" 1331 - checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" 1235 + checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 1332 1236 dependencies = [ 1333 1237 "crossbeam-utils", 1334 1238 ] ··· 1353 1257 ] 1354 1258 1355 1259 [[package]] 1356 - name = "crossbeam-queue" 1357 - version = "0.3.11" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1360 - dependencies = [ 1361 - "crossbeam-utils", 1362 - ] 1363 - 1364 - [[package]] 1365 1260 name = "crossbeam-utils" 1366 1261 version = "0.8.19" 1367 1262 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1406 1301 checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" 1407 1302 dependencies = [ 1408 1303 "quote", 1409 - "syn 2.0.51", 1304 + "syn 2.0.53", 1410 1305 ] 1411 - 1412 - [[package]] 1413 - name = "cty" 1414 - version = "0.2.2" 1415 - source = "registry+https://github.com/rust-lang/crates.io-index" 1416 - checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 1417 1306 1418 1307 [[package]] 1419 1308 name = "cursor-icon" ··· 1427 1316 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 1428 1317 dependencies = [ 1429 1318 "bitflags 2.4.2", 1430 - "libloading 0.8.1", 1319 + "libloading 0.8.3", 1431 1320 "winapi", 1432 1321 ] 1433 1322 1434 1323 [[package]] 1435 1324 name = "darling" 1436 - version = "0.10.2" 1437 - source = "registry+https://github.com/rust-lang/crates.io-index" 1438 - checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 1439 - dependencies = [ 1440 - "darling_core 0.10.2", 1441 - "darling_macro 0.10.2", 1442 - ] 1443 - 1444 - [[package]] 1445 - name = "darling" 1446 1325 version = "0.20.8" 1447 1326 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 1327 checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391" 1449 1328 dependencies = [ 1450 - "darling_core 0.20.8", 1451 - "darling_macro 0.20.8", 1452 - ] 1453 - 1454 - [[package]] 1455 - name = "darling_core" 1456 - version = "0.10.2" 1457 - source = "registry+https://github.com/rust-lang/crates.io-index" 1458 - checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 1459 - dependencies = [ 1460 - "fnv", 1461 - "ident_case", 1462 - "proc-macro2", 1463 - "quote", 1464 - "strsim 0.9.3", 1465 - "syn 1.0.109", 1329 + "darling_core", 1330 + "darling_macro", 1466 1331 ] 1467 1332 1468 1333 [[package]] ··· 1475 1340 "ident_case", 1476 1341 "proc-macro2", 1477 1342 "quote", 1478 - "strsim 0.10.0", 1479 - "syn 2.0.51", 1480 - ] 1481 - 1482 - [[package]] 1483 - name = "darling_macro" 1484 - version = "0.10.2" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 1487 - dependencies = [ 1488 - "darling_core 0.10.2", 1489 - "quote", 1490 - "syn 1.0.109", 1343 + "strsim", 1344 + "syn 2.0.53", 1491 1345 ] 1492 1346 1493 1347 [[package]] ··· 1496 1350 source = "registry+https://github.com/rust-lang/crates.io-index" 1497 1351 checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f" 1498 1352 dependencies = [ 1499 - "darling_core 0.20.8", 1353 + "darling_core", 1500 1354 "quote", 1501 - "syn 2.0.51", 1355 + "syn 2.0.53", 1502 1356 ] 1503 1357 1504 1358 [[package]] ··· 1507 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1508 1362 checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1509 1363 dependencies = [ 1510 - "cfg-if 1.0.0", 1364 + "cfg-if", 1511 1365 "hashbrown", 1512 1366 "lock_api", 1513 1367 "once_cell", ··· 1519 1373 version = "0.3.1" 1520 1374 source = "registry+https://github.com/rust-lang/crates.io-index" 1521 1375 checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a" 1522 - 1523 - [[package]] 1524 - name = "deflate" 1525 - version = "0.8.6" 1526 - source = "registry+https://github.com/rust-lang/crates.io-index" 1527 - checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 1528 - dependencies = [ 1529 - "adler32", 1530 - "byteorder", 1531 - ] 1532 1376 1533 1377 [[package]] 1534 1378 name = "deranged" ··· 1556 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 1401 checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d" 1558 1402 dependencies = [ 1559 - "darling 0.20.8", 1403 + "darling", 1560 1404 "proc-macro2", 1561 1405 "quote", 1562 - "syn 2.0.51", 1406 + "syn 2.0.53", 1563 1407 ] 1564 1408 1565 1409 [[package]] ··· 1587 1431 source = "registry+https://github.com/rust-lang/crates.io-index" 1588 1432 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1589 1433 dependencies = [ 1590 - "cfg-if 1.0.0", 1434 + "cfg-if", 1591 1435 "dirs-sys-next", 1592 1436 ] 1593 1437 ··· 1628 1472 dependencies = [ 1629 1473 "proc-macro2", 1630 1474 "quote", 1631 - "syn 2.0.51", 1632 - ] 1633 - 1634 - [[package]] 1635 - name = "dlib" 1636 - version = "0.4.2" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76" 1639 - dependencies = [ 1640 - "libloading 0.6.7", 1475 + "syn 2.0.53", 1641 1476 ] 1642 1477 1643 1478 [[package]] ··· 1646 1481 source = "registry+https://github.com/rust-lang/crates.io-index" 1647 1482 checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1648 1483 dependencies = [ 1649 - "libloading 0.8.1", 1484 + "libloading 0.8.3", 1650 1485 ] 1651 1486 1652 1487 [[package]] ··· 1715 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 1551 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1717 1552 dependencies = [ 1718 - "cfg-if 1.0.0", 1553 + "cfg-if", 1719 1554 ] 1720 1555 1721 1556 [[package]] ··· 1745 1580 dependencies = [ 1746 1581 "proc-macro2", 1747 1582 "quote", 1748 - "syn 2.0.51", 1583 + "syn 2.0.53", 1749 1584 ] 1750 1585 1751 1586 [[package]] ··· 1773 1608 1774 1609 [[package]] 1775 1610 name = "env_logger" 1776 - version = "0.11.2" 1611 + version = "0.11.3" 1777 1612 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" 1613 + checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 1779 1614 dependencies = [ 1780 1615 "anstream", 1781 1616 "anstyle", ··· 1855 1690 1856 1691 [[package]] 1857 1692 name = "event-listener" 1858 - version = "5.1.0" 1693 + version = "5.2.0" 1859 1694 source = "registry+https://github.com/rust-lang/crates.io-index" 1860 - checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27" 1695 + checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" 1861 1696 dependencies = [ 1862 1697 "concurrent-queue", 1863 1698 "parking", ··· 1880 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1881 1716 checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1882 1717 dependencies = [ 1883 - "event-listener 5.1.0", 1718 + "event-listener 5.2.0", 1884 1719 "pin-project-lite", 1885 1720 ] 1886 1721 ··· 1894 1729 "flume", 1895 1730 "half", 1896 1731 "lebe", 1897 - "miniz_oxide 0.7.2", 1732 + "miniz_oxide", 1898 1733 "rayon-core", 1899 1734 "smallvec", 1900 1735 "zune-inflate", ··· 1936 1771 source = "registry+https://github.com/rust-lang/crates.io-index" 1937 1772 checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1938 1773 dependencies = [ 1939 - "cfg-if 1.0.0", 1774 + "cfg-if", 1940 1775 "libc", 1941 1776 "redox_syscall 0.4.1", 1942 1777 "windows-sys 0.52.0", ··· 1958 1793 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1959 1794 dependencies = [ 1960 1795 "crc32fast", 1961 - "miniz_oxide 0.7.2", 1796 + "miniz_oxide", 1962 1797 ] 1963 1798 1964 1799 [[package]] ··· 2034 1869 2035 1870 [[package]] 2036 1871 name = "font-types" 2037 - version = "0.4.2" 1872 + version = "0.4.3" 2038 1873 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 - checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d" 1874 + checksum = "5b7f6040d337bd44434ab21fc6509154edf2cece88b23758d9d64654c4e7730b" 2040 1875 2041 1876 [[package]] 2042 1877 name = "fontconfig-parser" ··· 2055 1890 dependencies = [ 2056 1891 "fontconfig-parser", 2057 1892 "log", 2058 - "memmap2 0.9.4", 1893 + "memmap2", 2059 1894 "slotmap", 2060 1895 "tinyvec", 2061 - "ttf-parser 0.20.0", 2062 - ] 2063 - 2064 - [[package]] 2065 - name = "foreign-types" 2066 - version = "0.3.2" 2067 - source = "registry+https://github.com/rust-lang/crates.io-index" 2068 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 2069 - dependencies = [ 2070 - "foreign-types-shared 0.1.1", 1896 + "ttf-parser", 2071 1897 ] 2072 1898 2073 1899 [[package]] ··· 2077 1903 checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 2078 1904 dependencies = [ 2079 1905 "foreign-types-macros", 2080 - "foreign-types-shared 0.3.1", 1906 + "foreign-types-shared", 2081 1907 ] 2082 1908 2083 1909 [[package]] ··· 2088 1914 dependencies = [ 2089 1915 "proc-macro2", 2090 1916 "quote", 2091 - "syn 2.0.51", 1917 + "syn 2.0.53", 2092 1918 ] 2093 1919 2094 1920 [[package]] 2095 1921 name = "foreign-types-shared" 2096 - version = "0.1.1" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2099 - 2100 - [[package]] 2101 - name = "foreign-types-shared" 2102 1922 version = "0.3.1" 2103 1923 source = "registry+https://github.com/rust-lang/crates.io-index" 2104 1924 checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" ··· 2219 2039 2220 2040 [[package]] 2221 2041 name = "futures-lite" 2222 - version = "2.2.0" 2042 + version = "2.3.0" 2223 2043 source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 2044 + checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2225 2045 dependencies = [ 2226 2046 "fastrand 2.0.1", 2227 2047 "futures-core", ··· 2238 2058 dependencies = [ 2239 2059 "proc-macro2", 2240 2060 "quote", 2241 - "syn 2.0.51", 2061 + "syn 2.0.53", 2242 2062 ] 2243 2063 2244 2064 [[package]] ··· 2327 2147 source = "registry+https://github.com/rust-lang/crates.io-index" 2328 2148 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 2329 2149 dependencies = [ 2330 - "cfg-if 1.0.0", 2150 + "cfg-if", 2331 2151 "libc", 2332 2152 "wasi", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "gif" 2337 - version = "0.11.4" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 2340 - dependencies = [ 2341 - "color_quant", 2342 - "weezl", 2343 2153 ] 2344 2154 2345 2155 [[package]] ··· 2598 2408 "grep-matcher", 2599 2409 "log", 2600 2410 "memchr", 2601 - "memmap2 0.9.4", 2411 + "memmap2", 2602 2412 ] 2603 2413 2604 2414 [[package]] ··· 2641 2451 source = "registry+https://github.com/rust-lang/crates.io-index" 2642 2452 checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 2643 2453 dependencies = [ 2644 - "cfg-if 1.0.0", 2454 + "cfg-if", 2645 2455 "crunchy", 2646 2456 ] 2647 2457 ··· 2678 2488 "bitflags 2.4.2", 2679 2489 "com", 2680 2490 "libc", 2681 - "libloading 0.8.1", 2491 + "libloading 0.8.3", 2682 2492 "thiserror", 2683 2493 "widestring", 2684 2494 "winapi", ··· 2692 2502 2693 2503 [[package]] 2694 2504 name = "hermit-abi" 2695 - version = "0.3.8" 2505 + version = "0.3.9" 2696 2506 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "379dada1584ad501b383485dd706b8afb7a70fcbc7f4da7d780638a5a6124a60" 2507 + checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2698 2508 2699 2509 [[package]] 2700 2510 name = "hex" ··· 2724 2534 "serde", 2725 2535 "serde_derive", 2726 2536 "thiserror", 2727 - "toml 0.8.10", 2537 + "toml 0.8.12", 2728 2538 "unic-langid", 2729 2539 ] 2730 2540 ··· 2766 2576 "proc-macro-error", 2767 2577 "proc-macro2", 2768 2578 "quote", 2769 - "strsim 0.10.0", 2770 - "syn 2.0.51", 2579 + "strsim", 2580 + "syn 2.0.53", 2771 2581 "unic-langid", 2772 2582 ] 2773 2583 ··· 2781 2591 "i18n-config", 2782 2592 "proc-macro2", 2783 2593 "quote", 2784 - "syn 2.0.51", 2594 + "syn 2.0.53", 2785 2595 ] 2786 2596 2787 2597 [[package]] ··· 2791 2601 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 2792 2602 dependencies = [ 2793 2603 "android_system_properties", 2794 - "core-foundation-sys 0.8.6", 2604 + "core-foundation-sys", 2795 2605 "iana-time-zone-haiku", 2796 2606 "js-sys", 2797 2607 "wasm-bindgen", ··· 2810 2620 [[package]] 2811 2621 name = "iced" 2812 2622 version = "0.12.0" 2813 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2623 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2814 2624 dependencies = [ 2815 2625 "iced_accessibility", 2816 2626 "iced_core", ··· 2818 2628 "iced_renderer", 2819 2629 "iced_widget", 2820 2630 "iced_winit", 2821 - "image 0.24.9", 2631 + "image", 2822 2632 "thiserror", 2633 + "window_clipboard", 2823 2634 ] 2824 2635 2825 2636 [[package]] 2826 2637 name = "iced_accessibility" 2827 2638 version = "0.1.0" 2828 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2639 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2829 2640 dependencies = [ 2830 2641 "accesskit", 2831 2642 "accesskit_winit", ··· 2834 2645 [[package]] 2835 2646 name = "iced_core" 2836 2647 version = "0.12.0" 2837 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2648 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2838 2649 dependencies = [ 2839 2650 "bitflags 1.3.2", 2840 2651 "log", ··· 2845 2656 "smol_str", 2846 2657 "thiserror", 2847 2658 "web-time", 2659 + "window_clipboard", 2848 2660 "xxhash-rust", 2849 2661 ] 2850 2662 2851 2663 [[package]] 2852 2664 name = "iced_futures" 2853 2665 version = "0.12.0" 2854 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2666 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2855 2667 dependencies = [ 2856 2668 "futures", 2857 2669 "iced_core", ··· 2864 2676 [[package]] 2865 2677 name = "iced_graphics" 2866 2678 version = "0.12.0" 2867 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2679 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2868 2680 dependencies = [ 2869 2681 "bitflags 1.3.2", 2870 2682 "bytemuck", ··· 2873 2685 "half", 2874 2686 "iced_core", 2875 2687 "iced_futures", 2876 - "image 0.24.9", 2688 + "image", 2877 2689 "kamadak-exif", 2878 2690 "log", 2879 2691 "lyon_path", ··· 2888 2700 [[package]] 2889 2701 name = "iced_renderer" 2890 2702 version = "0.12.0" 2891 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2703 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2892 2704 dependencies = [ 2893 2705 "iced_graphics", 2894 2706 "iced_tiny_skia", ··· 2900 2712 [[package]] 2901 2713 name = "iced_runtime" 2902 2714 version = "0.12.0" 2903 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2715 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2904 2716 dependencies = [ 2905 2717 "iced_core", 2906 2718 "iced_futures", 2907 2719 "thiserror", 2720 + "window_clipboard", 2908 2721 ] 2909 2722 2910 2723 [[package]] 2911 2724 name = "iced_style" 2912 2725 version = "0.12.0" 2913 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2726 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2914 2727 dependencies = [ 2915 2728 "iced_core", 2916 2729 "once_cell", ··· 2920 2733 [[package]] 2921 2734 name = "iced_tiny_skia" 2922 2735 version = "0.12.0" 2923 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2736 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2924 2737 dependencies = [ 2925 2738 "bytemuck", 2926 2739 "cosmic-text", ··· 2937 2750 [[package]] 2938 2751 name = "iced_wgpu" 2939 2752 version = "0.12.0" 2940 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2753 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2941 2754 dependencies = [ 2942 2755 "bitflags 1.3.2", 2943 2756 "bytemuck", ··· 2956 2769 [[package]] 2957 2770 name = "iced_widget" 2958 2771 version = "0.12.0" 2959 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2772 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2960 2773 dependencies = [ 2961 2774 "iced_renderer", 2962 2775 "iced_runtime", ··· 2970 2783 [[package]] 2971 2784 name = "iced_winit" 2972 2785 version = "0.12.0" 2973 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 2786 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 2974 2787 dependencies = [ 2975 2788 "iced_graphics", 2976 2789 "iced_runtime", ··· 2981 2794 "web-sys", 2982 2795 "winapi", 2983 2796 "window_clipboard", 2984 - "winit 0.29.10", 2797 + "winit", 2985 2798 ] 2986 2799 2987 2800 [[package]] ··· 3039 2852 3040 2853 [[package]] 3041 2854 name = "image" 3042 - version = "0.23.14" 3043 - source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 3045 - dependencies = [ 3046 - "bytemuck", 3047 - "byteorder", 3048 - "color_quant", 3049 - "gif 0.11.4", 3050 - "jpeg-decoder 0.1.22", 3051 - "num-iter", 3052 - "num-rational 0.3.2", 3053 - "num-traits", 3054 - "png 0.16.8", 3055 - "scoped_threadpool", 3056 - "tiff 0.6.1", 3057 - ] 3058 - 3059 - [[package]] 3060 - name = "image" 3061 2855 version = "0.24.9" 3062 2856 source = "registry+https://github.com/rust-lang/crates.io-index" 3063 2857 checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" ··· 3067 2861 "color_quant", 3068 2862 "exr", 3069 2863 "gif 0.13.1", 3070 - "jpeg-decoder 0.3.1", 2864 + "jpeg-decoder", 3071 2865 "num-traits", 3072 - "png 0.17.13", 2866 + "png", 3073 2867 "qoi", 3074 - "tiff 0.9.1", 2868 + "tiff", 3075 2869 ] 3076 2870 3077 2871 [[package]] ··· 3082 2876 3083 2877 [[package]] 3084 2878 name = "indexmap" 3085 - version = "2.2.3" 2879 + version = "2.2.5" 3086 2880 source = "registry+https://github.com/rust-lang/crates.io-index" 3087 - checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 2881 + checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 3088 2882 dependencies = [ 3089 2883 "equivalent", 3090 2884 "hashbrown", ··· 3116 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 3117 2911 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 3118 2912 dependencies = [ 3119 - "cfg-if 1.0.0", 2913 + "cfg-if", 3120 2914 ] 3121 2915 3122 2916 [[package]] ··· 3192 2986 checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3193 2987 dependencies = [ 3194 2988 "cesu8", 3195 - "cfg-if 1.0.0", 2989 + "cfg-if", 3196 2990 "combine", 3197 2991 "jni-sys", 3198 2992 "log", ··· 3208 3002 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 3209 3003 3210 3004 [[package]] 3211 - name = "jpeg-decoder" 3212 - version = "0.1.22" 3005 + name = "jobserver" 3006 + version = "0.1.28" 3213 3007 source = "registry+https://github.com/rust-lang/crates.io-index" 3214 - checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 3008 + checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" 3215 3009 dependencies = [ 3216 - "rayon", 3010 + "libc", 3217 3011 ] 3218 3012 3219 3013 [[package]] ··· 3227 3021 3228 3022 [[package]] 3229 3023 name = "js-sys" 3230 - version = "0.3.68" 3024 + version = "0.3.69" 3231 3025 source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 3026 + checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 3233 3027 dependencies = [ 3234 3028 "wasm-bindgen", 3235 3029 ] ··· 3250 3044 checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 3251 3045 dependencies = [ 3252 3046 "libc", 3253 - "libloading 0.8.1", 3047 + "libloading 0.8.3", 3254 3048 "pkg-config", 3255 3049 ] 3256 3050 ··· 3318 3112 dependencies = [ 3319 3113 "arrayvec 0.5.2", 3320 3114 "bitflags 1.3.2", 3321 - "cfg-if 1.0.0", 3115 + "cfg-if", 3322 3116 "ryu", 3323 3117 "static_assertions", 3324 3118 ] ··· 3341 3135 [[package]] 3342 3136 name = "libcosmic" 3343 3137 version = "0.1.0" 3344 - source = "git+https://github.com/pop-os/libcosmic.git#a09e76e729895690caac6ac620c212a2e3745d32" 3138 + source = "git+https://github.com/pop-os/libcosmic.git#01d7e46feadccf70825c3a822a566fb266d3add6" 3345 3139 dependencies = [ 3346 3140 "apply", 3347 - "ashpd", 3141 + "ashpd 0.7.0", 3142 + "chrono", 3348 3143 "cosmic-config", 3349 3144 "cosmic-theme", 3350 3145 "css-color", ··· 3376 3171 3377 3172 [[package]] 3378 3173 name = "libloading" 3379 - version = "0.6.7" 3380 - source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" 3382 - dependencies = [ 3383 - "cfg-if 1.0.0", 3384 - "winapi", 3385 - ] 3386 - 3387 - [[package]] 3388 - name = "libloading" 3389 3174 version = "0.7.4" 3390 3175 source = "registry+https://github.com/rust-lang/crates.io-index" 3391 3176 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 3392 3177 dependencies = [ 3393 - "cfg-if 1.0.0", 3178 + "cfg-if", 3394 3179 "winapi", 3395 3180 ] 3396 3181 3397 3182 [[package]] 3398 3183 name = "libloading" 3399 - version = "0.8.1" 3184 + version = "0.8.3" 3400 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 3401 - checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 3186 + checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 3402 3187 dependencies = [ 3403 - "cfg-if 1.0.0", 3404 - "windows-sys 0.48.0", 3188 + "cfg-if", 3189 + "windows-targets 0.52.4", 3405 3190 ] 3406 3191 3407 3192 [[package]] ··· 3490 3275 3491 3276 [[package]] 3492 3277 name = "log" 3493 - version = "0.4.20" 3278 + version = "0.4.21" 3494 3279 source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 3280 + checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 3496 3281 3497 3282 [[package]] 3498 3283 name = "lru" ··· 3572 3357 3573 3358 [[package]] 3574 3359 name = "memmap2" 3575 - version = "0.1.0" 3576 - source = "registry+https://github.com/rust-lang/crates.io-index" 3577 - checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a" 3578 - dependencies = [ 3579 - "libc", 3580 - ] 3581 - 3582 - [[package]] 3583 - name = "memmap2" 3584 3360 version = "0.9.4" 3585 3361 source = "registry+https://github.com/rust-lang/crates.io-index" 3586 3362 checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" ··· 3615 3391 "bitflags 2.4.2", 3616 3392 "block", 3617 3393 "core-graphics-types", 3618 - "foreign-types 0.5.0", 3394 + "foreign-types", 3619 3395 "log", 3620 3396 "objc", 3621 3397 "paste", ··· 3623 3399 3624 3400 [[package]] 3625 3401 name = "mime" 3402 + version = "0.1.0" 3403 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 3404 + dependencies = [ 3405 + "smithay-clipboard", 3406 + ] 3407 + 3408 + [[package]] 3409 + name = "mime" 3626 3410 version = "0.3.17" 3627 3411 source = "registry+https://github.com/rust-lang/crates.io-index" 3628 3412 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" ··· 3633 3417 source = "registry+https://github.com/rust-lang/crates.io-index" 3634 3418 checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 3635 3419 dependencies = [ 3636 - "mime", 3420 + "mime 0.3.17", 3637 3421 "unicase", 3638 3422 ] 3639 3423 ··· 3645 3429 3646 3430 [[package]] 3647 3431 name = "miniz_oxide" 3648 - version = "0.3.7" 3649 - source = "registry+https://github.com/rust-lang/crates.io-index" 3650 - checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 3651 - dependencies = [ 3652 - "adler32", 3653 - ] 3654 - 3655 - [[package]] 3656 - name = "miniz_oxide" 3657 - version = "0.4.4" 3658 - source = "registry+https://github.com/rust-lang/crates.io-index" 3659 - checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" 3660 - dependencies = [ 3661 - "adler", 3662 - "autocfg", 3663 - ] 3664 - 3665 - [[package]] 3666 - name = "miniz_oxide" 3667 3432 version = "0.7.2" 3668 3433 source = "registry+https://github.com/rust-lang/crates.io-index" 3669 3434 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" ··· 3674 3439 3675 3440 [[package]] 3676 3441 name = "mio" 3677 - version = "0.7.14" 3678 - source = "registry+https://github.com/rust-lang/crates.io-index" 3679 - checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc" 3680 - dependencies = [ 3681 - "libc", 3682 - "log", 3683 - "miow", 3684 - "ntapi", 3685 - "winapi", 3686 - ] 3687 - 3688 - [[package]] 3689 - name = "mio" 3690 - version = "0.8.10" 3442 + version = "0.8.11" 3691 3443 source = "registry+https://github.com/rust-lang/crates.io-index" 3692 - checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 3444 + checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 3693 3445 dependencies = [ 3694 3446 "libc", 3695 3447 "log", ··· 3698 3450 ] 3699 3451 3700 3452 [[package]] 3701 - name = "mio-misc" 3702 - version = "1.2.2" 3703 - source = "registry+https://github.com/rust-lang/crates.io-index" 3704 - checksum = "b47412f3a52115b936ff2a229b803498c7b4d332adeb87c2f1498c9da54c398c" 3705 - dependencies = [ 3706 - "crossbeam", 3707 - "crossbeam-queue", 3708 - "log", 3709 - "mio 0.7.14", 3710 - ] 3711 - 3712 - [[package]] 3713 - name = "miow" 3714 - version = "0.3.7" 3715 - source = "registry+https://github.com/rust-lang/crates.io-index" 3716 - checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 3717 - dependencies = [ 3718 - "winapi", 3719 - ] 3720 - 3721 - [[package]] 3722 3453 name = "modit" 3723 3454 version = "0.1.4" 3724 3455 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3751 3482 "termcolor", 3752 3483 "thiserror", 3753 3484 "unicode-xid", 3754 - ] 3755 - 3756 - [[package]] 3757 - name = "ndk" 3758 - version = "0.3.0" 3759 - source = "registry+https://github.com/rust-lang/crates.io-index" 3760 - checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab" 3761 - dependencies = [ 3762 - "jni-sys", 3763 - "ndk-sys 0.2.2", 3764 - "num_enum 0.5.11", 3765 - "thiserror", 3766 3485 ] 3767 3486 3768 3487 [[package]] ··· 3774 3493 "bitflags 2.4.2", 3775 3494 "jni-sys", 3776 3495 "log", 3777 - "ndk-sys 0.5.0+25.2.9519653", 3778 - "num_enum 0.7.2", 3496 + "ndk-sys", 3497 + "num_enum", 3779 3498 "raw-window-handle 0.6.0", 3780 3499 "thiserror", 3781 3500 ] ··· 3787 3506 checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3788 3507 3789 3508 [[package]] 3790 - name = "ndk-glue" 3791 - version = "0.3.0" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385" 3794 - dependencies = [ 3795 - "lazy_static", 3796 - "libc", 3797 - "log", 3798 - "ndk 0.3.0", 3799 - "ndk-macro", 3800 - "ndk-sys 0.2.2", 3801 - ] 3802 - 3803 - [[package]] 3804 - name = "ndk-macro" 3805 - version = "0.2.0" 3806 - source = "registry+https://github.com/rust-lang/crates.io-index" 3807 - checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d" 3808 - dependencies = [ 3809 - "darling 0.10.2", 3810 - "proc-macro-crate 0.1.5", 3811 - "proc-macro2", 3812 - "quote", 3813 - "syn 1.0.109", 3814 - ] 3815 - 3816 - [[package]] 3817 - name = "ndk-sys" 3818 - version = "0.2.2" 3819 - source = "registry+https://github.com/rust-lang/crates.io-index" 3820 - checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121" 3821 - 3822 - [[package]] 3823 3509 name = "ndk-sys" 3824 3510 version = "0.5.0+25.2.9519653" 3825 3511 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3830 3516 3831 3517 [[package]] 3832 3518 name = "nix" 3833 - version = "0.18.0" 3834 - source = "registry+https://github.com/rust-lang/crates.io-index" 3835 - checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" 3836 - dependencies = [ 3837 - "bitflags 1.3.2", 3838 - "cc", 3839 - "cfg-if 0.1.10", 3840 - "libc", 3841 - ] 3842 - 3843 - [[package]] 3844 - name = "nix" 3845 - version = "0.20.0" 3846 - source = "registry+https://github.com/rust-lang/crates.io-index" 3847 - checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a" 3848 - dependencies = [ 3849 - "bitflags 1.3.2", 3850 - "cc", 3851 - "cfg-if 1.0.0", 3852 - "libc", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "nix" 3857 3519 version = "0.26.4" 3858 3520 source = "registry+https://github.com/rust-lang/crates.io-index" 3859 3521 checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 3860 3522 dependencies = [ 3861 3523 "bitflags 1.3.2", 3862 - "cfg-if 1.0.0", 3524 + "cfg-if", 3863 3525 "libc", 3864 3526 "memoffset 0.7.1", 3865 3527 ] ··· 3910 3572 "kqueue", 3911 3573 "libc", 3912 3574 "log", 3913 - "mio 0.8.10", 3575 + "mio", 3914 3576 "walkdir", 3915 3577 "windows-sys 0.48.0", 3916 - ] 3917 - 3918 - [[package]] 3919 - name = "ntapi" 3920 - version = "0.3.7" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f" 3923 - dependencies = [ 3924 - "winapi", 3925 3578 ] 3926 3579 3927 3580 [[package]] ··· 3934 3587 "num-complex", 3935 3588 "num-integer", 3936 3589 "num-iter", 3937 - "num-rational 0.4.1", 3590 + "num-rational", 3938 3591 "num-traits", 3939 3592 ] 3940 3593 ··· 3986 3639 3987 3640 [[package]] 3988 3641 name = "num-rational" 3989 - version = "0.3.2" 3990 - source = "registry+https://github.com/rust-lang/crates.io-index" 3991 - checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 3992 - dependencies = [ 3993 - "autocfg", 3994 - "num-integer", 3995 - "num-traits", 3996 - ] 3997 - 3998 - [[package]] 3999 - name = "num-rational" 4000 3642 version = "0.4.1" 4001 3643 source = "registry+https://github.com/rust-lang/crates.io-index" 4002 3644 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" ··· 4029 3671 4030 3672 [[package]] 4031 3673 name = "num_enum" 4032 - version = "0.5.11" 4033 - source = "registry+https://github.com/rust-lang/crates.io-index" 4034 - checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 4035 - dependencies = [ 4036 - "num_enum_derive 0.5.11", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "num_enum" 4041 3674 version = "0.7.2" 4042 3675 source = "registry+https://github.com/rust-lang/crates.io-index" 4043 3676 checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" 4044 3677 dependencies = [ 4045 - "num_enum_derive 0.7.2", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "num_enum_derive" 4050 - version = "0.5.11" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 4053 - dependencies = [ 4054 - "proc-macro-crate 1.3.1", 4055 - "proc-macro2", 4056 - "quote", 4057 - "syn 1.0.109", 3678 + "num_enum_derive", 4058 3679 ] 4059 3680 4060 3681 [[package]] ··· 4066 3687 "proc-macro-crate 3.1.0", 4067 3688 "proc-macro2", 4068 3689 "quote", 4069 - "syn 2.0.51", 3690 + "syn 2.0.53", 4070 3691 ] 4071 3692 4072 3693 [[package]] ··· 4194 3815 4195 3816 [[package]] 4196 3817 name = "open" 4197 - version = "5.0.2" 3818 + version = "5.1.2" 4198 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 4199 - checksum = "eedff767bc49d336bff300224f73307ae36963c843e38dc9312a22171b012cbc" 3820 + checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32" 4200 3821 dependencies = [ 4201 3822 "is-wsl", 4202 3823 "libc", ··· 4259 3880 "proc-macro-error", 4260 3881 "proc-macro2", 4261 3882 "quote", 4262 - "syn 2.0.51", 4263 - ] 4264 - 4265 - [[package]] 4266 - name = "owned_ttf_parser" 4267 - version = "0.15.2" 4268 - source = "registry+https://github.com/rust-lang/crates.io-index" 4269 - checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb" 4270 - dependencies = [ 4271 - "ttf-parser 0.15.2", 3883 + "syn 2.0.53", 4272 3884 ] 4273 3885 4274 3886 [[package]] ··· 4277 3889 source = "registry+https://github.com/rust-lang/crates.io-index" 4278 3890 checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7" 4279 3891 dependencies = [ 4280 - "ttf-parser 0.20.0", 3892 + "ttf-parser", 4281 3893 ] 4282 3894 4283 3895 [[package]] ··· 4301 3913 dependencies = [ 4302 3914 "proc-macro2", 4303 3915 "quote", 4304 - "syn 2.0.51", 3916 + "syn 2.0.53", 4305 3917 ] 4306 3918 4307 3919 [[package]] ··· 4349 3961 source = "registry+https://github.com/rust-lang/crates.io-index" 4350 3962 checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 4351 3963 dependencies = [ 4352 - "cfg-if 1.0.0", 3964 + "cfg-if", 4353 3965 "instant", 4354 3966 "libc", 4355 3967 "redox_syscall 0.2.16", ··· 4363 3975 source = "registry+https://github.com/rust-lang/crates.io-index" 4364 3976 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 4365 3977 dependencies = [ 4366 - "cfg-if 1.0.0", 3978 + "cfg-if", 4367 3979 "libc", 4368 3980 "redox_syscall 0.4.1", 4369 3981 "smallvec", ··· 4401 4013 4402 4014 [[package]] 4403 4015 name = "pest" 4404 - version = "2.7.7" 4016 + version = "2.7.8" 4405 4017 source = "registry+https://github.com/rust-lang/crates.io-index" 4406 - checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" 4018 + checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" 4407 4019 dependencies = [ 4408 4020 "memchr", 4409 4021 "thiserror", ··· 4412 4024 4413 4025 [[package]] 4414 4026 name = "pest_derive" 4415 - version = "2.7.7" 4027 + version = "2.7.8" 4416 4028 source = "registry+https://github.com/rust-lang/crates.io-index" 4417 - checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809" 4029 + checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026" 4418 4030 dependencies = [ 4419 4031 "pest", 4420 4032 "pest_generator", ··· 4422 4034 4423 4035 [[package]] 4424 4036 name = "pest_generator" 4425 - version = "2.7.7" 4037 + version = "2.7.8" 4426 4038 source = "registry+https://github.com/rust-lang/crates.io-index" 4427 - checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e" 4039 + checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80" 4428 4040 dependencies = [ 4429 4041 "pest", 4430 4042 "pest_meta", 4431 4043 "proc-macro2", 4432 4044 "quote", 4433 - "syn 2.0.51", 4045 + "syn 2.0.53", 4434 4046 ] 4435 4047 4436 4048 [[package]] 4437 4049 name = "pest_meta" 4438 - version = "2.7.7" 4050 + version = "2.7.8" 4439 4051 source = "registry+https://github.com/rust-lang/crates.io-index" 4440 - checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a" 4052 + checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293" 4441 4053 dependencies = [ 4442 4054 "once_cell", 4443 4055 "pest", ··· 4474 4086 "phf_shared", 4475 4087 "proc-macro2", 4476 4088 "quote", 4477 - "syn 2.0.51", 4089 + "syn 2.0.53", 4478 4090 ] 4479 4091 4480 4092 [[package]] ··· 4537 4149 4538 4150 [[package]] 4539 4151 name = "png" 4540 - version = "0.16.8" 4541 - source = "registry+https://github.com/rust-lang/crates.io-index" 4542 - checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 4543 - dependencies = [ 4544 - "bitflags 1.3.2", 4545 - "crc32fast", 4546 - "deflate", 4547 - "miniz_oxide 0.3.7", 4548 - ] 4549 - 4550 - [[package]] 4551 - name = "png" 4552 4152 version = "0.17.13" 4553 4153 source = "registry+https://github.com/rust-lang/crates.io-index" 4554 4154 checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" ··· 4557 4157 "crc32fast", 4558 4158 "fdeflate", 4559 4159 "flate2", 4560 - "miniz_oxide 0.7.2", 4160 + "miniz_oxide", 4561 4161 ] 4562 4162 4563 4163 [[package]] ··· 4568 4168 dependencies = [ 4569 4169 "autocfg", 4570 4170 "bitflags 1.3.2", 4571 - "cfg-if 1.0.0", 4171 + "cfg-if", 4572 4172 "concurrent-queue", 4573 4173 "libc", 4574 4174 "log", ··· 4582 4182 source = "registry+https://github.com/rust-lang/crates.io-index" 4583 4183 checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 4584 4184 dependencies = [ 4585 - "cfg-if 1.0.0", 4185 + "cfg-if", 4586 4186 "concurrent-queue", 4587 4187 "pin-project-lite", 4588 4188 "rustix 0.38.31", ··· 4610 4210 4611 4211 [[package]] 4612 4212 name = "proc-macro-crate" 4613 - version = "0.1.5" 4614 - source = "registry+https://github.com/rust-lang/crates.io-index" 4615 - checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 4616 - dependencies = [ 4617 - "toml 0.5.11", 4618 - ] 4619 - 4620 - [[package]] 4621 - name = "proc-macro-crate" 4622 4213 version = "1.3.1" 4623 4214 source = "registry+https://github.com/rust-lang/crates.io-index" 4624 4215 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" ··· 4662 4253 4663 4254 [[package]] 4664 4255 name = "proc-macro2" 4665 - version = "1.0.78" 4256 + version = "1.0.79" 4666 4257 source = "registry+https://github.com/rust-lang/crates.io-index" 4667 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 4258 + checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 4668 4259 dependencies = [ 4669 4260 "unicode-ident", 4670 4261 ] ··· 4752 4343 4753 4344 [[package]] 4754 4345 name = "raw-window-handle" 4755 - version = "0.3.4" 4756 - source = "registry+https://github.com/rust-lang/crates.io-index" 4757 - checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76" 4758 - dependencies = [ 4759 - "libc", 4760 - "raw-window-handle 0.4.3", 4761 - ] 4762 - 4763 - [[package]] 4764 - name = "raw-window-handle" 4765 - version = "0.4.3" 4766 - source = "registry+https://github.com/rust-lang/crates.io-index" 4767 - checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 4768 - dependencies = [ 4769 - "cty", 4770 - ] 4771 - 4772 - [[package]] 4773 - name = "raw-window-handle" 4774 4346 version = "0.5.2" 4775 4347 source = "registry+https://github.com/rust-lang/crates.io-index" 4776 4348 checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" ··· 4783 4355 4784 4356 [[package]] 4785 4357 name = "rayon" 4786 - version = "1.8.1" 4358 + version = "1.9.0" 4787 4359 source = "registry+https://github.com/rust-lang/crates.io-index" 4788 - checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" 4360 + checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 4789 4361 dependencies = [ 4790 4362 "either", 4791 4363 "rayon-core", ··· 4809 4381 4810 4382 [[package]] 4811 4383 name = "read-fonts" 4812 - version = "0.15.6" 4384 + version = "0.16.0" 4813 4385 source = "registry+https://github.com/rust-lang/crates.io-index" 4814 - checksum = "17ea23eedb4d938031b6d4343222444608727a6aa68ec355e13588d9947ffe92" 4386 + checksum = "81c524658d3b77930a391f559756d91dbe829ab6cf4687083f615d395df99722" 4815 4387 dependencies = [ 4816 4388 "font-types", 4817 4389 ] ··· 4868 4440 4869 4441 [[package]] 4870 4442 name = "regex-automata" 4871 - version = "0.4.5" 4443 + version = "0.4.6" 4872 4444 source = "registry+https://github.com/rust-lang/crates.io-index" 4873 - checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 4445 + checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 4874 4446 dependencies = [ 4875 4447 "aho-corasick", 4876 4448 "memchr", ··· 4885 4457 4886 4458 [[package]] 4887 4459 name = "renderdoc-sys" 4888 - version = "1.0.0" 4460 + version = "1.1.0" 4889 4461 source = "registry+https://github.com/rust-lang/crates.io-index" 4890 - checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 4462 + checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4891 4463 4892 4464 [[package]] 4893 4465 name = "resvg" ··· 4896 4468 checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4" 4897 4469 dependencies = [ 4898 4470 "gif 0.12.0", 4899 - "jpeg-decoder 0.3.1", 4471 + "jpeg-decoder", 4900 4472 "log", 4901 4473 "pico-args", 4902 - "png 0.17.13", 4474 + "png", 4903 4475 "rgb", 4904 4476 "svgtypes", 4905 4477 "tiny-skia", ··· 4912 4484 source = "registry+https://github.com/rust-lang/crates.io-index" 4913 4485 checksum = "c0d8ab342bcc5436e04d3a4c1e09e17d74958bfaddf8d5fad6f85607df0f994f" 4914 4486 dependencies = [ 4915 - "ashpd", 4487 + "ashpd 0.6.8", 4916 4488 "block", 4917 4489 "dispatch", 4918 4490 "glib-sys", ··· 4977 4549 "proc-macro2", 4978 4550 "quote", 4979 4551 "rust-embed-utils", 4980 - "syn 2.0.51", 4552 + "syn 2.0.53", 4981 4553 "walkdir", 4982 4554 ] 4983 4555 ··· 4997 4569 source = "registry+https://github.com/rust-lang/crates.io-index" 4998 4570 checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a" 4999 4571 dependencies = [ 5000 - "cfg-if 1.0.0", 4572 + "cfg-if", 5001 4573 "ordered-multimap", 5002 4574 ] 5003 4575 ··· 5050 4622 ] 5051 4623 5052 4624 [[package]] 5053 - name = "rusttype" 5054 - version = "0.9.3" 5055 - source = "registry+https://github.com/rust-lang/crates.io-index" 5056 - checksum = "3ff8374aa04134254b7995b63ad3dc41c7f7236f69528b28553da7d72efaa967" 5057 - dependencies = [ 5058 - "ab_glyph_rasterizer", 5059 - "owned_ttf_parser 0.15.2", 5060 - ] 5061 - 5062 - [[package]] 5063 4625 name = "rustversion" 5064 4626 version = "1.0.14" 5065 4627 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5075 4637 "bytemuck", 5076 4638 "libm", 5077 4639 "smallvec", 5078 - "ttf-parser 0.20.0", 4640 + "ttf-parser", 5079 4641 "unicode-bidi-mirroring", 5080 4642 "unicode-ccc", 5081 4643 "unicode-properties", ··· 5110 4672 checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5111 4673 5112 4674 [[package]] 5113 - name = "scoped_threadpool" 5114 - version = "0.1.9" 5115 - source = "registry+https://github.com/rust-lang/crates.io-index" 5116 - checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 5117 - 5118 - [[package]] 5119 4675 name = "scopeguard" 5120 4676 version = "1.2.0" 5121 4677 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5129 4685 dependencies = [ 5130 4686 "ab_glyph", 5131 4687 "log", 5132 - "memmap2 0.9.4", 5133 - "smithay-client-toolkit 0.18.1", 4688 + "memmap2", 4689 + "smithay-client-toolkit", 5134 4690 "tiny-skia", 5135 4691 ] 5136 4692 ··· 5181 4737 dependencies = [ 5182 4738 "proc-macro2", 5183 4739 "quote", 5184 - "syn 2.0.51", 4740 + "syn 2.0.53", 5185 4741 ] 5186 4742 5187 4743 [[package]] ··· 5203 4759 dependencies = [ 5204 4760 "proc-macro2", 5205 4761 "quote", 5206 - "syn 2.0.51", 4762 + "syn 2.0.53", 5207 4763 ] 5208 4764 5209 4765 [[package]] ··· 5221 4777 source = "registry+https://github.com/rust-lang/crates.io-index" 5222 4778 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 5223 4779 dependencies = [ 5224 - "cfg-if 1.0.0", 4780 + "cfg-if", 5225 4781 "cpufeatures", 5226 4782 "digest", 5227 4783 ] ··· 5232 4788 source = "registry+https://github.com/rust-lang/crates.io-index" 5233 4789 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 5234 4790 dependencies = [ 5235 - "cfg-if 1.0.0", 4791 + "cfg-if", 5236 4792 "cpufeatures", 5237 4793 "digest", 5238 4794 ] 5239 4795 5240 4796 [[package]] 4797 + name = "shlex" 4798 + version = "1.3.0" 4799 + source = "registry+https://github.com/rust-lang/crates.io-index" 4800 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4801 + 4802 + [[package]] 5241 4803 name = "signal-hook-registry" 5242 4804 version = "1.4.1" 5243 4805 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5293 4855 5294 4856 [[package]] 5295 4857 name = "smithay-client-toolkit" 5296 - version = "0.12.3" 5297 - source = "registry+https://github.com/rust-lang/crates.io-index" 5298 - checksum = "4750c76fd5d3ac95fa3ed80fe667d6a3d8590a960e5b575b98eea93339a80b80" 5299 - dependencies = [ 5300 - "andrew", 5301 - "bitflags 1.3.2", 5302 - "calloop 0.6.5", 5303 - "dlib 0.4.2", 5304 - "lazy_static", 5305 - "log", 5306 - "memmap2 0.1.0", 5307 - "nix 0.18.0", 5308 - "wayland-client 0.28.6", 5309 - "wayland-cursor 0.28.6", 5310 - "wayland-protocols 0.28.6", 5311 - ] 5312 - 5313 - [[package]] 5314 - name = "smithay-client-toolkit" 5315 4858 version = "0.18.1" 5316 4859 source = "registry+https://github.com/rust-lang/crates.io-index" 5317 4860 checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a" 5318 4861 dependencies = [ 5319 4862 "bitflags 2.4.2", 5320 - "calloop 0.12.4", 4863 + "calloop", 5321 4864 "calloop-wayland-source", 5322 4865 "cursor-icon", 5323 4866 "libc", 5324 4867 "log", 5325 - "memmap2 0.9.4", 4868 + "memmap2", 5326 4869 "rustix 0.38.31", 5327 4870 "thiserror", 5328 4871 "wayland-backend", 5329 - "wayland-client 0.31.2", 4872 + "wayland-client", 5330 4873 "wayland-csd-frame", 5331 - "wayland-cursor 0.31.1", 5332 - "wayland-protocols 0.31.2", 4874 + "wayland-cursor", 4875 + "wayland-protocols", 5333 4876 "wayland-protocols-wlr", 5334 - "wayland-scanner 0.31.1", 4877 + "wayland-scanner", 5335 4878 "xkeysym", 5336 4879 ] 5337 4880 5338 4881 [[package]] 5339 4882 name = "smithay-clipboard" 5340 - version = "0.7.1" 5341 - source = "registry+https://github.com/rust-lang/crates.io-index" 5342 - checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d" 4883 + version = "0.8.0" 4884 + source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-mime-types#cc0101c1f9ccc937a413bd3af3c0f6217f27e935" 5343 4885 dependencies = [ 5344 4886 "libc", 5345 - "smithay-client-toolkit 0.18.1", 4887 + "smithay-client-toolkit", 5346 4888 "wayland-backend", 5347 4889 ] 5348 4890 ··· 5383 4925 "as-raw-xcb-connection", 5384 4926 "bytemuck", 5385 4927 "cfg_aliases 0.2.0", 5386 - "cocoa 0.25.0", 5387 - "core-graphics 0.23.1", 4928 + "cocoa", 4929 + "core-graphics", 5388 4930 "drm", 5389 4931 "fastrand 2.0.1", 5390 - "foreign-types 0.5.0", 4932 + "foreign-types", 5391 4933 "js-sys", 5392 4934 "log", 5393 - "memmap2 0.9.4", 4935 + "memmap2", 5394 4936 "objc", 5395 4937 "raw-window-handle 0.6.0", 5396 4938 "redox_syscall 0.4.1", ··· 5398 4940 "tiny-xlib", 5399 4941 "wasm-bindgen", 5400 4942 "wayland-backend", 5401 - "wayland-client 0.31.2", 5402 - "wayland-sys 0.31.1", 4943 + "wayland-client", 4944 + "wayland-sys", 5403 4945 "web-sys", 5404 4946 "windows-sys 0.52.0", 5405 4947 "x11rb", ··· 5440 4982 5441 4983 [[package]] 5442 4984 name = "strsim" 5443 - version = "0.9.3" 5444 - source = "registry+https://github.com/rust-lang/crates.io-index" 5445 - checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 5446 - 5447 - [[package]] 5448 - name = "strsim" 5449 4985 version = "0.10.0" 5450 4986 source = "registry+https://github.com/rust-lang/crates.io-index" 5451 4987 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 5452 4988 5453 4989 [[package]] 5454 4990 name = "svg_fmt" 5455 - version = "0.4.1" 4991 + version = "0.4.2" 5456 4992 source = "registry+https://github.com/rust-lang/crates.io-index" 5457 - checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" 4993 + checksum = "f83ba502a3265efb76efb89b0a2f7782ad6f2675015d4ce37e4b547dda42b499" 5458 4994 5459 4995 [[package]] 5460 4996 name = "svgtypes" ··· 5468 5004 5469 5005 [[package]] 5470 5006 name = "swash" 5471 - version = "0.1.12" 5007 + version = "0.1.13" 5472 5008 source = "registry+https://github.com/rust-lang/crates.io-index" 5473 - checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7" 5009 + checksum = "9af636fb90d39858650cae1088a37e2862dab4e874a0bb49d6dfb5b2dacf0e24" 5474 5010 dependencies = [ 5475 5011 "read-fonts", 5476 5012 "yazi", ··· 5490 5026 5491 5027 [[package]] 5492 5028 name = "syn" 5493 - version = "2.0.51" 5029 + version = "2.0.53" 5494 5030 source = "registry+https://github.com/rust-lang/crates.io-index" 5495 - checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c" 5031 + checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" 5496 5032 dependencies = [ 5497 5033 "proc-macro2", 5498 5034 "quote", ··· 5532 5068 5533 5069 [[package]] 5534 5070 name = "system-deps" 5535 - version = "6.2.0" 5071 + version = "6.2.1" 5536 5072 source = "registry+https://github.com/rust-lang/crates.io-index" 5537 - checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 5073 + checksum = "e8e9199467bcbc77c6a13cc6e32a6af21721ab8c96aa0261856c4fda5a4433f0" 5538 5074 dependencies = [ 5539 5075 "cfg-expr", 5540 5076 "heck", 5541 5077 "pkg-config", 5542 - "toml 0.8.10", 5078 + "toml 0.8.12", 5543 5079 "version-compare", 5544 5080 ] 5545 5081 5546 5082 [[package]] 5547 - name = "systemicons" 5548 - version = "0.7.0" 5549 - source = "git+https://github.com/jackpot51/systemicons#501887629ebf3f9b9d3384383da62d352af3fbd7" 5550 - dependencies = [ 5551 - "cocoa 0.24.1", 5552 - "freedesktop-icons", 5553 - "image 0.23.14", 5554 - "lazy_static", 5555 - "objc", 5556 - "winapi", 5557 - "winit 0.25.0", 5558 - "xdg-mime", 5559 - ] 5560 - 5561 - [[package]] 5562 5083 name = "taffy" 5563 5084 version = "0.3.11" 5564 5085 source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885" ··· 5581 5102 source = "registry+https://github.com/rust-lang/crates.io-index" 5582 5103 checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 5583 5104 dependencies = [ 5584 - "cfg-if 1.0.0", 5105 + "cfg-if", 5585 5106 "fastrand 2.0.1", 5586 5107 "rustix 0.38.31", 5587 5108 "windows-sys 0.52.0", ··· 5598 5119 5599 5120 [[package]] 5600 5121 name = "thiserror" 5601 - version = "1.0.57" 5122 + version = "1.0.58" 5602 5123 source = "registry+https://github.com/rust-lang/crates.io-index" 5603 - checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 5124 + checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 5604 5125 dependencies = [ 5605 5126 "thiserror-impl", 5606 5127 ] 5607 5128 5608 5129 [[package]] 5609 5130 name = "thiserror-impl" 5610 - version = "1.0.57" 5131 + version = "1.0.58" 5611 5132 source = "registry+https://github.com/rust-lang/crates.io-index" 5612 - checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 5133 + checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 5613 5134 dependencies = [ 5614 5135 "proc-macro2", 5615 5136 "quote", 5616 - "syn 2.0.51", 5617 - ] 5618 - 5619 - [[package]] 5620 - name = "tiff" 5621 - version = "0.6.1" 5622 - source = "registry+https://github.com/rust-lang/crates.io-index" 5623 - checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437" 5624 - dependencies = [ 5625 - "jpeg-decoder 0.1.22", 5626 - "miniz_oxide 0.4.4", 5627 - "weezl", 5137 + "syn 2.0.53", 5628 5138 ] 5629 5139 5630 5140 [[package]] ··· 5634 5144 checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5635 5145 dependencies = [ 5636 5146 "flate2", 5637 - "jpeg-decoder 0.3.1", 5147 + "jpeg-decoder", 5638 5148 "weezl", 5639 5149 ] 5640 5150 ··· 5689 5199 "arrayref", 5690 5200 "arrayvec 0.7.4", 5691 5201 "bytemuck", 5692 - "cfg-if 1.0.0", 5202 + "cfg-if", 5693 5203 "log", 5694 - "png 0.17.13", 5204 + "png", 5695 5205 "tiny-skia-path", 5696 5206 ] 5697 5207 ··· 5714 5224 dependencies = [ 5715 5225 "as-raw-xcb-connection", 5716 5226 "ctor", 5717 - "libloading 0.8.1", 5227 + "libloading 0.8.3", 5718 5228 "tracing", 5719 5229 ] 5720 5230 ··· 5751 5261 "backtrace", 5752 5262 "bytes", 5753 5263 "libc", 5754 - "mio 0.8.10", 5264 + "mio", 5755 5265 "num_cpus", 5756 5266 "pin-project-lite", 5757 5267 "signal-hook-registry", ··· 5771 5281 5772 5282 [[package]] 5773 5283 name = "toml" 5774 - version = "0.8.10" 5284 + version = "0.8.12" 5775 5285 source = "registry+https://github.com/rust-lang/crates.io-index" 5776 - checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 5286 + checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" 5777 5287 dependencies = [ 5778 5288 "serde", 5779 5289 "serde_spanned", 5780 5290 "toml_datetime", 5781 - "toml_edit 0.22.6", 5291 + "toml_edit 0.22.8", 5782 5292 ] 5783 5293 5784 5294 [[package]] ··· 5814 5324 5815 5325 [[package]] 5816 5326 name = "toml_edit" 5817 - version = "0.22.6" 5327 + version = "0.22.8" 5818 5328 source = "registry+https://github.com/rust-lang/crates.io-index" 5819 - checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" 5329 + checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd" 5820 5330 dependencies = [ 5821 5331 "indexmap", 5822 5332 "serde", 5823 5333 "serde_spanned", 5824 5334 "toml_datetime", 5825 - "winnow 0.6.2", 5335 + "winnow 0.6.5", 5826 5336 ] 5827 5337 5828 5338 [[package]] ··· 5844 5354 dependencies = [ 5845 5355 "proc-macro2", 5846 5356 "quote", 5847 - "syn 2.0.51", 5357 + "syn 2.0.53", 5848 5358 ] 5849 5359 5850 5360 [[package]] ··· 5871 5381 "url", 5872 5382 "windows 0.44.0", 5873 5383 ] 5874 - 5875 - [[package]] 5876 - name = "ttf-parser" 5877 - version = "0.15.2" 5878 - source = "registry+https://github.com/rust-lang/crates.io-index" 5879 - checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd" 5880 5384 5881 5385 [[package]] 5882 5386 name = "ttf-parser" ··· 6116 5620 checksum = "e27d6bdd219887a9eadd19e1c34f32e47fa332301184935c6d9bca26f3cca525" 6117 5621 dependencies = [ 6118 5622 "anyhow", 6119 - "cfg-if 1.0.0", 5623 + "cfg-if", 6120 5624 "rustversion", 6121 5625 "time", 6122 5626 ] ··· 6141 5645 6142 5646 [[package]] 6143 5647 name = "walkdir" 6144 - version = "2.4.0" 5648 + version = "2.5.0" 6145 5649 source = "registry+https://github.com/rust-lang/crates.io-index" 6146 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 5650 + checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 6147 5651 dependencies = [ 6148 5652 "same-file", 6149 5653 "winapi-util", ··· 6157 5661 6158 5662 [[package]] 6159 5663 name = "wasm-bindgen" 6160 - version = "0.2.91" 5664 + version = "0.2.92" 6161 5665 source = "registry+https://github.com/rust-lang/crates.io-index" 6162 - checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 5666 + checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 6163 5667 dependencies = [ 6164 - "cfg-if 1.0.0", 5668 + "cfg-if", 6165 5669 "wasm-bindgen-macro", 6166 5670 ] 6167 5671 6168 5672 [[package]] 6169 5673 name = "wasm-bindgen-backend" 6170 - version = "0.2.91" 5674 + version = "0.2.92" 6171 5675 source = "registry+https://github.com/rust-lang/crates.io-index" 6172 - checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 5676 + checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 6173 5677 dependencies = [ 6174 5678 "bumpalo", 6175 5679 "log", 6176 5680 "once_cell", 6177 5681 "proc-macro2", 6178 5682 "quote", 6179 - "syn 2.0.51", 5683 + "syn 2.0.53", 6180 5684 "wasm-bindgen-shared", 6181 5685 ] 6182 5686 6183 5687 [[package]] 6184 5688 name = "wasm-bindgen-futures" 6185 - version = "0.4.41" 5689 + version = "0.4.42" 6186 5690 source = "registry+https://github.com/rust-lang/crates.io-index" 6187 - checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 5691 + checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 6188 5692 dependencies = [ 6189 - "cfg-if 1.0.0", 5693 + "cfg-if", 6190 5694 "js-sys", 6191 5695 "wasm-bindgen", 6192 5696 "web-sys", ··· 6194 5698 6195 5699 [[package]] 6196 5700 name = "wasm-bindgen-macro" 6197 - version = "0.2.91" 5701 + version = "0.2.92" 6198 5702 source = "registry+https://github.com/rust-lang/crates.io-index" 6199 - checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 5703 + checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 6200 5704 dependencies = [ 6201 5705 "quote", 6202 5706 "wasm-bindgen-macro-support", ··· 6204 5708 6205 5709 [[package]] 6206 5710 name = "wasm-bindgen-macro-support" 6207 - version = "0.2.91" 5711 + version = "0.2.92" 6208 5712 source = "registry+https://github.com/rust-lang/crates.io-index" 6209 - checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 5713 + checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 6210 5714 dependencies = [ 6211 5715 "proc-macro2", 6212 5716 "quote", 6213 - "syn 2.0.51", 5717 + "syn 2.0.53", 6214 5718 "wasm-bindgen-backend", 6215 5719 "wasm-bindgen-shared", 6216 5720 ] 6217 5721 6218 5722 [[package]] 6219 5723 name = "wasm-bindgen-shared" 6220 - version = "0.2.91" 5724 + version = "0.2.92" 6221 5725 source = "registry+https://github.com/rust-lang/crates.io-index" 6222 - checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 5726 + checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 6223 5727 6224 5728 [[package]] 6225 5729 name = "wasm-timer" ··· 6247 5751 "rustix 0.38.31", 6248 5752 "scoped-tls", 6249 5753 "smallvec", 6250 - "wayland-sys 0.31.1", 6251 - ] 6252 - 6253 - [[package]] 6254 - name = "wayland-client" 6255 - version = "0.28.6" 6256 - source = "registry+https://github.com/rust-lang/crates.io-index" 6257 - checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355" 6258 - dependencies = [ 6259 - "bitflags 1.3.2", 6260 - "downcast-rs", 6261 - "libc", 6262 - "nix 0.20.0", 6263 - "scoped-tls", 6264 - "wayland-commons", 6265 - "wayland-scanner 0.28.6", 6266 - "wayland-sys 0.28.6", 5754 + "wayland-sys", 6267 5755 ] 6268 5756 6269 5757 [[package]] ··· 6275 5763 "bitflags 2.4.2", 6276 5764 "rustix 0.38.31", 6277 5765 "wayland-backend", 6278 - "wayland-scanner 0.31.1", 6279 - ] 6280 - 6281 - [[package]] 6282 - name = "wayland-commons" 6283 - version = "0.28.6" 6284 - source = "registry+https://github.com/rust-lang/crates.io-index" 6285 - checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda" 6286 - dependencies = [ 6287 - "nix 0.20.0", 6288 - "once_cell", 6289 - "smallvec", 6290 - "wayland-sys 0.28.6", 5766 + "wayland-scanner", 6291 5767 ] 6292 5768 6293 5769 [[package]] ··· 6303 5779 6304 5780 [[package]] 6305 5781 name = "wayland-cursor" 6306 - version = "0.28.6" 6307 - source = "registry+https://github.com/rust-lang/crates.io-index" 6308 - checksum = "be610084edd1586d45e7bdd275fe345c7c1873598caa464c4fb835dee70fa65a" 6309 - dependencies = [ 6310 - "nix 0.20.0", 6311 - "wayland-client 0.28.6", 6312 - "xcursor", 6313 - ] 6314 - 6315 - [[package]] 6316 - name = "wayland-cursor" 6317 5782 version = "0.31.1" 6318 5783 source = "registry+https://github.com/rust-lang/crates.io-index" 6319 5784 checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba" 6320 5785 dependencies = [ 6321 5786 "rustix 0.38.31", 6322 - "wayland-client 0.31.2", 5787 + "wayland-client", 6323 5788 "xcursor", 6324 5789 ] 6325 5790 6326 5791 [[package]] 6327 5792 name = "wayland-protocols" 6328 - version = "0.28.6" 6329 - source = "registry+https://github.com/rust-lang/crates.io-index" 6330 - checksum = "286620ea4d803bacf61fa087a4242ee316693099ee5a140796aaba02b29f861f" 6331 - dependencies = [ 6332 - "bitflags 1.3.2", 6333 - "wayland-client 0.28.6", 6334 - "wayland-commons", 6335 - "wayland-scanner 0.28.6", 6336 - ] 6337 - 6338 - [[package]] 6339 - name = "wayland-protocols" 6340 5793 version = "0.31.2" 6341 5794 source = "registry+https://github.com/rust-lang/crates.io-index" 6342 5795 checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" 6343 5796 dependencies = [ 6344 5797 "bitflags 2.4.2", 6345 5798 "wayland-backend", 6346 - "wayland-client 0.31.2", 6347 - "wayland-scanner 0.31.1", 5799 + "wayland-client", 5800 + "wayland-scanner", 6348 5801 ] 6349 5802 6350 5803 [[package]] ··· 6355 5808 dependencies = [ 6356 5809 "bitflags 2.4.2", 6357 5810 "wayland-backend", 6358 - "wayland-client 0.31.2", 6359 - "wayland-protocols 0.31.2", 6360 - "wayland-scanner 0.31.1", 5811 + "wayland-client", 5812 + "wayland-protocols", 5813 + "wayland-scanner", 6361 5814 ] 6362 5815 6363 5816 [[package]] ··· 6368 5821 dependencies = [ 6369 5822 "bitflags 2.4.2", 6370 5823 "wayland-backend", 6371 - "wayland-client 0.31.2", 6372 - "wayland-protocols 0.31.2", 6373 - "wayland-scanner 0.31.1", 6374 - ] 6375 - 6376 - [[package]] 6377 - name = "wayland-scanner" 6378 - version = "0.28.6" 6379 - source = "registry+https://github.com/rust-lang/crates.io-index" 6380 - checksum = "ce923eb2deb61de332d1f356ec7b6bf37094dc5573952e1c8936db03b54c03f1" 6381 - dependencies = [ 6382 - "proc-macro2", 6383 - "quote", 6384 - "xml-rs", 5824 + "wayland-client", 5825 + "wayland-protocols", 5826 + "wayland-scanner", 6385 5827 ] 6386 5828 6387 5829 [[package]] ··· 6397 5839 6398 5840 [[package]] 6399 5841 name = "wayland-sys" 6400 - version = "0.28.6" 6401 - source = "registry+https://github.com/rust-lang/crates.io-index" 6402 - checksum = "d841fca9aed7febf9bed2e9796c49bf58d4152ceda8ac949ebe00868d8f0feb8" 6403 - dependencies = [ 6404 - "dlib 0.5.2", 6405 - "lazy_static", 6406 - "pkg-config", 6407 - ] 6408 - 6409 - [[package]] 6410 - name = "wayland-sys" 6411 5842 version = "0.31.1" 6412 5843 source = "registry+https://github.com/rust-lang/crates.io-index" 6413 5844 checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af" 6414 5845 dependencies = [ 6415 - "dlib 0.5.2", 5846 + "dlib", 6416 5847 "log", 6417 5848 "once_cell", 6418 5849 "pkg-config", ··· 6420 5851 6421 5852 [[package]] 6422 5853 name = "web-sys" 6423 - version = "0.3.68" 5854 + version = "0.3.69" 6424 5855 source = "registry+https://github.com/rust-lang/crates.io-index" 6425 - checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 5856 + checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 6426 5857 dependencies = [ 6427 5858 "js-sys", 6428 5859 "wasm-bindgen", ··· 6450 5881 source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109" 6451 5882 dependencies = [ 6452 5883 "arrayvec 0.7.4", 6453 - "cfg-if 1.0.0", 5884 + "cfg-if", 6454 5885 "cfg_aliases 0.1.1", 6455 5886 "js-sys", 6456 5887 "log", ··· 6516 5947 "js-sys", 6517 5948 "khronos-egl", 6518 5949 "libc", 6519 - "libloading 0.8.1", 5950 + "libloading 0.8.3", 6520 5951 "log", 6521 5952 "metal", 6522 5953 "naga", ··· 6586 6017 [[package]] 6587 6018 name = "window_clipboard" 6588 6019 version = "0.4.1" 6589 - source = "registry+https://github.com/rust-lang/crates.io-index" 6590 - checksum = "f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d" 6020 + source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-mime-types#f65a6c303bbbd6c7bf88f9bc34421ec06d893bea" 6591 6021 dependencies = [ 6592 6022 "clipboard-win", 6593 6023 "clipboard_macos", 6594 6024 "clipboard_wayland", 6595 6025 "clipboard_x11", 6026 + "mime 0.1.0", 6596 6027 "raw-window-handle 0.6.0", 6597 6028 "thiserror", 6598 6029 ] ··· 6624 6055 checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6625 6056 dependencies = [ 6626 6057 "windows-core", 6627 - "windows-targets 0.52.3", 6058 + "windows-targets 0.52.4", 6628 6059 ] 6629 6060 6630 6061 [[package]] ··· 6633 6064 source = "registry+https://github.com/rust-lang/crates.io-index" 6634 6065 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6635 6066 dependencies = [ 6636 - "windows-targets 0.52.3", 6067 + "windows-targets 0.52.4", 6637 6068 ] 6638 6069 6639 6070 [[package]] ··· 6682 6113 source = "registry+https://github.com/rust-lang/crates.io-index" 6683 6114 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6684 6115 dependencies = [ 6685 - "windows-targets 0.52.3", 6116 + "windows-targets 0.52.4", 6686 6117 ] 6687 6118 6688 6119 [[package]] ··· 6717 6148 6718 6149 [[package]] 6719 6150 name = "windows-targets" 6720 - version = "0.52.3" 6151 + version = "0.52.4" 6721 6152 source = "registry+https://github.com/rust-lang/crates.io-index" 6722 - checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f" 6153 + checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 6723 6154 dependencies = [ 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", 6155 + "windows_aarch64_gnullvm 0.52.4", 6156 + "windows_aarch64_msvc 0.52.4", 6157 + "windows_i686_gnu 0.52.4", 6158 + "windows_i686_msvc 0.52.4", 6159 + "windows_x86_64_gnu 0.52.4", 6160 + "windows_x86_64_gnullvm 0.52.4", 6161 + "windows_x86_64_msvc 0.52.4", 6731 6162 ] 6732 6163 6733 6164 [[package]] ··· 6744 6175 6745 6176 [[package]] 6746 6177 name = "windows_aarch64_gnullvm" 6747 - version = "0.52.3" 6178 + version = "0.52.4" 6748 6179 source = "registry+https://github.com/rust-lang/crates.io-index" 6749 - checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6" 6180 + checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 6750 6181 6751 6182 [[package]] 6752 6183 name = "windows_aarch64_msvc" ··· 6762 6193 6763 6194 [[package]] 6764 6195 name = "windows_aarch64_msvc" 6765 - version = "0.52.3" 6196 + version = "0.52.4" 6766 6197 source = "registry+https://github.com/rust-lang/crates.io-index" 6767 - checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f" 6198 + checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 6768 6199 6769 6200 [[package]] 6770 6201 name = "windows_i686_gnu" ··· 6780 6211 6781 6212 [[package]] 6782 6213 name = "windows_i686_gnu" 6783 - version = "0.52.3" 6214 + version = "0.52.4" 6784 6215 source = "registry+https://github.com/rust-lang/crates.io-index" 6785 - checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb" 6216 + checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 6786 6217 6787 6218 [[package]] 6788 6219 name = "windows_i686_msvc" ··· 6798 6229 6799 6230 [[package]] 6800 6231 name = "windows_i686_msvc" 6801 - version = "0.52.3" 6232 + version = "0.52.4" 6802 6233 source = "registry+https://github.com/rust-lang/crates.io-index" 6803 - checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58" 6234 + checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 6804 6235 6805 6236 [[package]] 6806 6237 name = "windows_x86_64_gnu" ··· 6816 6247 6817 6248 [[package]] 6818 6249 name = "windows_x86_64_gnu" 6819 - version = "0.52.3" 6250 + version = "0.52.4" 6820 6251 source = "registry+https://github.com/rust-lang/crates.io-index" 6821 - checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614" 6252 + checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 6822 6253 6823 6254 [[package]] 6824 6255 name = "windows_x86_64_gnullvm" ··· 6834 6265 6835 6266 [[package]] 6836 6267 name = "windows_x86_64_gnullvm" 6837 - version = "0.52.3" 6268 + version = "0.52.4" 6838 6269 source = "registry+https://github.com/rust-lang/crates.io-index" 6839 - checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c" 6270 + checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 6840 6271 6841 6272 [[package]] 6842 6273 name = "windows_x86_64_msvc" ··· 6852 6283 6853 6284 [[package]] 6854 6285 name = "windows_x86_64_msvc" 6855 - version = "0.52.3" 6286 + version = "0.52.4" 6856 6287 source = "registry+https://github.com/rust-lang/crates.io-index" 6857 - checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6" 6858 - 6859 - [[package]] 6860 - name = "winit" 6861 - version = "0.25.0" 6862 - source = "registry+https://github.com/rust-lang/crates.io-index" 6863 - checksum = "79610794594d5e86be473ef7763f604f2159cbac8c94debd00df8fb41e86c2f8" 6864 - dependencies = [ 6865 - "bitflags 1.3.2", 6866 - "cocoa 0.24.1", 6867 - "core-foundation 0.9.4", 6868 - "core-graphics 0.22.3", 6869 - "core-video-sys", 6870 - "dispatch", 6871 - "instant", 6872 - "lazy_static", 6873 - "libc", 6874 - "log", 6875 - "mio 0.7.14", 6876 - "mio-misc", 6877 - "ndk 0.3.0", 6878 - "ndk-glue", 6879 - "ndk-sys 0.2.2", 6880 - "objc", 6881 - "parking_lot 0.11.2", 6882 - "percent-encoding", 6883 - "raw-window-handle 0.3.4", 6884 - "scopeguard", 6885 - "smithay-client-toolkit 0.12.3", 6886 - "wayland-client 0.28.6", 6887 - "winapi", 6888 - "x11-dl", 6889 - ] 6288 + checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 6890 6289 6891 6290 [[package]] 6892 6291 name = "winit" ··· 6898 6297 "atomic-waker", 6899 6298 "bitflags 2.4.2", 6900 6299 "bytemuck", 6901 - "calloop 0.12.4", 6300 + "calloop", 6902 6301 "cfg_aliases 0.1.1", 6903 - "core-foundation 0.9.4", 6904 - "core-graphics 0.23.1", 6302 + "core-foundation", 6303 + "core-graphics", 6905 6304 "cursor-icon", 6906 6305 "icrate 0.0.4", 6907 6306 "js-sys", 6908 6307 "libc", 6909 6308 "log", 6910 - "memmap2 0.9.4", 6911 - "ndk 0.8.0", 6912 - "ndk-sys 0.5.0+25.2.9519653", 6309 + "memmap2", 6310 + "ndk", 6311 + "ndk-sys", 6913 6312 "objc2 0.4.1", 6914 6313 "once_cell", 6915 6314 "orbclient", ··· 6918 6317 "redox_syscall 0.3.5", 6919 6318 "rustix 0.38.31", 6920 6319 "sctk-adwaita", 6921 - "smithay-client-toolkit 0.18.1", 6320 + "smithay-client-toolkit", 6922 6321 "smol_str", 6923 6322 "unicode-segmentation", 6924 6323 "wasm-bindgen", 6925 6324 "wasm-bindgen-futures", 6926 6325 "wayland-backend", 6927 - "wayland-client 0.31.2", 6928 - "wayland-protocols 0.31.2", 6326 + "wayland-client", 6327 + "wayland-protocols", 6929 6328 "wayland-protocols-plasma", 6930 6329 "web-sys", 6931 6330 "web-time", ··· 6946 6345 6947 6346 [[package]] 6948 6347 name = "winnow" 6949 - version = "0.6.2" 6348 + version = "0.6.5" 6950 6349 source = "registry+https://github.com/rust-lang/crates.io-index" 6951 - checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" 6350 + checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 6952 6351 dependencies = [ 6953 6352 "memchr", 6954 6353 ] ··· 6973 6372 "as-raw-xcb-connection", 6974 6373 "gethostname", 6975 6374 "libc", 6976 - "libloading 0.8.1", 6375 + "libloading 0.8.3", 6977 6376 "once_cell", 6978 6377 "rustix 0.38.31", 6979 6378 "x11rb-protocol", ··· 7015 6414 dependencies = [ 7016 6415 "dirs-next", 7017 6416 "glob", 7018 - "mime", 6417 + "mime 0.3.17", 7019 6418 "nom 5.1.3", 7020 6419 "unicase", 7021 6420 ] ··· 7027 6426 checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 7028 6427 dependencies = [ 7029 6428 "bitflags 2.4.2", 7030 - "dlib 0.5.2", 6429 + "dlib", 7031 6430 "log", 7032 6431 "once_cell", 7033 6432 "xkeysym", ··· 7096 6495 "futures-sink", 7097 6496 "futures-util", 7098 6497 "hex", 7099 - "nix 0.26.4", 6498 + "nix", 7100 6499 "once_cell", 7101 6500 "ordered-stream", 7102 6501 "rand", ··· 7130 6529 7131 6530 [[package]] 7132 6531 name = "zbus_names" 7133 - version = "2.6.0" 6532 + version = "2.6.1" 7134 6533 source = "registry+https://github.com/rust-lang/crates.io-index" 7135 - checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9" 6534 + checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d" 7136 6535 dependencies = [ 7137 6536 "serde", 7138 6537 "static_assertions", ··· 7162 6561 dependencies = [ 7163 6562 "proc-macro2", 7164 6563 "quote", 7165 - "syn 2.0.51", 6564 + "syn 2.0.53", 7166 6565 ] 7167 6566 7168 6567 [[package]]
+9 -8
pkgs/by-name/co/cosmic-edit/package.nix
··· 21 21 22 22 rustPlatform.buildRustPackage rec { 23 23 pname = "cosmic-edit"; 24 - version = "unstable-2024-02-28"; 24 + version = "unstable-2024-03-30"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "pop-os"; 28 28 repo = pname; 29 - rev = "536a66eff9c032afd76b60be6a9067a14ed38ab1"; 30 - hash = "sha256-UsZBxeamw8VuHtHrVtTwHhPPG+SMBrGY5taw+da/Ll0="; 29 + rev = "cd1b32218078979aa9a944b3a32f9b96996764a1"; 30 + hash = "sha256-54DwcI/pwN6nRnHC6GeDYVJXNgS+xBQTnRrKV2YMGUA="; 31 31 }; 32 32 33 33 cargoLock = { ··· 35 35 outputHashes = { 36 36 "accesskit-0.12.2" = "sha256-ksaYMGT/oug7isQY8/1WD97XDUsX2ShBdabUzxWffYw="; 37 37 "atomicwrites-0.4.2" = "sha256-QZSuGPrJXh+svMeFWqAXoqZQxLq/WfIiamqvjJNVhxA="; 38 - "cosmic-config-0.1.0" = "sha256-Zyi95zcBAohM1WBropLzJczSIfNNNBK2odB4AmW4h5I="; 39 - "cosmic-files-0.1.0" = "sha256-64An0MPgnFgyVlWmtBGBs+IV2z+4vmEY2uRPetZM4/M="; 38 + "clipboard_macos-0.1.0" = "sha256-PEH+aCpjDCEIj8s39nIeWxb7qu3u9IfriGqf0pYObMk="; 39 + "cosmic-config-0.1.0" = "sha256-x/xWMR5w2oEbghTSa8iCi24DA2s99+tcnga8K6jS6HQ="; 40 + "cosmic-files-0.1.0" = "sha256-4uwqRzkttmPQlqkX6xLjxyXRcqUhchCjAzZH9wmR+Tk="; 40 41 "cosmic-syntax-theme-0.1.0" = "sha256-BNb9wrryD5FJImboD3TTdPRIfiBqPpItqwGdT1ZiNng="; 41 - "cosmic-text-0.11.2" = "sha256-Y9i5stMYpx+iqn4y5DJm1O1+3UIGp0/fSsnNq3Zloug="; 42 + "cosmic-text-0.11.2" = "sha256-gUIQFHPaFTmtUfgpVvsGTnw2UKIBx9gl0K67KPuynWs="; 42 43 "d3d12-0.19.0" = "sha256-usrxQXWLGJDjmIdw1LBXtBvX+CchZDvE8fHC0LjvhD4="; 43 44 "glyphon-0.5.0" = "sha256-j1HrbEpUBqazWqNfJhpyjWuxYAxkvbXzRKeSouUoPWg="; 45 + "smithay-clipboard-0.8.0" = "sha256-OZOGbdzkgRIeDFrAENXE7g62eQTs60Je6lYVr0WudlE="; 44 46 "softbuffer-0.4.1" = "sha256-a0bUFz6O8CWRweNt/OxTvflnPYwO5nm6vsyc/WcXyNg="; 45 - "systemicons-0.7.0" = "sha256-zzAI+6mnpQOh+3mX7/sJ+w4a7uX27RduQ99PNxLNF78="; 46 47 "taffy-0.3.11" = "sha256-SCx9GEIJjWdoNVyq+RZAGn0N71qraKZxf9ZWhvyzLaI="; 47 48 "winit-0.29.10" = "sha256-ScTII2AzK3SC8MVeASZ9jhVWsEaGrSQ2BnApTxgfxK4="; 48 49 }; ··· 50 51 51 52 # COSMIC applications now uses vergen for the About page 52 53 # Update the COMMIT_DATE to match when the commit was made 53 - env.VERGEN_GIT_COMMIT_DATE = "2024-02-28"; 54 + env.VERGEN_GIT_COMMIT_DATE = "2024-03-30"; 54 55 env.VERGEN_GIT_SHA = src.rev; 55 56 56 57 postPatch = ''