pake-cli 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -12
- package/dist/cli.js +1 -1
- package/package.json +2 -2
- package/pake-default.icns +0 -0
- package/src-tauri/.DS_Store +0 -0
- package/src-tauri/.gitignore +3 -0
- package/src-tauri/Cargo.lock +412 -409
- package/src-tauri/Cargo.toml +6 -10
- package/src-tauri/icons/.DS_Store +0 -0
- package/src-tauri/icons/icon.icns +0 -0
- package/src-tauri/src/main.rs +42 -3
- package/src-tauri/src/pake.js +155 -1
- package/src-tauri/tauri.conf.json +2 -2
- package/dist/twitter.css +0 -176
package/src-tauri/Cargo.lock
CHANGED
|
@@ -8,50 +8,35 @@ version = "1.0.2"
|
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
9
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
10
10
|
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "adler32"
|
|
13
|
-
version = "1.2.0"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
16
|
-
|
|
17
11
|
[[package]]
|
|
18
12
|
name = "aho-corasick"
|
|
19
|
-
version = "0.7.
|
|
13
|
+
version = "0.7.20"
|
|
20
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
21
|
-
checksum = "
|
|
15
|
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
|
22
16
|
dependencies = [
|
|
23
17
|
"memchr",
|
|
24
18
|
]
|
|
25
19
|
|
|
26
20
|
[[package]]
|
|
27
21
|
name = "alloc-no-stdlib"
|
|
28
|
-
version = "2.0.
|
|
22
|
+
version = "2.0.4"
|
|
29
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
-
checksum = "
|
|
24
|
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
31
25
|
|
|
32
26
|
[[package]]
|
|
33
27
|
name = "alloc-stdlib"
|
|
34
|
-
version = "0.2.
|
|
28
|
+
version = "0.2.2"
|
|
35
29
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
-
checksum = "
|
|
30
|
+
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
37
31
|
dependencies = [
|
|
38
32
|
"alloc-no-stdlib",
|
|
39
33
|
]
|
|
40
34
|
|
|
41
|
-
[[package]]
|
|
42
|
-
name = "ansi_term"
|
|
43
|
-
version = "0.12.1"
|
|
44
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
-
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
46
|
-
dependencies = [
|
|
47
|
-
"winapi",
|
|
48
|
-
]
|
|
49
|
-
|
|
50
35
|
[[package]]
|
|
51
36
|
name = "anyhow"
|
|
52
|
-
version = "1.0.
|
|
37
|
+
version = "1.0.66"
|
|
53
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
-
checksum = "
|
|
39
|
+
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
|
55
40
|
|
|
56
41
|
[[package]]
|
|
57
42
|
name = "app"
|
|
@@ -64,7 +49,7 @@ dependencies = [
|
|
|
64
49
|
"tauri-build",
|
|
65
50
|
"tauri-utils",
|
|
66
51
|
"webbrowser",
|
|
67
|
-
"wry
|
|
52
|
+
"wry",
|
|
68
53
|
]
|
|
69
54
|
|
|
70
55
|
[[package]]
|
|
@@ -88,7 +73,7 @@ dependencies = [
|
|
|
88
73
|
"glib-sys",
|
|
89
74
|
"gobject-sys",
|
|
90
75
|
"libc",
|
|
91
|
-
"system-deps 6.0.
|
|
76
|
+
"system-deps 6.0.3",
|
|
92
77
|
]
|
|
93
78
|
|
|
94
79
|
[[package]]
|
|
@@ -115,9 +100,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
115
100
|
|
|
116
101
|
[[package]]
|
|
117
102
|
name = "base64"
|
|
118
|
-
version = "0.13.
|
|
103
|
+
version = "0.13.1"
|
|
119
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
-
checksum = "
|
|
105
|
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
121
106
|
|
|
122
107
|
[[package]]
|
|
123
108
|
name = "bit_field"
|
|
@@ -139,9 +124,9 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
139
124
|
|
|
140
125
|
[[package]]
|
|
141
126
|
name = "block-buffer"
|
|
142
|
-
version = "0.10.
|
|
127
|
+
version = "0.10.3"
|
|
143
128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
144
|
-
checksum = "
|
|
129
|
+
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
145
130
|
dependencies = [
|
|
146
131
|
"generic-array",
|
|
147
132
|
]
|
|
@@ -178,15 +163,15 @@ dependencies = [
|
|
|
178
163
|
|
|
179
164
|
[[package]]
|
|
180
165
|
name = "bumpalo"
|
|
181
|
-
version = "3.
|
|
166
|
+
version = "3.11.1"
|
|
182
167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
183
|
-
checksum = "
|
|
168
|
+
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
|
184
169
|
|
|
185
170
|
[[package]]
|
|
186
171
|
name = "bytemuck"
|
|
187
|
-
version = "1.
|
|
172
|
+
version = "1.12.3"
|
|
188
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
189
|
-
checksum = "
|
|
174
|
+
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
|
190
175
|
|
|
191
176
|
[[package]]
|
|
192
177
|
name = "byteorder"
|
|
@@ -196,9 +181,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
196
181
|
|
|
197
182
|
[[package]]
|
|
198
183
|
name = "bytes"
|
|
199
|
-
version = "1.
|
|
184
|
+
version = "1.3.0"
|
|
200
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
201
|
-
checksum = "
|
|
186
|
+
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
|
202
187
|
|
|
203
188
|
[[package]]
|
|
204
189
|
name = "cairo-rs"
|
|
@@ -221,7 +206,7 @@ checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
|
|
221
206
|
dependencies = [
|
|
222
207
|
"glib-sys",
|
|
223
208
|
"libc",
|
|
224
|
-
"system-deps 6.0.
|
|
209
|
+
"system-deps 6.0.3",
|
|
225
210
|
]
|
|
226
211
|
|
|
227
212
|
[[package]]
|
|
@@ -236,9 +221,9 @@ dependencies = [
|
|
|
236
221
|
|
|
237
222
|
[[package]]
|
|
238
223
|
name = "cc"
|
|
239
|
-
version = "1.0.
|
|
224
|
+
version = "1.0.77"
|
|
240
225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
-
checksum = "
|
|
226
|
+
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
|
242
227
|
|
|
243
228
|
[[package]]
|
|
244
229
|
name = "cesu8"
|
|
@@ -267,9 +252,9 @@ dependencies = [
|
|
|
267
252
|
|
|
268
253
|
[[package]]
|
|
269
254
|
name = "cfg-expr"
|
|
270
|
-
version = "0.
|
|
255
|
+
version = "0.11.0"
|
|
271
256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
-
checksum = "
|
|
257
|
+
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
|
|
273
258
|
dependencies = [
|
|
274
259
|
"smallvec",
|
|
275
260
|
]
|
|
@@ -282,9 +267,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
282
267
|
|
|
283
268
|
[[package]]
|
|
284
269
|
name = "cocoa"
|
|
285
|
-
version = "0.24.
|
|
270
|
+
version = "0.24.1"
|
|
286
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
-
checksum = "
|
|
272
|
+
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
|
288
273
|
dependencies = [
|
|
289
274
|
"bitflags",
|
|
290
275
|
"block",
|
|
@@ -319,9 +304,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
319
304
|
|
|
320
305
|
[[package]]
|
|
321
306
|
name = "combine"
|
|
322
|
-
version = "4.6.
|
|
307
|
+
version = "4.6.6"
|
|
323
308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
324
|
-
checksum = "
|
|
309
|
+
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
325
310
|
dependencies = [
|
|
326
311
|
"bytes",
|
|
327
312
|
"memchr",
|
|
@@ -376,9 +361,9 @@ dependencies = [
|
|
|
376
361
|
|
|
377
362
|
[[package]]
|
|
378
363
|
name = "cpufeatures"
|
|
379
|
-
version = "0.2.
|
|
364
|
+
version = "0.2.5"
|
|
380
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
-
checksum = "
|
|
366
|
+
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
|
382
367
|
dependencies = [
|
|
383
368
|
"libc",
|
|
384
369
|
]
|
|
@@ -394,9 +379,9 @@ dependencies = [
|
|
|
394
379
|
|
|
395
380
|
[[package]]
|
|
396
381
|
name = "crossbeam-channel"
|
|
397
|
-
version = "0.5.
|
|
382
|
+
version = "0.5.6"
|
|
398
383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
399
|
-
checksum = "
|
|
384
|
+
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
|
400
385
|
dependencies = [
|
|
401
386
|
"cfg-if",
|
|
402
387
|
"crossbeam-utils",
|
|
@@ -415,25 +400,24 @@ dependencies = [
|
|
|
415
400
|
|
|
416
401
|
[[package]]
|
|
417
402
|
name = "crossbeam-epoch"
|
|
418
|
-
version = "0.9.
|
|
403
|
+
version = "0.9.13"
|
|
419
404
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
-
checksum = "
|
|
405
|
+
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
|
421
406
|
dependencies = [
|
|
422
407
|
"autocfg",
|
|
423
408
|
"cfg-if",
|
|
424
409
|
"crossbeam-utils",
|
|
425
|
-
"memoffset",
|
|
410
|
+
"memoffset 0.7.1",
|
|
426
411
|
"scopeguard",
|
|
427
412
|
]
|
|
428
413
|
|
|
429
414
|
[[package]]
|
|
430
415
|
name = "crossbeam-utils"
|
|
431
|
-
version = "0.8.
|
|
416
|
+
version = "0.8.14"
|
|
432
417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
433
|
-
checksum = "
|
|
418
|
+
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
|
434
419
|
dependencies = [
|
|
435
420
|
"cfg-if",
|
|
436
|
-
"once_cell",
|
|
437
421
|
]
|
|
438
422
|
|
|
439
423
|
[[package]]
|
|
@@ -444,9 +428,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
444
428
|
|
|
445
429
|
[[package]]
|
|
446
430
|
name = "crypto-common"
|
|
447
|
-
version = "0.1.
|
|
431
|
+
version = "0.1.6"
|
|
448
432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
449
|
-
checksum = "
|
|
433
|
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
450
434
|
dependencies = [
|
|
451
435
|
"generic-array",
|
|
452
436
|
"typenum",
|
|
@@ -481,9 +465,9 @@ dependencies = [
|
|
|
481
465
|
|
|
482
466
|
[[package]]
|
|
483
467
|
name = "ctor"
|
|
484
|
-
version = "0.1.
|
|
468
|
+
version = "0.1.26"
|
|
485
469
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
486
|
-
checksum = "
|
|
470
|
+
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
|
487
471
|
dependencies = [
|
|
488
472
|
"quote",
|
|
489
473
|
"syn",
|
|
@@ -532,25 +516,15 @@ dependencies = [
|
|
|
532
516
|
|
|
533
517
|
[[package]]
|
|
534
518
|
name = "dbus"
|
|
535
|
-
version = "0.9.
|
|
519
|
+
version = "0.9.6"
|
|
536
520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
537
|
-
checksum = "
|
|
521
|
+
checksum = "6f8bcdd56d2e5c4ed26a529c5a9029f5db8290d433497506f958eae3be148eb6"
|
|
538
522
|
dependencies = [
|
|
539
523
|
"libc",
|
|
540
524
|
"libdbus-sys",
|
|
541
525
|
"winapi",
|
|
542
526
|
]
|
|
543
527
|
|
|
544
|
-
[[package]]
|
|
545
|
-
name = "deflate"
|
|
546
|
-
version = "0.7.20"
|
|
547
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
-
checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
|
|
549
|
-
dependencies = [
|
|
550
|
-
"adler32",
|
|
551
|
-
"byteorder",
|
|
552
|
-
]
|
|
553
|
-
|
|
554
528
|
[[package]]
|
|
555
529
|
name = "derive_more"
|
|
556
530
|
version = "0.99.17"
|
|
@@ -566,9 +540,9 @@ dependencies = [
|
|
|
566
540
|
|
|
567
541
|
[[package]]
|
|
568
542
|
name = "digest"
|
|
569
|
-
version = "0.10.
|
|
543
|
+
version = "0.10.6"
|
|
570
544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
571
|
-
checksum = "
|
|
545
|
+
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
572
546
|
dependencies = [
|
|
573
547
|
"block-buffer",
|
|
574
548
|
"crypto-common",
|
|
@@ -653,16 +627,16 @@ dependencies = [
|
|
|
653
627
|
"flume",
|
|
654
628
|
"half",
|
|
655
629
|
"lebe",
|
|
656
|
-
"miniz_oxide
|
|
630
|
+
"miniz_oxide",
|
|
657
631
|
"smallvec",
|
|
658
632
|
"threadpool",
|
|
659
633
|
]
|
|
660
634
|
|
|
661
635
|
[[package]]
|
|
662
636
|
name = "fastrand"
|
|
663
|
-
version = "1.
|
|
637
|
+
version = "1.8.0"
|
|
664
638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
665
|
-
checksum = "
|
|
639
|
+
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
|
666
640
|
dependencies = [
|
|
667
641
|
"instant",
|
|
668
642
|
]
|
|
@@ -673,30 +647,30 @@ version = "0.3.4"
|
|
|
673
647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
648
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
|
675
649
|
dependencies = [
|
|
676
|
-
"memoffset",
|
|
650
|
+
"memoffset 0.6.5",
|
|
677
651
|
"rustc_version 0.3.3",
|
|
678
652
|
]
|
|
679
653
|
|
|
680
654
|
[[package]]
|
|
681
655
|
name = "filetime"
|
|
682
|
-
version = "0.2.
|
|
656
|
+
version = "0.2.18"
|
|
683
657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
-
checksum = "
|
|
658
|
+
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
|
|
685
659
|
dependencies = [
|
|
686
660
|
"cfg-if",
|
|
687
661
|
"libc",
|
|
688
662
|
"redox_syscall",
|
|
689
|
-
"
|
|
663
|
+
"windows-sys 0.42.0",
|
|
690
664
|
]
|
|
691
665
|
|
|
692
666
|
[[package]]
|
|
693
667
|
name = "flate2"
|
|
694
|
-
version = "1.0.
|
|
668
|
+
version = "1.0.25"
|
|
695
669
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
-
checksum = "
|
|
670
|
+
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
|
697
671
|
dependencies = [
|
|
698
672
|
"crc32fast",
|
|
699
|
-
"miniz_oxide
|
|
673
|
+
"miniz_oxide",
|
|
700
674
|
]
|
|
701
675
|
|
|
702
676
|
[[package]]
|
|
@@ -735,11 +709,10 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
735
709
|
|
|
736
710
|
[[package]]
|
|
737
711
|
name = "form_urlencoded"
|
|
738
|
-
version = "1.0
|
|
712
|
+
version = "1.1.0"
|
|
739
713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
740
|
-
checksum = "
|
|
714
|
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
|
741
715
|
dependencies = [
|
|
742
|
-
"matches",
|
|
743
716
|
"percent-encoding",
|
|
744
717
|
]
|
|
745
718
|
|
|
@@ -755,24 +728,24 @@ dependencies = [
|
|
|
755
728
|
|
|
756
729
|
[[package]]
|
|
757
730
|
name = "futures-channel"
|
|
758
|
-
version = "0.3.
|
|
731
|
+
version = "0.3.25"
|
|
759
732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
760
|
-
checksum = "
|
|
733
|
+
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
|
761
734
|
dependencies = [
|
|
762
735
|
"futures-core",
|
|
763
736
|
]
|
|
764
737
|
|
|
765
738
|
[[package]]
|
|
766
739
|
name = "futures-core"
|
|
767
|
-
version = "0.3.
|
|
740
|
+
version = "0.3.25"
|
|
768
741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
769
|
-
checksum = "
|
|
742
|
+
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
|
770
743
|
|
|
771
744
|
[[package]]
|
|
772
745
|
name = "futures-executor"
|
|
773
|
-
version = "0.3.
|
|
746
|
+
version = "0.3.25"
|
|
774
747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
775
|
-
checksum = "
|
|
748
|
+
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
|
776
749
|
dependencies = [
|
|
777
750
|
"futures-core",
|
|
778
751
|
"futures-task",
|
|
@@ -781,15 +754,15 @@ dependencies = [
|
|
|
781
754
|
|
|
782
755
|
[[package]]
|
|
783
756
|
name = "futures-io"
|
|
784
|
-
version = "0.3.
|
|
757
|
+
version = "0.3.25"
|
|
785
758
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
-
checksum = "
|
|
759
|
+
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
|
787
760
|
|
|
788
761
|
[[package]]
|
|
789
762
|
name = "futures-macro"
|
|
790
|
-
version = "0.3.
|
|
763
|
+
version = "0.3.25"
|
|
791
764
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
792
|
-
checksum = "
|
|
765
|
+
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
|
|
793
766
|
dependencies = [
|
|
794
767
|
"proc-macro2",
|
|
795
768
|
"quote",
|
|
@@ -804,15 +777,15 @@ checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
|
804
777
|
|
|
805
778
|
[[package]]
|
|
806
779
|
name = "futures-task"
|
|
807
|
-
version = "0.3.
|
|
780
|
+
version = "0.3.25"
|
|
808
781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
-
checksum = "
|
|
782
|
+
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
|
810
783
|
|
|
811
784
|
[[package]]
|
|
812
785
|
name = "futures-util"
|
|
813
|
-
version = "0.3.
|
|
786
|
+
version = "0.3.25"
|
|
814
787
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
815
|
-
checksum = "
|
|
788
|
+
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
|
816
789
|
dependencies = [
|
|
817
790
|
"futures-core",
|
|
818
791
|
"futures-macro",
|
|
@@ -870,7 +843,7 @@ dependencies = [
|
|
|
870
843
|
"glib-sys",
|
|
871
844
|
"gobject-sys",
|
|
872
845
|
"libc",
|
|
873
|
-
"system-deps 6.0.
|
|
846
|
+
"system-deps 6.0.3",
|
|
874
847
|
]
|
|
875
848
|
|
|
876
849
|
[[package]]
|
|
@@ -887,7 +860,7 @@ dependencies = [
|
|
|
887
860
|
"libc",
|
|
888
861
|
"pango-sys",
|
|
889
862
|
"pkg-config",
|
|
890
|
-
"system-deps 6.0.
|
|
863
|
+
"system-deps 6.0.3",
|
|
891
864
|
]
|
|
892
865
|
|
|
893
866
|
[[package]]
|
|
@@ -899,28 +872,28 @@ dependencies = [
|
|
|
899
872
|
"gdk-sys",
|
|
900
873
|
"glib-sys",
|
|
901
874
|
"libc",
|
|
902
|
-
"system-deps 6.0.
|
|
875
|
+
"system-deps 6.0.3",
|
|
903
876
|
"x11",
|
|
904
877
|
]
|
|
905
878
|
|
|
906
879
|
[[package]]
|
|
907
880
|
name = "generator"
|
|
908
|
-
version = "0.7.
|
|
881
|
+
version = "0.7.1"
|
|
909
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
-
checksum = "
|
|
883
|
+
checksum = "cc184cace1cea8335047a471cc1da80f18acf8a76f3bab2028d499e328948ec7"
|
|
911
884
|
dependencies = [
|
|
912
885
|
"cc",
|
|
913
886
|
"libc",
|
|
914
887
|
"log",
|
|
915
888
|
"rustversion",
|
|
916
|
-
"
|
|
889
|
+
"windows 0.32.0",
|
|
917
890
|
]
|
|
918
891
|
|
|
919
892
|
[[package]]
|
|
920
893
|
name = "generic-array"
|
|
921
|
-
version = "0.14.
|
|
894
|
+
version = "0.14.6"
|
|
922
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
923
|
-
checksum = "
|
|
896
|
+
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
924
897
|
dependencies = [
|
|
925
898
|
"typenum",
|
|
926
899
|
"version_check",
|
|
@@ -939,9 +912,9 @@ dependencies = [
|
|
|
939
912
|
|
|
940
913
|
[[package]]
|
|
941
914
|
name = "getrandom"
|
|
942
|
-
version = "0.2.
|
|
915
|
+
version = "0.2.8"
|
|
943
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
|
-
checksum = "
|
|
917
|
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
|
945
918
|
dependencies = [
|
|
946
919
|
"cfg-if",
|
|
947
920
|
"js-sys",
|
|
@@ -986,7 +959,7 @@ dependencies = [
|
|
|
986
959
|
"glib-sys",
|
|
987
960
|
"gobject-sys",
|
|
988
961
|
"libc",
|
|
989
|
-
"system-deps 6.0.
|
|
962
|
+
"system-deps 6.0.3",
|
|
990
963
|
"winapi",
|
|
991
964
|
]
|
|
992
965
|
|
|
@@ -1032,7 +1005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1032
1005
|
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
|
|
1033
1006
|
dependencies = [
|
|
1034
1007
|
"libc",
|
|
1035
|
-
"system-deps 6.0.
|
|
1008
|
+
"system-deps 6.0.3",
|
|
1036
1009
|
]
|
|
1037
1010
|
|
|
1038
1011
|
[[package]]
|
|
@@ -1062,7 +1035,7 @@ checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
|
|
|
1062
1035
|
dependencies = [
|
|
1063
1036
|
"glib-sys",
|
|
1064
1037
|
"libc",
|
|
1065
|
-
"system-deps 6.0.
|
|
1038
|
+
"system-deps 6.0.3",
|
|
1066
1039
|
]
|
|
1067
1040
|
|
|
1068
1041
|
[[package]]
|
|
@@ -1103,7 +1076,7 @@ dependencies = [
|
|
|
1103
1076
|
"gobject-sys",
|
|
1104
1077
|
"libc",
|
|
1105
1078
|
"pango-sys",
|
|
1106
|
-
"system-deps 6.0.
|
|
1079
|
+
"system-deps 6.0.3",
|
|
1107
1080
|
]
|
|
1108
1081
|
|
|
1109
1082
|
[[package]]
|
|
@@ -1131,9 +1104,9 @@ dependencies = [
|
|
|
1131
1104
|
|
|
1132
1105
|
[[package]]
|
|
1133
1106
|
name = "hashbrown"
|
|
1134
|
-
version = "0.12.
|
|
1107
|
+
version = "0.12.3"
|
|
1135
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
-
checksum = "
|
|
1109
|
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1137
1110
|
|
|
1138
1111
|
[[package]]
|
|
1139
1112
|
name = "heck"
|
|
@@ -1181,7 +1154,7 @@ checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
|
1181
1154
|
dependencies = [
|
|
1182
1155
|
"bytes",
|
|
1183
1156
|
"fnv",
|
|
1184
|
-
"itoa 1.0.
|
|
1157
|
+
"itoa 1.0.4",
|
|
1185
1158
|
]
|
|
1186
1159
|
|
|
1187
1160
|
[[package]]
|
|
@@ -1192,12 +1165,12 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
|
|
|
1192
1165
|
|
|
1193
1166
|
[[package]]
|
|
1194
1167
|
name = "ico"
|
|
1195
|
-
version = "0.
|
|
1168
|
+
version = "0.2.0"
|
|
1196
1169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1197
|
-
checksum = "
|
|
1170
|
+
checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
|
|
1198
1171
|
dependencies = [
|
|
1199
1172
|
"byteorder",
|
|
1200
|
-
"png
|
|
1173
|
+
"png",
|
|
1201
1174
|
]
|
|
1202
1175
|
|
|
1203
1176
|
[[package]]
|
|
@@ -1208,11 +1181,10 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
1208
1181
|
|
|
1209
1182
|
[[package]]
|
|
1210
1183
|
name = "idna"
|
|
1211
|
-
version = "0.
|
|
1184
|
+
version = "0.3.0"
|
|
1212
1185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1213
|
-
checksum = "
|
|
1186
|
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
1214
1187
|
dependencies = [
|
|
1215
|
-
"matches",
|
|
1216
1188
|
"unicode-bidi",
|
|
1217
1189
|
"unicode-normalization",
|
|
1218
1190
|
]
|
|
@@ -1249,16 +1221,16 @@ dependencies = [
|
|
|
1249
1221
|
"jpeg-decoder",
|
|
1250
1222
|
"num-rational",
|
|
1251
1223
|
"num-traits",
|
|
1252
|
-
"png
|
|
1224
|
+
"png",
|
|
1253
1225
|
"scoped_threadpool",
|
|
1254
1226
|
"tiff",
|
|
1255
1227
|
]
|
|
1256
1228
|
|
|
1257
1229
|
[[package]]
|
|
1258
1230
|
name = "indexmap"
|
|
1259
|
-
version = "1.9.
|
|
1231
|
+
version = "1.9.2"
|
|
1260
1232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
-
checksum = "
|
|
1233
|
+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
1262
1234
|
dependencies = [
|
|
1263
1235
|
"autocfg",
|
|
1264
1236
|
"hashbrown",
|
|
@@ -1273,15 +1245,6 @@ dependencies = [
|
|
|
1273
1245
|
"cfb",
|
|
1274
1246
|
]
|
|
1275
1247
|
|
|
1276
|
-
[[package]]
|
|
1277
|
-
name = "inflate"
|
|
1278
|
-
version = "0.3.4"
|
|
1279
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1280
|
-
checksum = "f5f9f47468e9a76a6452271efadc88fe865a82be91fe75e6c0c57b87ccea59d4"
|
|
1281
|
-
dependencies = [
|
|
1282
|
-
"adler32",
|
|
1283
|
-
]
|
|
1284
|
-
|
|
1285
1248
|
[[package]]
|
|
1286
1249
|
name = "instant"
|
|
1287
1250
|
version = "0.1.12"
|
|
@@ -1299,9 +1262,9 @@ checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
1299
1262
|
|
|
1300
1263
|
[[package]]
|
|
1301
1264
|
name = "itoa"
|
|
1302
|
-
version = "1.0.
|
|
1265
|
+
version = "1.0.4"
|
|
1303
1266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1304
|
-
checksum = "
|
|
1267
|
+
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
|
1305
1268
|
|
|
1306
1269
|
[[package]]
|
|
1307
1270
|
name = "javascriptcore-rs"
|
|
@@ -1357,9 +1320,9 @@ dependencies = [
|
|
|
1357
1320
|
|
|
1358
1321
|
[[package]]
|
|
1359
1322
|
name = "js-sys"
|
|
1360
|
-
version = "0.3.
|
|
1323
|
+
version = "0.3.60"
|
|
1361
1324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1362
|
-
checksum = "
|
|
1325
|
+
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
|
1363
1326
|
dependencies = [
|
|
1364
1327
|
"wasm-bindgen",
|
|
1365
1328
|
]
|
|
@@ -1401,9 +1364,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
1401
1364
|
|
|
1402
1365
|
[[package]]
|
|
1403
1366
|
name = "libc"
|
|
1404
|
-
version = "0.2.
|
|
1367
|
+
version = "0.2.137"
|
|
1405
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1406
|
-
checksum = "
|
|
1369
|
+
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
|
|
1407
1370
|
|
|
1408
1371
|
[[package]]
|
|
1409
1372
|
name = "libdbus-sys"
|
|
@@ -1425,9 +1388,9 @@ dependencies = [
|
|
|
1425
1388
|
|
|
1426
1389
|
[[package]]
|
|
1427
1390
|
name = "lock_api"
|
|
1428
|
-
version = "0.4.
|
|
1391
|
+
version = "0.4.9"
|
|
1429
1392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
-
checksum = "
|
|
1393
|
+
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
1431
1394
|
dependencies = [
|
|
1432
1395
|
"autocfg",
|
|
1433
1396
|
"scopeguard",
|
|
@@ -1465,9 +1428,9 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
1465
1428
|
|
|
1466
1429
|
[[package]]
|
|
1467
1430
|
name = "mac-notification-sys"
|
|
1468
|
-
version = "0.5.
|
|
1431
|
+
version = "0.5.6"
|
|
1469
1432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1470
|
-
checksum = "
|
|
1433
|
+
checksum = "3e72d50edb17756489e79d52eb146927bec8eba9dd48faadf9ef08bca3791ad5"
|
|
1471
1434
|
dependencies = [
|
|
1472
1435
|
"cc",
|
|
1473
1436
|
"dirs-next",
|
|
@@ -1530,12 +1493,12 @@ dependencies = [
|
|
|
1530
1493
|
]
|
|
1531
1494
|
|
|
1532
1495
|
[[package]]
|
|
1533
|
-
name = "
|
|
1534
|
-
version = "0.
|
|
1496
|
+
name = "memoffset"
|
|
1497
|
+
version = "0.7.1"
|
|
1535
1498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1536
|
-
checksum = "
|
|
1499
|
+
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
1537
1500
|
dependencies = [
|
|
1538
|
-
"
|
|
1501
|
+
"autocfg",
|
|
1539
1502
|
]
|
|
1540
1503
|
|
|
1541
1504
|
[[package]]
|
|
@@ -1553,14 +1516,14 @@ version = "0.7.0"
|
|
|
1553
1516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
1517
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
1555
1518
|
dependencies = [
|
|
1556
|
-
"getrandom 0.2.
|
|
1519
|
+
"getrandom 0.2.8",
|
|
1557
1520
|
]
|
|
1558
1521
|
|
|
1559
1522
|
[[package]]
|
|
1560
1523
|
name = "native-tls"
|
|
1561
|
-
version = "0.2.
|
|
1524
|
+
version = "0.2.11"
|
|
1562
1525
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1563
|
-
checksum = "
|
|
1526
|
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
1564
1527
|
dependencies = [
|
|
1565
1528
|
"lazy_static",
|
|
1566
1529
|
"libc",
|
|
@@ -1616,33 +1579,32 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
1616
1579
|
|
|
1617
1580
|
[[package]]
|
|
1618
1581
|
name = "notify-rust"
|
|
1619
|
-
version = "4.5.
|
|
1582
|
+
version = "4.5.10"
|
|
1620
1583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1621
|
-
checksum = "
|
|
1584
|
+
checksum = "368e89ea58df747ce88be669ae44e79783c1d30bfd540ad0fc520b3f41f0b3b0"
|
|
1622
1585
|
dependencies = [
|
|
1623
1586
|
"dbus",
|
|
1624
1587
|
"mac-notification-sys",
|
|
1625
|
-
"winrt-notification",
|
|
1588
|
+
"tauri-winrt-notification",
|
|
1626
1589
|
]
|
|
1627
1590
|
|
|
1628
1591
|
[[package]]
|
|
1629
|
-
name = "
|
|
1630
|
-
version = "0.
|
|
1592
|
+
name = "nu-ansi-term"
|
|
1593
|
+
version = "0.46.0"
|
|
1631
1594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1632
|
-
checksum = "
|
|
1595
|
+
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
1633
1596
|
dependencies = [
|
|
1634
|
-
"
|
|
1635
|
-
"
|
|
1597
|
+
"overload",
|
|
1598
|
+
"winapi",
|
|
1636
1599
|
]
|
|
1637
1600
|
|
|
1638
1601
|
[[package]]
|
|
1639
|
-
name = "num-
|
|
1640
|
-
version = "0.1.
|
|
1602
|
+
name = "num-integer"
|
|
1603
|
+
version = "0.1.45"
|
|
1641
1604
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
-
checksum = "
|
|
1605
|
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
1643
1606
|
dependencies = [
|
|
1644
1607
|
"autocfg",
|
|
1645
|
-
"num-integer",
|
|
1646
1608
|
"num-traits",
|
|
1647
1609
|
]
|
|
1648
1610
|
|
|
@@ -1668,9 +1630,9 @@ dependencies = [
|
|
|
1668
1630
|
|
|
1669
1631
|
[[package]]
|
|
1670
1632
|
name = "num_cpus"
|
|
1671
|
-
version = "1.
|
|
1633
|
+
version = "1.14.0"
|
|
1672
1634
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1673
|
-
checksum = "
|
|
1635
|
+
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
|
1674
1636
|
dependencies = [
|
|
1675
1637
|
"hermit-abi",
|
|
1676
1638
|
"libc",
|
|
@@ -1697,15 +1659,6 @@ dependencies = [
|
|
|
1697
1659
|
"syn",
|
|
1698
1660
|
]
|
|
1699
1661
|
|
|
1700
|
-
[[package]]
|
|
1701
|
-
name = "num_threads"
|
|
1702
|
-
version = "0.1.6"
|
|
1703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1704
|
-
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
1705
|
-
dependencies = [
|
|
1706
|
-
"libc",
|
|
1707
|
-
]
|
|
1708
|
-
|
|
1709
1662
|
[[package]]
|
|
1710
1663
|
name = "objc"
|
|
1711
1664
|
version = "0.2.7"
|
|
@@ -1747,25 +1700,25 @@ dependencies = [
|
|
|
1747
1700
|
|
|
1748
1701
|
[[package]]
|
|
1749
1702
|
name = "once_cell"
|
|
1750
|
-
version = "1.
|
|
1703
|
+
version = "1.16.0"
|
|
1751
1704
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1752
|
-
checksum = "
|
|
1705
|
+
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
1753
1706
|
|
|
1754
1707
|
[[package]]
|
|
1755
1708
|
name = "open"
|
|
1756
|
-
version = "3.0
|
|
1709
|
+
version = "3.2.0"
|
|
1757
1710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1758
|
-
checksum = "
|
|
1711
|
+
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
|
|
1759
1712
|
dependencies = [
|
|
1760
1713
|
"pathdiff",
|
|
1761
|
-
"windows-sys",
|
|
1714
|
+
"windows-sys 0.42.0",
|
|
1762
1715
|
]
|
|
1763
1716
|
|
|
1764
1717
|
[[package]]
|
|
1765
1718
|
name = "openssl"
|
|
1766
|
-
version = "0.10.
|
|
1719
|
+
version = "0.10.43"
|
|
1767
1720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1768
|
-
checksum = "
|
|
1721
|
+
checksum = "020433887e44c27ff16365eaa2d380547a94544ad509aff6eb5b6e3e0b27b376"
|
|
1769
1722
|
dependencies = [
|
|
1770
1723
|
"bitflags",
|
|
1771
1724
|
"cfg-if",
|
|
@@ -1795,9 +1748,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
1795
1748
|
|
|
1796
1749
|
[[package]]
|
|
1797
1750
|
name = "openssl-sys"
|
|
1798
|
-
version = "0.9.
|
|
1751
|
+
version = "0.9.78"
|
|
1799
1752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1800
|
-
checksum = "
|
|
1753
|
+
checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132"
|
|
1801
1754
|
dependencies = [
|
|
1802
1755
|
"autocfg",
|
|
1803
1756
|
"cc",
|
|
@@ -1819,14 +1772,20 @@ dependencies = [
|
|
|
1819
1772
|
|
|
1820
1773
|
[[package]]
|
|
1821
1774
|
name = "os_pipe"
|
|
1822
|
-
version = "1.
|
|
1775
|
+
version = "1.1.1"
|
|
1823
1776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
|
-
checksum = "
|
|
1777
|
+
checksum = "0dceb7e43f59c35ee1548045b2c72945a5a3bb6ce6d6f07cdc13dc8f6bc4930a"
|
|
1825
1778
|
dependencies = [
|
|
1826
1779
|
"libc",
|
|
1827
1780
|
"winapi",
|
|
1828
1781
|
]
|
|
1829
1782
|
|
|
1783
|
+
[[package]]
|
|
1784
|
+
name = "overload"
|
|
1785
|
+
version = "0.1.1"
|
|
1786
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1787
|
+
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
1788
|
+
|
|
1830
1789
|
[[package]]
|
|
1831
1790
|
name = "pango"
|
|
1832
1791
|
version = "0.15.10"
|
|
@@ -1849,7 +1808,7 @@ dependencies = [
|
|
|
1849
1808
|
"glib-sys",
|
|
1850
1809
|
"gobject-sys",
|
|
1851
1810
|
"libc",
|
|
1852
|
-
"system-deps 6.0.
|
|
1811
|
+
"system-deps 6.0.3",
|
|
1853
1812
|
]
|
|
1854
1813
|
|
|
1855
1814
|
[[package]]
|
|
@@ -1864,22 +1823,22 @@ dependencies = [
|
|
|
1864
1823
|
|
|
1865
1824
|
[[package]]
|
|
1866
1825
|
name = "parking_lot_core"
|
|
1867
|
-
version = "0.9.
|
|
1826
|
+
version = "0.9.4"
|
|
1868
1827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1869
|
-
checksum = "
|
|
1828
|
+
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
|
1870
1829
|
dependencies = [
|
|
1871
1830
|
"cfg-if",
|
|
1872
1831
|
"libc",
|
|
1873
1832
|
"redox_syscall",
|
|
1874
1833
|
"smallvec",
|
|
1875
|
-
"windows-sys",
|
|
1834
|
+
"windows-sys 0.42.0",
|
|
1876
1835
|
]
|
|
1877
1836
|
|
|
1878
1837
|
[[package]]
|
|
1879
1838
|
name = "paste"
|
|
1880
|
-
version = "1.0.
|
|
1839
|
+
version = "1.0.9"
|
|
1881
1840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1882
|
-
checksum = "
|
|
1841
|
+
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
|
|
1883
1842
|
|
|
1884
1843
|
[[package]]
|
|
1885
1844
|
name = "pathdiff"
|
|
@@ -1895,10 +1854,11 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
|
|
1895
1854
|
|
|
1896
1855
|
[[package]]
|
|
1897
1856
|
name = "pest"
|
|
1898
|
-
version = "2.
|
|
1857
|
+
version = "2.5.0"
|
|
1899
1858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1900
|
-
checksum = "
|
|
1859
|
+
checksum = "5f400b0f7905bf702f9f3dc3df5a121b16c54e9e8012c082905fdf09a931861a"
|
|
1901
1860
|
dependencies = [
|
|
1861
|
+
"thiserror",
|
|
1902
1862
|
"ucd-trie",
|
|
1903
1863
|
]
|
|
1904
1864
|
|
|
@@ -2034,9 +1994,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
2034
1994
|
|
|
2035
1995
|
[[package]]
|
|
2036
1996
|
name = "pkg-config"
|
|
2037
|
-
version = "0.3.
|
|
1997
|
+
version = "0.3.26"
|
|
2038
1998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2039
|
-
checksum = "
|
|
1999
|
+
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
2040
2000
|
|
|
2041
2001
|
[[package]]
|
|
2042
2002
|
name = "plist"
|
|
@@ -2052,18 +2012,6 @@ dependencies = [
|
|
|
2052
2012
|
"xml-rs",
|
|
2053
2013
|
]
|
|
2054
2014
|
|
|
2055
|
-
[[package]]
|
|
2056
|
-
name = "png"
|
|
2057
|
-
version = "0.11.0"
|
|
2058
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2059
|
-
checksum = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
|
|
2060
|
-
dependencies = [
|
|
2061
|
-
"bitflags",
|
|
2062
|
-
"deflate",
|
|
2063
|
-
"inflate",
|
|
2064
|
-
"num-iter",
|
|
2065
|
-
]
|
|
2066
|
-
|
|
2067
2015
|
[[package]]
|
|
2068
2016
|
name = "png"
|
|
2069
2017
|
version = "0.17.7"
|
|
@@ -2073,14 +2021,14 @@ dependencies = [
|
|
|
2073
2021
|
"bitflags",
|
|
2074
2022
|
"crc32fast",
|
|
2075
2023
|
"flate2",
|
|
2076
|
-
"miniz_oxide
|
|
2024
|
+
"miniz_oxide",
|
|
2077
2025
|
]
|
|
2078
2026
|
|
|
2079
2027
|
[[package]]
|
|
2080
2028
|
name = "ppv-lite86"
|
|
2081
|
-
version = "0.2.
|
|
2029
|
+
version = "0.2.17"
|
|
2082
2030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2083
|
-
checksum = "
|
|
2031
|
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
2084
2032
|
|
|
2085
2033
|
[[package]]
|
|
2086
2034
|
name = "precomputed-hash"
|
|
@@ -2090,10 +2038,11 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
2090
2038
|
|
|
2091
2039
|
[[package]]
|
|
2092
2040
|
name = "proc-macro-crate"
|
|
2093
|
-
version = "1.1
|
|
2041
|
+
version = "1.2.1"
|
|
2094
2042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2095
|
-
checksum = "
|
|
2043
|
+
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
|
2096
2044
|
dependencies = [
|
|
2045
|
+
"once_cell",
|
|
2097
2046
|
"thiserror",
|
|
2098
2047
|
"toml",
|
|
2099
2048
|
]
|
|
@@ -2130,18 +2079,27 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
2130
2079
|
|
|
2131
2080
|
[[package]]
|
|
2132
2081
|
name = "proc-macro2"
|
|
2133
|
-
version = "1.0.
|
|
2082
|
+
version = "1.0.47"
|
|
2134
2083
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2135
|
-
checksum = "
|
|
2084
|
+
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
|
2136
2085
|
dependencies = [
|
|
2137
2086
|
"unicode-ident",
|
|
2138
2087
|
]
|
|
2139
2088
|
|
|
2089
|
+
[[package]]
|
|
2090
|
+
name = "quick-xml"
|
|
2091
|
+
version = "0.23.1"
|
|
2092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2093
|
+
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
|
2094
|
+
dependencies = [
|
|
2095
|
+
"memchr",
|
|
2096
|
+
]
|
|
2097
|
+
|
|
2140
2098
|
[[package]]
|
|
2141
2099
|
name = "quote"
|
|
2142
|
-
version = "1.0.
|
|
2100
|
+
version = "1.0.21"
|
|
2143
2101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2144
|
-
checksum = "
|
|
2102
|
+
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
|
2145
2103
|
dependencies = [
|
|
2146
2104
|
"proc-macro2",
|
|
2147
2105
|
]
|
|
@@ -2168,7 +2126,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
2168
2126
|
dependencies = [
|
|
2169
2127
|
"libc",
|
|
2170
2128
|
"rand_chacha 0.3.1",
|
|
2171
|
-
"rand_core 0.6.
|
|
2129
|
+
"rand_core 0.6.4",
|
|
2172
2130
|
]
|
|
2173
2131
|
|
|
2174
2132
|
[[package]]
|
|
@@ -2188,7 +2146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2188
2146
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
2189
2147
|
dependencies = [
|
|
2190
2148
|
"ppv-lite86",
|
|
2191
|
-
"rand_core 0.6.
|
|
2149
|
+
"rand_core 0.6.4",
|
|
2192
2150
|
]
|
|
2193
2151
|
|
|
2194
2152
|
[[package]]
|
|
@@ -2202,11 +2160,11 @@ dependencies = [
|
|
|
2202
2160
|
|
|
2203
2161
|
[[package]]
|
|
2204
2162
|
name = "rand_core"
|
|
2205
|
-
version = "0.6.
|
|
2163
|
+
version = "0.6.4"
|
|
2206
2164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2207
|
-
checksum = "
|
|
2165
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2208
2166
|
dependencies = [
|
|
2209
|
-
"getrandom 0.2.
|
|
2167
|
+
"getrandom 0.2.8",
|
|
2210
2168
|
]
|
|
2211
2169
|
|
|
2212
2170
|
[[package]]
|
|
@@ -2238,11 +2196,10 @@ dependencies = [
|
|
|
2238
2196
|
|
|
2239
2197
|
[[package]]
|
|
2240
2198
|
name = "rayon"
|
|
2241
|
-
version = "1.
|
|
2199
|
+
version = "1.6.0"
|
|
2242
2200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2243
|
-
checksum = "
|
|
2201
|
+
checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b"
|
|
2244
2202
|
dependencies = [
|
|
2245
|
-
"autocfg",
|
|
2246
2203
|
"crossbeam-deque",
|
|
2247
2204
|
"either",
|
|
2248
2205
|
"rayon-core",
|
|
@@ -2250,9 +2207,9 @@ dependencies = [
|
|
|
2250
2207
|
|
|
2251
2208
|
[[package]]
|
|
2252
2209
|
name = "rayon-core"
|
|
2253
|
-
version = "1.
|
|
2210
|
+
version = "1.10.1"
|
|
2254
2211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2255
|
-
checksum = "
|
|
2212
|
+
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
|
2256
2213
|
dependencies = [
|
|
2257
2214
|
"crossbeam-channel",
|
|
2258
2215
|
"crossbeam-deque",
|
|
@@ -2262,9 +2219,9 @@ dependencies = [
|
|
|
2262
2219
|
|
|
2263
2220
|
[[package]]
|
|
2264
2221
|
name = "redox_syscall"
|
|
2265
|
-
version = "0.2.
|
|
2222
|
+
version = "0.2.16"
|
|
2266
2223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2267
|
-
checksum = "
|
|
2224
|
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
2268
2225
|
dependencies = [
|
|
2269
2226
|
"bitflags",
|
|
2270
2227
|
]
|
|
@@ -2275,16 +2232,16 @@ version = "0.4.3"
|
|
|
2275
2232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2276
2233
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
2277
2234
|
dependencies = [
|
|
2278
|
-
"getrandom 0.2.
|
|
2235
|
+
"getrandom 0.2.8",
|
|
2279
2236
|
"redox_syscall",
|
|
2280
2237
|
"thiserror",
|
|
2281
2238
|
]
|
|
2282
2239
|
|
|
2283
2240
|
[[package]]
|
|
2284
2241
|
name = "regex"
|
|
2285
|
-
version = "1.
|
|
2242
|
+
version = "1.7.0"
|
|
2286
2243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2287
|
-
checksum = "
|
|
2244
|
+
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
|
2288
2245
|
dependencies = [
|
|
2289
2246
|
"aho-corasick",
|
|
2290
2247
|
"memchr",
|
|
@@ -2302,9 +2259,9 @@ dependencies = [
|
|
|
2302
2259
|
|
|
2303
2260
|
[[package]]
|
|
2304
2261
|
name = "regex-syntax"
|
|
2305
|
-
version = "0.6.
|
|
2262
|
+
version = "0.6.28"
|
|
2306
2263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2307
|
-
checksum = "
|
|
2264
|
+
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
|
2308
2265
|
|
|
2309
2266
|
[[package]]
|
|
2310
2267
|
name = "remove_dir_all"
|
|
@@ -2354,20 +2311,20 @@ version = "0.4.0"
|
|
|
2354
2311
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2355
2312
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
2356
2313
|
dependencies = [
|
|
2357
|
-
"semver 1.0.
|
|
2314
|
+
"semver 1.0.14",
|
|
2358
2315
|
]
|
|
2359
2316
|
|
|
2360
2317
|
[[package]]
|
|
2361
2318
|
name = "rustversion"
|
|
2362
|
-
version = "1.0.
|
|
2319
|
+
version = "1.0.9"
|
|
2363
2320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2364
|
-
checksum = "
|
|
2321
|
+
checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"
|
|
2365
2322
|
|
|
2366
2323
|
[[package]]
|
|
2367
2324
|
name = "ryu"
|
|
2368
|
-
version = "1.0.
|
|
2325
|
+
version = "1.0.11"
|
|
2369
2326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2370
|
-
checksum = "
|
|
2327
|
+
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
2371
2328
|
|
|
2372
2329
|
[[package]]
|
|
2373
2330
|
name = "safemem"
|
|
@@ -2391,14 +2348,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2391
2348
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
2392
2349
|
dependencies = [
|
|
2393
2350
|
"lazy_static",
|
|
2394
|
-
"windows-sys",
|
|
2351
|
+
"windows-sys 0.36.1",
|
|
2395
2352
|
]
|
|
2396
2353
|
|
|
2397
2354
|
[[package]]
|
|
2398
2355
|
name = "scoped-tls"
|
|
2399
|
-
version = "1.0.
|
|
2356
|
+
version = "1.0.1"
|
|
2400
2357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2401
|
-
checksum = "
|
|
2358
|
+
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
2402
2359
|
|
|
2403
2360
|
[[package]]
|
|
2404
2361
|
name = "scoped_threadpool"
|
|
@@ -2414,9 +2371,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
2414
2371
|
|
|
2415
2372
|
[[package]]
|
|
2416
2373
|
name = "security-framework"
|
|
2417
|
-
version = "2.
|
|
2374
|
+
version = "2.7.0"
|
|
2418
2375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2419
|
-
checksum = "
|
|
2376
|
+
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
|
2420
2377
|
dependencies = [
|
|
2421
2378
|
"bitflags",
|
|
2422
2379
|
"core-foundation",
|
|
@@ -2466,9 +2423,9 @@ dependencies = [
|
|
|
2466
2423
|
|
|
2467
2424
|
[[package]]
|
|
2468
2425
|
name = "semver"
|
|
2469
|
-
version = "1.0.
|
|
2426
|
+
version = "1.0.14"
|
|
2470
2427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2471
|
-
checksum = "
|
|
2428
|
+
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
|
2472
2429
|
dependencies = [
|
|
2473
2430
|
"serde",
|
|
2474
2431
|
]
|
|
@@ -2504,20 +2461,20 @@ dependencies = [
|
|
|
2504
2461
|
|
|
2505
2462
|
[[package]]
|
|
2506
2463
|
name = "serde_json"
|
|
2507
|
-
version = "1.0.
|
|
2464
|
+
version = "1.0.89"
|
|
2508
2465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2509
|
-
checksum = "
|
|
2466
|
+
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
|
|
2510
2467
|
dependencies = [
|
|
2511
|
-
"itoa 1.0.
|
|
2468
|
+
"itoa 1.0.4",
|
|
2512
2469
|
"ryu",
|
|
2513
2470
|
"serde",
|
|
2514
2471
|
]
|
|
2515
2472
|
|
|
2516
2473
|
[[package]]
|
|
2517
2474
|
name = "serde_repr"
|
|
2518
|
-
version = "0.1.
|
|
2475
|
+
version = "0.1.9"
|
|
2519
2476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
-
checksum = "
|
|
2477
|
+
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
|
|
2521
2478
|
dependencies = [
|
|
2522
2479
|
"proc-macro2",
|
|
2523
2480
|
"quote",
|
|
@@ -2531,7 +2488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2531
2488
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
2532
2489
|
dependencies = [
|
|
2533
2490
|
"form_urlencoded",
|
|
2534
|
-
"itoa 1.0.
|
|
2491
|
+
"itoa 1.0.4",
|
|
2535
2492
|
"ryu",
|
|
2536
2493
|
"serde",
|
|
2537
2494
|
]
|
|
@@ -2592,9 +2549,9 @@ dependencies = [
|
|
|
2592
2549
|
|
|
2593
2550
|
[[package]]
|
|
2594
2551
|
name = "sha2"
|
|
2595
|
-
version = "0.10.
|
|
2552
|
+
version = "0.10.6"
|
|
2596
2553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2597
|
-
checksum = "
|
|
2554
|
+
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
2598
2555
|
dependencies = [
|
|
2599
2556
|
"cfg-if",
|
|
2600
2557
|
"cpufeatures",
|
|
@@ -2628,15 +2585,18 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
2628
2585
|
|
|
2629
2586
|
[[package]]
|
|
2630
2587
|
name = "slab"
|
|
2631
|
-
version = "0.4.
|
|
2588
|
+
version = "0.4.7"
|
|
2632
2589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2633
|
-
checksum = "
|
|
2590
|
+
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
2591
|
+
dependencies = [
|
|
2592
|
+
"autocfg",
|
|
2593
|
+
]
|
|
2634
2594
|
|
|
2635
2595
|
[[package]]
|
|
2636
2596
|
name = "smallvec"
|
|
2637
|
-
version = "1.
|
|
2597
|
+
version = "1.10.0"
|
|
2638
2598
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2639
|
-
checksum = "
|
|
2599
|
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
2640
2600
|
|
|
2641
2601
|
[[package]]
|
|
2642
2602
|
name = "soup2"
|
|
@@ -2745,9 +2705,9 @@ dependencies = [
|
|
|
2745
2705
|
|
|
2746
2706
|
[[package]]
|
|
2747
2707
|
name = "syn"
|
|
2748
|
-
version = "1.0.
|
|
2708
|
+
version = "1.0.103"
|
|
2749
2709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2750
|
-
checksum = "
|
|
2710
|
+
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
|
|
2751
2711
|
dependencies = [
|
|
2752
2712
|
"proc-macro2",
|
|
2753
2713
|
"quote",
|
|
@@ -2769,22 +2729,22 @@ dependencies = [
|
|
|
2769
2729
|
|
|
2770
2730
|
[[package]]
|
|
2771
2731
|
name = "system-deps"
|
|
2772
|
-
version = "6.0.
|
|
2732
|
+
version = "6.0.3"
|
|
2773
2733
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2774
|
-
checksum = "
|
|
2734
|
+
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
|
|
2775
2735
|
dependencies = [
|
|
2776
|
-
"cfg-expr 0.
|
|
2736
|
+
"cfg-expr 0.11.0",
|
|
2777
2737
|
"heck 0.4.0",
|
|
2778
2738
|
"pkg-config",
|
|
2779
2739
|
"toml",
|
|
2780
|
-
"version-compare 0.1.
|
|
2740
|
+
"version-compare 0.1.1",
|
|
2781
2741
|
]
|
|
2782
2742
|
|
|
2783
2743
|
[[package]]
|
|
2784
2744
|
name = "tao"
|
|
2785
|
-
version = "0.15.
|
|
2745
|
+
version = "0.15.6"
|
|
2786
2746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2787
|
-
checksum = "
|
|
2747
|
+
checksum = "8c8fab9f2ba9a6d7ad55b46f812984b6ab203d774c162163ac297edc9567404b"
|
|
2788
2748
|
dependencies = [
|
|
2789
2749
|
"bitflags",
|
|
2790
2750
|
"cairo-rs",
|
|
@@ -2815,12 +2775,12 @@ dependencies = [
|
|
|
2815
2775
|
"once_cell",
|
|
2816
2776
|
"parking_lot",
|
|
2817
2777
|
"paste",
|
|
2818
|
-
"png
|
|
2778
|
+
"png",
|
|
2819
2779
|
"raw-window-handle",
|
|
2820
2780
|
"scopeguard",
|
|
2821
2781
|
"serde",
|
|
2822
2782
|
"unicode-segmentation",
|
|
2823
|
-
"uuid 1.2.
|
|
2783
|
+
"uuid 1.2.2",
|
|
2824
2784
|
"windows 0.39.0",
|
|
2825
2785
|
"windows-implement",
|
|
2826
2786
|
"x11-dl",
|
|
@@ -2839,9 +2799,9 @@ dependencies = [
|
|
|
2839
2799
|
|
|
2840
2800
|
[[package]]
|
|
2841
2801
|
name = "tauri"
|
|
2842
|
-
version = "1.2.
|
|
2802
|
+
version = "1.2.1"
|
|
2843
2803
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2844
|
-
checksum = "
|
|
2804
|
+
checksum = "18203448b9d4dcad55607eafeda6dc7fe135848e5f567cd8bdade6cafd8b1a85"
|
|
2845
2805
|
dependencies = [
|
|
2846
2806
|
"anyhow",
|
|
2847
2807
|
"attohttpc",
|
|
@@ -2868,7 +2828,7 @@ dependencies = [
|
|
|
2868
2828
|
"raw-window-handle",
|
|
2869
2829
|
"regex",
|
|
2870
2830
|
"rfd",
|
|
2871
|
-
"semver 1.0.
|
|
2831
|
+
"semver 1.0.14",
|
|
2872
2832
|
"serde",
|
|
2873
2833
|
"serde_json",
|
|
2874
2834
|
"serde_repr",
|
|
@@ -2884,7 +2844,7 @@ dependencies = [
|
|
|
2884
2844
|
"thiserror",
|
|
2885
2845
|
"tokio",
|
|
2886
2846
|
"url",
|
|
2887
|
-
"uuid 1.2.
|
|
2847
|
+
"uuid 1.2.2",
|
|
2888
2848
|
"webkit2gtk",
|
|
2889
2849
|
"webview2-com",
|
|
2890
2850
|
"windows 0.39.0",
|
|
@@ -2892,15 +2852,15 @@ dependencies = [
|
|
|
2892
2852
|
|
|
2893
2853
|
[[package]]
|
|
2894
2854
|
name = "tauri-build"
|
|
2895
|
-
version = "1.2.
|
|
2855
|
+
version = "1.2.1"
|
|
2896
2856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2897
|
-
checksum = "
|
|
2857
|
+
checksum = "8807c85d656b2b93927c19fe5a5f1f1f348f96c2de8b90763b3c2d561511f9b4"
|
|
2898
2858
|
dependencies = [
|
|
2899
2859
|
"anyhow",
|
|
2900
2860
|
"cargo_toml",
|
|
2901
2861
|
"heck 0.4.0",
|
|
2902
2862
|
"json-patch",
|
|
2903
|
-
"semver 1.0.
|
|
2863
|
+
"semver 1.0.14",
|
|
2904
2864
|
"serde_json",
|
|
2905
2865
|
"tauri-utils",
|
|
2906
2866
|
"winres",
|
|
@@ -2908,35 +2868,35 @@ dependencies = [
|
|
|
2908
2868
|
|
|
2909
2869
|
[[package]]
|
|
2910
2870
|
name = "tauri-codegen"
|
|
2911
|
-
version = "1.2.
|
|
2871
|
+
version = "1.2.1"
|
|
2912
2872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2913
|
-
checksum = "
|
|
2873
|
+
checksum = "14388d484b6b1b5dc0f6a7d6cc6433b3b230bec85eaa576adcdf3f9fafa49251"
|
|
2914
2874
|
dependencies = [
|
|
2915
2875
|
"base64",
|
|
2916
2876
|
"brotli",
|
|
2917
2877
|
"ico",
|
|
2918
2878
|
"json-patch",
|
|
2919
2879
|
"plist",
|
|
2920
|
-
"png
|
|
2880
|
+
"png",
|
|
2921
2881
|
"proc-macro2",
|
|
2922
2882
|
"quote",
|
|
2923
2883
|
"regex",
|
|
2924
|
-
"semver 1.0.
|
|
2884
|
+
"semver 1.0.14",
|
|
2925
2885
|
"serde",
|
|
2926
2886
|
"serde_json",
|
|
2927
2887
|
"sha2",
|
|
2928
2888
|
"tauri-utils",
|
|
2929
2889
|
"thiserror",
|
|
2930
2890
|
"time",
|
|
2931
|
-
"uuid 1.2.
|
|
2891
|
+
"uuid 1.2.2",
|
|
2932
2892
|
"walkdir",
|
|
2933
2893
|
]
|
|
2934
2894
|
|
|
2935
2895
|
[[package]]
|
|
2936
2896
|
name = "tauri-macros"
|
|
2937
|
-
version = "1.2.
|
|
2897
|
+
version = "1.2.1"
|
|
2938
2898
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2939
|
-
checksum = "
|
|
2899
|
+
checksum = "069319e5ecbe653a799b94b0690d9f9bf5d00f7b1d3989aa331c524d4e354075"
|
|
2940
2900
|
dependencies = [
|
|
2941
2901
|
"heck 0.4.0",
|
|
2942
2902
|
"proc-macro2",
|
|
@@ -2948,9 +2908,9 @@ dependencies = [
|
|
|
2948
2908
|
|
|
2949
2909
|
[[package]]
|
|
2950
2910
|
name = "tauri-runtime"
|
|
2951
|
-
version = "0.12.
|
|
2911
|
+
version = "0.12.1"
|
|
2952
2912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2953
|
-
checksum = "
|
|
2913
|
+
checksum = "c507d954d08ac8705d235bc70ec6975b9054fb95ff7823af72dbb04186596f3b"
|
|
2954
2914
|
dependencies = [
|
|
2955
2915
|
"gtk",
|
|
2956
2916
|
"http",
|
|
@@ -2961,16 +2921,16 @@ dependencies = [
|
|
|
2961
2921
|
"serde_json",
|
|
2962
2922
|
"tauri-utils",
|
|
2963
2923
|
"thiserror",
|
|
2964
|
-
"uuid 1.2.
|
|
2924
|
+
"uuid 1.2.2",
|
|
2965
2925
|
"webview2-com",
|
|
2966
2926
|
"windows 0.39.0",
|
|
2967
2927
|
]
|
|
2968
2928
|
|
|
2969
2929
|
[[package]]
|
|
2970
2930
|
name = "tauri-runtime-wry"
|
|
2971
|
-
version = "0.12.
|
|
2931
|
+
version = "0.12.1"
|
|
2972
2932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2973
|
-
checksum = "
|
|
2933
|
+
checksum = "7821c34cf1bd6d89ff46b46a53f3a5050d92afaf2053569f1cc4531167257b24"
|
|
2974
2934
|
dependencies = [
|
|
2975
2935
|
"cocoa",
|
|
2976
2936
|
"gtk",
|
|
@@ -2979,18 +2939,18 @@ dependencies = [
|
|
|
2979
2939
|
"raw-window-handle",
|
|
2980
2940
|
"tauri-runtime",
|
|
2981
2941
|
"tauri-utils",
|
|
2982
|
-
"uuid 1.2.
|
|
2942
|
+
"uuid 1.2.2",
|
|
2983
2943
|
"webkit2gtk",
|
|
2984
2944
|
"webview2-com",
|
|
2985
2945
|
"windows 0.39.0",
|
|
2986
|
-
"wry
|
|
2946
|
+
"wry",
|
|
2987
2947
|
]
|
|
2988
2948
|
|
|
2989
2949
|
[[package]]
|
|
2990
2950
|
name = "tauri-utils"
|
|
2991
|
-
version = "1.2.
|
|
2951
|
+
version = "1.2.1"
|
|
2992
2952
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2993
|
-
checksum = "
|
|
2953
|
+
checksum = "5abbc109a6eb45127956ffcc26ef0e875d160150ac16cfa45d26a6b2871686f1"
|
|
2994
2954
|
dependencies = [
|
|
2995
2955
|
"brotli",
|
|
2996
2956
|
"ctor",
|
|
@@ -3004,7 +2964,7 @@ dependencies = [
|
|
|
3004
2964
|
"phf 0.10.1",
|
|
3005
2965
|
"proc-macro2",
|
|
3006
2966
|
"quote",
|
|
3007
|
-
"semver 1.0.
|
|
2967
|
+
"semver 1.0.14",
|
|
3008
2968
|
"serde",
|
|
3009
2969
|
"serde_json",
|
|
3010
2970
|
"serde_with",
|
|
@@ -3014,6 +2974,17 @@ dependencies = [
|
|
|
3014
2974
|
"windows 0.39.0",
|
|
3015
2975
|
]
|
|
3016
2976
|
|
|
2977
|
+
[[package]]
|
|
2978
|
+
name = "tauri-winrt-notification"
|
|
2979
|
+
version = "0.1.0"
|
|
2980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
+
checksum = "c58de036c4d2e20717024de2a3c4bf56c301f07b21bc8ef9b57189fce06f1f3b"
|
|
2982
|
+
dependencies = [
|
|
2983
|
+
"quick-xml",
|
|
2984
|
+
"strum",
|
|
2985
|
+
"windows 0.39.0",
|
|
2986
|
+
]
|
|
2987
|
+
|
|
3017
2988
|
[[package]]
|
|
3018
2989
|
name = "tempfile"
|
|
3019
2990
|
version = "3.3.0"
|
|
@@ -3047,18 +3018,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
3047
3018
|
|
|
3048
3019
|
[[package]]
|
|
3049
3020
|
name = "thiserror"
|
|
3050
|
-
version = "1.0.
|
|
3021
|
+
version = "1.0.37"
|
|
3051
3022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3052
|
-
checksum = "
|
|
3023
|
+
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
|
3053
3024
|
dependencies = [
|
|
3054
3025
|
"thiserror-impl",
|
|
3055
3026
|
]
|
|
3056
3027
|
|
|
3057
3028
|
[[package]]
|
|
3058
3029
|
name = "thiserror-impl"
|
|
3059
|
-
version = "1.0.
|
|
3030
|
+
version = "1.0.37"
|
|
3060
3031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3061
|
-
checksum = "
|
|
3032
|
+
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
|
3062
3033
|
dependencies = [
|
|
3063
3034
|
"proc-macro2",
|
|
3064
3035
|
"quote",
|
|
@@ -3096,13 +3067,29 @@ dependencies = [
|
|
|
3096
3067
|
|
|
3097
3068
|
[[package]]
|
|
3098
3069
|
name = "time"
|
|
3099
|
-
version = "0.3.
|
|
3070
|
+
version = "0.3.17"
|
|
3100
3071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3101
|
-
checksum = "
|
|
3072
|
+
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
|
3102
3073
|
dependencies = [
|
|
3103
|
-
"itoa 1.0.
|
|
3104
|
-
"
|
|
3105
|
-
"
|
|
3074
|
+
"itoa 1.0.4",
|
|
3075
|
+
"serde",
|
|
3076
|
+
"time-core",
|
|
3077
|
+
"time-macros",
|
|
3078
|
+
]
|
|
3079
|
+
|
|
3080
|
+
[[package]]
|
|
3081
|
+
name = "time-core"
|
|
3082
|
+
version = "0.1.0"
|
|
3083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3084
|
+
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
3085
|
+
|
|
3086
|
+
[[package]]
|
|
3087
|
+
name = "time-macros"
|
|
3088
|
+
version = "0.2.6"
|
|
3089
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3090
|
+
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
|
3091
|
+
dependencies = [
|
|
3092
|
+
"time-core",
|
|
3106
3093
|
]
|
|
3107
3094
|
|
|
3108
3095
|
[[package]]
|
|
@@ -3122,14 +3109,14 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
3122
3109
|
|
|
3123
3110
|
[[package]]
|
|
3124
3111
|
name = "tokio"
|
|
3125
|
-
version = "1.
|
|
3112
|
+
version = "1.22.0"
|
|
3126
3113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3127
|
-
checksum = "
|
|
3114
|
+
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
|
|
3128
3115
|
dependencies = [
|
|
3116
|
+
"autocfg",
|
|
3129
3117
|
"bytes",
|
|
3130
3118
|
"memchr",
|
|
3131
3119
|
"num_cpus",
|
|
3132
|
-
"once_cell",
|
|
3133
3120
|
"pin-project-lite",
|
|
3134
3121
|
]
|
|
3135
3122
|
|
|
@@ -3144,9 +3131,9 @@ dependencies = [
|
|
|
3144
3131
|
|
|
3145
3132
|
[[package]]
|
|
3146
3133
|
name = "tracing"
|
|
3147
|
-
version = "0.1.
|
|
3134
|
+
version = "0.1.37"
|
|
3148
3135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3149
|
-
checksum = "
|
|
3136
|
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
3150
3137
|
dependencies = [
|
|
3151
3138
|
"cfg-if",
|
|
3152
3139
|
"pin-project-lite",
|
|
@@ -3156,9 +3143,9 @@ dependencies = [
|
|
|
3156
3143
|
|
|
3157
3144
|
[[package]]
|
|
3158
3145
|
name = "tracing-attributes"
|
|
3159
|
-
version = "0.1.
|
|
3146
|
+
version = "0.1.23"
|
|
3160
3147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3161
|
-
checksum = "
|
|
3148
|
+
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
3162
3149
|
dependencies = [
|
|
3163
3150
|
"proc-macro2",
|
|
3164
3151
|
"quote",
|
|
@@ -3167,9 +3154,9 @@ dependencies = [
|
|
|
3167
3154
|
|
|
3168
3155
|
[[package]]
|
|
3169
3156
|
name = "tracing-core"
|
|
3170
|
-
version = "0.1.
|
|
3157
|
+
version = "0.1.30"
|
|
3171
3158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3172
|
-
checksum = "
|
|
3159
|
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
3173
3160
|
dependencies = [
|
|
3174
3161
|
"once_cell",
|
|
3175
3162
|
"valuable",
|
|
@@ -3188,12 +3175,12 @@ dependencies = [
|
|
|
3188
3175
|
|
|
3189
3176
|
[[package]]
|
|
3190
3177
|
name = "tracing-subscriber"
|
|
3191
|
-
version = "0.3.
|
|
3178
|
+
version = "0.3.16"
|
|
3192
3179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3193
|
-
checksum = "
|
|
3180
|
+
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
3194
3181
|
dependencies = [
|
|
3195
|
-
"ansi_term",
|
|
3196
3182
|
"matchers",
|
|
3183
|
+
"nu-ansi-term",
|
|
3197
3184
|
"once_cell",
|
|
3198
3185
|
"regex",
|
|
3199
3186
|
"sharded-slab",
|
|
@@ -3221,9 +3208,9 @@ checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
3221
3208
|
|
|
3222
3209
|
[[package]]
|
|
3223
3210
|
name = "ucd-trie"
|
|
3224
|
-
version = "0.1.
|
|
3211
|
+
version = "0.1.5"
|
|
3225
3212
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3226
|
-
checksum = "
|
|
3213
|
+
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
|
3227
3214
|
|
|
3228
3215
|
[[package]]
|
|
3229
3216
|
name = "unicode-bidi"
|
|
@@ -3233,15 +3220,15 @@ checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
3233
3220
|
|
|
3234
3221
|
[[package]]
|
|
3235
3222
|
name = "unicode-ident"
|
|
3236
|
-
version = "1.0.
|
|
3223
|
+
version = "1.0.5"
|
|
3237
3224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3238
|
-
checksum = "
|
|
3225
|
+
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
|
3239
3226
|
|
|
3240
3227
|
[[package]]
|
|
3241
3228
|
name = "unicode-normalization"
|
|
3242
|
-
version = "0.1.
|
|
3229
|
+
version = "0.1.22"
|
|
3243
3230
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3244
|
-
checksum = "
|
|
3231
|
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
3245
3232
|
dependencies = [
|
|
3246
3233
|
"tinyvec",
|
|
3247
3234
|
]
|
|
@@ -3254,9 +3241,9 @@ checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
|
|
3254
3241
|
|
|
3255
3242
|
[[package]]
|
|
3256
3243
|
name = "url"
|
|
3257
|
-
version = "2.3.
|
|
3244
|
+
version = "2.3.1"
|
|
3258
3245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3259
|
-
checksum = "
|
|
3246
|
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
|
3260
3247
|
dependencies = [
|
|
3261
3248
|
"form_urlencoded",
|
|
3262
3249
|
"idna",
|
|
@@ -3278,11 +3265,11 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
3278
3265
|
|
|
3279
3266
|
[[package]]
|
|
3280
3267
|
name = "uuid"
|
|
3281
|
-
version = "1.2.
|
|
3268
|
+
version = "1.2.2"
|
|
3282
3269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3283
|
-
checksum = "
|
|
3270
|
+
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
|
3284
3271
|
dependencies = [
|
|
3285
|
-
"getrandom 0.2.
|
|
3272
|
+
"getrandom 0.2.8",
|
|
3286
3273
|
]
|
|
3287
3274
|
|
|
3288
3275
|
[[package]]
|
|
@@ -3305,9 +3292,9 @@ checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
|
|
3305
3292
|
|
|
3306
3293
|
[[package]]
|
|
3307
3294
|
name = "version-compare"
|
|
3308
|
-
version = "0.1.
|
|
3295
|
+
version = "0.1.1"
|
|
3309
3296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3310
|
-
checksum = "
|
|
3297
|
+
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
|
|
3311
3298
|
|
|
3312
3299
|
[[package]]
|
|
3313
3300
|
name = "version_check"
|
|
@@ -3340,9 +3327,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
3340
3327
|
|
|
3341
3328
|
[[package]]
|
|
3342
3329
|
name = "wasm-bindgen"
|
|
3343
|
-
version = "0.2.
|
|
3330
|
+
version = "0.2.83"
|
|
3344
3331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3345
|
-
checksum = "
|
|
3332
|
+
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
|
3346
3333
|
dependencies = [
|
|
3347
3334
|
"cfg-if",
|
|
3348
3335
|
"wasm-bindgen-macro",
|
|
@@ -3350,13 +3337,13 @@ dependencies = [
|
|
|
3350
3337
|
|
|
3351
3338
|
[[package]]
|
|
3352
3339
|
name = "wasm-bindgen-backend"
|
|
3353
|
-
version = "0.2.
|
|
3340
|
+
version = "0.2.83"
|
|
3354
3341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3355
|
-
checksum = "
|
|
3342
|
+
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
|
3356
3343
|
dependencies = [
|
|
3357
3344
|
"bumpalo",
|
|
3358
|
-
"lazy_static",
|
|
3359
3345
|
"log",
|
|
3346
|
+
"once_cell",
|
|
3360
3347
|
"proc-macro2",
|
|
3361
3348
|
"quote",
|
|
3362
3349
|
"syn",
|
|
@@ -3365,9 +3352,9 @@ dependencies = [
|
|
|
3365
3352
|
|
|
3366
3353
|
[[package]]
|
|
3367
3354
|
name = "wasm-bindgen-futures"
|
|
3368
|
-
version = "0.4.
|
|
3355
|
+
version = "0.4.33"
|
|
3369
3356
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3370
|
-
checksum = "
|
|
3357
|
+
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
3371
3358
|
dependencies = [
|
|
3372
3359
|
"cfg-if",
|
|
3373
3360
|
"js-sys",
|
|
@@ -3377,9 +3364,9 @@ dependencies = [
|
|
|
3377
3364
|
|
|
3378
3365
|
[[package]]
|
|
3379
3366
|
name = "wasm-bindgen-macro"
|
|
3380
|
-
version = "0.2.
|
|
3367
|
+
version = "0.2.83"
|
|
3381
3368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3382
|
-
checksum = "
|
|
3369
|
+
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
|
3383
3370
|
dependencies = [
|
|
3384
3371
|
"quote",
|
|
3385
3372
|
"wasm-bindgen-macro-support",
|
|
@@ -3387,9 +3374,9 @@ dependencies = [
|
|
|
3387
3374
|
|
|
3388
3375
|
[[package]]
|
|
3389
3376
|
name = "wasm-bindgen-macro-support"
|
|
3390
|
-
version = "0.2.
|
|
3377
|
+
version = "0.2.83"
|
|
3391
3378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3392
|
-
checksum = "
|
|
3379
|
+
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
|
3393
3380
|
dependencies = [
|
|
3394
3381
|
"proc-macro2",
|
|
3395
3382
|
"quote",
|
|
@@ -3400,15 +3387,15 @@ dependencies = [
|
|
|
3400
3387
|
|
|
3401
3388
|
[[package]]
|
|
3402
3389
|
name = "wasm-bindgen-shared"
|
|
3403
|
-
version = "0.2.
|
|
3390
|
+
version = "0.2.83"
|
|
3404
3391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3405
|
-
checksum = "
|
|
3392
|
+
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
|
3406
3393
|
|
|
3407
3394
|
[[package]]
|
|
3408
3395
|
name = "web-sys"
|
|
3409
|
-
version = "0.3.
|
|
3396
|
+
version = "0.3.60"
|
|
3410
3397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3411
|
-
checksum = "
|
|
3398
|
+
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
|
3412
3399
|
dependencies = [
|
|
3413
3400
|
"js-sys",
|
|
3414
3401
|
"wasm-bindgen",
|
|
@@ -3474,7 +3461,7 @@ dependencies = [
|
|
|
3474
3461
|
"pango-sys",
|
|
3475
3462
|
"pkg-config",
|
|
3476
3463
|
"soup2-sys",
|
|
3477
|
-
"system-deps 6.0.
|
|
3464
|
+
"system-deps 6.0.3",
|
|
3478
3465
|
]
|
|
3479
3466
|
|
|
3480
3467
|
[[package]]
|
|
@@ -3560,14 +3547,15 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
3560
3547
|
|
|
3561
3548
|
[[package]]
|
|
3562
3549
|
name = "windows"
|
|
3563
|
-
version = "0.
|
|
3550
|
+
version = "0.32.0"
|
|
3564
3551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3565
|
-
checksum = "
|
|
3552
|
+
checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
|
|
3566
3553
|
dependencies = [
|
|
3567
|
-
"
|
|
3568
|
-
"
|
|
3569
|
-
"
|
|
3570
|
-
"
|
|
3554
|
+
"windows_aarch64_msvc 0.32.0",
|
|
3555
|
+
"windows_i686_gnu 0.32.0",
|
|
3556
|
+
"windows_i686_msvc 0.32.0",
|
|
3557
|
+
"windows_x86_64_gnu 0.32.0",
|
|
3558
|
+
"windows_x86_64_msvc 0.32.0",
|
|
3571
3559
|
]
|
|
3572
3560
|
|
|
3573
3561
|
[[package]]
|
|
@@ -3636,12 +3624,39 @@ dependencies = [
|
|
|
3636
3624
|
"windows_x86_64_msvc 0.36.1",
|
|
3637
3625
|
]
|
|
3638
3626
|
|
|
3627
|
+
[[package]]
|
|
3628
|
+
name = "windows-sys"
|
|
3629
|
+
version = "0.42.0"
|
|
3630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3631
|
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
3632
|
+
dependencies = [
|
|
3633
|
+
"windows_aarch64_gnullvm",
|
|
3634
|
+
"windows_aarch64_msvc 0.42.0",
|
|
3635
|
+
"windows_i686_gnu 0.42.0",
|
|
3636
|
+
"windows_i686_msvc 0.42.0",
|
|
3637
|
+
"windows_x86_64_gnu 0.42.0",
|
|
3638
|
+
"windows_x86_64_gnullvm",
|
|
3639
|
+
"windows_x86_64_msvc 0.42.0",
|
|
3640
|
+
]
|
|
3641
|
+
|
|
3639
3642
|
[[package]]
|
|
3640
3643
|
name = "windows-tokens"
|
|
3641
3644
|
version = "0.39.0"
|
|
3642
3645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3643
3646
|
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
|
|
3644
3647
|
|
|
3648
|
+
[[package]]
|
|
3649
|
+
name = "windows_aarch64_gnullvm"
|
|
3650
|
+
version = "0.42.0"
|
|
3651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3652
|
+
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
3653
|
+
|
|
3654
|
+
[[package]]
|
|
3655
|
+
name = "windows_aarch64_msvc"
|
|
3656
|
+
version = "0.32.0"
|
|
3657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3658
|
+
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
3659
|
+
|
|
3645
3660
|
[[package]]
|
|
3646
3661
|
name = "windows_aarch64_msvc"
|
|
3647
3662
|
version = "0.36.1"
|
|
@@ -3660,11 +3675,17 @@ version = "0.39.0"
|
|
|
3660
3675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3661
3676
|
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
|
3662
3677
|
|
|
3678
|
+
[[package]]
|
|
3679
|
+
name = "windows_aarch64_msvc"
|
|
3680
|
+
version = "0.42.0"
|
|
3681
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3682
|
+
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
3683
|
+
|
|
3663
3684
|
[[package]]
|
|
3664
3685
|
name = "windows_i686_gnu"
|
|
3665
|
-
version = "0.
|
|
3686
|
+
version = "0.32.0"
|
|
3666
3687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3667
|
-
checksum = "
|
|
3688
|
+
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
3668
3689
|
|
|
3669
3690
|
[[package]]
|
|
3670
3691
|
name = "windows_i686_gnu"
|
|
@@ -3684,11 +3705,17 @@ version = "0.39.0"
|
|
|
3684
3705
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3685
3706
|
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
|
3686
3707
|
|
|
3708
|
+
[[package]]
|
|
3709
|
+
name = "windows_i686_gnu"
|
|
3710
|
+
version = "0.42.0"
|
|
3711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3712
|
+
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
3713
|
+
|
|
3687
3714
|
[[package]]
|
|
3688
3715
|
name = "windows_i686_msvc"
|
|
3689
|
-
version = "0.
|
|
3716
|
+
version = "0.32.0"
|
|
3690
3717
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3691
|
-
checksum = "
|
|
3718
|
+
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
3692
3719
|
|
|
3693
3720
|
[[package]]
|
|
3694
3721
|
name = "windows_i686_msvc"
|
|
@@ -3708,11 +3735,17 @@ version = "0.39.0"
|
|
|
3708
3735
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3709
3736
|
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
|
3710
3737
|
|
|
3738
|
+
[[package]]
|
|
3739
|
+
name = "windows_i686_msvc"
|
|
3740
|
+
version = "0.42.0"
|
|
3741
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3742
|
+
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
3743
|
+
|
|
3711
3744
|
[[package]]
|
|
3712
3745
|
name = "windows_x86_64_gnu"
|
|
3713
|
-
version = "0.
|
|
3746
|
+
version = "0.32.0"
|
|
3714
3747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3715
|
-
checksum = "
|
|
3748
|
+
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
3716
3749
|
|
|
3717
3750
|
[[package]]
|
|
3718
3751
|
name = "windows_x86_64_gnu"
|
|
@@ -3732,11 +3765,23 @@ version = "0.39.0"
|
|
|
3732
3765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3733
3766
|
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
|
3734
3767
|
|
|
3768
|
+
[[package]]
|
|
3769
|
+
name = "windows_x86_64_gnu"
|
|
3770
|
+
version = "0.42.0"
|
|
3771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3772
|
+
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
3773
|
+
|
|
3774
|
+
[[package]]
|
|
3775
|
+
name = "windows_x86_64_gnullvm"
|
|
3776
|
+
version = "0.42.0"
|
|
3777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3778
|
+
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
3779
|
+
|
|
3735
3780
|
[[package]]
|
|
3736
3781
|
name = "windows_x86_64_msvc"
|
|
3737
|
-
version = "0.
|
|
3782
|
+
version = "0.32.0"
|
|
3738
3783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3739
|
-
checksum = "
|
|
3784
|
+
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
3740
3785
|
|
|
3741
3786
|
[[package]]
|
|
3742
3787
|
name = "windows_x86_64_msvc"
|
|
@@ -3756,6 +3801,12 @@ version = "0.39.0"
|
|
|
3756
3801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3757
3802
|
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
|
3758
3803
|
|
|
3804
|
+
[[package]]
|
|
3805
|
+
name = "windows_x86_64_msvc"
|
|
3806
|
+
version = "0.42.0"
|
|
3807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3808
|
+
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
3809
|
+
|
|
3759
3810
|
[[package]]
|
|
3760
3811
|
name = "winres"
|
|
3761
3812
|
version = "0.1.12"
|
|
@@ -3765,59 +3816,11 @@ dependencies = [
|
|
|
3765
3816
|
"toml",
|
|
3766
3817
|
]
|
|
3767
3818
|
|
|
3768
|
-
[[package]]
|
|
3769
|
-
name = "winrt-notification"
|
|
3770
|
-
version = "0.5.1"
|
|
3771
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3772
|
-
checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
|
|
3773
|
-
dependencies = [
|
|
3774
|
-
"strum",
|
|
3775
|
-
"windows 0.24.0",
|
|
3776
|
-
"xml-rs",
|
|
3777
|
-
]
|
|
3778
|
-
|
|
3779
3819
|
[[package]]
|
|
3780
3820
|
name = "wry"
|
|
3781
|
-
version = "0.22.
|
|
3821
|
+
version = "0.22.5"
|
|
3782
3822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3783
|
-
checksum = "
|
|
3784
|
-
dependencies = [
|
|
3785
|
-
"base64",
|
|
3786
|
-
"block",
|
|
3787
|
-
"cocoa",
|
|
3788
|
-
"core-graphics",
|
|
3789
|
-
"crossbeam-channel",
|
|
3790
|
-
"dunce",
|
|
3791
|
-
"gdk",
|
|
3792
|
-
"gio",
|
|
3793
|
-
"glib",
|
|
3794
|
-
"gtk",
|
|
3795
|
-
"html5ever",
|
|
3796
|
-
"http",
|
|
3797
|
-
"kuchiki",
|
|
3798
|
-
"libc",
|
|
3799
|
-
"log",
|
|
3800
|
-
"objc",
|
|
3801
|
-
"objc_id",
|
|
3802
|
-
"once_cell",
|
|
3803
|
-
"serde",
|
|
3804
|
-
"serde_json",
|
|
3805
|
-
"sha2",
|
|
3806
|
-
"soup2",
|
|
3807
|
-
"tao",
|
|
3808
|
-
"thiserror",
|
|
3809
|
-
"url",
|
|
3810
|
-
"webkit2gtk",
|
|
3811
|
-
"webkit2gtk-sys",
|
|
3812
|
-
"webview2-com",
|
|
3813
|
-
"windows 0.39.0",
|
|
3814
|
-
"windows-implement",
|
|
3815
|
-
]
|
|
3816
|
-
|
|
3817
|
-
[[package]]
|
|
3818
|
-
name = "wry"
|
|
3819
|
-
version = "0.23.0"
|
|
3820
|
-
source = "git+https://github.com/tauri-apps/wry.git?rev=7c6d64acea4414f7c960b38b80ea9ec3628db2a8#7c6d64acea4414f7c960b38b80ea9ec3628db2a8"
|
|
3823
|
+
checksum = "e3b4906cc7b3c5959893f3984bb60882ec94539eb14622077e6529f5b3d008ee"
|
|
3821
3824
|
dependencies = [
|
|
3822
3825
|
"base64",
|
|
3823
3826
|
"block",
|
|
@@ -3853,9 +3856,9 @@ dependencies = [
|
|
|
3853
3856
|
|
|
3854
3857
|
[[package]]
|
|
3855
3858
|
name = "x11"
|
|
3856
|
-
version = "2.
|
|
3859
|
+
version = "2.20.1"
|
|
3857
3860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3858
|
-
checksum = "
|
|
3861
|
+
checksum = "c2638d5b9c17ac40575fb54bb461a4b1d2a8d1b4ffcc4ff237d254ec59ddeb82"
|
|
3859
3862
|
dependencies = [
|
|
3860
3863
|
"libc",
|
|
3861
3864
|
"pkg-config",
|
|
@@ -3863,9 +3866,9 @@ dependencies = [
|
|
|
3863
3866
|
|
|
3864
3867
|
[[package]]
|
|
3865
3868
|
name = "x11-dl"
|
|
3866
|
-
version = "2.20.
|
|
3869
|
+
version = "2.20.1"
|
|
3867
3870
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3868
|
-
checksum = "
|
|
3871
|
+
checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0"
|
|
3869
3872
|
dependencies = [
|
|
3870
3873
|
"lazy_static",
|
|
3871
3874
|
"libc",
|