localnative-rs/Cargo.lockView |
---|
1 | 1 … | # This file is automatically @generated by Cargo. |
2 | 2 … | # It is not intended for manual editing. |
3 | 3 … | [[package]] |
4 | 4 … | name = "ab_glyph" |
5 | | -version = "0.2.7" |
| 5 … | +version = "0.2.9" |
6 | 6 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | | -checksum = "7a104f276ccf2299596c747b495582c8313bae3eca524bcf66db684848c50be9" |
| 7 … | +checksum = "65b1f87418ab9d7e1ee2a783aa167767ebeb316d0a9fb10c347aec28a5008acb" |
8 | 8 … | dependencies = [ |
9 | 9 … | "ab_glyph_rasterizer", |
10 | | - "owned_ttf_parser 0.9.0", |
| 10 … | + "owned_ttf_parser 0.11.0", |
11 | 11 … | ] |
12 | 12 … | |
13 | 13 … | [[package]] |
14 | 14 … | name = "ab_glyph_rasterizer" |
23 | 23 … | checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
24 | 24 … | |
25 | 25 … | [[package]] |
26 | 26 … | name = "aho-corasick" |
27 | | -version = "0.7.10" |
| 27 … | +version = "0.7.15" |
28 | 28 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
29 | | -checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
| 29 … | +checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" |
30 | 30 … | dependencies = [ |
31 | 31 … | "memchr", |
32 | 32 … | ] |
33 | 33 … | |
49 | 49 … | version = "0.11.0" |
50 | 50 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
51 | 51 … | checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
52 | 52 … | dependencies = [ |
53 | | - "winapi 0.3.8", |
| 53 … | + "winapi 0.3.9", |
54 | 54 … | ] |
55 | 55 … | |
56 | 56 … | [[package]] |
| 57 … | +name = "anyhow" |
| 58 … | +version = "1.0.38" |
| 59 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 60 … | +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" |
| 61 … | + |
| 62 … | +[[package]] |
57 | 63 … | name = "approx" |
58 | 64 … | version = "0.4.0" |
59 | 65 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
60 | 66 … | checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278" |
62 | 68 … | "num-traits", |
63 | 69 … | ] |
64 | 70 … | |
65 | 71 … | [[package]] |
66 | | -name = "arc-swap" |
67 | | -version = "0.4.5" |
68 | | -source = "registry+https://github.com/rust-lang/crates.io-index" |
69 | | -checksum = "d663a8e9a99154b5fb793032533f6328da35e23aac63d5c152279aa8ba356825" |
70 | | - |
71 | | -[[package]] |
72 | 72 … | name = "arrayref" |
73 | 73 … | version = "0.3.6" |
74 | 74 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
75 | 75 … | checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
76 | 76 … | |
77 | 77 … | [[package]] |
78 | 78 … | name = "arrayvec" |
79 | | -version = "0.5.1" |
| 79 … | +version = "0.5.2" |
80 | 80 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
81 | | -checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
| 81 … | +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
82 | 82 … | |
83 | 83 … | [[package]] |
84 | 84 … | name = "ascii" |
85 | 85 … | version = "0.9.3" |
95 | 95 … | "libloading", |
96 | 96 … | ] |
97 | 97 … | |
98 | 98 … | [[package]] |
| 99 … | +name = "associative-cache" |
| 100 … | +version = "1.0.1" |
| 101 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 … | +checksum = "46016233fc1bb55c23b856fe556b7db6ccd05119a0a392e04f0b3b7c79058f16" |
| 103 … | + |
| 104 … | +[[package]] |
| 105 … | +name = "atk" |
| 106 … | +version = "0.9.0" |
| 107 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 … | +checksum = "812b4911e210bd51b24596244523c856ca749e6223c50a7fbbba3f89ee37c426" |
| 109 … | +dependencies = [ |
| 110 … | + "atk-sys", |
| 111 … | + "bitflags", |
| 112 … | + "glib", |
| 113 … | + "glib-sys", |
| 114 … | + "gobject-sys", |
| 115 … | + "libc", |
| 116 … | +] |
| 117 … | + |
| 118 … | +[[package]] |
| 119 … | +name = "atk-sys" |
| 120 … | +version = "0.10.0" |
| 121 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 … | +checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce" |
| 123 … | +dependencies = [ |
| 124 … | + "glib-sys", |
| 125 … | + "gobject-sys", |
| 126 … | + "libc", |
| 127 … | + "system-deps", |
| 128 … | +] |
| 129 … | + |
| 130 … | +[[package]] |
99 | 131 … | name = "atty" |
100 | 132 … | version = "0.2.14" |
101 | 133 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
102 | 134 … | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
103 | 135 … | dependencies = [ |
104 | 136 … | "hermit-abi", |
105 | 137 … | "libc", |
106 | | - "winapi 0.3.8", |
| 138 … | + "winapi 0.3.9", |
107 | 139 … | ] |
108 | 140 … | |
109 | 141 … | [[package]] |
110 | 142 … | name = "autocfg" |
111 | | -version = "1.0.0" |
| 143 … | +version = "1.0.1" |
112 | 144 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
113 | | -checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| 145 … | +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
114 | 146 … | |
115 | 147 … | [[package]] |
116 | | -name = "base64" |
117 | | -version = "0.11.0" |
| 148 … | +name = "base-x" |
| 149 … | +version = "0.2.8" |
118 | 150 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
119 | | -checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
| 151 … | +checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" |
120 | 152 … | |
121 | 153 … | [[package]] |
122 | 154 … | name = "base64" |
123 | 155 … | version = "0.13.0" |
125 | 157 … | checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
126 | 158 … | |
127 | 159 … | [[package]] |
128 | 160 … | name = "bincode" |
129 | | -version = "1.2.1" |
| 161 … | +version = "1.3.1" |
130 | 162 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | | -checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" |
| 163 … | +checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d" |
132 | 164 … | dependencies = [ |
133 | 165 … | "byteorder", |
134 | 166 … | "serde", |
135 | 167 … | ] |
156 | 188 … | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
157 | 189 … | |
158 | 190 … | [[package]] |
159 | 191 … | name = "blake2b_simd" |
160 | | -version = "0.5.10" |
| 192 … | +version = "0.5.11" |
161 | 193 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
162 | | -checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
| 194 … | +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" |
163 | 195 … | dependencies = [ |
164 | 196 … | "arrayref", |
165 | 197 … | "arrayvec", |
166 | 198 … | "constant_time_eq", |
179 | 211 … | checksum = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
180 | 212 … | |
181 | 213 … | [[package]] |
182 | 214 … | name = "bumpalo" |
183 | | -version = "3.4.0" |
| 215 … | +version = "3.6.0" |
184 | 216 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
185 | | -checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
| 217 … | +checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9" |
186 | 218 … | |
187 | 219 … | [[package]] |
188 | 220 … | name = "bytemuck" |
189 | | -version = "1.4.1" |
| 221 … | +version = "1.5.0" |
190 | 222 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
191 | | -checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac" |
| 223 … | +checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0" |
192 | 224 … | dependencies = [ |
193 | 225 … | "bytemuck_derive", |
194 | 226 … | ] |
195 | 227 … | |
205 | 237 … | ] |
206 | 238 … | |
207 | 239 … | [[package]] |
208 | 240 … | name = "byteorder" |
209 | | -version = "1.3.4" |
| 241 … | +version = "1.4.2" |
210 | 242 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
211 | | -checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
| 243 … | +checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b" |
212 | 244 … | |
213 | 245 … | [[package]] |
214 | 246 … | name = "bytes" |
215 | | -version = "0.5.4" |
| 247 … | +version = "0.5.6" |
216 | 248 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
217 | | -checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1" |
| 249 … | +checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
218 | 250 … | |
219 | 251 … | [[package]] |
220 | 252 … | name = "bytes" |
221 | 253 … | version = "0.6.0" |
228 | 260 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
229 | 261 … | checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" |
230 | 262 … | |
231 | 263 … | [[package]] |
| 264 … | +name = "cairo-rs" |
| 265 … | +version = "0.9.1" |
| 266 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 267 … | +checksum = "c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8" |
| 268 … | +dependencies = [ |
| 269 … | + "bitflags", |
| 270 … | + "cairo-sys-rs", |
| 271 … | + "glib", |
| 272 … | + "glib-sys", |
| 273 … | + "gobject-sys", |
| 274 … | + "libc", |
| 275 … | + "thiserror", |
| 276 … | +] |
| 277 … | + |
| 278 … | +[[package]] |
| 279 … | +name = "cairo-sys-rs" |
| 280 … | +version = "0.10.0" |
| 281 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 … | +checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7" |
| 283 … | +dependencies = [ |
| 284 … | + "glib-sys", |
| 285 … | + "libc", |
| 286 … | + "system-deps", |
| 287 … | +] |
| 288 … | + |
| 289 … | +[[package]] |
232 | 290 … | name = "calloop" |
233 | 291 … | version = "0.6.5" |
234 | 292 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
235 | 293 … | checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c" |
239 | 297 … | ] |
240 | 298 … | |
241 | 299 … | [[package]] |
242 | 300 … | name = "cc" |
243 | | -version = "1.0.50" |
| 301 … | +version = "1.0.66" |
244 | 302 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
245 | | -checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
| 303 … | +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
246 | 304 … | dependencies = [ |
247 | 305 … | "jobserver", |
248 | 306 … | ] |
249 | 307 … | |
266 | 324 … | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
267 | 325 … | |
268 | 326 … | [[package]] |
269 | 327 … | name = "clap" |
270 | | -version = "2.33.0" |
| 328 … | +version = "2.33.3" |
271 | 329 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | | -checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
| 330 … | +checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
273 | 331 … | dependencies = [ |
274 | 332 … | "ansi_term", |
275 | 333 … | "atty", |
276 | 334 … | "bitflags", |
287 | 345 … | checksum = "5123c6b97286809fea9e38d2c9bf530edbcb9fc0d8f8272c28b0c95f067fa92d" |
288 | 346 … | dependencies = [ |
289 | 347 … | "error-code", |
290 | 348 … | "str-buf", |
291 | | - "winapi 0.3.8", |
| 349 … | + "winapi 0.3.9", |
292 | 350 … | ] |
293 | 351 … | |
294 | 352 … | [[package]] |
295 | 353 … | name = "clipboard_macos" |
345 | 403 … | "objc", |
346 | 404 … | ] |
347 | 405 … | |
348 | 406 … | [[package]] |
| 407 … | +name = "cocoa" |
| 408 … | +version = "0.24.0" |
| 409 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 410 … | +checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832" |
| 411 … | +dependencies = [ |
| 412 … | + "bitflags", |
| 413 … | + "block", |
| 414 … | + "cocoa-foundation", |
| 415 … | + "core-foundation 0.9.1", |
| 416 … | + "core-graphics 0.22.2", |
| 417 … | + "foreign-types", |
| 418 … | + "libc", |
| 419 … | + "objc", |
| 420 … | +] |
| 421 … | + |
| 422 … | +[[package]] |
349 | 423 … | name = "cocoa-foundation" |
350 | 424 … | version = "0.1.0" |
351 | 425 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
352 | 426 … | checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" |
373 | 447 … | "unreachable", |
374 | 448 … | ] |
375 | 449 … | |
376 | 450 … | [[package]] |
| 451 … | +name = "console_log" |
| 452 … | +version = "0.2.0" |
| 453 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 … | +checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494" |
| 455 … | +dependencies = [ |
| 456 … | + "log", |
| 457 … | + "web-sys", |
| 458 … | +] |
| 459 … | + |
| 460 … | +[[package]] |
377 | 461 … | name = "const_fn" |
378 | | -version = "0.4.4" |
| 462 … | +version = "0.4.5" |
379 | 463 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
380 | | -checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
| 464 … | +checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" |
381 | 465 … | |
382 | 466 … | [[package]] |
383 | 467 … | name = "constant_time_eq" |
384 | 468 … | version = "0.1.5" |
472 | 556 … | "libc", |
473 | 557 … | ] |
474 | 558 … | |
475 | 559 … | [[package]] |
| 560 … | +name = "core-text" |
| 561 … | +version = "19.1.0" |
| 562 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 563 … | +checksum = "d2c7f46e8b820fd5f4b28528104b28b0a91cbe9e9c5bde8017087fb44bc93a60" |
| 564 … | +dependencies = [ |
| 565 … | + "core-foundation 0.9.1", |
| 566 … | + "core-graphics 0.22.2", |
| 567 … | + "foreign-types", |
| 568 … | + "libc", |
| 569 … | +] |
| 570 … | + |
| 571 … | +[[package]] |
476 | 572 … | name = "core-video-sys" |
477 | 573 … | version = "0.1.4" |
478 | 574 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
479 | 575 … | checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" |
491 | 587 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
492 | 588 … | checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" |
493 | 589 … | dependencies = [ |
494 | 590 … | "cfg-if 1.0.0", |
495 | | - "crossbeam-utils 0.8.1", |
| 591 … | + "crossbeam-utils", |
496 | 592 … | ] |
497 | 593 … | |
498 | 594 … | [[package]] |
499 | 595 … | name = "crossbeam-deque" |
502 | 598 … | checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" |
503 | 599 … | dependencies = [ |
504 | 600 … | "cfg-if 1.0.0", |
505 | 601 … | "crossbeam-epoch", |
506 | | - "crossbeam-utils 0.8.1", |
| 602 … | + "crossbeam-utils", |
507 | 603 … | ] |
508 | 604 … | |
509 | 605 … | [[package]] |
510 | 606 … | name = "crossbeam-epoch" |
513 | 609 … | checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" |
514 | 610 … | dependencies = [ |
515 | 611 … | "cfg-if 1.0.0", |
516 | 612 … | "const_fn", |
517 | | - "crossbeam-utils 0.8.1", |
| 613 … | + "crossbeam-utils", |
518 | 614 … | "lazy_static", |
519 | 615 … | "memoffset", |
520 | 616 … | "scopeguard", |
521 | 617 … | ] |
522 | 618 … | |
523 | 619 … | [[package]] |
524 | 620 … | name = "crossbeam-utils" |
525 | | -version = "0.7.2" |
526 | | -source = "registry+https://github.com/rust-lang/crates.io-index" |
527 | | -checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
528 | | -dependencies = [ |
529 | | - "autocfg", |
530 | | - "cfg-if 0.1.10", |
531 | | - "lazy_static", |
532 | | -] |
533 | | - |
534 | | -[[package]] |
535 | | -name = "crossbeam-utils" |
536 | 621 … | version = "0.8.1" |
537 | 622 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
538 | 623 … | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
539 | 624 … | dependencies = [ |
549 | 634 … | checksum = "d0a60cceb22c7c53035f8980524fdc7f17cf49681a3c154e6757d30afbec6ec4" |
550 | 635 … | dependencies = [ |
551 | 636 … | "bitflags", |
552 | 637 … | "libloading", |
553 | | - "winapi 0.3.8", |
| 638 … | + "winapi 0.3.9", |
554 | 639 … | ] |
555 | 640 … | |
556 | 641 … | [[package]] |
557 | 642 … | name = "darling" |
589 | 674 … | ] |
590 | 675 … | |
591 | 676 … | [[package]] |
592 | 677 … | name = "derivative" |
593 | | -version = "2.1.1" |
| 678 … | +version = "2.2.0" |
594 | 679 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | | -checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f" |
| 680 … | +checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
596 | 681 … | dependencies = [ |
597 | 682 … | "proc-macro2", |
598 | 683 … | "quote", |
599 | 684 … | "syn", |
625 | 710 … | checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" |
626 | 711 … | dependencies = [ |
627 | 712 … | "libc", |
628 | 713 … | "redox_users", |
629 | | - "winapi 0.3.8", |
| 714 … | + "winapi 0.3.9", |
630 | 715 … | ] |
631 | 716 … | |
632 | 717 … | [[package]] |
| 718 … | +name = "discard" |
| 719 … | +version = "1.0.4" |
| 720 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 721 … | +checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" |
| 722 … | + |
| 723 … | +[[package]] |
633 | 724 … | name = "dispatch" |
634 | 725 … | version = "0.2.0" |
635 | 726 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
636 | 727 … | checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
666 | 757 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
667 | 758 … | checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" |
668 | 759 … | |
669 | 760 … | [[package]] |
| 761 … | +name = "druid" |
| 762 … | +version = "0.7.0" |
| 763 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 … | +checksum = "839a2e96089d82842923b3822e6977a8d2aace3f3706e6db9bae4d9c765e5697" |
| 765 … | +dependencies = [ |
| 766 … | + "console_log", |
| 767 … | + "druid-derive", |
| 768 … | + "druid-shell", |
| 769 … | + "fluent-bundle", |
| 770 … | + "fluent-langneg", |
| 771 … | + "fluent-syntax", |
| 772 … | + "fnv", |
| 773 … | + "instant", |
| 774 … | + "log", |
| 775 … | + "simple_logger", |
| 776 … | + "unic-langid", |
| 777 … | + "unicode-segmentation", |
| 778 … | + "xi-unicode 0.3.0", |
| 779 … | +] |
| 780 … | + |
| 781 … | +[[package]] |
| 782 … | +name = "druid-derive" |
| 783 … | +version = "0.4.0" |
| 784 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 785 … | +checksum = "57b53fcfe6b4585894e0d0417dad85fd21aa7bd96c9d646d54d5a4638a484b18" |
| 786 … | +dependencies = [ |
| 787 … | + "proc-macro2", |
| 788 … | + "quote", |
| 789 … | + "syn", |
| 790 … | +] |
| 791 … | + |
| 792 … | +[[package]] |
| 793 … | +name = "druid-shell" |
| 794 … | +version = "0.7.0" |
| 795 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 … | +checksum = "7b867ffe113aa77b75c0fcd2585360a3a4d17c758c44f4e87aadc71712fd1763" |
| 797 … | +dependencies = [ |
| 798 … | + "anyhow", |
| 799 … | + "bitflags", |
| 800 … | + "block", |
| 801 … | + "cairo-rs", |
| 802 … | + "cfg-if 1.0.0", |
| 803 … | + "cocoa 0.24.0", |
| 804 … | + "core-graphics 0.22.2", |
| 805 … | + "foreign-types", |
| 806 … | + "gdk", |
| 807 … | + "gdk-pixbuf", |
| 808 … | + "gdk-sys", |
| 809 … | + "gio", |
| 810 … | + "glib", |
| 811 … | + "glib-sys", |
| 812 … | + "gtk", |
| 813 … | + "gtk-sys", |
| 814 … | + "instant", |
| 815 … | + "js-sys", |
| 816 … | + "keyboard-types", |
| 817 … | + "kurbo", |
| 818 … | + "lazy_static", |
| 819 … | + "log", |
| 820 … | + "objc", |
| 821 … | + "piet-common", |
| 822 … | + "scopeguard", |
| 823 … | + "time 0.2.25", |
| 824 … | + "wasm-bindgen", |
| 825 … | + "web-sys", |
| 826 … | + "winapi 0.3.9", |
| 827 … | + "wio", |
| 828 … | +] |
| 829 … | + |
| 830 … | +[[package]] |
670 | 831 … | name = "dwrote" |
671 | 832 … | version = "0.11.0" |
672 | 833 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
673 | 834 … | checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b" |
674 | 835 … | dependencies = [ |
675 | 836 … | "lazy_static", |
676 | 837 … | "libc", |
677 | | - "winapi 0.3.8", |
| 838 … | + "winapi 0.3.9", |
678 | 839 … | "wio", |
679 | 840 … | ] |
680 | 841 … | |
681 | 842 … | [[package]] |
682 | 843 … | name = "either" |
683 | | -version = "1.5.3" |
| 844 … | +version = "1.6.1" |
684 | 845 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
685 | | -checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
| 846 … | +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
686 | 847 … | |
687 | 848 … | [[package]] |
688 | 849 … | name = "error-chain" |
689 | | -version = "0.12.2" |
| 850 … | +version = "0.12.4" |
690 | 851 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
691 | | -checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" |
| 852 … | +checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
692 | 853 … | dependencies = [ |
693 | 854 … | "version_check", |
694 | 855 … | ] |
695 | 856 … | |
740 | 901 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
741 | 902 … | checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e" |
742 | 903 … | |
743 | 904 … | [[package]] |
| 905 … | +name = "fluent-bundle" |
| 906 … | +version = "0.12.0" |
| 907 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 … | +checksum = "01a094d494ab2ed06077e9a95f4e47f446c376de95f6c93045dd88c499bfcd70" |
| 909 … | +dependencies = [ |
| 910 … | + "fluent-langneg", |
| 911 … | + "fluent-syntax", |
| 912 … | + "intl-memoizer", |
| 913 … | + "intl_pluralrules", |
| 914 … | + "rental", |
| 915 … | + "smallvec", |
| 916 … | + "unic-langid", |
| 917 … | +] |
| 918 … | + |
| 919 … | +[[package]] |
| 920 … | +name = "fluent-langneg" |
| 921 … | +version = "0.13.0" |
| 922 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 923 … | +checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" |
| 924 … | +dependencies = [ |
| 925 … | + "unic-langid", |
| 926 … | +] |
| 927 … | + |
| 928 … | +[[package]] |
| 929 … | +name = "fluent-syntax" |
| 930 … | +version = "0.9.3" |
| 931 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 932 … | +checksum = "ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba" |
| 933 … | + |
| 934 … | +[[package]] |
744 | 935 … | name = "fnv" |
745 | | -version = "1.0.6" |
| 936 … | +version = "1.0.7" |
746 | 937 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
747 | | -checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
| 938 … | +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
748 | 939 … | |
749 | 940 … | [[package]] |
750 | 941 … | name = "font-kit" |
751 | 942 … | version = "0.8.0" |
755 | 946 … | "bitflags", |
756 | 947 … | "byteorder", |
757 | 948 … | "core-foundation 0.7.0", |
758 | 949 … | "core-graphics 0.19.2", |
759 | | - "core-text", |
| 950 … | + "core-text 15.0.0", |
760 | 951 … | "dirs 2.0.2", |
761 | 952 … | "dwrote", |
762 | 953 … | "float-ord", |
763 | 954 … | "freetype", |
767 | 958 … | "pathfinder_geometry", |
768 | 959 … | "pathfinder_simd", |
769 | 960 … | "servo-fontconfig", |
770 | 961 … | "walkdir", |
771 | | - "winapi 0.3.8", |
| 962 … | + "winapi 0.3.9", |
772 | 963 … | ] |
773 | 964 … | |
774 | 965 … | [[package]] |
775 | 966 … | name = "foreign-types" |
823 | 1014 … | checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
824 | 1015 … | |
825 | 1016 … | [[package]] |
826 | 1017 … | name = "futures" |
827 | | -version = "0.3.8" |
| 1018 … | +version = "0.3.12" |
828 | 1019 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
829 | | -checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0" |
| 1020 … | +checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150" |
830 | 1021 … | dependencies = [ |
831 | 1022 … | "futures-channel", |
832 | 1023 … | "futures-core", |
833 | 1024 … | "futures-executor", |
838 | 1029 … | ] |
839 | 1030 … | |
840 | 1031 … | [[package]] |
841 | 1032 … | name = "futures-channel" |
842 | | -version = "0.3.8" |
| 1033 … | +version = "0.3.12" |
843 | 1034 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | | -checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64" |
| 1035 … | +checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846" |
845 | 1036 … | dependencies = [ |
846 | 1037 … | "futures-core", |
847 | 1038 … | "futures-sink", |
848 | 1039 … | ] |
849 | 1040 … | |
850 | 1041 … | [[package]] |
851 | 1042 … | name = "futures-core" |
852 | | -version = "0.3.8" |
| 1043 … | +version = "0.3.12" |
853 | 1044 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
854 | | -checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748" |
| 1045 … | +checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" |
855 | 1046 … | |
856 | 1047 … | [[package]] |
857 | 1048 … | name = "futures-executor" |
858 | | -version = "0.3.8" |
| 1049 … | +version = "0.3.12" |
859 | 1050 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | | -checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65" |
| 1051 … | +checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9" |
861 | 1052 … | dependencies = [ |
862 | 1053 … | "futures-core", |
863 | 1054 … | "futures-task", |
864 | 1055 … | "futures-util", |
866 | 1057 … | ] |
867 | 1058 … | |
868 | 1059 … | [[package]] |
869 | 1060 … | name = "futures-io" |
870 | | -version = "0.3.8" |
| 1061 … | +version = "0.3.12" |
871 | 1062 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
872 | | -checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb" |
| 1063 … | +checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500" |
873 | 1064 … | |
874 | 1065 … | [[package]] |
875 | 1066 … | name = "futures-macro" |
876 | | -version = "0.3.8" |
| 1067 … | +version = "0.3.12" |
877 | 1068 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
878 | | -checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556" |
| 1069 … | +checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd" |
879 | 1070 … | dependencies = [ |
880 | 1071 … | "proc-macro-hack", |
881 | 1072 … | "proc-macro2", |
882 | 1073 … | "quote", |
884 | 1075 … | ] |
885 | 1076 … | |
886 | 1077 … | [[package]] |
887 | 1078 … | name = "futures-sink" |
888 | | -version = "0.3.8" |
| 1079 … | +version = "0.3.12" |
889 | 1080 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
890 | | -checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d" |
| 1081 … | +checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6" |
891 | 1082 … | |
892 | 1083 … | [[package]] |
893 | 1084 … | name = "futures-task" |
894 | | -version = "0.3.8" |
| 1085 … | +version = "0.3.12" |
895 | 1086 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
896 | | -checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d" |
| 1087 … | +checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86" |
897 | 1088 … | dependencies = [ |
898 | 1089 … | "once_cell", |
899 | 1090 … | ] |
900 | 1091 … | |
901 | 1092 … | [[package]] |
902 | 1093 … | name = "futures-util" |
903 | | -version = "0.3.8" |
| 1094 … | +version = "0.3.12" |
904 | 1095 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
905 | | -checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2" |
| 1096 … | +checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b" |
906 | 1097 … | dependencies = [ |
907 | 1098 … | "futures-channel", |
908 | 1099 … | "futures-core", |
909 | 1100 … | "futures-io", |
910 | 1101 … | "futures-macro", |
911 | 1102 … | "futures-sink", |
912 | 1103 … | "futures-task", |
913 | 1104 … | "memchr", |
914 | | - "pin-project 1.0.2", |
| 1105 … | + "pin-project-lite 0.2.4", |
915 | 1106 … | "pin-utils", |
916 | 1107 … | "proc-macro-hack", |
917 | 1108 … | "proc-macro-nested", |
918 | 1109 … | "slab", |
933 | 1124 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
934 | 1125 … | checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" |
935 | 1126 … | |
936 | 1127 … | [[package]] |
| 1128 … | +name = "gdk" |
| 1129 … | +version = "0.13.2" |
| 1130 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1131 … | +checksum = "db00839b2a68a7a10af3fa28dfb3febaba3a20c3a9ac2425a33b7df1f84a6b7d" |
| 1132 … | +dependencies = [ |
| 1133 … | + "bitflags", |
| 1134 … | + "cairo-rs", |
| 1135 … | + "cairo-sys-rs", |
| 1136 … | + "gdk-pixbuf", |
| 1137 … | + "gdk-sys", |
| 1138 … | + "gio", |
| 1139 … | + "gio-sys", |
| 1140 … | + "glib", |
| 1141 … | + "glib-sys", |
| 1142 … | + "gobject-sys", |
| 1143 … | + "libc", |
| 1144 … | + "pango", |
| 1145 … | +] |
| 1146 … | + |
| 1147 … | +[[package]] |
| 1148 … | +name = "gdk-pixbuf" |
| 1149 … | +version = "0.9.0" |
| 1150 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 … | +checksum = "8f6dae3cb99dd49b758b88f0132f8d401108e63ae8edd45f432d42cdff99998a" |
| 1152 … | +dependencies = [ |
| 1153 … | + "gdk-pixbuf-sys", |
| 1154 … | + "gio", |
| 1155 … | + "gio-sys", |
| 1156 … | + "glib", |
| 1157 … | + "glib-sys", |
| 1158 … | + "gobject-sys", |
| 1159 … | + "libc", |
| 1160 … | +] |
| 1161 … | + |
| 1162 … | +[[package]] |
| 1163 … | +name = "gdk-pixbuf-sys" |
| 1164 … | +version = "0.10.0" |
| 1165 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1166 … | +checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f" |
| 1167 … | +dependencies = [ |
| 1168 … | + "gio-sys", |
| 1169 … | + "glib-sys", |
| 1170 … | + "gobject-sys", |
| 1171 … | + "libc", |
| 1172 … | + "system-deps", |
| 1173 … | +] |
| 1174 … | + |
| 1175 … | +[[package]] |
| 1176 … | +name = "gdk-sys" |
| 1177 … | +version = "0.10.0" |
| 1178 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 … | +checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69" |
| 1180 … | +dependencies = [ |
| 1181 … | + "cairo-sys-rs", |
| 1182 … | + "gdk-pixbuf-sys", |
| 1183 … | + "gio-sys", |
| 1184 … | + "glib-sys", |
| 1185 … | + "gobject-sys", |
| 1186 … | + "libc", |
| 1187 … | + "pango-sys", |
| 1188 … | + "pkg-config", |
| 1189 … | + "system-deps", |
| 1190 … | +] |
| 1191 … | + |
| 1192 … | +[[package]] |
937 | 1193 … | name = "get_if_addrs" |
938 | 1194 … | version = "0.5.3" |
939 | 1195 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
940 | 1196 … | checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7" |
956 | 1212 … | ] |
957 | 1213 … | |
958 | 1214 … | [[package]] |
959 | 1215 … | name = "getrandom" |
960 | | -version = "0.1.14" |
| 1216 … | +version = "0.1.16" |
961 | 1217 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
962 | | -checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
| 1218 … | +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
963 | 1219 … | dependencies = [ |
964 | | - "cfg-if 0.1.10", |
| 1220 … | + "cfg-if 1.0.0", |
965 | 1221 … | "libc", |
966 | 1222 … | "wasi 0.9.0+wasi-snapshot-preview1", |
967 | 1223 … | ] |
968 | 1224 … | |
969 | 1225 … | [[package]] |
| 1226 … | +name = "getrandom" |
| 1227 … | +version = "0.2.2" |
| 1228 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1229 … | +checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
| 1230 … | +dependencies = [ |
| 1231 … | + "cfg-if 1.0.0", |
| 1232 … | + "libc", |
| 1233 … | + "wasi 0.10.0+wasi-snapshot-preview1", |
| 1234 … | +] |
| 1235 … | + |
| 1236 … | +[[package]] |
970 | 1237 … | name = "gfx-auxil" |
971 | 1238 … | version = "0.7.0" |
972 | 1239 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
973 | 1240 … | checksum = "07cd956b592970f08545b9325b87580eb95a51843b6f39da27b8667fec1a1216" |
994 | 1261 … | "raw-window-handle", |
995 | 1262 … | "smallvec", |
996 | 1263 … | "spirv_cross", |
997 | 1264 … | "thunderdome", |
998 | | - "winapi 0.3.8", |
| 1265 … | + "winapi 0.3.9", |
999 | 1266 … | "wio", |
1000 | 1267 … | ] |
1001 | 1268 … | |
1002 | 1269 … | [[package]] |
1015 | 1282 … | "range-alloc", |
1016 | 1283 … | "raw-window-handle", |
1017 | 1284 … | "smallvec", |
1018 | 1285 … | "spirv_cross", |
1019 | | - "winapi 0.3.8", |
| 1286 … | + "winapi 0.3.9", |
1020 | 1287 … | ] |
1021 | 1288 … | |
1022 | 1289 … | [[package]] |
1023 | 1290 … | name = "gfx-backend-empty" |
1072 | 1339 … | "log", |
1073 | 1340 … | "objc", |
1074 | 1341 … | "raw-window-handle", |
1075 | 1342 … | "smallvec", |
1076 | | - "winapi 0.3.8", |
| 1343 … | + "winapi 0.3.9", |
1077 | 1344 … | "x11", |
1078 | 1345 … | ] |
1079 | 1346 … | |
1080 | 1347 … | [[package]] |
1112 | 1379 … | "slab", |
1113 | 1380 … | ] |
1114 | 1381 … | |
1115 | 1382 … | [[package]] |
| 1383 … | +name = "gio" |
| 1384 … | +version = "0.9.1" |
| 1385 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1386 … | +checksum = "1fb60242bfff700772dae5d9e3a1f7aa2e4ebccf18b89662a16acb2822568561" |
| 1387 … | +dependencies = [ |
| 1388 … | + "bitflags", |
| 1389 … | + "futures", |
| 1390 … | + "futures-channel", |
| 1391 … | + "futures-core", |
| 1392 … | + "futures-io", |
| 1393 … | + "futures-util", |
| 1394 … | + "gio-sys", |
| 1395 … | + "glib", |
| 1396 … | + "glib-sys", |
| 1397 … | + "gobject-sys", |
| 1398 … | + "libc", |
| 1399 … | + "once_cell", |
| 1400 … | + "thiserror", |
| 1401 … | +] |
| 1402 … | + |
| 1403 … | +[[package]] |
| 1404 … | +name = "gio-sys" |
| 1405 … | +version = "0.10.1" |
| 1406 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 … | +checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac" |
| 1408 … | +dependencies = [ |
| 1409 … | + "glib-sys", |
| 1410 … | + "gobject-sys", |
| 1411 … | + "libc", |
| 1412 … | + "system-deps", |
| 1413 … | + "winapi 0.3.9", |
| 1414 … | +] |
| 1415 … | + |
| 1416 … | +[[package]] |
1116 | 1417 … | name = "glam" |
1117 | 1418 … | version = "0.10.2" |
1118 | 1419 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1119 | 1420 … | checksum = "579160312273c954cc51bd440f059dde741029ac8daf8c84fece76cb77f62c15" |
1121 | 1422 … | "version_check", |
1122 | 1423 … | ] |
1123 | 1424 … | |
1124 | 1425 … | [[package]] |
| 1426 … | +name = "glib" |
| 1427 … | +version = "0.10.3" |
| 1428 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1429 … | +checksum = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5" |
| 1430 … | +dependencies = [ |
| 1431 … | + "bitflags", |
| 1432 … | + "futures-channel", |
| 1433 … | + "futures-core", |
| 1434 … | + "futures-executor", |
| 1435 … | + "futures-task", |
| 1436 … | + "futures-util", |
| 1437 … | + "glib-macros", |
| 1438 … | + "glib-sys", |
| 1439 … | + "gobject-sys", |
| 1440 … | + "libc", |
| 1441 … | + "once_cell", |
| 1442 … | +] |
| 1443 … | + |
| 1444 … | +[[package]] |
| 1445 … | +name = "glib-macros" |
| 1446 … | +version = "0.10.1" |
| 1447 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 … | +checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039" |
| 1449 … | +dependencies = [ |
| 1450 … | + "anyhow", |
| 1451 … | + "heck", |
| 1452 … | + "itertools", |
| 1453 … | + "proc-macro-crate", |
| 1454 … | + "proc-macro-error", |
| 1455 … | + "proc-macro2", |
| 1456 … | + "quote", |
| 1457 … | + "syn", |
| 1458 … | +] |
| 1459 … | + |
| 1460 … | +[[package]] |
| 1461 … | +name = "glib-sys" |
| 1462 … | +version = "0.10.1" |
| 1463 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1464 … | +checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1" |
| 1465 … | +dependencies = [ |
| 1466 … | + "libc", |
| 1467 … | + "system-deps", |
| 1468 … | +] |
| 1469 … | + |
| 1470 … | +[[package]] |
1125 | 1471 … | name = "glyph_brush" |
1126 | | -version = "0.7.1" |
| 1472 … | +version = "0.7.2" |
1127 | 1473 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1128 | | -checksum = "922b780747bfef65361075e1f738ffb6eddcde8fc1dce0cc752b963a89be3130" |
| 1474 … | +checksum = "3e3f00b8574a76fb6c50890c48da03946ca50e4372a2778737922666a2238221" |
1129 | 1475 … | dependencies = [ |
1130 | 1476 … | "glyph_brush_draw_cache", |
1131 | 1477 … | "glyph_brush_layout", |
1132 | 1478 … | "log", |
1136 | 1482 … | ] |
1137 | 1483 … | |
1138 | 1484 … | [[package]] |
1139 | 1485 … | name = "glyph_brush_draw_cache" |
1140 | | -version = "0.1.3" |
| 1486 … | +version = "0.1.4" |
1141 | 1487 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1142 | | -checksum = "8cef969a091be5565c2c10b31fd2f115cbeed9f783a27c96ae240ff8ceee067c" |
| 1488 … | +checksum = "ac2c82074cafb68b9e459c50c655f7eedcb92d6ee7166813802934bc6fc29fa3" |
1143 | 1489 … | dependencies = [ |
1144 | 1490 … | "ab_glyph", |
1145 | 1491 … | "crossbeam-channel", |
1146 | 1492 … | "crossbeam-deque", |
1156 | 1502 … | checksum = "10bc06d530bf20c1902f1b02799ab7372ff43f6119770c49b0bc3f21bd148820" |
1157 | 1503 … | dependencies = [ |
1158 | 1504 … | "ab_glyph", |
1159 | 1505 … | "approx", |
1160 | | - "xi-unicode", |
| 1506 … | + "xi-unicode 0.3.0", |
1161 | 1507 … | ] |
1162 | 1508 … | |
1163 | 1509 … | [[package]] |
| 1510 … | +name = "gobject-sys" |
| 1511 … | +version = "0.10.0" |
| 1512 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1513 … | +checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c" |
| 1514 … | +dependencies = [ |
| 1515 … | + "glib-sys", |
| 1516 … | + "libc", |
| 1517 … | + "system-deps", |
| 1518 … | +] |
| 1519 … | + |
| 1520 … | +[[package]] |
| 1521 … | +name = "gtk" |
| 1522 … | +version = "0.9.2" |
| 1523 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 … | +checksum = "2f022f2054072b3af07666341984562c8e626a79daa8be27b955d12d06a5ad6a" |
| 1525 … | +dependencies = [ |
| 1526 … | + "atk", |
| 1527 … | + "bitflags", |
| 1528 … | + "cairo-rs", |
| 1529 … | + "cairo-sys-rs", |
| 1530 … | + "cc", |
| 1531 … | + "gdk", |
| 1532 … | + "gdk-pixbuf", |
| 1533 … | + "gdk-pixbuf-sys", |
| 1534 … | + "gdk-sys", |
| 1535 … | + "gio", |
| 1536 … | + "gio-sys", |
| 1537 … | + "glib", |
| 1538 … | + "glib-sys", |
| 1539 … | + "gobject-sys", |
| 1540 … | + "gtk-sys", |
| 1541 … | + "libc", |
| 1542 … | + "once_cell", |
| 1543 … | + "pango", |
| 1544 … | + "pango-sys", |
| 1545 … | + "pkg-config", |
| 1546 … | +] |
| 1547 … | + |
| 1548 … | +[[package]] |
| 1549 … | +name = "gtk-sys" |
| 1550 … | +version = "0.10.0" |
| 1551 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 … | +checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457" |
| 1553 … | +dependencies = [ |
| 1554 … | + "atk-sys", |
| 1555 … | + "cairo-sys-rs", |
| 1556 … | + "gdk-pixbuf-sys", |
| 1557 … | + "gdk-sys", |
| 1558 … | + "gio-sys", |
| 1559 … | + "glib-sys", |
| 1560 … | + "gobject-sys", |
| 1561 … | + "libc", |
| 1562 … | + "pango-sys", |
| 1563 … | + "system-deps", |
| 1564 … | +] |
| 1565 … | + |
| 1566 … | +[[package]] |
1164 | 1567 … | name = "guillotiere" |
1165 | 1568 … | version = "0.6.0" |
1166 | 1569 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1167 | 1570 … | checksum = "bc7cccefbf418f663e11e9500326f46a44273dc598210bbedc8bbe95e696531f" |
1188 | 1591 … | "hashbrown", |
1189 | 1592 … | ] |
1190 | 1593 … | |
1191 | 1594 … | [[package]] |
| 1595 … | +name = "heck" |
| 1596 … | +version = "0.3.2" |
| 1597 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1598 … | +checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" |
| 1599 … | +dependencies = [ |
| 1600 … | + "unicode-segmentation", |
| 1601 … | +] |
| 1602 … | + |
| 1603 … | +[[package]] |
1192 | 1604 … | name = "hermit-abi" |
1193 | | -version = "0.1.11" |
| 1605 … | +version = "0.1.18" |
1194 | 1606 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1195 | | -checksum = "8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15" |
| 1607 … | +checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" |
1196 | 1608 … | dependencies = [ |
1197 | 1609 … | "libc", |
1198 | 1610 … | ] |
1199 | 1611 … | |
1319 | 1731 … | "iced_graphics", |
1320 | 1732 … | "iced_native", |
1321 | 1733 … | "log", |
1322 | 1734 … | "thiserror", |
1323 | | - "winapi 0.3.8", |
| 1735 … | + "winapi 0.3.9", |
1324 | 1736 … | "window_clipboard", |
1325 | 1737 … | "winit", |
1326 | 1738 … | ] |
1327 | 1739 … | |
1332 | 1744 … | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
1333 | 1745 … | |
1334 | 1746 … | [[package]] |
1335 | 1747 … | name = "idna" |
1336 | | -version = "0.2.0" |
| 1748 … | +version = "0.2.1" |
1337 | 1749 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1338 | | -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
| 1750 … | +checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094" |
1339 | 1751 … | dependencies = [ |
1340 | 1752 … | "matches", |
1341 | 1753 … | "unicode-bidi", |
1342 | 1754 … | "unicode-normalization", |
1343 | 1755 … | ] |
1344 | 1756 … | |
1345 | 1757 … | [[package]] |
1346 | 1758 … | name = "inplace_it" |
1347 | | -version = "0.3.2" |
| 1759 … | +version = "0.3.3" |
1348 | 1760 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1349 | | -checksum = "dd01a2a73f2f399df96b22dc88ea687ef4d76226284e7531ae3c7ee1dc5cb534" |
| 1761 … | +checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca" |
1350 | 1762 … | |
1351 | 1763 … | [[package]] |
1352 | 1764 … | name = "instant" |
1353 | 1765 … | version = "0.1.9" |
1354 | 1766 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1355 | 1767 … | checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
1356 | 1768 … | dependencies = [ |
1357 | 1769 … | "cfg-if 1.0.0", |
| 1770 … | + "js-sys", |
| 1771 … | + "wasm-bindgen", |
| 1772 … | + "web-sys", |
1358 | 1773 … | ] |
1359 | 1774 … | |
1360 | 1775 … | [[package]] |
| 1776 … | +name = "intl-memoizer" |
| 1777 … | +version = "0.5.1" |
| 1778 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1779 … | +checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f" |
| 1780 … | +dependencies = [ |
| 1781 … | + "type-map", |
| 1782 … | + "unic-langid", |
| 1783 … | +] |
| 1784 … | + |
| 1785 … | +[[package]] |
| 1786 … | +name = "intl_pluralrules" |
| 1787 … | +version = "7.0.1" |
| 1788 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 … | +checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf" |
| 1790 … | +dependencies = [ |
| 1791 … | + "tinystr", |
| 1792 … | + "unic-langid", |
| 1793 … | +] |
| 1794 … | + |
| 1795 … | +[[package]] |
1361 | 1796 … | name = "iovec" |
1362 | 1797 … | version = "0.1.4" |
1363 | 1798 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1364 | 1799 … | checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1366 | 1801 … | "libc", |
1367 | 1802 … | ] |
1368 | 1803 … | |
1369 | 1804 … | [[package]] |
| 1805 … | +name = "itertools" |
| 1806 … | +version = "0.9.0" |
| 1807 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1808 … | +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 1809 … | +dependencies = [ |
| 1810 … | + "either", |
| 1811 … | +] |
| 1812 … | + |
| 1813 … | +[[package]] |
1370 | 1814 … | name = "itoa" |
1371 | | -version = "0.4.5" |
| 1815 … | +version = "0.4.7" |
1372 | 1816 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1373 | | -checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
| 1817 … | +checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
1374 | 1818 … | |
1375 | 1819 … | [[package]] |
1376 | 1820 … | name = "jni" |
1377 | 1821 … | version = "0.10.2" |
1402 | 1846 … | ] |
1403 | 1847 … | |
1404 | 1848 … | [[package]] |
1405 | 1849 … | name = "js-sys" |
1406 | | -version = "0.3.46" |
| 1850 … | +version = "0.3.47" |
1407 | 1851 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1408 | | -checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" |
| 1852 … | +checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65" |
1409 | 1853 … | dependencies = [ |
1410 | 1854 … | "wasm-bindgen", |
1411 | 1855 … | ] |
1412 | 1856 … | |
1420 | 1864 … | "winapi-build", |
1421 | 1865 … | ] |
1422 | 1866 … | |
1423 | 1867 … | [[package]] |
| 1868 … | +name = "keyboard-types" |
| 1869 … | +version = "0.5.0" |
| 1870 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 … | +checksum = "a989afac88279b0482f402d234b5fbd405bf1ad051308595b58de4e6de22346b" |
| 1872 … | +dependencies = [ |
| 1873 … | + "bitflags", |
| 1874 … | +] |
| 1875 … | + |
| 1876 … | +[[package]] |
| 1877 … | +name = "kurbo" |
| 1878 … | +version = "0.7.1" |
| 1879 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1880 … | +checksum = "16cb54cd28cb3d2e964d9444ca185676a94fd9b7cce5f02b22c717947ed8e9a2" |
| 1881 … | +dependencies = [ |
| 1882 … | + "arrayvec", |
| 1883 … | +] |
| 1884 … | + |
| 1885 … | +[[package]] |
1424 | 1886 … | name = "lazy_static" |
1425 | 1887 … | version = "1.4.0" |
1426 | 1888 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1427 | 1889 … | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1433 | 1895 … | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
1434 | 1896 … | |
1435 | 1897 … | [[package]] |
1436 | 1898 … | name = "libc" |
1437 | | -version = "0.2.81" |
| 1899 … | +version = "0.2.85" |
1438 | 1900 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1439 | | -checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" |
| 1901 … | +checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3" |
1440 | 1902 … | |
1441 | 1903 … | [[package]] |
1442 | 1904 … | name = "libloading" |
1443 | | -version = "0.6.6" |
| 1905 … | +version = "0.6.7" |
1444 | 1906 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 | | -checksum = "e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc" |
| 1907 … | +checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" |
1446 | 1908 … | dependencies = [ |
1447 | 1909 … | "cfg-if 1.0.0", |
1448 | | - "winapi 0.3.8", |
| 1910 … | + "winapi 0.3.9", |
1449 | 1911 … | ] |
1450 | 1912 … | |
1451 | 1913 … | [[package]] |
1452 | 1914 … | name = "libsqlite3-sys" |
1460 | 1922 … | ] |
1461 | 1923 … | |
1462 | 1924 … | [[package]] |
1463 | 1925 … | name = "linked-hash-map" |
1464 | | -version = "0.5.3" |
| 1926 … | +version = "0.5.4" |
1465 | 1927 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1466 | | -checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
| 1928 … | +checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" |
1467 | 1929 … | |
1468 | 1930 … | [[package]] |
1469 | 1931 … | name = "linked_hash_set" |
1470 | 1932 … | version = "0.1.4" |
1485 | 1947 … | [[package]] |
1486 | 1948 … | name = "localnative_core" |
1487 | 1949 … | version = "0.4.2" |
1488 | 1950 … | dependencies = [ |
1489 | | - "base64 0.13.0", |
| 1951 … | + "base64", |
1490 | 1952 … | "dirs 3.0.1", |
1491 | 1953 … | "futures", |
1492 | 1954 … | "get_if_addrs", |
1493 | 1955 … | "jni", |
1499 | 1961 … | "serde", |
1500 | 1962 … | "serde_derive", |
1501 | 1963 … | "serde_json", |
1502 | 1964 … | "tarpc", |
1503 | | - "time", |
1504 | | - "tokio 0.3.6", |
| 1965 … | + "time 0.1.44", |
| 1966 … | + "tokio 0.3.7", |
1505 | 1967 … | "tokio-serde", |
1506 | 1968 … | "uuid", |
1507 | 1969 … | ] |
1508 | 1970 … | |
1509 | 1971 … | [[package]] |
| 1972 … | +name = "localnative_druid" |
| 1973 … | +version = "0.1.0" |
| 1974 … | +dependencies = [ |
| 1975 … | + "druid", |
| 1976 … | +] |
| 1977 … | + |
| 1978 … | +[[package]] |
1510 | 1979 … | name = "localnative_iced" |
1511 | 1980 … | version = "0.1.0" |
1512 | 1981 … | dependencies = [ |
1513 | 1982 … | "iced", |
1523 | 1992 … | ] |
1524 | 1993 … | |
1525 | 1994 … | [[package]] |
1526 | 1995 … | name = "log" |
1527 | | -version = "0.4.8" |
| 1996 … | +version = "0.4.14" |
1528 | 1997 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1529 | | -checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| 1998 … | +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
1530 | 1999 … | dependencies = [ |
1531 | | - "cfg-if 0.1.10", |
| 2000 … | + "cfg-if 1.0.0", |
1532 | 2001 … | ] |
1533 | 2002 … | |
1534 | 2003 … | [[package]] |
1535 | 2004 … | name = "longest-increasing-subsequence" |
1559 | 2028 … | checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
1560 | 2029 … | |
1561 | 2030 … | [[package]] |
1562 | 2031 … | name = "memchr" |
1563 | | -version = "2.3.3" |
| 2032 … | +version = "2.3.4" |
1564 | 2033 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1565 | | -checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| 2034 … | +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
1566 | 2035 … | |
1567 | 2036 … | [[package]] |
1568 | 2037 … | name = "memmap2" |
1569 | 2038 … | version = "0.1.0" |
1616 | 2085 … | ] |
1617 | 2086 … | |
1618 | 2087 … | [[package]] |
1619 | 2088 … | name = "mio" |
1620 | | -version = "0.7.6" |
| 2089 … | +version = "0.7.7" |
1621 | 2090 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1622 | | -checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b" |
| 2091 … | +checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7" |
1623 | 2092 … | dependencies = [ |
1624 | 2093 … | "libc", |
1625 | 2094 … | "log", |
1626 | 2095 … | "miow 0.3.6", |
1627 | 2096 … | "ntapi", |
1628 | | - "winapi 0.3.8", |
| 2097 … | + "winapi 0.3.9", |
1629 | 2098 … | ] |
1630 | 2099 … | |
1631 | 2100 … | [[package]] |
1632 | 2101 … | name = "mio-extras" |
1669 | 2138 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1670 | 2139 … | checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" |
1671 | 2140 … | dependencies = [ |
1672 | 2141 … | "socket2", |
1673 | | - "winapi 0.3.8", |
| 2142 … | + "winapi 0.3.9", |
1674 | 2143 … | ] |
1675 | 2144 … | |
1676 | 2145 … | [[package]] |
1677 | 2146 … | name = "naga" |
1739 | 2208 … | checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
1740 | 2209 … | dependencies = [ |
1741 | 2210 … | "cfg-if 0.1.10", |
1742 | 2211 … | "libc", |
1743 | | - "winapi 0.3.8", |
| 2212 … | + "winapi 0.3.9", |
1744 | 2213 … | ] |
1745 | 2214 … | |
1746 | 2215 … | [[package]] |
1747 | 2216 … | name = "nix" |
1756 | 2225 … | ] |
1757 | 2226 … | |
1758 | 2227 … | [[package]] |
1759 | 2228 … | name = "nom" |
1760 | | -version = "6.0.1" |
| 2229 … | +version = "6.1.0" |
1761 | 2230 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1762 | | -checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0" |
| 2231 … | +checksum = "ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1" |
1763 | 2232 … | dependencies = [ |
1764 | 2233 … | "memchr", |
1765 | 2234 … | "version_check", |
1766 | 2235 … | ] |
1767 | 2236 … | |
1768 | 2237 … | [[package]] |
1769 | 2238 … | name = "ntapi" |
1770 | | -version = "0.3.4" |
| 2239 … | +version = "0.3.6" |
1771 | 2240 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1772 | | -checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2" |
| 2241 … | +checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
1773 | 2242 … | dependencies = [ |
1774 | | - "winapi 0.3.8", |
| 2243 … | + "winapi 0.3.9", |
1775 | 2244 … | ] |
1776 | 2245 … | |
1777 | 2246 … | [[package]] |
1778 | 2247 … | name = "num-traits" |
1861 | 2330 … | checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" |
1862 | 2331 … | |
1863 | 2332 … | [[package]] |
1864 | 2333 … | name = "ordered-float" |
1865 | | -version = "2.0.1" |
| 2334 … | +version = "2.1.1" |
1866 | 2335 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1867 | | -checksum = "dacdec97876ef3ede8c50efc429220641a0b11ba0048b4b0c357bccbc47c5204" |
| 2336 … | +checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218" |
1868 | 2337 … | dependencies = [ |
1869 | 2338 … | "num-traits", |
1870 | 2339 … | ] |
1871 | 2340 … | |
1879 | 2348 … | ] |
1880 | 2349 … | |
1881 | 2350 … | [[package]] |
1882 | 2351 … | name = "owned_ttf_parser" |
1883 | | -version = "0.9.0" |
| 2352 … | +version = "0.11.0" |
1884 | 2353 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1885 | | -checksum = "1035b3031937401c4d01719ec82c558b268f923dcfca86e0fb1c2701782b2e89" |
| 2354 … | +checksum = "948b27637ba56144c62d3415929ef18986b3a383137ebcbe97d9362a968bf997" |
1886 | 2355 … | dependencies = [ |
1887 | | - "ttf-parser 0.9.0", |
| 2356 … | + "ttf-parser 0.11.0", |
1888 | 2357 … | ] |
1889 | 2358 … | |
1890 | 2359 … | [[package]] |
| 2360 … | +name = "pango" |
| 2361 … | +version = "0.9.1" |
| 2362 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2363 … | +checksum = "9937068580bebd8ced19975938573803273ccbcbd598c58d4906efd4ac87c438" |
| 2364 … | +dependencies = [ |
| 2365 … | + "bitflags", |
| 2366 … | + "glib", |
| 2367 … | + "glib-sys", |
| 2368 … | + "gobject-sys", |
| 2369 … | + "libc", |
| 2370 … | + "once_cell", |
| 2371 … | + "pango-sys", |
| 2372 … | +] |
| 2373 … | + |
| 2374 … | +[[package]] |
| 2375 … | +name = "pango-sys" |
| 2376 … | +version = "0.10.0" |
| 2377 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2378 … | +checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890" |
| 2379 … | +dependencies = [ |
| 2380 … | + "glib-sys", |
| 2381 … | + "gobject-sys", |
| 2382 … | + "libc", |
| 2383 … | + "system-deps", |
| 2384 … | +] |
| 2385 … | + |
| 2386 … | +[[package]] |
1891 | 2387 … | name = "parking_lot" |
1892 | 2388 … | version = "0.11.1" |
1893 | 2389 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1894 | 2390 … | checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" |
1908 | 2404 … | "instant", |
1909 | 2405 … | "libc", |
1910 | 2406 … | "redox_syscall", |
1911 | 2407 … | "smallvec", |
1912 | | - "winapi 0.3.8", |
| 2408 … | + "winapi 0.3.9", |
1913 | 2409 … | ] |
1914 | 2410 … | |
1915 | 2411 … | [[package]] |
1916 | 2412 … | name = "pathfinder_geometry" |
1946 | 2442 … | "ucd-trie", |
1947 | 2443 … | ] |
1948 | 2444 … | |
1949 | 2445 … | [[package]] |
1950 | | -name = "pin-project" |
1951 | | -version = "0.4.9" |
| 2446 … | +name = "piet" |
| 2447 … | +version = "0.3.1" |
1952 | 2448 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1953 | | -checksum = "6f6a7f5eee6292c559c793430c55c00aea9d3b3d1905e855806ca4d7253426a2" |
| 2449 … | +checksum = "eb9f6fc8efb51e16882094fbfcd4b931f59773be4176f2512c6248e081a1b41f" |
1954 | 2450 … | dependencies = [ |
1955 | | - "pin-project-internal 0.4.9", |
| 2451 … | + "kurbo", |
| 2452 … | + "unic-bidi", |
1956 | 2453 … | ] |
1957 | 2454 … | |
1958 | 2455 … | [[package]] |
1959 | | -name = "pin-project" |
1960 | | -version = "1.0.2" |
| 2456 … | +name = "piet-cairo" |
| 2457 … | +version = "0.3.0" |
1961 | 2458 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1962 | | -checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" |
| 2459 … | +checksum = "91834682e7b19ae26cebc0f3ad83a36d4ae2e4f95b85f2c93a34873f38319d29" |
1963 | 2460 … | dependencies = [ |
1964 | | - "pin-project-internal 1.0.2", |
| 2461 … | + "cairo-rs", |
| 2462 … | + "piet", |
| 2463 … | + "unicode-segmentation", |
| 2464 … | + "xi-unicode 0.2.1", |
1965 | 2465 … | ] |
1966 | 2466 … | |
1967 | 2467 … | [[package]] |
1968 | | -name = "pin-project-internal" |
1969 | | -version = "0.4.9" |
| 2468 … | +name = "piet-common" |
| 2469 … | +version = "0.3.2" |
1970 | 2470 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1971 | | -checksum = "8988430ce790d8682672117bc06dda364c0be32d3abd738234f19f3240bad99a" |
| 2471 … | +checksum = "77cbcec97e9c07c2a95bfa0d6c475fe2e22ae436e5209f9b7e03685c472c3976" |
1972 | 2472 … | dependencies = [ |
1973 | | - "proc-macro2", |
1974 | | - "quote", |
1975 | | - "syn", |
| 2473 … | + "cairo-rs", |
| 2474 … | + "cairo-sys-rs", |
| 2475 … | + "cfg-if 1.0.0", |
| 2476 … | + "core-graphics 0.22.2", |
| 2477 … | + "piet", |
| 2478 … | + "piet-cairo", |
| 2479 … | + "piet-coregraphics", |
| 2480 … | + "piet-direct2d", |
| 2481 … | + "piet-web", |
| 2482 … | + "wasm-bindgen", |
| 2483 … | + "web-sys", |
1976 | 2484 … | ] |
1977 | 2485 … | |
1978 | 2486 … | [[package]] |
| 2487 … | +name = "piet-coregraphics" |
| 2488 … | +version = "0.3.0" |
| 2489 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2490 … | +checksum = "5af1ce12cf0a1dc7f894f6f90ba62467d685a39b7f1d235516c8688f98e92d18" |
| 2491 … | +dependencies = [ |
| 2492 … | + "core-foundation 0.9.1", |
| 2493 … | + "core-foundation-sys 0.8.2", |
| 2494 … | + "core-graphics 0.22.2", |
| 2495 … | + "core-text 19.1.0", |
| 2496 … | + "foreign-types", |
| 2497 … | + "piet", |
| 2498 … | +] |
| 2499 … | + |
| 2500 … | +[[package]] |
| 2501 … | +name = "piet-direct2d" |
| 2502 … | +version = "0.3.0" |
| 2503 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2504 … | +checksum = "019643fceb3667f79d1ed38101218cbabbfeb55c95f1a918b678e32042928418" |
| 2505 … | +dependencies = [ |
| 2506 … | + "associative-cache", |
| 2507 … | + "dwrote", |
| 2508 … | + "piet", |
| 2509 … | + "utf16_lit", |
| 2510 … | + "winapi 0.3.9", |
| 2511 … | + "wio", |
| 2512 … | +] |
| 2513 … | + |
| 2514 … | +[[package]] |
| 2515 … | +name = "piet-web" |
| 2516 … | +version = "0.3.1" |
| 2517 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2518 … | +checksum = "051dd0e8856c9837af0204f72b11636c8afba271a458eb877c887580208fa0ab" |
| 2519 … | +dependencies = [ |
| 2520 … | + "js-sys", |
| 2521 … | + "piet", |
| 2522 … | + "unicode-segmentation", |
| 2523 … | + "wasm-bindgen", |
| 2524 … | + "web-sys", |
| 2525 … | + "xi-unicode 0.3.0", |
| 2526 … | +] |
| 2527 … | + |
| 2528 … | +[[package]] |
| 2529 … | +name = "pin-project" |
| 2530 … | +version = "0.4.27" |
| 2531 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2532 … | +checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" |
| 2533 … | +dependencies = [ |
| 2534 … | + "pin-project-internal", |
| 2535 … | +] |
| 2536 … | + |
| 2537 … | +[[package]] |
1979 | 2538 … | name = "pin-project-internal" |
1980 | | -version = "1.0.2" |
| 2539 … | +version = "0.4.27" |
1981 | 2540 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1982 | | -checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" |
| 2541 … | +checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" |
1983 | 2542 … | dependencies = [ |
1984 | 2543 … | "proc-macro2", |
1985 | 2544 … | "quote", |
1986 | 2545 … | "syn", |
1987 | 2546 … | ] |
1988 | 2547 … | |
1989 | 2548 … | [[package]] |
1990 | 2549 … | name = "pin-project-lite" |
1991 | | -version = "0.1.4" |
| 2550 … | +version = "0.1.11" |
1992 | 2551 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1993 | | -checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae" |
| 2552 … | +checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" |
1994 | 2553 … | |
1995 | 2554 … | [[package]] |
1996 | 2555 … | name = "pin-project-lite" |
1997 | | -version = "0.2.0" |
| 2556 … | +version = "0.2.4" |
1998 | 2557 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
1999 | | -checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" |
| 2558 … | +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" |
2000 | 2559 … | |
2001 | 2560 … | [[package]] |
2002 | 2561 … | name = "pin-utils" |
2003 | 2562 … | version = "0.1.0" |
2005 | 2564 … | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
2006 | 2565 … | |
2007 | 2566 … | [[package]] |
2008 | 2567 … | name = "pkg-config" |
2009 | | -version = "0.3.17" |
| 2568 … | +version = "0.3.19" |
2010 | 2569 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2011 | | -checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
| 2570 … | +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
2012 | 2571 … | |
2013 | 2572 … | [[package]] |
2014 | 2573 … | name = "ppv-lite86" |
2015 | | -version = "0.2.6" |
| 2574 … | +version = "0.2.10" |
2016 | 2575 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2017 | | -checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
| 2576 … | +checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
2018 | 2577 … | |
2019 | 2578 … | [[package]] |
2020 | 2579 … | name = "proc-macro-crate" |
2021 | 2580 … | version = "0.1.5" |
2025 | 2584 … | "toml", |
2026 | 2585 … | ] |
2027 | 2586 … | |
2028 | 2587 … | [[package]] |
| 2588 … | +name = "proc-macro-error" |
| 2589 … | +version = "1.0.4" |
| 2590 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2591 … | +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 2592 … | +dependencies = [ |
| 2593 … | + "proc-macro-error-attr", |
| 2594 … | + "proc-macro2", |
| 2595 … | + "quote", |
| 2596 … | + "syn", |
| 2597 … | + "version_check", |
| 2598 … | +] |
| 2599 … | + |
| 2600 … | +[[package]] |
| 2601 … | +name = "proc-macro-error-attr" |
| 2602 … | +version = "1.0.4" |
| 2603 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2604 … | +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 2605 … | +dependencies = [ |
| 2606 … | + "proc-macro2", |
| 2607 … | + "quote", |
| 2608 … | + "version_check", |
| 2609 … | +] |
| 2610 … | + |
| 2611 … | +[[package]] |
2029 | 2612 … | name = "proc-macro-hack" |
2030 | 2613 … | version = "0.5.19" |
2031 | 2614 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2032 | 2615 … | checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
2033 | 2616 … | |
2034 | 2617 … | [[package]] |
2035 | 2618 … | name = "proc-macro-nested" |
2036 | | -version = "0.1.4" |
| 2619 … | +version = "0.1.7" |
2037 | 2620 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2038 | | -checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" |
| 2621 … | +checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" |
2039 | 2622 … | |
2040 | 2623 … | [[package]] |
2041 | 2624 … | name = "proc-macro2" |
2042 | 2625 … | version = "1.0.24" |
2072 | 2655 … | version = "0.7.3" |
2073 | 2656 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2074 | 2657 … | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
2075 | 2658 … | dependencies = [ |
2076 | | - "getrandom", |
| 2659 … | + "getrandom 0.1.16", |
2077 | 2660 … | "libc", |
2078 | 2661 … | "rand_chacha", |
2079 | 2662 … | "rand_core", |
2080 | 2663 … | "rand_hc", |
2095 | 2678 … | version = "0.5.1" |
2096 | 2679 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2097 | 2680 … | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
2098 | 2681 … | dependencies = [ |
2099 | | - "getrandom", |
| 2682 … | + "getrandom 0.1.16", |
2100 | 2683 … | ] |
2101 | 2684 … | |
2102 | 2685 … | [[package]] |
2103 | 2686 … | name = "rand_hc" |
2109 | 2692 … | ] |
2110 | 2693 … | |
2111 | 2694 … | [[package]] |
2112 | 2695 … | name = "range-alloc" |
2113 | | -version = "0.1.1" |
| 2696 … | +version = "0.1.2" |
2114 | 2697 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2115 | | -checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63" |
| 2698 … | +checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6" |
2116 | 2699 … | |
2117 | 2700 … | [[package]] |
2118 | 2701 … | name = "raw-window-handle" |
2119 | 2702 … | version = "0.3.3" |
2142 | 2725 … | checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" |
2143 | 2726 … | dependencies = [ |
2144 | 2727 … | "crossbeam-channel", |
2145 | 2728 … | "crossbeam-deque", |
2146 | | - "crossbeam-utils 0.8.1", |
| 2729 … | + "crossbeam-utils", |
2147 | 2730 … | "lazy_static", |
2148 | 2731 … | "num_cpus", |
2149 | 2732 … | ] |
2150 | 2733 … | |
2151 | 2734 … | [[package]] |
2152 | 2735 … | name = "redox_syscall" |
2153 | | -version = "0.1.56" |
| 2736 … | +version = "0.1.57" |
2154 | 2737 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2155 | | -checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
| 2738 … | +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
2156 | 2739 … | |
2157 | 2740 … | [[package]] |
2158 | 2741 … | name = "redox_users" |
2159 | | -version = "0.3.4" |
| 2742 … | +version = "0.3.5" |
2160 | 2743 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2161 | | -checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
| 2744 … | +checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" |
2162 | 2745 … | dependencies = [ |
2163 | | - "getrandom", |
| 2746 … | + "getrandom 0.1.16", |
2164 | 2747 … | "redox_syscall", |
2165 | 2748 … | "rust-argon2", |
2166 | 2749 … | ] |
2167 | 2750 … | |
2168 | 2751 … | [[package]] |
2169 | 2752 … | name = "regex" |
2170 | | -version = "1.4.2" |
| 2753 … | +version = "1.4.3" |
2171 | 2754 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2172 | | -checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" |
| 2755 … | +checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a" |
2173 | 2756 … | dependencies = [ |
2174 | 2757 … | "aho-corasick", |
2175 | 2758 … | "memchr", |
2176 | 2759 … | "regex-syntax", |
2178 | 2761 … | ] |
2179 | 2762 … | |
2180 | 2763 … | [[package]] |
2181 | 2764 … | name = "regex-syntax" |
2182 | | -version = "0.6.21" |
| 2765 … | +version = "0.6.22" |
2183 | 2766 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2184 | | -checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" |
| 2767 … | +checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581" |
2185 | 2768 … | |
2186 | 2769 … | [[package]] |
| 2770 … | +name = "rental" |
| 2771 … | +version = "0.5.5" |
| 2772 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2773 … | +checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f" |
| 2774 … | +dependencies = [ |
| 2775 … | + "rental-impl", |
| 2776 … | + "stable_deref_trait", |
| 2777 … | +] |
| 2778 … | + |
| 2779 … | +[[package]] |
| 2780 … | +name = "rental-impl" |
| 2781 … | +version = "0.5.5" |
| 2782 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2783 … | +checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de" |
| 2784 … | +dependencies = [ |
| 2785 … | + "proc-macro2", |
| 2786 … | + "quote", |
| 2787 … | + "syn", |
| 2788 … | +] |
| 2789 … | + |
| 2790 … | +[[package]] |
2187 | 2791 … | name = "rusqlite" |
2188 | 2792 … | version = "0.24.2" |
2189 | 2793 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2190 | 2794 … | checksum = "d5f38ee71cbab2c827ec0ac24e76f82eca723cee92c509a65f67dee393c25112" |
2199 | 2803 … | ] |
2200 | 2804 … | |
2201 | 2805 … | [[package]] |
2202 | 2806 … | name = "rust-argon2" |
2203 | | -version = "0.7.0" |
| 2807 … | +version = "0.8.3" |
2204 | 2808 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2205 | | -checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" |
| 2809 … | +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" |
2206 | 2810 … | dependencies = [ |
2207 | | - "base64 0.11.0", |
| 2811 … | + "base64", |
2208 | 2812 … | "blake2b_simd", |
2209 | 2813 … | "constant_time_eq", |
2210 | | - "crossbeam-utils 0.7.2", |
| 2814 … | + "crossbeam-utils", |
2211 | 2815 … | ] |
2212 | 2816 … | |
2213 | 2817 … | [[package]] |
2214 | 2818 … | name = "rustc-hash" |
2242 | 2846 … | ] |
2243 | 2847 … | |
2244 | 2848 … | [[package]] |
2245 | 2849 … | name = "ryu" |
2246 | | -version = "1.0.3" |
| 2850 … | +version = "1.0.5" |
2247 | 2851 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2248 | | -checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" |
| 2852 … | +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
2249 | 2853 … | |
2250 | 2854 … | [[package]] |
2251 | 2855 … | name = "same-file" |
2252 | 2856 … | version = "1.0.6" |
2282 | 2886 … | version = "0.11.0" |
2283 | 2887 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2284 | 2888 … | checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" |
2285 | 2889 … | dependencies = [ |
2286 | | - "semver-parser 0.10.1", |
| 2890 … | + "semver-parser 0.10.2", |
2287 | 2891 … | ] |
2288 | 2892 … | |
2289 | 2893 … | [[package]] |
2290 | 2894 … | name = "semver-parser" |
2293 | 2897 … | checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2294 | 2898 … | |
2295 | 2899 … | [[package]] |
2296 | 2900 … | name = "semver-parser" |
2297 | | -version = "0.10.1" |
| 2901 … | +version = "0.10.2" |
2298 | 2902 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2299 | | -checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428" |
| 2903 … | +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" |
2300 | 2904 … | dependencies = [ |
2301 | 2905 … | "pest", |
2302 | 2906 … | ] |
2303 | 2907 … | |
2304 | 2908 … | [[package]] |
2305 | 2909 … | name = "serde" |
2306 | | -version = "1.0.118" |
| 2910 … | +version = "1.0.123" |
2307 | 2911 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2308 | | -checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" |
| 2912 … | +checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" |
2309 | 2913 … | dependencies = [ |
2310 | 2914 … | "serde_derive", |
2311 | 2915 … | ] |
2312 | 2916 … | |
2313 | 2917 … | [[package]] |
2314 | 2918 … | name = "serde_derive" |
2315 | | -version = "1.0.118" |
| 2919 … | +version = "1.0.123" |
2316 | 2920 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2317 | | -checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" |
| 2921 … | +checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" |
2318 | 2922 … | dependencies = [ |
2319 | 2923 … | "proc-macro2", |
2320 | 2924 … | "quote", |
2321 | 2925 … | "syn", |
2322 | 2926 … | ] |
2323 | 2927 … | |
2324 | 2928 … | [[package]] |
2325 | 2929 … | name = "serde_json" |
2326 | | -version = "1.0.60" |
| 2930 … | +version = "1.0.62" |
2327 | 2931 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2328 | | -checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779" |
| 2932 … | +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" |
2329 | 2933 … | dependencies = [ |
2330 | 2934 … | "itoa", |
2331 | 2935 … | "ryu", |
2332 | 2936 … | "serde", |
2363 | 2967 … | "pkg-config", |
2364 | 2968 … | ] |
2365 | 2969 … | |
2366 | 2970 … | [[package]] |
| 2971 … | +name = "sha1" |
| 2972 … | +version = "0.6.0" |
| 2973 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2974 … | +checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" |
| 2975 … | + |
| 2976 … | +[[package]] |
2367 | 2977 … | name = "signal-hook-registry" |
2368 | | -version = "1.2.0" |
| 2978 … | +version = "1.3.0" |
2369 | 2979 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2370 | | -checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
| 2980 … | +checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" |
2371 | 2981 … | dependencies = [ |
2372 | | - "arc-swap", |
2373 | 2982 … | "libc", |
2374 | 2983 … | ] |
2375 | 2984 … | |
2376 | 2985 … | [[package]] |
| 2986 … | +name = "simple_logger" |
| 2987 … | +version = "1.11.0" |
| 2988 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2989 … | +checksum = "cd57f17c093ead1d4a1499dc9acaafdd71240908d64775465543b8d9a9f1d198" |
| 2990 … | +dependencies = [ |
| 2991 … | + "atty", |
| 2992 … | + "log", |
| 2993 … | + "winapi 0.3.9", |
| 2994 … | +] |
| 2995 … | + |
| 2996 … | +[[package]] |
2377 | 2997 … | name = "slab" |
2378 | 2998 … | version = "0.4.2" |
2379 | 2999 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2380 | 3000 … | checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2381 | 3001 … | |
2382 | 3002 … | [[package]] |
2383 | 3003 … | name = "smallvec" |
2384 | | -version = "1.5.1" |
| 3004 … | +version = "1.6.1" |
2385 | 3005 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2386 | | -checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" |
| 3006 … | +checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" |
2387 | 3007 … | |
2388 | 3008 … | [[package]] |
2389 | 3009 … | name = "smithay-client-toolkit" |
2390 | | -version = "0.12.1" |
| 3010 … | +version = "0.12.2" |
2391 | 3011 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2392 | | -checksum = "86d1d080d3dc98d68251d073b231dfaa200fdc2ddebc435b313ad937d0ae9dfd" |
| 3012 … | +checksum = "316e13a3eb853ce7bf72ad3530dc186cb2005c57c521ef5f4ada5ee4eed74de6" |
2393 | 3013 … | dependencies = [ |
2394 | 3014 … | "andrew", |
2395 | 3015 … | "bitflags", |
2396 | | - "byteorder", |
2397 | 3016 … | "calloop", |
2398 | 3017 … | "dlib", |
2399 | 3018 … | "lazy_static", |
2400 | 3019 … | "log", |
2406 | 3025 … | ] |
2407 | 3026 … | |
2408 | 3027 … | [[package]] |
2409 | 3028 … | name = "smithay-clipboard" |
2410 | | -version = "0.6.2" |
| 3029 … | +version = "0.6.3" |
2411 | 3030 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2412 | | -checksum = "ab88b219728cad0697a6c9e75da50bf5220ba01b3485e33e407931539a8ebc91" |
| 3031 … | +checksum = "06384dfaf645908220d976ae24ed39f6cf92efecb0225ea0a948e403014de527" |
2413 | 3032 … | dependencies = [ |
2414 | 3033 … | "smithay-client-toolkit", |
2415 | 3034 … | "wayland-client", |
2416 | 3035 … | ] |
2422 | 3041 … | checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" |
2423 | 3042 … | dependencies = [ |
2424 | 3043 … | "cfg-if 1.0.0", |
2425 | 3044 … | "libc", |
2426 | | - "winapi 0.3.8", |
| 3045 … | + "winapi 0.3.9", |
2427 | 3046 … | ] |
2428 | 3047 … | |
2429 | 3048 … | [[package]] |
2430 | 3049 … | name = "spirv_cross" |
2447 | 3066 … | "num-traits", |
2448 | 3067 … | ] |
2449 | 3068 … | |
2450 | 3069 … | [[package]] |
| 3070 … | +name = "stable_deref_trait" |
| 3071 … | +version = "1.2.0" |
| 3072 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3073 … | +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 3074 … | + |
| 3075 … | +[[package]] |
| 3076 … | +name = "standback" |
| 3077 … | +version = "0.2.15" |
| 3078 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3079 … | +checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8" |
| 3080 … | +dependencies = [ |
| 3081 … | + "version_check", |
| 3082 … | +] |
| 3083 … | + |
| 3084 … | +[[package]] |
2451 | 3085 … | name = "static_assertions" |
2452 | 3086 … | version = "1.1.0" |
2453 | 3087 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2454 | 3088 … | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
2455 | 3089 … | |
2456 | 3090 … | [[package]] |
| 3091 … | +name = "stdweb" |
| 3092 … | +version = "0.4.20" |
| 3093 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3094 … | +checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" |
| 3095 … | +dependencies = [ |
| 3096 … | + "discard", |
| 3097 … | + "rustc_version", |
| 3098 … | + "stdweb-derive", |
| 3099 … | + "stdweb-internal-macros", |
| 3100 … | + "stdweb-internal-runtime", |
| 3101 … | + "wasm-bindgen", |
| 3102 … | +] |
| 3103 … | + |
| 3104 … | +[[package]] |
| 3105 … | +name = "stdweb-derive" |
| 3106 … | +version = "0.5.3" |
| 3107 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3108 … | +checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" |
| 3109 … | +dependencies = [ |
| 3110 … | + "proc-macro2", |
| 3111 … | + "quote", |
| 3112 … | + "serde", |
| 3113 … | + "serde_derive", |
| 3114 … | + "syn", |
| 3115 … | +] |
| 3116 … | + |
| 3117 … | +[[package]] |
| 3118 … | +name = "stdweb-internal-macros" |
| 3119 … | +version = "0.2.9" |
| 3120 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3121 … | +checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
| 3122 … | +dependencies = [ |
| 3123 … | + "base-x", |
| 3124 … | + "proc-macro2", |
| 3125 … | + "quote", |
| 3126 … | + "serde", |
| 3127 … | + "serde_derive", |
| 3128 … | + "serde_json", |
| 3129 … | + "sha1", |
| 3130 … | + "syn", |
| 3131 … | +] |
| 3132 … | + |
| 3133 … | +[[package]] |
| 3134 … | +name = "stdweb-internal-runtime" |
| 3135 … | +version = "0.1.5" |
| 3136 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3137 … | +checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
| 3138 … | + |
| 3139 … | +[[package]] |
2457 | 3140 … | name = "storage-map" |
2458 | 3141 … | version = "0.3.0" |
2459 | 3142 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2460 | 3143 … | checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c" |
2480 | 3163 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2481 | 3164 … | checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
2482 | 3165 … | |
2483 | 3166 … | [[package]] |
| 3167 … | +name = "strum" |
| 3168 … | +version = "0.18.0" |
| 3169 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3170 … | +checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b" |
| 3171 … | + |
| 3172 … | +[[package]] |
| 3173 … | +name = "strum_macros" |
| 3174 … | +version = "0.18.0" |
| 3175 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3176 … | +checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" |
| 3177 … | +dependencies = [ |
| 3178 … | + "heck", |
| 3179 … | + "proc-macro2", |
| 3180 … | + "quote", |
| 3181 … | + "syn", |
| 3182 … | +] |
| 3183 … | + |
| 3184 … | +[[package]] |
2484 | 3185 … | name = "svg_fmt" |
2485 | 3186 … | version = "0.4.1" |
2486 | 3187 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2487 | 3188 … | checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" |
2488 | 3189 … | |
2489 | 3190 … | [[package]] |
2490 | 3191 … | name = "syn" |
2491 | | -version = "1.0.55" |
| 3192 … | +version = "1.0.60" |
2492 | 3193 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2493 | | -checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a" |
| 3194 … | +checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" |
2494 | 3195 … | dependencies = [ |
2495 | 3196 … | "proc-macro2", |
2496 | 3197 … | "quote", |
2497 | 3198 … | "unicode-xid", |
2509 | 3210 … | "unicode-xid", |
2510 | 3211 … | ] |
2511 | 3212 … | |
2512 | 3213 … | [[package]] |
| 3214 … | +name = "system-deps" |
| 3215 … | +version = "1.3.2" |
| 3216 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3217 … | +checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b" |
| 3218 … | +dependencies = [ |
| 3219 … | + "heck", |
| 3220 … | + "pkg-config", |
| 3221 … | + "strum", |
| 3222 … | + "strum_macros", |
| 3223 … | + "thiserror", |
| 3224 … | + "toml", |
| 3225 … | + "version-compare", |
| 3226 … | +] |
| 3227 … | + |
| 3228 … | +[[package]] |
2513 | 3229 … | name = "tarpc" |
2514 | 3230 … | version = "0.20.0" |
2515 | 3231 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2516 | 3232 … | checksum = "43966b393fd4c09e6c34df314d9e6184e87a9c191da6afb400276bb384d81ece" |
2518 | 3234 … | "fnv", |
2519 | 3235 … | "futures", |
2520 | 3236 … | "humantime", |
2521 | 3237 … | "log", |
2522 | | - "pin-project 0.4.9", |
| 3238 … | + "pin-project", |
2523 | 3239 … | "raii-counter", |
2524 | 3240 … | "rand", |
2525 | 3241 … | "serde", |
2526 | 3242 … | "tarpc-plugins", |
2527 | | - "tokio 0.2.24", |
| 3243 … | + "tokio 0.2.25", |
2528 | 3244 … | "tokio-serde", |
2529 | 3245 … | "tokio-util", |
2530 | 3246 … | ] |
2531 | 3247 … | |
2570 | 3286 … | ] |
2571 | 3287 … | |
2572 | 3288 … | [[package]] |
2573 | 3289 … | name = "thread_local" |
2574 | | -version = "1.0.1" |
| 3290 … | +version = "1.1.3" |
2575 | 3291 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2576 | | -checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
| 3292 … | +checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" |
2577 | 3293 … | dependencies = [ |
2578 | | - "lazy_static", |
| 3294 … | + "once_cell", |
2579 | 3295 … | ] |
2580 | 3296 … | |
2581 | 3297 … | [[package]] |
2582 | 3298 … | name = "thunderdome" |
2591 | 3307 … | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
2592 | 3308 … | dependencies = [ |
2593 | 3309 … | "libc", |
2594 | 3310 … | "wasi 0.10.0+wasi-snapshot-preview1", |
2595 | | - "winapi 0.3.8", |
| 3311 … | + "winapi 0.3.9", |
2596 | 3312 … | ] |
2597 | 3313 … | |
2598 | 3314 … | [[package]] |
| 3315 … | +name = "time" |
| 3316 … | +version = "0.2.25" |
| 3317 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3318 … | +checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7" |
| 3319 … | +dependencies = [ |
| 3320 … | + "const_fn", |
| 3321 … | + "libc", |
| 3322 … | + "standback", |
| 3323 … | + "stdweb", |
| 3324 … | + "time-macros", |
| 3325 … | + "version_check", |
| 3326 … | + "winapi 0.3.9", |
| 3327 … | +] |
| 3328 … | + |
| 3329 … | +[[package]] |
| 3330 … | +name = "time-macros" |
| 3331 … | +version = "0.1.1" |
| 3332 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3333 … | +checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" |
| 3334 … | +dependencies = [ |
| 3335 … | + "proc-macro-hack", |
| 3336 … | + "time-macros-impl", |
| 3337 … | +] |
| 3338 … | + |
| 3339 … | +[[package]] |
| 3340 … | +name = "time-macros-impl" |
| 3341 … | +version = "0.1.1" |
| 3342 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3343 … | +checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa" |
| 3344 … | +dependencies = [ |
| 3345 … | + "proc-macro-hack", |
| 3346 … | + "proc-macro2", |
| 3347 … | + "quote", |
| 3348 … | + "standback", |
| 3349 … | + "syn", |
| 3350 … | +] |
| 3351 … | + |
| 3352 … | +[[package]] |
| 3353 … | +name = "tinystr" |
| 3354 … | +version = "0.3.4" |
| 3355 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3356 … | +checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1" |
| 3357 … | + |
| 3358 … | +[[package]] |
2599 | 3359 … | name = "tinyvec" |
2600 | | -version = "1.1.0" |
| 3360 … | +version = "1.1.1" |
2601 | 3361 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2602 | | -checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" |
| 3362 … | +checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" |
2603 | 3363 … | dependencies = [ |
2604 | 3364 … | "tinyvec_macros", |
2605 | 3365 … | ] |
2606 | 3366 … | |
2611 | 3371 … | checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
2612 | 3372 … | |
2613 | 3373 … | [[package]] |
2614 | 3374 … | name = "tokio" |
2615 | | -version = "0.2.24" |
| 3375 … | +version = "0.2.25" |
2616 | 3376 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2617 | | -checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48" |
| 3377 … | +checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" |
2618 | 3378 … | dependencies = [ |
2619 | | - "bytes 0.5.4", |
| 3379 … | + "bytes 0.5.6", |
2620 | 3380 … | "futures-core", |
2621 | 3381 … | "iovec", |
2622 | 3382 … | "lazy_static", |
2623 | 3383 … | "libc", |
2624 | 3384 … | "mio 0.6.23", |
2625 | 3385 … | "mio-uds", |
2626 | | - "pin-project-lite 0.1.4", |
| 3386 … | + "pin-project-lite 0.1.11", |
2627 | 3387 … | "slab", |
2628 | 3388 … | ] |
2629 | 3389 … | |
2630 | 3390 … | [[package]] |
2631 | 3391 … | name = "tokio" |
2632 | | -version = "0.3.6" |
| 3392 … | +version = "0.3.7" |
2633 | 3393 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2634 | | -checksum = "720ba21c25078711bf456d607987d95bce90f7c3bea5abe1db587862e7a1e87c" |
| 3394 … | +checksum = "46409491c9375a693ce7032101970a54f8a2010efb77e13f70788f0d84489e39" |
2635 | 3395 … | dependencies = [ |
2636 | 3396 … | "autocfg", |
2637 | 3397 … | "bytes 0.6.0", |
2638 | 3398 … | "futures-core", |
2639 | 3399 … | "libc", |
2640 | 3400 … | "memchr", |
2641 | | - "mio 0.7.6", |
| 3401 … | + "mio 0.7.7", |
2642 | 3402 … | "num_cpus", |
2643 | 3403 … | "once_cell", |
2644 | 3404 … | "parking_lot", |
2645 | | - "pin-project-lite 0.2.0", |
| 3405 … | + "pin-project-lite 0.2.4", |
2646 | 3406 … | "signal-hook-registry", |
2647 | 3407 … | "slab", |
2648 | 3408 … | "tokio-macros", |
2649 | | - "winapi 0.3.8", |
| 3409 … | + "winapi 0.3.9", |
2650 | 3410 … | ] |
2651 | 3411 … | |
2652 | 3412 … | [[package]] |
2653 | 3413 … | name = "tokio-macros" |
2666 | 3426 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2667 | 3427 … | checksum = "ebdd897b01021779294eb09bb3b52b6e11b0747f9f7e333a84bef532b656de99" |
2668 | 3428 … | dependencies = [ |
2669 | 3429 … | "bincode", |
2670 | | - "bytes 0.5.4", |
| 3430 … | + "bytes 0.5.6", |
2671 | 3431 … | "derivative", |
2672 | 3432 … | "futures", |
2673 | | - "pin-project 0.4.9", |
| 3433 … | + "pin-project", |
2674 | 3434 … | "serde", |
2675 | 3435 … | ] |
2676 | 3436 … | |
2677 | 3437 … | [[package]] |
2679 | 3439 … | version = "0.2.0" |
2680 | 3440 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2681 | 3441 … | checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930" |
2682 | 3442 … | dependencies = [ |
2683 | | - "bytes 0.5.4", |
| 3443 … | + "bytes 0.5.6", |
2684 | 3444 … | "futures-core", |
2685 | 3445 … | "futures-sink", |
2686 | 3446 … | "log", |
2687 | | - "pin-project-lite 0.1.4", |
2688 | | - "tokio 0.2.24", |
| 3447 … | + "pin-project-lite 0.1.11", |
| 3448 … | + "tokio 0.2.25", |
2689 | 3449 … | ] |
2690 | 3450 … | |
2691 | 3451 … | [[package]] |
2692 | 3452 … | name = "toml" |
2698 | 3458 … | ] |
2699 | 3459 … | |
2700 | 3460 … | [[package]] |
2701 | 3461 … | name = "tracing" |
2702 | | -version = "0.1.22" |
| 3462 … | +version = "0.1.23" |
2703 | 3463 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2704 | | -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" |
| 3464 … | +checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" |
2705 | 3465 … | dependencies = [ |
2706 | 3466 … | "cfg-if 1.0.0", |
2707 | | - "pin-project-lite 0.2.0", |
| 3467 … | + "pin-project-lite 0.2.4", |
2708 | 3468 … | "tracing-core", |
2709 | 3469 … | ] |
2710 | 3470 … | |
2711 | 3471 … | [[package]] |
2724 | 3484 … | checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc" |
2725 | 3485 … | |
2726 | 3486 … | [[package]] |
2727 | 3487 … | name = "ttf-parser" |
2728 | | -version = "0.9.0" |
| 3488 … | +version = "0.11.0" |
2729 | 3489 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2730 | | -checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca" |
| 3490 … | +checksum = "f3e7994fc4aed0ee366a4b0d01562c8a7cd5a5017088bceb6921b0c8c538f34e" |
2731 | 3491 … | |
2732 | 3492 … | [[package]] |
2733 | 3493 … | name = "twox-hash" |
2734 | 3494 … | version = "1.6.0" |
2740 | 3500 … | "static_assertions", |
2741 | 3501 … | ] |
2742 | 3502 … | |
2743 | 3503 … | [[package]] |
| 3504 … | +name = "type-map" |
| 3505 … | +version = "0.4.0" |
| 3506 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3507 … | +checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46" |
| 3508 … | +dependencies = [ |
| 3509 … | + "rustc-hash", |
| 3510 … | +] |
| 3511 … | + |
| 3512 … | +[[package]] |
2744 | 3513 … | name = "typed-arena" |
2745 | 3514 … | version = "2.0.1" |
2746 | 3515 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2747 | 3516 … | checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae" |
2752 | 3521 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2753 | 3522 … | checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" |
2754 | 3523 … | |
2755 | 3524 … | [[package]] |
| 3525 … | +name = "unic-bidi" |
| 3526 … | +version = "0.9.0" |
| 3527 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3528 … | +checksum = "1356b759fb6a82050666f11dce4b6fe3571781f1449f3ef78074e408d468ec09" |
| 3529 … | +dependencies = [ |
| 3530 … | + "matches", |
| 3531 … | + "unic-ucd-bidi", |
| 3532 … | +] |
| 3533 … | + |
| 3534 … | +[[package]] |
| 3535 … | +name = "unic-char-property" |
| 3536 … | +version = "0.9.0" |
| 3537 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3538 … | +checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" |
| 3539 … | +dependencies = [ |
| 3540 … | + "unic-char-range", |
| 3541 … | +] |
| 3542 … | + |
| 3543 … | +[[package]] |
| 3544 … | +name = "unic-char-range" |
| 3545 … | +version = "0.9.0" |
| 3546 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3547 … | +checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" |
| 3548 … | + |
| 3549 … | +[[package]] |
| 3550 … | +name = "unic-common" |
| 3551 … | +version = "0.9.0" |
| 3552 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3553 … | +checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" |
| 3554 … | + |
| 3555 … | +[[package]] |
| 3556 … | +name = "unic-langid" |
| 3557 … | +version = "0.9.0" |
| 3558 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3559 … | +checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5" |
| 3560 … | +dependencies = [ |
| 3561 … | + "unic-langid-impl", |
| 3562 … | +] |
| 3563 … | + |
| 3564 … | +[[package]] |
| 3565 … | +name = "unic-langid-impl" |
| 3566 … | +version = "0.9.0" |
| 3567 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3568 … | +checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d" |
| 3569 … | +dependencies = [ |
| 3570 … | + "tinystr", |
| 3571 … | +] |
| 3572 … | + |
| 3573 … | +[[package]] |
| 3574 … | +name = "unic-ucd-bidi" |
| 3575 … | +version = "0.9.0" |
| 3576 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3577 … | +checksum = "d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c" |
| 3578 … | +dependencies = [ |
| 3579 … | + "unic-char-property", |
| 3580 … | + "unic-char-range", |
| 3581 … | + "unic-ucd-version", |
| 3582 … | +] |
| 3583 … | + |
| 3584 … | +[[package]] |
| 3585 … | +name = "unic-ucd-version" |
| 3586 … | +version = "0.9.0" |
| 3587 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3588 … | +checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" |
| 3589 … | +dependencies = [ |
| 3590 … | + "unic-common", |
| 3591 … | +] |
| 3592 … | + |
| 3593 … | +[[package]] |
2756 | 3594 … | name = "unicode-bidi" |
2757 | 3595 … | version = "0.3.4" |
2758 | 3596 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2759 | 3597 … | checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2777 | 3615 … | checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" |
2778 | 3616 … | |
2779 | 3617 … | [[package]] |
2780 | 3618 … | name = "unicode-width" |
2781 | | -version = "0.1.7" |
| 3619 … | +version = "0.1.8" |
2782 | 3620 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2783 | | -checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
| 3621 … | +checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
2784 | 3622 … | |
2785 | 3623 … | [[package]] |
2786 | 3624 … | name = "unicode-xid" |
2787 | | -version = "0.2.0" |
| 3625 … | +version = "0.2.1" |
2788 | 3626 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2789 | | -checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| 3627 … | +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
2790 | 3628 … | |
2791 | 3629 … | [[package]] |
2792 | 3630 … | name = "unreachable" |
2793 | 3631 … | version = "1.0.0" |
2809 | 3647 … | "percent-encoding", |
2810 | 3648 … | ] |
2811 | 3649 … | |
2812 | 3650 … | [[package]] |
| 3651 … | +name = "utf16_lit" |
| 3652 … | +version = "1.0.1" |
| 3653 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3654 … | +checksum = "403231d2fb8f0f55daf24cd03571f4fc1bb856e0fa98c1832bbae3f6ff7e7a07" |
| 3655 … | + |
| 3656 … | +[[package]] |
2813 | 3657 … | name = "uuid" |
2814 | | -version = "0.8.1" |
| 3658 … | +version = "0.8.2" |
2815 | 3659 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2816 | | -checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
| 3660 … | +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
2817 | 3661 … | dependencies = [ |
2818 | | - "rand", |
| 3662 … | + "getrandom 0.2.2", |
2819 | 3663 … | ] |
2820 | 3664 … | |
2821 | 3665 … | [[package]] |
2822 | 3666 … | name = "vcpkg" |
2823 | | -version = "0.2.8" |
| 3667 … | +version = "0.2.11" |
2824 | 3668 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2825 | | -checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168" |
| 3669 … | +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
2826 | 3670 … | |
2827 | 3671 … | [[package]] |
2828 | 3672 … | name = "vec_map" |
2829 | | -version = "0.8.1" |
| 3673 … | +version = "0.8.2" |
2830 | 3674 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2831 | | -checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
| 3675 … | +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
2832 | 3676 … | |
2833 | 3677 … | [[package]] |
| 3678 … | +name = "version-compare" |
| 3679 … | +version = "0.0.10" |
| 3680 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3681 … | +checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1" |
| 3682 … | + |
| 3683 … | +[[package]] |
2834 | 3684 … | name = "version_check" |
2835 | | -version = "0.9.1" |
| 3685 … | +version = "0.9.2" |
2836 | 3686 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2837 | | -checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
| 3687 … | +checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
2838 | 3688 … | |
2839 | 3689 … | [[package]] |
2840 | 3690 … | name = "void" |
2841 | 3691 … | version = "1.0.2" |
2848 | 3698 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2849 | 3699 … | checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
2850 | 3700 … | dependencies = [ |
2851 | 3701 … | "same-file", |
2852 | | - "winapi 0.3.8", |
| 3702 … | + "winapi 0.3.9", |
2853 | 3703 … | "winapi-util", |
2854 | 3704 … | ] |
2855 | 3705 … | |
2856 | 3706 … | [[package]] |
2866 | 3716 … | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
2867 | 3717 … | |
2868 | 3718 … | [[package]] |
2869 | 3719 … | name = "wasm-bindgen" |
2870 | | -version = "0.2.69" |
| 3720 … | +version = "0.2.70" |
2871 | 3721 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2872 | | -checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" |
| 3722 … | +checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be" |
2873 | 3723 … | dependencies = [ |
2874 | 3724 … | "cfg-if 1.0.0", |
2875 | 3725 … | "wasm-bindgen-macro", |
2876 | 3726 … | ] |
2877 | 3727 … | |
2878 | 3728 … | [[package]] |
2879 | 3729 … | name = "wasm-bindgen-backend" |
2880 | | -version = "0.2.69" |
| 3730 … | +version = "0.2.70" |
2881 | 3731 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2882 | | -checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" |
| 3732 … | +checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7" |
2883 | 3733 … | dependencies = [ |
2884 | | - "bumpalo 3.4.0", |
| 3734 … | + "bumpalo 3.6.0", |
2885 | 3735 … | "lazy_static", |
2886 | 3736 … | "log", |
2887 | 3737 … | "proc-macro2", |
2888 | 3738 … | "quote", |
2891 | 3741 … | ] |
2892 | 3742 … | |
2893 | 3743 … | [[package]] |
2894 | 3744 … | name = "wasm-bindgen-futures" |
2895 | | -version = "0.4.19" |
| 3745 … | +version = "0.4.20" |
2896 | 3746 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2897 | | -checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" |
| 3747 … | +checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94" |
2898 | 3748 … | dependencies = [ |
2899 | 3749 … | "cfg-if 1.0.0", |
2900 | 3750 … | "js-sys", |
2901 | 3751 … | "wasm-bindgen", |
2903 | 3753 … | ] |
2904 | 3754 … | |
2905 | 3755 … | [[package]] |
2906 | 3756 … | name = "wasm-bindgen-macro" |
2907 | | -version = "0.2.69" |
| 3757 … | +version = "0.2.70" |
2908 | 3758 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2909 | | -checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" |
| 3759 … | +checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" |
2910 | 3760 … | dependencies = [ |
2911 | 3761 … | "quote", |
2912 | 3762 … | "wasm-bindgen-macro-support", |
2913 | 3763 … | ] |
2914 | 3764 … | |
2915 | 3765 … | [[package]] |
2916 | 3766 … | name = "wasm-bindgen-macro-support" |
2917 | | -version = "0.2.69" |
| 3767 … | +version = "0.2.70" |
2918 | 3768 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2919 | | -checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" |
| 3769 … | +checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" |
2920 | 3770 … | dependencies = [ |
2921 | 3771 … | "proc-macro2", |
2922 | 3772 … | "quote", |
2923 | 3773 … | "syn", |
2926 | 3776 … | ] |
2927 | 3777 … | |
2928 | 3778 … | [[package]] |
2929 | 3779 … | name = "wasm-bindgen-shared" |
2930 | | -version = "0.2.69" |
| 3780 … | +version = "0.2.70" |
2931 | 3781 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2932 | | -checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" |
| 3782 … | +checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64" |
2933 | 3783 … | |
2934 | 3784 … | [[package]] |
2935 | 3785 … | name = "wayland-client" |
2936 | | -version = "0.28.2" |
| 3786 … | +version = "0.28.3" |
2937 | 3787 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2938 | | -checksum = "222b227f47871e47d657c1c5e5360b4af9a877aa9c892716787be1c192c78c42" |
| 3788 … | +checksum = "bdbdbe01d03b2267809f3ed99495b37395387fde789e0f2ebb78e8b43f75b6d7" |
2939 | 3789 … | dependencies = [ |
2940 | 3790 … | "bitflags", |
2941 | 3791 … | "downcast-rs", |
2942 | 3792 … | "libc", |
2948 | 3798 … | ] |
2949 | 3799 … | |
2950 | 3800 … | [[package]] |
2951 | 3801 … | name = "wayland-commons" |
2952 | | -version = "0.28.2" |
| 3802 … | +version = "0.28.3" |
2953 | 3803 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2954 | | -checksum = "230b3ffeda101f877ff8ecb8573f5d26e7beb345b197807c4df34ec06879a3e6" |
| 3804 … | +checksum = "480450f76717edd64ad04a4426280d737fc3d10a236b982df7b1aee19f0e2d56" |
2955 | 3805 … | dependencies = [ |
2956 | 3806 … | "nix", |
2957 | 3807 … | "once_cell", |
2958 | 3808 … | "smallvec", |
2960 | 3810 … | ] |
2961 | 3811 … | |
2962 | 3812 … | [[package]] |
2963 | 3813 … | name = "wayland-cursor" |
2964 | | -version = "0.28.2" |
| 3814 … | +version = "0.28.3" |
2965 | 3815 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2966 | | -checksum = "0aad1b4301cdccfb5f64056a4736e8155a5f4734bac41fdbca80b1fdbe1ab3e1" |
| 3816 … | +checksum = "d6eb122c160223a7660feeaf949d0100281d1279acaaed3720eb3c9894496e5f" |
2967 | 3817 … | dependencies = [ |
2968 | 3818 … | "nix", |
2969 | 3819 … | "wayland-client", |
2970 | 3820 … | "xcursor", |
2971 | 3821 … | ] |
2972 | 3822 … | |
2973 | 3823 … | [[package]] |
2974 | 3824 … | name = "wayland-protocols" |
2975 | | -version = "0.28.2" |
| 3825 … | +version = "0.28.3" |
2976 | 3826 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2977 | | -checksum = "dc16a9db803cae58b45f9a84a6cf364434cc49a95c8b1ef98ffeb467d228bdc9" |
| 3827 … | +checksum = "319a82b4d3054dd25acc32d9aee0f84fa95b63bc983fffe4703b6b8d47e01a30" |
2978 | 3828 … | dependencies = [ |
2979 | 3829 … | "bitflags", |
2980 | 3830 … | "wayland-client", |
2981 | 3831 … | "wayland-commons", |
2983 | 3833 … | ] |
2984 | 3834 … | |
2985 | 3835 … | [[package]] |
2986 | 3836 … | name = "wayland-scanner" |
2987 | | -version = "0.28.2" |
| 3837 … | +version = "0.28.3" |
2988 | 3838 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
2989 | | -checksum = "5ee5bd43a1d746efc486515fec561e47205f328b74802b959f10f5500f7e56cc" |
| 3839 … | +checksum = "7010ba5767b3fcd350decc59055390b4ebe6bd1b9279a9feb1f1888987f1133d" |
2990 | 3840 … | dependencies = [ |
2991 | 3841 … | "proc-macro2", |
2992 | 3842 … | "quote", |
2993 | 3843 … | "xml-rs", |
2994 | 3844 … | ] |
2995 | 3845 … | |
2996 | 3846 … | [[package]] |
2997 | 3847 … | name = "wayland-sys" |
2998 | | -version = "0.28.2" |
| 3848 … | +version = "0.28.3" |
2999 | 3849 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3000 | | -checksum = "0814adbecc7ea97869971e1d1c1b657e31863dda6fd768f119ad3dc408a01e58" |
| 3850 … | +checksum = "6793834e0c35d11fd96a97297abe03d37be627e1847da52e17d7e0e3b51cc099" |
3001 | 3851 … | dependencies = [ |
3002 | 3852 … | "dlib", |
3003 | 3853 … | "lazy_static", |
3004 | 3854 … | "pkg-config", |
3005 | 3855 … | ] |
3006 | 3856 … | |
3007 | 3857 … | [[package]] |
3008 | 3858 … | name = "web-sys" |
3009 | | -version = "0.3.46" |
| 3859 … | +version = "0.3.47" |
3010 | 3860 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3011 | | -checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" |
| 3861 … | +checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3" |
3012 | 3862 … | dependencies = [ |
3013 | 3863 … | "js-sys", |
3014 | 3864 … | "wasm-bindgen", |
3015 | 3865 … | ] |
3092 | 3942 … | checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
3093 | 3943 … | |
3094 | 3944 … | [[package]] |
3095 | 3945 … | name = "winapi" |
3096 | | -version = "0.3.8" |
| 3946 … | +version = "0.3.9" |
3097 | 3947 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3098 | | -checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
| 3948 … | +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
3099 | 3949 … | dependencies = [ |
3100 | 3950 … | "winapi-i686-pc-windows-gnu", |
3101 | 3951 … | "winapi-x86_64-pc-windows-gnu", |
3102 | 3952 … | ] |
3118 | 3968 … | version = "0.1.5" |
3119 | 3969 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3120 | 3970 … | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
3121 | 3971 … | dependencies = [ |
3122 | | - "winapi 0.3.8", |
| 3972 … | + "winapi 0.3.9", |
3123 | 3973 … | ] |
3124 | 3974 … | |
3125 | 3975 … | [[package]] |
3126 | 3976 … | name = "winapi-x86_64-pc-windows-gnu" |
3147 | 3997 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3148 | 3998 … | checksum = "b5bc559da567d8aa671bbcd08304d49e982c7bf2cb91e10288b9188931c1b772" |
3149 | 3999 … | dependencies = [ |
3150 | 4000 … | "bitflags", |
3151 | | - "cocoa", |
| 4001 … | + "cocoa 0.23.0", |
3152 | 4002 … | "core-foundation 0.9.1", |
3153 | 4003 … | "core-graphics 0.22.2", |
3154 | 4004 … | "core-video-sys", |
3155 | 4005 … | "dispatch", |
3167 | 4017 … | "percent-encoding", |
3168 | 4018 … | "raw-window-handle", |
3169 | 4019 … | "smithay-client-toolkit", |
3170 | 4020 … | "wayland-client", |
3171 | | - "winapi 0.3.8", |
| 4021 … | + "winapi 0.3.9", |
3172 | 4022 … | "x11-dl", |
3173 | 4023 … | ] |
3174 | 4024 … | |
3175 | 4025 … | [[package]] |
3177 | 4027 … | version = "0.2.2" |
3178 | 4028 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3179 | 4029 … | checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" |
3180 | 4030 … | dependencies = [ |
3181 | | - "winapi 0.3.8", |
| 4031 … | + "winapi 0.3.9", |
3182 | 4032 … | ] |
3183 | 4033 … | |
3184 | 4034 … | [[package]] |
3185 | 4035 … | name = "ws2_32-sys" |
3239 | 4089 … | checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" |
3240 | 4090 … | |
3241 | 4091 … | [[package]] |
3242 | 4092 … | name = "xi-unicode" |
| 4093 … | +version = "0.2.1" |
| 4094 … | +source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4095 … | +checksum = "e71b85d8b1b8bfaf4b5c834187554d201a8cd621c2bbfa33efd41a3ecabd48b2" |
| 4096 … | + |
| 4097 … | +[[package]] |
| 4098 … | +name = "xi-unicode" |
3243 | 4099 … | version = "0.3.0" |
3244 | 4100 … | source = "registry+https://github.com/rust-lang/crates.io-index" |
3245 | 4101 … | checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" |
3246 | 4102 … | |