velopack 0.0.1369.dev7516__tar.gz → 0.0.1442.dev64255__tar.gz
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.
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/Cargo.lock +1020 -663
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/Cargo.toml +21 -24
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/PKG-INFO +1 -1
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/pyproject.toml +4 -4
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/src/app.rs +7 -7
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/src/manager.rs +8 -8
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/src/types.rs +4 -4
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/test/run_test.py +5 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/Cargo.toml +19 -1
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/bundle.rs +148 -49
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/constants.rs +10 -1
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/download.rs +11 -16
- velopack-0.0.1442.dev64255/src/lib-rust/src/known_path.rs +32 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/lib.rs +64 -36
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/locator.rs +120 -98
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/lockfile.rs +1 -1
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/logging.rs +25 -10
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/manager.rs +62 -79
- velopack-0.0.1442.dev64255/src/lib-rust/src/misc.rs +111 -0
- velopack-0.0.1442.dev64255/src/lib-rust/src/process_unix.rs +201 -0
- velopack-0.0.1442.dev64255/src/lib-rust/src/process_win.rs +1445 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/sources.rs +17 -12
- velopack-0.0.1442.dev64255/src/lib-rust/src/wide_strings.rs +190 -0
- velopack-0.0.1369.dev7516/src/lib-rust/src/util.rs +0 -59
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/.gitignore +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/Cargo.toml +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/README.md +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/build.rs +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/src/lib.rs +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/test/app.py +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-python/uv.lock +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/README.md +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/app.rs +0 -0
- {velopack-0.0.1369.dev7516 → velopack-0.0.1442.dev64255}/src/lib-rust/src/file_rotate.rs +0 -0
|
@@ -10,28 +10,22 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
|
10
10
|
|
|
11
11
|
[[package]]
|
|
12
12
|
name = "aho-corasick"
|
|
13
|
-
version = "1.1.
|
|
13
|
+
version = "1.1.4"
|
|
14
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "
|
|
15
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
16
16
|
dependencies = [
|
|
17
17
|
"memchr",
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
[[package]]
|
|
21
21
|
name = "aligned"
|
|
22
|
-
version = "0.4.
|
|
22
|
+
version = "0.4.3"
|
|
23
23
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "
|
|
24
|
+
checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
|
|
25
25
|
dependencies = [
|
|
26
26
|
"as-slice",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
|
-
[[package]]
|
|
30
|
-
name = "android-tzdata"
|
|
31
|
-
version = "0.1.1"
|
|
32
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
34
|
-
|
|
35
29
|
[[package]]
|
|
36
30
|
name = "android_system_properties"
|
|
37
31
|
version = "0.1.5"
|
|
@@ -43,9 +37,9 @@ dependencies = [
|
|
|
43
37
|
|
|
44
38
|
[[package]]
|
|
45
39
|
name = "anstream"
|
|
46
|
-
version = "0.6.
|
|
40
|
+
version = "0.6.21"
|
|
47
41
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
-
checksum = "
|
|
42
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
49
43
|
dependencies = [
|
|
50
44
|
"anstyle",
|
|
51
45
|
"anstyle-parse",
|
|
@@ -58,9 +52,9 @@ dependencies = [
|
|
|
58
52
|
|
|
59
53
|
[[package]]
|
|
60
54
|
name = "anstyle"
|
|
61
|
-
version = "1.0.
|
|
55
|
+
version = "1.0.13"
|
|
62
56
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
-
checksum = "
|
|
57
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
64
58
|
|
|
65
59
|
[[package]]
|
|
66
60
|
name = "anstyle-parse"
|
|
@@ -73,44 +67,47 @@ dependencies = [
|
|
|
73
67
|
|
|
74
68
|
[[package]]
|
|
75
69
|
name = "anstyle-query"
|
|
76
|
-
version = "1.1.
|
|
70
|
+
version = "1.1.5"
|
|
77
71
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
-
checksum = "
|
|
72
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
79
73
|
dependencies = [
|
|
80
|
-
"windows-sys 0.
|
|
74
|
+
"windows-sys 0.61.2",
|
|
81
75
|
]
|
|
82
76
|
|
|
83
77
|
[[package]]
|
|
84
78
|
name = "anstyle-wincon"
|
|
85
|
-
version = "3.0.
|
|
79
|
+
version = "3.0.11"
|
|
86
80
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
-
checksum = "
|
|
81
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
88
82
|
dependencies = [
|
|
89
83
|
"anstyle",
|
|
90
84
|
"once_cell_polyfill",
|
|
91
|
-
"windows-sys 0.
|
|
85
|
+
"windows-sys 0.61.2",
|
|
92
86
|
]
|
|
93
87
|
|
|
94
88
|
[[package]]
|
|
95
89
|
name = "anyhow"
|
|
96
|
-
version = "1.0.
|
|
90
|
+
version = "1.0.102"
|
|
97
91
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
-
checksum = "
|
|
92
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
99
93
|
|
|
100
94
|
[[package]]
|
|
101
95
|
name = "arbitrary"
|
|
102
|
-
version = "1.4.
|
|
96
|
+
version = "1.4.2"
|
|
103
97
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
104
|
-
checksum = "
|
|
98
|
+
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
|
105
99
|
dependencies = [
|
|
106
100
|
"derive_arbitrary",
|
|
107
101
|
]
|
|
108
102
|
|
|
109
103
|
[[package]]
|
|
110
104
|
name = "arc-swap"
|
|
111
|
-
version = "1.
|
|
105
|
+
version = "1.8.2"
|
|
112
106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
-
checksum = "
|
|
107
|
+
checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
|
|
108
|
+
dependencies = [
|
|
109
|
+
"rustversion",
|
|
110
|
+
]
|
|
114
111
|
|
|
115
112
|
[[package]]
|
|
116
113
|
name = "as-slice"
|
|
@@ -134,9 +131,9 @@ dependencies = [
|
|
|
134
131
|
|
|
135
132
|
[[package]]
|
|
136
133
|
name = "async-channel"
|
|
137
|
-
version = "2.
|
|
134
|
+
version = "2.5.0"
|
|
138
135
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
-
checksum = "
|
|
136
|
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
140
137
|
dependencies = [
|
|
141
138
|
"concurrent-queue",
|
|
142
139
|
"event-listener-strategy",
|
|
@@ -146,9 +143,9 @@ dependencies = [
|
|
|
146
143
|
|
|
147
144
|
[[package]]
|
|
148
145
|
name = "async-executor"
|
|
149
|
-
version = "1.
|
|
146
|
+
version = "1.14.0"
|
|
150
147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
151
|
-
checksum = "
|
|
148
|
+
checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
|
|
152
149
|
dependencies = [
|
|
153
150
|
"async-task",
|
|
154
151
|
"concurrent-queue",
|
|
@@ -164,7 +161,7 @@ version = "2.4.1"
|
|
|
164
161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
162
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
|
166
163
|
dependencies = [
|
|
167
|
-
"async-channel 2.
|
|
164
|
+
"async-channel 2.5.0",
|
|
168
165
|
"async-executor",
|
|
169
166
|
"async-io",
|
|
170
167
|
"async-lock",
|
|
@@ -175,12 +172,12 @@ dependencies = [
|
|
|
175
172
|
|
|
176
173
|
[[package]]
|
|
177
174
|
name = "async-io"
|
|
178
|
-
version = "2.
|
|
175
|
+
version = "2.6.0"
|
|
179
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
180
|
-
checksum = "
|
|
177
|
+
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
|
181
178
|
dependencies = [
|
|
182
|
-
"
|
|
183
|
-
"cfg-if 1.0.
|
|
179
|
+
"autocfg",
|
|
180
|
+
"cfg-if 1.0.4",
|
|
184
181
|
"concurrent-queue",
|
|
185
182
|
"futures-io",
|
|
186
183
|
"futures-lite",
|
|
@@ -188,26 +185,25 @@ dependencies = [
|
|
|
188
185
|
"polling",
|
|
189
186
|
"rustix",
|
|
190
187
|
"slab",
|
|
191
|
-
"
|
|
192
|
-
"windows-sys 0.59.0",
|
|
188
|
+
"windows-sys 0.61.2",
|
|
193
189
|
]
|
|
194
190
|
|
|
195
191
|
[[package]]
|
|
196
192
|
name = "async-lock"
|
|
197
|
-
version = "3.4.
|
|
193
|
+
version = "3.4.2"
|
|
198
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
-
checksum = "
|
|
195
|
+
checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
|
|
200
196
|
dependencies = [
|
|
201
|
-
"event-listener 5.4.
|
|
197
|
+
"event-listener 5.4.1",
|
|
202
198
|
"event-listener-strategy",
|
|
203
199
|
"pin-project-lite",
|
|
204
200
|
]
|
|
205
201
|
|
|
206
202
|
[[package]]
|
|
207
203
|
name = "async-std"
|
|
208
|
-
version = "1.13.
|
|
204
|
+
version = "1.13.2"
|
|
209
205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
210
|
-
checksum = "
|
|
206
|
+
checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
|
|
211
207
|
dependencies = [
|
|
212
208
|
"async-channel 1.9.0",
|
|
213
209
|
"async-global-executor",
|
|
@@ -243,9 +239,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
243
239
|
|
|
244
240
|
[[package]]
|
|
245
241
|
name = "autocfg"
|
|
246
|
-
version = "1.
|
|
242
|
+
version = "1.5.0"
|
|
247
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
248
|
-
checksum = "
|
|
244
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
249
245
|
|
|
250
246
|
[[package]]
|
|
251
247
|
name = "base64"
|
|
@@ -255,15 +251,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
255
251
|
|
|
256
252
|
[[package]]
|
|
257
253
|
name = "bitflags"
|
|
258
|
-
version = "
|
|
259
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
260
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
261
|
-
|
|
262
|
-
[[package]]
|
|
263
|
-
name = "bitflags"
|
|
264
|
-
version = "2.9.1"
|
|
254
|
+
version = "2.11.0"
|
|
265
255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
-
checksum = "
|
|
256
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
267
257
|
|
|
268
258
|
[[package]]
|
|
269
259
|
name = "block-buffer"
|
|
@@ -274,13 +264,22 @@ dependencies = [
|
|
|
274
264
|
"generic-array",
|
|
275
265
|
]
|
|
276
266
|
|
|
267
|
+
[[package]]
|
|
268
|
+
name = "block2"
|
|
269
|
+
version = "0.6.2"
|
|
270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271
|
+
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
|
|
272
|
+
dependencies = [
|
|
273
|
+
"objc2",
|
|
274
|
+
]
|
|
275
|
+
|
|
277
276
|
[[package]]
|
|
278
277
|
name = "blocking"
|
|
279
|
-
version = "1.6.
|
|
278
|
+
version = "1.6.2"
|
|
280
279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
281
|
-
checksum = "
|
|
280
|
+
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
|
282
281
|
dependencies = [
|
|
283
|
-
"async-channel 2.
|
|
282
|
+
"async-channel 2.5.0",
|
|
284
283
|
"async-task",
|
|
285
284
|
"futures-io",
|
|
286
285
|
"futures-lite",
|
|
@@ -289,15 +288,15 @@ dependencies = [
|
|
|
289
288
|
|
|
290
289
|
[[package]]
|
|
291
290
|
name = "bumpalo"
|
|
292
|
-
version = "3.
|
|
291
|
+
version = "3.20.2"
|
|
293
292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
|
-
checksum = "
|
|
293
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
295
294
|
|
|
296
295
|
[[package]]
|
|
297
296
|
name = "bytemuck"
|
|
298
|
-
version = "1.
|
|
297
|
+
version = "1.25.0"
|
|
299
298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
-
checksum = "
|
|
299
|
+
checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
|
|
301
300
|
|
|
302
301
|
[[package]]
|
|
303
302
|
name = "byteorder-lite"
|
|
@@ -307,15 +306,15 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
307
306
|
|
|
308
307
|
[[package]]
|
|
309
308
|
name = "bytes"
|
|
310
|
-
version = "1.
|
|
309
|
+
version = "1.11.1"
|
|
311
310
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "
|
|
311
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
313
312
|
|
|
314
313
|
[[package]]
|
|
315
314
|
name = "cbindgen"
|
|
316
|
-
version = "0.29.
|
|
315
|
+
version = "0.29.2"
|
|
317
316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
|
-
checksum = "
|
|
317
|
+
checksum = "befbfd072a8e81c02f8c507aefce431fe5e7d051f83d48a23ffc9b9fe5a11799"
|
|
319
318
|
dependencies = [
|
|
320
319
|
"clap",
|
|
321
320
|
"heck",
|
|
@@ -325,17 +324,18 @@ dependencies = [
|
|
|
325
324
|
"quote",
|
|
326
325
|
"serde",
|
|
327
326
|
"serde_json",
|
|
328
|
-
"syn 2.0.
|
|
327
|
+
"syn 2.0.117",
|
|
329
328
|
"tempfile",
|
|
330
|
-
"toml 0.
|
|
329
|
+
"toml 0.9.12+spec-1.1.0",
|
|
331
330
|
]
|
|
332
331
|
|
|
333
332
|
[[package]]
|
|
334
333
|
name = "cc"
|
|
335
|
-
version = "1.2.
|
|
334
|
+
version = "1.2.56"
|
|
336
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "
|
|
336
|
+
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
|
|
338
337
|
dependencies = [
|
|
338
|
+
"find-msvc-tools",
|
|
339
339
|
"jobserver",
|
|
340
340
|
"libc",
|
|
341
341
|
"shlex",
|
|
@@ -349,9 +349,9 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
349
349
|
|
|
350
350
|
[[package]]
|
|
351
351
|
name = "cfg-if"
|
|
352
|
-
version = "1.0.
|
|
352
|
+
version = "1.0.4"
|
|
353
353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
-
checksum = "
|
|
354
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
355
355
|
|
|
356
356
|
[[package]]
|
|
357
357
|
name = "cfg_aliases"
|
|
@@ -361,23 +361,22 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
361
361
|
|
|
362
362
|
[[package]]
|
|
363
363
|
name = "chrono"
|
|
364
|
-
version = "0.4.
|
|
364
|
+
version = "0.4.43"
|
|
365
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
366
|
-
checksum = "
|
|
366
|
+
checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
|
|
367
367
|
dependencies = [
|
|
368
|
-
"android-tzdata",
|
|
369
368
|
"iana-time-zone",
|
|
370
369
|
"js-sys",
|
|
371
370
|
"num-traits",
|
|
372
371
|
"wasm-bindgen",
|
|
373
|
-
"windows-link",
|
|
372
|
+
"windows-link 0.2.1",
|
|
374
373
|
]
|
|
375
374
|
|
|
376
375
|
[[package]]
|
|
377
376
|
name = "clap"
|
|
378
|
-
version = "4.5.
|
|
377
|
+
version = "4.5.60"
|
|
379
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "
|
|
379
|
+
checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
|
|
381
380
|
dependencies = [
|
|
382
381
|
"clap_builder",
|
|
383
382
|
"clap_derive",
|
|
@@ -385,9 +384,9 @@ dependencies = [
|
|
|
385
384
|
|
|
386
385
|
[[package]]
|
|
387
386
|
name = "clap_builder"
|
|
388
|
-
version = "4.5.
|
|
387
|
+
version = "4.5.60"
|
|
389
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
-
checksum = "
|
|
389
|
+
checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
|
|
391
390
|
dependencies = [
|
|
392
391
|
"anstream",
|
|
393
392
|
"anstyle",
|
|
@@ -397,21 +396,21 @@ dependencies = [
|
|
|
397
396
|
|
|
398
397
|
[[package]]
|
|
399
398
|
name = "clap_derive"
|
|
400
|
-
version = "4.5.
|
|
399
|
+
version = "4.5.55"
|
|
401
400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "
|
|
401
|
+
checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
|
|
403
402
|
dependencies = [
|
|
404
403
|
"heck",
|
|
405
404
|
"proc-macro2",
|
|
406
405
|
"quote",
|
|
407
|
-
"syn 2.0.
|
|
406
|
+
"syn 2.0.117",
|
|
408
407
|
]
|
|
409
408
|
|
|
410
409
|
[[package]]
|
|
411
410
|
name = "clap_lex"
|
|
412
|
-
version = "0.
|
|
411
|
+
version = "1.0.0"
|
|
413
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
-
checksum = "
|
|
413
|
+
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
|
415
414
|
|
|
416
415
|
[[package]]
|
|
417
416
|
name = "color_quant"
|
|
@@ -461,11 +460,11 @@ dependencies = [
|
|
|
461
460
|
|
|
462
461
|
[[package]]
|
|
463
462
|
name = "crc32fast"
|
|
464
|
-
version = "1.
|
|
463
|
+
version = "1.5.0"
|
|
465
464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
466
|
-
checksum = "
|
|
465
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
467
466
|
dependencies = [
|
|
468
|
-
"cfg-if 1.0.
|
|
467
|
+
"cfg-if 1.0.4",
|
|
469
468
|
]
|
|
470
469
|
|
|
471
470
|
[[package]]
|
|
@@ -495,9 +494,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
495
494
|
|
|
496
495
|
[[package]]
|
|
497
496
|
name = "crypto-common"
|
|
498
|
-
version = "0.1.
|
|
497
|
+
version = "0.1.7"
|
|
499
498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
-
checksum = "
|
|
499
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
501
500
|
dependencies = [
|
|
502
501
|
"generic-array",
|
|
503
502
|
"typenum",
|
|
@@ -509,7 +508,7 @@ version = "0.1.2"
|
|
|
509
508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
510
509
|
checksum = "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1"
|
|
511
510
|
dependencies = [
|
|
512
|
-
"cfg-if 1.0.
|
|
511
|
+
"cfg-if 1.0.4",
|
|
513
512
|
]
|
|
514
513
|
|
|
515
514
|
[[package]]
|
|
@@ -549,9 +548,9 @@ dependencies = [
|
|
|
549
548
|
|
|
550
549
|
[[package]]
|
|
551
550
|
name = "deranged"
|
|
552
|
-
version = "0.
|
|
551
|
+
version = "0.5.8"
|
|
553
552
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "
|
|
553
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
555
554
|
dependencies = [
|
|
556
555
|
"powerfmt",
|
|
557
556
|
]
|
|
@@ -569,13 +568,13 @@ dependencies = [
|
|
|
569
568
|
|
|
570
569
|
[[package]]
|
|
571
570
|
name = "derive_arbitrary"
|
|
572
|
-
version = "1.4.
|
|
571
|
+
version = "1.4.2"
|
|
573
572
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
-
checksum = "
|
|
573
|
+
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
|
575
574
|
dependencies = [
|
|
576
575
|
"proc-macro2",
|
|
577
576
|
"quote",
|
|
578
|
-
"syn 2.0.
|
|
577
|
+
"syn 2.0.117",
|
|
579
578
|
]
|
|
580
579
|
|
|
581
580
|
[[package]]
|
|
@@ -625,6 +624,16 @@ dependencies = [
|
|
|
625
624
|
"winapi 0.3.9",
|
|
626
625
|
]
|
|
627
626
|
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "dispatch2"
|
|
629
|
+
version = "0.3.0"
|
|
630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
+
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
|
|
632
|
+
dependencies = [
|
|
633
|
+
"bitflags",
|
|
634
|
+
"objc2",
|
|
635
|
+
]
|
|
636
|
+
|
|
628
637
|
[[package]]
|
|
629
638
|
name = "displaydoc"
|
|
630
639
|
version = "0.2.5"
|
|
@@ -633,7 +642,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
633
642
|
dependencies = [
|
|
634
643
|
"proc-macro2",
|
|
635
644
|
"quote",
|
|
636
|
-
"syn 2.0.
|
|
645
|
+
"syn 2.0.117",
|
|
637
646
|
]
|
|
638
647
|
|
|
639
648
|
[[package]]
|
|
@@ -661,12 +670,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
661
670
|
|
|
662
671
|
[[package]]
|
|
663
672
|
name = "errno"
|
|
664
|
-
version = "0.3.
|
|
673
|
+
version = "0.3.14"
|
|
665
674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
666
|
-
checksum = "
|
|
675
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
667
676
|
dependencies = [
|
|
668
677
|
"libc",
|
|
669
|
-
"windows-sys 0.
|
|
678
|
+
"windows-sys 0.61.2",
|
|
670
679
|
]
|
|
671
680
|
|
|
672
681
|
[[package]]
|
|
@@ -677,9 +686,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
677
686
|
|
|
678
687
|
[[package]]
|
|
679
688
|
name = "event-listener"
|
|
680
|
-
version = "5.4.
|
|
689
|
+
version = "5.4.1"
|
|
681
690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
682
|
-
checksum = "
|
|
691
|
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
683
692
|
dependencies = [
|
|
684
693
|
"concurrent-queue",
|
|
685
694
|
"parking",
|
|
@@ -692,7 +701,7 @@ version = "0.5.4"
|
|
|
692
701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
693
702
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
694
703
|
dependencies = [
|
|
695
|
-
"event-listener 5.4.
|
|
704
|
+
"event-listener 5.4.1",
|
|
696
705
|
"pin-project-lite",
|
|
697
706
|
]
|
|
698
707
|
|
|
@@ -711,15 +720,21 @@ dependencies = [
|
|
|
711
720
|
"simd-adler32",
|
|
712
721
|
]
|
|
713
722
|
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "find-msvc-tools"
|
|
725
|
+
version = "0.1.9"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
728
|
+
|
|
714
729
|
[[package]]
|
|
715
730
|
name = "flate2"
|
|
716
|
-
version = "1.1.
|
|
731
|
+
version = "1.1.9"
|
|
717
732
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
718
|
-
checksum = "
|
|
733
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
719
734
|
dependencies = [
|
|
720
735
|
"crc32fast",
|
|
721
|
-
"libz-rs-sys",
|
|
722
736
|
"miniz_oxide",
|
|
737
|
+
"zlib-rs",
|
|
723
738
|
]
|
|
724
739
|
|
|
725
740
|
[[package]]
|
|
@@ -728,11 +743,17 @@ version = "1.0.7"
|
|
|
728
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
744
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
730
745
|
|
|
746
|
+
[[package]]
|
|
747
|
+
name = "foldhash"
|
|
748
|
+
version = "0.1.5"
|
|
749
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
750
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
751
|
+
|
|
731
752
|
[[package]]
|
|
732
753
|
name = "form_urlencoded"
|
|
733
|
-
version = "1.2.
|
|
754
|
+
version = "1.2.2"
|
|
734
755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
735
|
-
checksum = "
|
|
756
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
736
757
|
dependencies = [
|
|
737
758
|
"percent-encoding",
|
|
738
759
|
]
|
|
@@ -744,10 +765,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
744
765
|
checksum = "14af6c9694ea25db25baa2a1788703b9e7c6648dcaeeebeb98f7561b5384c036"
|
|
745
766
|
dependencies = [
|
|
746
767
|
"aligned",
|
|
747
|
-
"cfg-if 1.0.
|
|
768
|
+
"cfg-if 1.0.4",
|
|
748
769
|
"cvt",
|
|
749
770
|
"libc",
|
|
750
|
-
"nix",
|
|
771
|
+
"nix 0.29.0",
|
|
751
772
|
"windows-sys 0.52.0",
|
|
752
773
|
]
|
|
753
774
|
|
|
@@ -759,30 +780,30 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
759
780
|
|
|
760
781
|
[[package]]
|
|
761
782
|
name = "futures-channel"
|
|
762
|
-
version = "0.3.
|
|
783
|
+
version = "0.3.32"
|
|
763
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
-
checksum = "
|
|
785
|
+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
765
786
|
dependencies = [
|
|
766
787
|
"futures-core",
|
|
767
788
|
]
|
|
768
789
|
|
|
769
790
|
[[package]]
|
|
770
791
|
name = "futures-core"
|
|
771
|
-
version = "0.3.
|
|
792
|
+
version = "0.3.32"
|
|
772
793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
-
checksum = "
|
|
794
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
774
795
|
|
|
775
796
|
[[package]]
|
|
776
797
|
name = "futures-io"
|
|
777
|
-
version = "0.3.
|
|
798
|
+
version = "0.3.32"
|
|
778
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
-
checksum = "
|
|
800
|
+
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
780
801
|
|
|
781
802
|
[[package]]
|
|
782
803
|
name = "futures-lite"
|
|
783
|
-
version = "2.6.
|
|
804
|
+
version = "2.6.1"
|
|
784
805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
|
-
checksum = "
|
|
806
|
+
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
|
786
807
|
dependencies = [
|
|
787
808
|
"fastrand",
|
|
788
809
|
"futures-core",
|
|
@@ -791,6 +812,24 @@ dependencies = [
|
|
|
791
812
|
"pin-project-lite",
|
|
792
813
|
]
|
|
793
814
|
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "futures-task"
|
|
817
|
+
version = "0.3.32"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
820
|
+
|
|
821
|
+
[[package]]
|
|
822
|
+
name = "futures-util"
|
|
823
|
+
version = "0.3.32"
|
|
824
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
825
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
826
|
+
dependencies = [
|
|
827
|
+
"futures-core",
|
|
828
|
+
"futures-task",
|
|
829
|
+
"pin-project-lite",
|
|
830
|
+
"slab",
|
|
831
|
+
]
|
|
832
|
+
|
|
794
833
|
[[package]]
|
|
795
834
|
name = "generic-array"
|
|
796
835
|
version = "0.14.7"
|
|
@@ -803,32 +842,45 @@ dependencies = [
|
|
|
803
842
|
|
|
804
843
|
[[package]]
|
|
805
844
|
name = "getrandom"
|
|
806
|
-
version = "0.2.
|
|
845
|
+
version = "0.2.17"
|
|
807
846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
-
checksum = "
|
|
847
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
809
848
|
dependencies = [
|
|
810
|
-
"cfg-if 1.0.
|
|
849
|
+
"cfg-if 1.0.4",
|
|
811
850
|
"libc",
|
|
812
851
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
813
852
|
]
|
|
814
853
|
|
|
815
854
|
[[package]]
|
|
816
855
|
name = "getrandom"
|
|
817
|
-
version = "0.3.
|
|
856
|
+
version = "0.3.4"
|
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
859
|
+
dependencies = [
|
|
860
|
+
"cfg-if 1.0.4",
|
|
861
|
+
"libc",
|
|
862
|
+
"r-efi",
|
|
863
|
+
"wasip2",
|
|
864
|
+
]
|
|
865
|
+
|
|
866
|
+
[[package]]
|
|
867
|
+
name = "getrandom"
|
|
868
|
+
version = "0.4.1"
|
|
818
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
-
checksum = "
|
|
870
|
+
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
|
|
820
871
|
dependencies = [
|
|
821
|
-
"cfg-if 1.0.
|
|
872
|
+
"cfg-if 1.0.4",
|
|
822
873
|
"libc",
|
|
823
874
|
"r-efi",
|
|
824
|
-
"
|
|
875
|
+
"wasip2",
|
|
876
|
+
"wasip3",
|
|
825
877
|
]
|
|
826
878
|
|
|
827
879
|
[[package]]
|
|
828
880
|
name = "gif"
|
|
829
|
-
version = "0.
|
|
881
|
+
version = "0.14.1"
|
|
830
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
831
|
-
checksum = "
|
|
883
|
+
checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e"
|
|
832
884
|
dependencies = [
|
|
833
885
|
"color_quant",
|
|
834
886
|
"weezl",
|
|
@@ -836,9 +888,9 @@ dependencies = [
|
|
|
836
888
|
|
|
837
889
|
[[package]]
|
|
838
890
|
name = "glob"
|
|
839
|
-
version = "0.3.
|
|
891
|
+
version = "0.3.3"
|
|
840
892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
|
-
checksum = "
|
|
893
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
842
894
|
|
|
843
895
|
[[package]]
|
|
844
896
|
name = "gloo-timers"
|
|
@@ -854,9 +906,18 @@ dependencies = [
|
|
|
854
906
|
|
|
855
907
|
[[package]]
|
|
856
908
|
name = "hashbrown"
|
|
857
|
-
version = "0.15.
|
|
909
|
+
version = "0.15.5"
|
|
910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
912
|
+
dependencies = [
|
|
913
|
+
"foldhash",
|
|
914
|
+
]
|
|
915
|
+
|
|
916
|
+
[[package]]
|
|
917
|
+
name = "hashbrown"
|
|
918
|
+
version = "0.16.1"
|
|
858
919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
-
checksum = "
|
|
920
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
860
921
|
|
|
861
922
|
[[package]]
|
|
862
923
|
name = "heck"
|
|
@@ -872,12 +933,11 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
872
933
|
|
|
873
934
|
[[package]]
|
|
874
935
|
name = "http"
|
|
875
|
-
version = "1.
|
|
936
|
+
version = "1.4.0"
|
|
876
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
-
checksum = "
|
|
938
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
878
939
|
dependencies = [
|
|
879
940
|
"bytes",
|
|
880
|
-
"fnv",
|
|
881
941
|
"itoa",
|
|
882
942
|
]
|
|
883
943
|
|
|
@@ -889,9 +949,9 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
889
949
|
|
|
890
950
|
[[package]]
|
|
891
951
|
name = "iana-time-zone"
|
|
892
|
-
version = "0.1.
|
|
952
|
+
version = "0.1.65"
|
|
893
953
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
894
|
-
checksum = "
|
|
954
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
895
955
|
dependencies = [
|
|
896
956
|
"android_system_properties",
|
|
897
957
|
"core-foundation-sys",
|
|
@@ -899,7 +959,7 @@ dependencies = [
|
|
|
899
959
|
"js-sys",
|
|
900
960
|
"log",
|
|
901
961
|
"wasm-bindgen",
|
|
902
|
-
"windows-core",
|
|
962
|
+
"windows-core 0.62.2",
|
|
903
963
|
]
|
|
904
964
|
|
|
905
965
|
[[package]]
|
|
@@ -913,9 +973,9 @@ dependencies = [
|
|
|
913
973
|
|
|
914
974
|
[[package]]
|
|
915
975
|
name = "icu_collections"
|
|
916
|
-
version = "2.
|
|
976
|
+
version = "2.1.1"
|
|
917
977
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
918
|
-
checksum = "
|
|
978
|
+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
919
979
|
dependencies = [
|
|
920
980
|
"displaydoc",
|
|
921
981
|
"potential_utf",
|
|
@@ -926,9 +986,9 @@ dependencies = [
|
|
|
926
986
|
|
|
927
987
|
[[package]]
|
|
928
988
|
name = "icu_locale_core"
|
|
929
|
-
version = "2.
|
|
989
|
+
version = "2.1.1"
|
|
930
990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
931
|
-
checksum = "
|
|
991
|
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
932
992
|
dependencies = [
|
|
933
993
|
"displaydoc",
|
|
934
994
|
"litemap",
|
|
@@ -939,11 +999,10 @@ dependencies = [
|
|
|
939
999
|
|
|
940
1000
|
[[package]]
|
|
941
1001
|
name = "icu_normalizer"
|
|
942
|
-
version = "2.
|
|
1002
|
+
version = "2.1.1"
|
|
943
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
944
|
-
checksum = "
|
|
1004
|
+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
945
1005
|
dependencies = [
|
|
946
|
-
"displaydoc",
|
|
947
1006
|
"icu_collections",
|
|
948
1007
|
"icu_normalizer_data",
|
|
949
1008
|
"icu_properties",
|
|
@@ -954,42 +1013,38 @@ dependencies = [
|
|
|
954
1013
|
|
|
955
1014
|
[[package]]
|
|
956
1015
|
name = "icu_normalizer_data"
|
|
957
|
-
version = "2.
|
|
1016
|
+
version = "2.1.1"
|
|
958
1017
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
959
|
-
checksum = "
|
|
1018
|
+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
960
1019
|
|
|
961
1020
|
[[package]]
|
|
962
1021
|
name = "icu_properties"
|
|
963
|
-
version = "2.
|
|
1022
|
+
version = "2.1.2"
|
|
964
1023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
965
|
-
checksum = "
|
|
1024
|
+
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
966
1025
|
dependencies = [
|
|
967
|
-
"displaydoc",
|
|
968
1026
|
"icu_collections",
|
|
969
1027
|
"icu_locale_core",
|
|
970
1028
|
"icu_properties_data",
|
|
971
1029
|
"icu_provider",
|
|
972
|
-
"potential_utf",
|
|
973
1030
|
"zerotrie",
|
|
974
1031
|
"zerovec",
|
|
975
1032
|
]
|
|
976
1033
|
|
|
977
1034
|
[[package]]
|
|
978
1035
|
name = "icu_properties_data"
|
|
979
|
-
version = "2.
|
|
1036
|
+
version = "2.1.2"
|
|
980
1037
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
981
|
-
checksum = "
|
|
1038
|
+
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
982
1039
|
|
|
983
1040
|
[[package]]
|
|
984
1041
|
name = "icu_provider"
|
|
985
|
-
version = "2.
|
|
1042
|
+
version = "2.1.1"
|
|
986
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "
|
|
1044
|
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
988
1045
|
dependencies = [
|
|
989
1046
|
"displaydoc",
|
|
990
1047
|
"icu_locale_core",
|
|
991
|
-
"stable_deref_trait",
|
|
992
|
-
"tinystr",
|
|
993
1048
|
"writeable",
|
|
994
1049
|
"yoke",
|
|
995
1050
|
"zerofrom",
|
|
@@ -997,6 +1052,12 @@ dependencies = [
|
|
|
997
1052
|
"zerovec",
|
|
998
1053
|
]
|
|
999
1054
|
|
|
1055
|
+
[[package]]
|
|
1056
|
+
name = "id-arena"
|
|
1057
|
+
version = "2.3.0"
|
|
1058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1059
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1060
|
+
|
|
1000
1061
|
[[package]]
|
|
1001
1062
|
name = "ident_case"
|
|
1002
1063
|
version = "1.0.1"
|
|
@@ -1005,9 +1066,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
1005
1066
|
|
|
1006
1067
|
[[package]]
|
|
1007
1068
|
name = "idna"
|
|
1008
|
-
version = "1.0
|
|
1069
|
+
version = "1.1.0"
|
|
1009
1070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1010
|
-
checksum = "
|
|
1071
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1011
1072
|
dependencies = [
|
|
1012
1073
|
"idna_adapter",
|
|
1013
1074
|
"smallvec",
|
|
@@ -1026,14 +1087,15 @@ dependencies = [
|
|
|
1026
1087
|
|
|
1027
1088
|
[[package]]
|
|
1028
1089
|
name = "image"
|
|
1029
|
-
version = "0.25.
|
|
1090
|
+
version = "0.25.9"
|
|
1030
1091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
-
checksum = "
|
|
1092
|
+
checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
|
|
1032
1093
|
dependencies = [
|
|
1033
1094
|
"bytemuck",
|
|
1034
1095
|
"byteorder-lite",
|
|
1035
1096
|
"color_quant",
|
|
1036
1097
|
"gif",
|
|
1098
|
+
"moxcms",
|
|
1037
1099
|
"num-traits",
|
|
1038
1100
|
"png",
|
|
1039
1101
|
"zune-core",
|
|
@@ -1042,47 +1104,43 @@ dependencies = [
|
|
|
1042
1104
|
|
|
1043
1105
|
[[package]]
|
|
1044
1106
|
name = "indexmap"
|
|
1045
|
-
version = "2.
|
|
1107
|
+
version = "2.13.0"
|
|
1046
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1047
|
-
checksum = "
|
|
1109
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
1048
1110
|
dependencies = [
|
|
1049
1111
|
"equivalent",
|
|
1050
|
-
"hashbrown",
|
|
1112
|
+
"hashbrown 0.16.1",
|
|
1113
|
+
"serde",
|
|
1114
|
+
"serde_core",
|
|
1051
1115
|
]
|
|
1052
1116
|
|
|
1053
|
-
[[package]]
|
|
1054
|
-
name = "indoc"
|
|
1055
|
-
version = "2.0.6"
|
|
1056
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
-
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
|
|
1058
|
-
|
|
1059
1117
|
[[package]]
|
|
1060
1118
|
name = "is_terminal_polyfill"
|
|
1061
|
-
version = "1.70.
|
|
1119
|
+
version = "1.70.2"
|
|
1062
1120
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
-
checksum = "
|
|
1121
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1064
1122
|
|
|
1065
1123
|
[[package]]
|
|
1066
1124
|
name = "itoa"
|
|
1067
|
-
version = "1.0.
|
|
1125
|
+
version = "1.0.17"
|
|
1068
1126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1069
|
-
checksum = "
|
|
1127
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
1070
1128
|
|
|
1071
1129
|
[[package]]
|
|
1072
1130
|
name = "jobserver"
|
|
1073
|
-
version = "0.1.
|
|
1131
|
+
version = "0.1.34"
|
|
1074
1132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1075
|
-
checksum = "
|
|
1133
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1076
1134
|
dependencies = [
|
|
1077
|
-
"getrandom 0.3.
|
|
1135
|
+
"getrandom 0.3.4",
|
|
1078
1136
|
"libc",
|
|
1079
1137
|
]
|
|
1080
1138
|
|
|
1081
1139
|
[[package]]
|
|
1082
1140
|
name = "js-sys"
|
|
1083
|
-
version = "0.3.
|
|
1141
|
+
version = "0.3.88"
|
|
1084
1142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1085
|
-
checksum = "
|
|
1143
|
+
checksum = "c7e709f3e3d22866f9c25b3aff01af289b18422cc8b4262fb19103ee80fe513d"
|
|
1086
1144
|
dependencies = [
|
|
1087
1145
|
"once_cell",
|
|
1088
1146
|
"wasm-bindgen",
|
|
@@ -1113,78 +1171,85 @@ version = "1.5.0"
|
|
|
1113
1171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1114
1172
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1115
1173
|
|
|
1174
|
+
[[package]]
|
|
1175
|
+
name = "leb128fmt"
|
|
1176
|
+
version = "0.1.0"
|
|
1177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1178
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1179
|
+
|
|
1116
1180
|
[[package]]
|
|
1117
1181
|
name = "libc"
|
|
1118
|
-
version = "0.2.
|
|
1182
|
+
version = "0.2.182"
|
|
1119
1183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1120
|
-
checksum = "
|
|
1184
|
+
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
|
1121
1185
|
|
|
1122
1186
|
[[package]]
|
|
1123
1187
|
name = "libloading"
|
|
1124
|
-
version = "0.8.
|
|
1188
|
+
version = "0.8.9"
|
|
1125
1189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1126
|
-
checksum = "
|
|
1190
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1127
1191
|
dependencies = [
|
|
1128
|
-
"cfg-if 1.0.
|
|
1129
|
-
"windows-
|
|
1192
|
+
"cfg-if 1.0.4",
|
|
1193
|
+
"windows-link 0.2.1",
|
|
1130
1194
|
]
|
|
1131
1195
|
|
|
1132
1196
|
[[package]]
|
|
1133
|
-
name = "
|
|
1134
|
-
version = "0.
|
|
1197
|
+
name = "libloading"
|
|
1198
|
+
version = "0.9.0"
|
|
1135
1199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
-
checksum = "
|
|
1200
|
+
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
|
|
1137
1201
|
dependencies = [
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1202
|
+
"cfg-if 1.0.4",
|
|
1203
|
+
"windows-link 0.2.1",
|
|
1140
1204
|
]
|
|
1141
1205
|
|
|
1142
1206
|
[[package]]
|
|
1143
|
-
name = "
|
|
1144
|
-
version = "0.
|
|
1207
|
+
name = "libredox"
|
|
1208
|
+
version = "0.1.12"
|
|
1145
1209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1146
|
-
checksum = "
|
|
1210
|
+
checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
|
|
1147
1211
|
dependencies = [
|
|
1148
|
-
"
|
|
1212
|
+
"bitflags",
|
|
1213
|
+
"libc",
|
|
1149
1214
|
]
|
|
1150
1215
|
|
|
1151
1216
|
[[package]]
|
|
1152
1217
|
name = "linkme"
|
|
1153
|
-
version = "0.3.
|
|
1218
|
+
version = "0.3.35"
|
|
1154
1219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "
|
|
1220
|
+
checksum = "5e3283ed2d0e50c06dd8602e0ab319bb048b6325d0bba739db64ed8205179898"
|
|
1156
1221
|
dependencies = [
|
|
1157
1222
|
"linkme-impl",
|
|
1158
1223
|
]
|
|
1159
1224
|
|
|
1160
1225
|
[[package]]
|
|
1161
1226
|
name = "linkme-impl"
|
|
1162
|
-
version = "0.3.
|
|
1227
|
+
version = "0.3.35"
|
|
1163
1228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1164
|
-
checksum = "
|
|
1229
|
+
checksum = "e5cec0ec4228b4853bb129c84dbf093a27e6c7a20526da046defc334a1b017f7"
|
|
1165
1230
|
dependencies = [
|
|
1166
1231
|
"proc-macro2",
|
|
1167
1232
|
"quote",
|
|
1168
|
-
"syn 2.0.
|
|
1233
|
+
"syn 2.0.117",
|
|
1169
1234
|
]
|
|
1170
1235
|
|
|
1171
1236
|
[[package]]
|
|
1172
1237
|
name = "linux-raw-sys"
|
|
1173
|
-
version = "0.
|
|
1238
|
+
version = "0.12.1"
|
|
1174
1239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1175
|
-
checksum = "
|
|
1240
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1176
1241
|
|
|
1177
1242
|
[[package]]
|
|
1178
1243
|
name = "litemap"
|
|
1179
|
-
version = "0.8.
|
|
1244
|
+
version = "0.8.1"
|
|
1180
1245
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
-
checksum = "
|
|
1246
|
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
1182
1247
|
|
|
1183
1248
|
[[package]]
|
|
1184
1249
|
name = "log"
|
|
1185
|
-
version = "0.4.
|
|
1250
|
+
version = "0.4.29"
|
|
1186
1251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1187
|
-
checksum = "
|
|
1252
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1188
1253
|
dependencies = [
|
|
1189
1254
|
"value-bag",
|
|
1190
1255
|
]
|
|
@@ -1212,28 +1277,19 @@ dependencies = [
|
|
|
1212
1277
|
|
|
1213
1278
|
[[package]]
|
|
1214
1279
|
name = "memchr"
|
|
1215
|
-
version = "2.
|
|
1280
|
+
version = "2.8.0"
|
|
1216
1281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1217
|
-
checksum = "
|
|
1282
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1218
1283
|
|
|
1219
1284
|
[[package]]
|
|
1220
1285
|
name = "memmap2"
|
|
1221
|
-
version = "0.9.
|
|
1286
|
+
version = "0.9.10"
|
|
1222
1287
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1223
|
-
checksum = "
|
|
1288
|
+
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
|
|
1224
1289
|
dependencies = [
|
|
1225
1290
|
"libc",
|
|
1226
1291
|
]
|
|
1227
1292
|
|
|
1228
|
-
[[package]]
|
|
1229
|
-
name = "memoffset"
|
|
1230
|
-
version = "0.9.1"
|
|
1231
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
-
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
1233
|
-
dependencies = [
|
|
1234
|
-
"autocfg",
|
|
1235
|
-
]
|
|
1236
|
-
|
|
1237
1293
|
[[package]]
|
|
1238
1294
|
name = "miniz_oxide"
|
|
1239
1295
|
version = "0.8.9"
|
|
@@ -1244,6 +1300,16 @@ dependencies = [
|
|
|
1244
1300
|
"simd-adler32",
|
|
1245
1301
|
]
|
|
1246
1302
|
|
|
1303
|
+
[[package]]
|
|
1304
|
+
name = "moxcms"
|
|
1305
|
+
version = "0.7.11"
|
|
1306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1307
|
+
checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
|
|
1308
|
+
dependencies = [
|
|
1309
|
+
"num-traits",
|
|
1310
|
+
"pxfm",
|
|
1311
|
+
]
|
|
1312
|
+
|
|
1247
1313
|
[[package]]
|
|
1248
1314
|
name = "neon"
|
|
1249
1315
|
version = "1.1.1"
|
|
@@ -1251,8 +1317,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1251
1317
|
checksum = "74c1d298c79e60a3f5a1e638ace1f9c1229d2a97bd3a9e40a63b67c8efa0f1e1"
|
|
1252
1318
|
dependencies = [
|
|
1253
1319
|
"either",
|
|
1254
|
-
"getrandom 0.2.
|
|
1255
|
-
"libloading",
|
|
1320
|
+
"getrandom 0.2.17",
|
|
1321
|
+
"libloading 0.8.9",
|
|
1256
1322
|
"linkme",
|
|
1257
1323
|
"neon-macros",
|
|
1258
1324
|
"once_cell",
|
|
@@ -1269,7 +1335,7 @@ checksum = "c39e43767817fc963f90f400600967a2b2403602c6440685d09a6bc4e02b70b1"
|
|
|
1269
1335
|
dependencies = [
|
|
1270
1336
|
"proc-macro2",
|
|
1271
1337
|
"quote",
|
|
1272
|
-
"syn 2.0.
|
|
1338
|
+
"syn 2.0.117",
|
|
1273
1339
|
]
|
|
1274
1340
|
|
|
1275
1341
|
[[package]]
|
|
@@ -1278,26 +1344,38 @@ version = "0.29.0"
|
|
|
1278
1344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1279
1345
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
1280
1346
|
dependencies = [
|
|
1281
|
-
"bitflags
|
|
1282
|
-
"cfg-if 1.0.
|
|
1347
|
+
"bitflags",
|
|
1348
|
+
"cfg-if 1.0.4",
|
|
1349
|
+
"cfg_aliases",
|
|
1350
|
+
"libc",
|
|
1351
|
+
]
|
|
1352
|
+
|
|
1353
|
+
[[package]]
|
|
1354
|
+
name = "nix"
|
|
1355
|
+
version = "0.30.1"
|
|
1356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1357
|
+
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
|
1358
|
+
dependencies = [
|
|
1359
|
+
"bitflags",
|
|
1360
|
+
"cfg-if 1.0.4",
|
|
1283
1361
|
"cfg_aliases",
|
|
1284
1362
|
"libc",
|
|
1285
1363
|
]
|
|
1286
1364
|
|
|
1287
1365
|
[[package]]
|
|
1288
1366
|
name = "normpath"
|
|
1289
|
-
version = "1.
|
|
1367
|
+
version = "1.5.0"
|
|
1290
1368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1291
|
-
checksum = "
|
|
1369
|
+
checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
|
|
1292
1370
|
dependencies = [
|
|
1293
|
-
"windows-sys 0.
|
|
1371
|
+
"windows-sys 0.61.2",
|
|
1294
1372
|
]
|
|
1295
1373
|
|
|
1296
1374
|
[[package]]
|
|
1297
1375
|
name = "ntest"
|
|
1298
|
-
version = "0.9.
|
|
1376
|
+
version = "0.9.5"
|
|
1299
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1300
|
-
checksum = "
|
|
1378
|
+
checksum = "54d1aa56874c2152c24681ed0df95ee155cc06c5c61b78e2d1e8c0cae8bc5326"
|
|
1301
1379
|
dependencies = [
|
|
1302
1380
|
"ntest_test_cases",
|
|
1303
1381
|
"ntest_timeout",
|
|
@@ -1305,9 +1383,9 @@ dependencies = [
|
|
|
1305
1383
|
|
|
1306
1384
|
[[package]]
|
|
1307
1385
|
name = "ntest_test_cases"
|
|
1308
|
-
version = "0.9.
|
|
1386
|
+
version = "0.9.5"
|
|
1309
1387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1310
|
-
checksum = "
|
|
1388
|
+
checksum = "6913433c6319ef9b2df316bb8e3db864a41724c2bb8f12555e07dc4ec69d3db1"
|
|
1311
1389
|
dependencies = [
|
|
1312
1390
|
"proc-macro2",
|
|
1313
1391
|
"quote",
|
|
@@ -1316,9 +1394,9 @@ dependencies = [
|
|
|
1316
1394
|
|
|
1317
1395
|
[[package]]
|
|
1318
1396
|
name = "ntest_timeout"
|
|
1319
|
-
version = "0.9.
|
|
1397
|
+
version = "0.9.5"
|
|
1320
1398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1321
|
-
checksum = "
|
|
1399
|
+
checksum = "9224be3459a0c1d6e9b0f42ab0e76e98b29aef5aba33c0487dfcf47ea08b5150"
|
|
1322
1400
|
dependencies = [
|
|
1323
1401
|
"proc-macro-crate",
|
|
1324
1402
|
"proc-macro2",
|
|
@@ -1328,9 +1406,9 @@ dependencies = [
|
|
|
1328
1406
|
|
|
1329
1407
|
[[package]]
|
|
1330
1408
|
name = "num-conv"
|
|
1331
|
-
version = "0.
|
|
1409
|
+
version = "0.2.0"
|
|
1332
1410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1333
|
-
checksum = "
|
|
1411
|
+
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
|
1334
1412
|
|
|
1335
1413
|
[[package]]
|
|
1336
1414
|
name = "num-traits"
|
|
@@ -1350,6 +1428,165 @@ dependencies = [
|
|
|
1350
1428
|
"libc",
|
|
1351
1429
|
]
|
|
1352
1430
|
|
|
1431
|
+
[[package]]
|
|
1432
|
+
name = "objc2"
|
|
1433
|
+
version = "0.6.3"
|
|
1434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
+
checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
|
|
1436
|
+
dependencies = [
|
|
1437
|
+
"objc2-encode",
|
|
1438
|
+
]
|
|
1439
|
+
|
|
1440
|
+
[[package]]
|
|
1441
|
+
name = "objc2-cloud-kit"
|
|
1442
|
+
version = "0.3.2"
|
|
1443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1444
|
+
checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
|
|
1445
|
+
dependencies = [
|
|
1446
|
+
"bitflags",
|
|
1447
|
+
"objc2",
|
|
1448
|
+
"objc2-foundation",
|
|
1449
|
+
]
|
|
1450
|
+
|
|
1451
|
+
[[package]]
|
|
1452
|
+
name = "objc2-core-data"
|
|
1453
|
+
version = "0.3.2"
|
|
1454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1455
|
+
checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
|
|
1456
|
+
dependencies = [
|
|
1457
|
+
"objc2",
|
|
1458
|
+
"objc2-foundation",
|
|
1459
|
+
]
|
|
1460
|
+
|
|
1461
|
+
[[package]]
|
|
1462
|
+
name = "objc2-core-foundation"
|
|
1463
|
+
version = "0.3.2"
|
|
1464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1465
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1466
|
+
dependencies = [
|
|
1467
|
+
"bitflags",
|
|
1468
|
+
"dispatch2",
|
|
1469
|
+
"objc2",
|
|
1470
|
+
]
|
|
1471
|
+
|
|
1472
|
+
[[package]]
|
|
1473
|
+
name = "objc2-core-graphics"
|
|
1474
|
+
version = "0.3.2"
|
|
1475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1476
|
+
checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
|
|
1477
|
+
dependencies = [
|
|
1478
|
+
"bitflags",
|
|
1479
|
+
"dispatch2",
|
|
1480
|
+
"objc2",
|
|
1481
|
+
"objc2-core-foundation",
|
|
1482
|
+
"objc2-io-surface",
|
|
1483
|
+
]
|
|
1484
|
+
|
|
1485
|
+
[[package]]
|
|
1486
|
+
name = "objc2-core-image"
|
|
1487
|
+
version = "0.3.2"
|
|
1488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1489
|
+
checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
|
|
1490
|
+
dependencies = [
|
|
1491
|
+
"objc2",
|
|
1492
|
+
"objc2-foundation",
|
|
1493
|
+
]
|
|
1494
|
+
|
|
1495
|
+
[[package]]
|
|
1496
|
+
name = "objc2-core-location"
|
|
1497
|
+
version = "0.3.2"
|
|
1498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1499
|
+
checksum = "ca347214e24bc973fc025fd0d36ebb179ff30536ed1f80252706db19ee452009"
|
|
1500
|
+
dependencies = [
|
|
1501
|
+
"objc2",
|
|
1502
|
+
"objc2-foundation",
|
|
1503
|
+
]
|
|
1504
|
+
|
|
1505
|
+
[[package]]
|
|
1506
|
+
name = "objc2-core-text"
|
|
1507
|
+
version = "0.3.2"
|
|
1508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1509
|
+
checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
|
|
1510
|
+
dependencies = [
|
|
1511
|
+
"bitflags",
|
|
1512
|
+
"objc2",
|
|
1513
|
+
"objc2-core-foundation",
|
|
1514
|
+
"objc2-core-graphics",
|
|
1515
|
+
]
|
|
1516
|
+
|
|
1517
|
+
[[package]]
|
|
1518
|
+
name = "objc2-encode"
|
|
1519
|
+
version = "4.1.0"
|
|
1520
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1521
|
+
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
|
|
1522
|
+
|
|
1523
|
+
[[package]]
|
|
1524
|
+
name = "objc2-foundation"
|
|
1525
|
+
version = "0.3.2"
|
|
1526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1527
|
+
checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
|
|
1528
|
+
dependencies = [
|
|
1529
|
+
"bitflags",
|
|
1530
|
+
"block2",
|
|
1531
|
+
"libc",
|
|
1532
|
+
"objc2",
|
|
1533
|
+
"objc2-core-foundation",
|
|
1534
|
+
]
|
|
1535
|
+
|
|
1536
|
+
[[package]]
|
|
1537
|
+
name = "objc2-io-surface"
|
|
1538
|
+
version = "0.3.2"
|
|
1539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1540
|
+
checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
|
|
1541
|
+
dependencies = [
|
|
1542
|
+
"bitflags",
|
|
1543
|
+
"objc2",
|
|
1544
|
+
"objc2-core-foundation",
|
|
1545
|
+
]
|
|
1546
|
+
|
|
1547
|
+
[[package]]
|
|
1548
|
+
name = "objc2-quartz-core"
|
|
1549
|
+
version = "0.3.2"
|
|
1550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1551
|
+
checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
|
|
1552
|
+
dependencies = [
|
|
1553
|
+
"bitflags",
|
|
1554
|
+
"objc2",
|
|
1555
|
+
"objc2-core-foundation",
|
|
1556
|
+
"objc2-foundation",
|
|
1557
|
+
]
|
|
1558
|
+
|
|
1559
|
+
[[package]]
|
|
1560
|
+
name = "objc2-ui-kit"
|
|
1561
|
+
version = "0.3.2"
|
|
1562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1563
|
+
checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
|
|
1564
|
+
dependencies = [
|
|
1565
|
+
"bitflags",
|
|
1566
|
+
"block2",
|
|
1567
|
+
"objc2",
|
|
1568
|
+
"objc2-cloud-kit",
|
|
1569
|
+
"objc2-core-data",
|
|
1570
|
+
"objc2-core-foundation",
|
|
1571
|
+
"objc2-core-graphics",
|
|
1572
|
+
"objc2-core-image",
|
|
1573
|
+
"objc2-core-location",
|
|
1574
|
+
"objc2-core-text",
|
|
1575
|
+
"objc2-foundation",
|
|
1576
|
+
"objc2-quartz-core",
|
|
1577
|
+
"objc2-user-notifications",
|
|
1578
|
+
]
|
|
1579
|
+
|
|
1580
|
+
[[package]]
|
|
1581
|
+
name = "objc2-user-notifications"
|
|
1582
|
+
version = "0.3.2"
|
|
1583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1584
|
+
checksum = "9df9128cbbfef73cda168416ccf7f837b62737d748333bfe9ab71c245d76613e"
|
|
1585
|
+
dependencies = [
|
|
1586
|
+
"objc2",
|
|
1587
|
+
"objc2-foundation",
|
|
1588
|
+
]
|
|
1589
|
+
|
|
1353
1590
|
[[package]]
|
|
1354
1591
|
name = "once_cell"
|
|
1355
1592
|
version = "1.21.3"
|
|
@@ -1358,20 +1595,24 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
1358
1595
|
|
|
1359
1596
|
[[package]]
|
|
1360
1597
|
name = "once_cell_polyfill"
|
|
1361
|
-
version = "1.70.
|
|
1598
|
+
version = "1.70.2"
|
|
1362
1599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1363
|
-
checksum = "
|
|
1600
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1364
1601
|
|
|
1365
1602
|
[[package]]
|
|
1366
1603
|
name = "os_info"
|
|
1367
|
-
version = "3.
|
|
1604
|
+
version = "3.14.0"
|
|
1368
1605
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1369
|
-
checksum = "
|
|
1606
|
+
checksum = "e4022a17595a00d6a369236fdae483f0de7f0a339960a53118b818238e132224"
|
|
1370
1607
|
dependencies = [
|
|
1608
|
+
"android_system_properties",
|
|
1371
1609
|
"log",
|
|
1372
|
-
"
|
|
1610
|
+
"nix 0.30.1",
|
|
1611
|
+
"objc2",
|
|
1612
|
+
"objc2-foundation",
|
|
1613
|
+
"objc2-ui-kit",
|
|
1373
1614
|
"serde",
|
|
1374
|
-
"windows-sys 0.
|
|
1615
|
+
"windows-sys 0.61.2",
|
|
1375
1616
|
]
|
|
1376
1617
|
|
|
1377
1618
|
[[package]]
|
|
@@ -1382,9 +1623,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
1382
1623
|
|
|
1383
1624
|
[[package]]
|
|
1384
1625
|
name = "percent-encoding"
|
|
1385
|
-
version = "2.3.
|
|
1626
|
+
version = "2.3.2"
|
|
1386
1627
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
-
checksum = "
|
|
1628
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1388
1629
|
|
|
1389
1630
|
[[package]]
|
|
1390
1631
|
name = "pin-project-lite"
|
|
@@ -1416,25 +1657,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1416
1657
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1417
1658
|
|
|
1418
1659
|
[[package]]
|
|
1419
|
-
name = "
|
|
1420
|
-
version = "
|
|
1660
|
+
name = "png"
|
|
1661
|
+
version = "0.18.1"
|
|
1421
1662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1422
|
-
checksum = "
|
|
1663
|
+
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
|
|
1423
1664
|
dependencies = [
|
|
1424
|
-
"
|
|
1425
|
-
"indexmap",
|
|
1426
|
-
"quick-xml",
|
|
1427
|
-
"serde",
|
|
1428
|
-
"time 0.3.41",
|
|
1429
|
-
]
|
|
1430
|
-
|
|
1431
|
-
[[package]]
|
|
1432
|
-
name = "png"
|
|
1433
|
-
version = "0.17.16"
|
|
1434
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1435
|
-
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
|
|
1436
|
-
dependencies = [
|
|
1437
|
-
"bitflags 1.3.2",
|
|
1665
|
+
"bitflags",
|
|
1438
1666
|
"crc32fast",
|
|
1439
1667
|
"fdeflate",
|
|
1440
1668
|
"flate2",
|
|
@@ -1443,30 +1671,29 @@ dependencies = [
|
|
|
1443
1671
|
|
|
1444
1672
|
[[package]]
|
|
1445
1673
|
name = "polling"
|
|
1446
|
-
version = "3.
|
|
1674
|
+
version = "3.11.0"
|
|
1447
1675
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1448
|
-
checksum = "
|
|
1676
|
+
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
|
1449
1677
|
dependencies = [
|
|
1450
|
-
"cfg-if 1.0.
|
|
1678
|
+
"cfg-if 1.0.4",
|
|
1451
1679
|
"concurrent-queue",
|
|
1452
1680
|
"hermit-abi",
|
|
1453
1681
|
"pin-project-lite",
|
|
1454
1682
|
"rustix",
|
|
1455
|
-
"
|
|
1456
|
-
"windows-sys 0.59.0",
|
|
1683
|
+
"windows-sys 0.61.2",
|
|
1457
1684
|
]
|
|
1458
1685
|
|
|
1459
1686
|
[[package]]
|
|
1460
1687
|
name = "portable-atomic"
|
|
1461
|
-
version = "1.
|
|
1688
|
+
version = "1.13.1"
|
|
1462
1689
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1463
|
-
checksum = "
|
|
1690
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
1464
1691
|
|
|
1465
1692
|
[[package]]
|
|
1466
1693
|
name = "potential_utf"
|
|
1467
|
-
version = "0.1.
|
|
1694
|
+
version = "0.1.4"
|
|
1468
1695
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1469
|
-
checksum = "
|
|
1696
|
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
1470
1697
|
dependencies = [
|
|
1471
1698
|
"zerovec",
|
|
1472
1699
|
]
|
|
@@ -1505,20 +1732,30 @@ dependencies = [
|
|
|
1505
1732
|
"yansi",
|
|
1506
1733
|
]
|
|
1507
1734
|
|
|
1735
|
+
[[package]]
|
|
1736
|
+
name = "prettyplease"
|
|
1737
|
+
version = "0.2.37"
|
|
1738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1739
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1740
|
+
dependencies = [
|
|
1741
|
+
"proc-macro2",
|
|
1742
|
+
"syn 2.0.117",
|
|
1743
|
+
]
|
|
1744
|
+
|
|
1508
1745
|
[[package]]
|
|
1509
1746
|
name = "proc-macro-crate"
|
|
1510
|
-
version = "3.
|
|
1747
|
+
version = "3.4.0"
|
|
1511
1748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1512
|
-
checksum = "
|
|
1749
|
+
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
1513
1750
|
dependencies = [
|
|
1514
1751
|
"toml_edit",
|
|
1515
1752
|
]
|
|
1516
1753
|
|
|
1517
1754
|
[[package]]
|
|
1518
1755
|
name = "proc-macro2"
|
|
1519
|
-
version = "1.0.
|
|
1756
|
+
version = "1.0.106"
|
|
1520
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1521
|
-
checksum = "
|
|
1758
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1522
1759
|
dependencies = [
|
|
1523
1760
|
"unicode-ident",
|
|
1524
1761
|
]
|
|
@@ -1529,39 +1766,44 @@ version = "1.1.0"
|
|
|
1529
1766
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1530
1767
|
checksum = "e965d96c8162c607b0cd8d66047ad3c9fd35273c134d994327882c6e47f986a7"
|
|
1531
1768
|
|
|
1769
|
+
[[package]]
|
|
1770
|
+
name = "pxfm"
|
|
1771
|
+
version = "0.1.27"
|
|
1772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
+
checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
|
|
1774
|
+
dependencies = [
|
|
1775
|
+
"num-traits",
|
|
1776
|
+
]
|
|
1777
|
+
|
|
1532
1778
|
[[package]]
|
|
1533
1779
|
name = "pyo3"
|
|
1534
|
-
version = "0.
|
|
1780
|
+
version = "0.28.2"
|
|
1535
1781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1536
|
-
checksum = "
|
|
1782
|
+
checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1"
|
|
1537
1783
|
dependencies = [
|
|
1538
1784
|
"anyhow",
|
|
1539
|
-
"indoc",
|
|
1540
1785
|
"libc",
|
|
1541
|
-
"memoffset",
|
|
1542
1786
|
"once_cell",
|
|
1543
1787
|
"portable-atomic",
|
|
1544
1788
|
"pyo3-build-config",
|
|
1545
1789
|
"pyo3-ffi",
|
|
1546
1790
|
"pyo3-macros",
|
|
1547
|
-
"unindent",
|
|
1548
1791
|
]
|
|
1549
1792
|
|
|
1550
1793
|
[[package]]
|
|
1551
1794
|
name = "pyo3-build-config"
|
|
1552
|
-
version = "0.
|
|
1795
|
+
version = "0.28.2"
|
|
1553
1796
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1554
|
-
checksum = "
|
|
1797
|
+
checksum = "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7"
|
|
1555
1798
|
dependencies = [
|
|
1556
|
-
"once_cell",
|
|
1557
1799
|
"target-lexicon",
|
|
1558
1800
|
]
|
|
1559
1801
|
|
|
1560
1802
|
[[package]]
|
|
1561
1803
|
name = "pyo3-ffi"
|
|
1562
|
-
version = "0.
|
|
1804
|
+
version = "0.28.2"
|
|
1563
1805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1564
|
-
checksum = "
|
|
1806
|
+
checksum = "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc"
|
|
1565
1807
|
dependencies = [
|
|
1566
1808
|
"libc",
|
|
1567
1809
|
"pyo3-build-config",
|
|
@@ -1569,9 +1811,9 @@ dependencies = [
|
|
|
1569
1811
|
|
|
1570
1812
|
[[package]]
|
|
1571
1813
|
name = "pyo3-log"
|
|
1572
|
-
version = "0.
|
|
1814
|
+
version = "0.13.3"
|
|
1573
1815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
-
checksum = "
|
|
1816
|
+
checksum = "26c2ec80932c5c3b2d4fbc578c9b56b2d4502098587edb8bef5b6bfcad43682e"
|
|
1575
1817
|
dependencies = [
|
|
1576
1818
|
"arc-swap",
|
|
1577
1819
|
"log",
|
|
@@ -1580,58 +1822,49 @@ dependencies = [
|
|
|
1580
1822
|
|
|
1581
1823
|
[[package]]
|
|
1582
1824
|
name = "pyo3-macros"
|
|
1583
|
-
version = "0.
|
|
1825
|
+
version = "0.28.2"
|
|
1584
1826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1585
|
-
checksum = "
|
|
1827
|
+
checksum = "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e"
|
|
1586
1828
|
dependencies = [
|
|
1587
1829
|
"proc-macro2",
|
|
1588
1830
|
"pyo3-macros-backend",
|
|
1589
1831
|
"quote",
|
|
1590
|
-
"syn 2.0.
|
|
1832
|
+
"syn 2.0.117",
|
|
1591
1833
|
]
|
|
1592
1834
|
|
|
1593
1835
|
[[package]]
|
|
1594
1836
|
name = "pyo3-macros-backend"
|
|
1595
|
-
version = "0.
|
|
1837
|
+
version = "0.28.2"
|
|
1596
1838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
-
checksum = "
|
|
1839
|
+
checksum = "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a"
|
|
1598
1840
|
dependencies = [
|
|
1599
1841
|
"heck",
|
|
1600
1842
|
"proc-macro2",
|
|
1601
1843
|
"pyo3-build-config",
|
|
1602
1844
|
"quote",
|
|
1603
|
-
"syn 2.0.
|
|
1604
|
-
]
|
|
1605
|
-
|
|
1606
|
-
[[package]]
|
|
1607
|
-
name = "quick-xml"
|
|
1608
|
-
version = "0.37.5"
|
|
1609
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1610
|
-
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
|
1611
|
-
dependencies = [
|
|
1612
|
-
"memchr",
|
|
1845
|
+
"syn 2.0.117",
|
|
1613
1846
|
]
|
|
1614
1847
|
|
|
1615
1848
|
[[package]]
|
|
1616
1849
|
name = "quote"
|
|
1617
|
-
version = "1.0.
|
|
1850
|
+
version = "1.0.44"
|
|
1618
1851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1619
|
-
checksum = "
|
|
1852
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
1620
1853
|
dependencies = [
|
|
1621
1854
|
"proc-macro2",
|
|
1622
1855
|
]
|
|
1623
1856
|
|
|
1624
1857
|
[[package]]
|
|
1625
1858
|
name = "r-efi"
|
|
1626
|
-
version = "5.
|
|
1859
|
+
version = "5.3.0"
|
|
1627
1860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1628
|
-
checksum = "
|
|
1861
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1629
1862
|
|
|
1630
1863
|
[[package]]
|
|
1631
1864
|
name = "rand"
|
|
1632
|
-
version = "0.9.
|
|
1865
|
+
version = "0.9.2"
|
|
1633
1866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
-
checksum = "
|
|
1867
|
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1635
1868
|
dependencies = [
|
|
1636
1869
|
"rand_chacha",
|
|
1637
1870
|
"rand_core",
|
|
@@ -1649,18 +1882,18 @@ dependencies = [
|
|
|
1649
1882
|
|
|
1650
1883
|
[[package]]
|
|
1651
1884
|
name = "rand_core"
|
|
1652
|
-
version = "0.9.
|
|
1885
|
+
version = "0.9.5"
|
|
1653
1886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
-
checksum = "
|
|
1887
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
1655
1888
|
dependencies = [
|
|
1656
|
-
"getrandom 0.3.
|
|
1889
|
+
"getrandom 0.3.4",
|
|
1657
1890
|
]
|
|
1658
1891
|
|
|
1659
1892
|
[[package]]
|
|
1660
1893
|
name = "rayon"
|
|
1661
|
-
version = "1.
|
|
1894
|
+
version = "1.11.0"
|
|
1662
1895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
|
-
checksum = "
|
|
1896
|
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
1664
1897
|
dependencies = [
|
|
1665
1898
|
"either",
|
|
1666
1899
|
"rayon-core",
|
|
@@ -1668,9 +1901,9 @@ dependencies = [
|
|
|
1668
1901
|
|
|
1669
1902
|
[[package]]
|
|
1670
1903
|
name = "rayon-core"
|
|
1671
|
-
version = "1.
|
|
1904
|
+
version = "1.13.0"
|
|
1672
1905
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1673
|
-
checksum = "
|
|
1906
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
1674
1907
|
dependencies = [
|
|
1675
1908
|
"crossbeam-deque",
|
|
1676
1909
|
"crossbeam-utils",
|
|
@@ -1682,16 +1915,16 @@ version = "0.4.6"
|
|
|
1682
1915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
1916
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
1684
1917
|
dependencies = [
|
|
1685
|
-
"getrandom 0.2.
|
|
1918
|
+
"getrandom 0.2.17",
|
|
1686
1919
|
"libredox",
|
|
1687
1920
|
"thiserror 1.0.69",
|
|
1688
1921
|
]
|
|
1689
1922
|
|
|
1690
1923
|
[[package]]
|
|
1691
1924
|
name = "regex"
|
|
1692
|
-
version = "1.
|
|
1925
|
+
version = "1.12.3"
|
|
1693
1926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1694
|
-
checksum = "
|
|
1927
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1695
1928
|
dependencies = [
|
|
1696
1929
|
"aho-corasick",
|
|
1697
1930
|
"memchr",
|
|
@@ -1701,9 +1934,9 @@ dependencies = [
|
|
|
1701
1934
|
|
|
1702
1935
|
[[package]]
|
|
1703
1936
|
name = "regex-automata"
|
|
1704
|
-
version = "0.4.
|
|
1937
|
+
version = "0.4.14"
|
|
1705
1938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1706
|
-
checksum = "
|
|
1939
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1707
1940
|
dependencies = [
|
|
1708
1941
|
"aho-corasick",
|
|
1709
1942
|
"memchr",
|
|
@@ -1712,9 +1945,9 @@ dependencies = [
|
|
|
1712
1945
|
|
|
1713
1946
|
[[package]]
|
|
1714
1947
|
name = "regex-syntax"
|
|
1715
|
-
version = "0.8.
|
|
1948
|
+
version = "0.8.9"
|
|
1716
1949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1717
|
-
checksum = "
|
|
1950
|
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
1718
1951
|
|
|
1719
1952
|
[[package]]
|
|
1720
1953
|
name = "remove_dir_all"
|
|
@@ -1722,7 +1955,7 @@ version = "1.0.0"
|
|
|
1722
1955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1723
1956
|
checksum = "808cc0b475acf76adf36f08ca49429b12aad9f678cb56143d5b3cb49b9a1dd08"
|
|
1724
1957
|
dependencies = [
|
|
1725
|
-
"cfg-if 1.0.
|
|
1958
|
+
"cfg-if 1.0.4",
|
|
1726
1959
|
"cvt",
|
|
1727
1960
|
"fs_at",
|
|
1728
1961
|
"libc",
|
|
@@ -1737,8 +1970,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1737
1970
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
1738
1971
|
dependencies = [
|
|
1739
1972
|
"cc",
|
|
1740
|
-
"cfg-if 1.0.
|
|
1741
|
-
"getrandom 0.2.
|
|
1973
|
+
"cfg-if 1.0.4",
|
|
1974
|
+
"getrandom 0.2.17",
|
|
1742
1975
|
"libc",
|
|
1743
1976
|
"untrusted",
|
|
1744
1977
|
"windows-sys 0.52.0",
|
|
@@ -1757,22 +1990,22 @@ dependencies = [
|
|
|
1757
1990
|
|
|
1758
1991
|
[[package]]
|
|
1759
1992
|
name = "rustix"
|
|
1760
|
-
version = "1.
|
|
1993
|
+
version = "1.1.4"
|
|
1761
1994
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1762
|
-
checksum = "
|
|
1995
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1763
1996
|
dependencies = [
|
|
1764
|
-
"bitflags
|
|
1997
|
+
"bitflags",
|
|
1765
1998
|
"errno",
|
|
1766
1999
|
"libc",
|
|
1767
2000
|
"linux-raw-sys",
|
|
1768
|
-
"windows-sys 0.
|
|
2001
|
+
"windows-sys 0.61.2",
|
|
1769
2002
|
]
|
|
1770
2003
|
|
|
1771
2004
|
[[package]]
|
|
1772
2005
|
name = "rustls"
|
|
1773
|
-
version = "0.23.
|
|
2006
|
+
version = "0.23.36"
|
|
1774
2007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
-
checksum = "
|
|
2008
|
+
checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
|
|
1776
2009
|
dependencies = [
|
|
1777
2010
|
"log",
|
|
1778
2011
|
"once_cell",
|
|
@@ -1783,29 +2016,20 @@ dependencies = [
|
|
|
1783
2016
|
"zeroize",
|
|
1784
2017
|
]
|
|
1785
2018
|
|
|
1786
|
-
[[package]]
|
|
1787
|
-
name = "rustls-pemfile"
|
|
1788
|
-
version = "2.2.0"
|
|
1789
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
1791
|
-
dependencies = [
|
|
1792
|
-
"rustls-pki-types",
|
|
1793
|
-
]
|
|
1794
|
-
|
|
1795
2019
|
[[package]]
|
|
1796
2020
|
name = "rustls-pki-types"
|
|
1797
|
-
version = "1.
|
|
2021
|
+
version = "1.14.0"
|
|
1798
2022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1799
|
-
checksum = "
|
|
2023
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
1800
2024
|
dependencies = [
|
|
1801
2025
|
"zeroize",
|
|
1802
2026
|
]
|
|
1803
2027
|
|
|
1804
2028
|
[[package]]
|
|
1805
2029
|
name = "rustls-webpki"
|
|
1806
|
-
version = "0.103.
|
|
2030
|
+
version = "0.103.9"
|
|
1807
2031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1808
|
-
checksum = "
|
|
2032
|
+
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
|
|
1809
2033
|
dependencies = [
|
|
1810
2034
|
"ring",
|
|
1811
2035
|
"rustls-pki-types",
|
|
@@ -1814,15 +2038,9 @@ dependencies = [
|
|
|
1814
2038
|
|
|
1815
2039
|
[[package]]
|
|
1816
2040
|
name = "rustversion"
|
|
1817
|
-
version = "1.0.
|
|
2041
|
+
version = "1.0.22"
|
|
1818
2042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1819
|
-
checksum = "
|
|
1820
|
-
|
|
1821
|
-
[[package]]
|
|
1822
|
-
name = "ryu"
|
|
1823
|
-
version = "1.0.20"
|
|
1824
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1825
|
-
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
2043
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1826
2044
|
|
|
1827
2045
|
[[package]]
|
|
1828
2046
|
name = "same-file"
|
|
@@ -1835,9 +2053,9 @@ dependencies = [
|
|
|
1835
2053
|
|
|
1836
2054
|
[[package]]
|
|
1837
2055
|
name = "semver"
|
|
1838
|
-
version = "1.0.
|
|
2056
|
+
version = "1.0.27"
|
|
1839
2057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1840
|
-
checksum = "
|
|
2058
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1841
2059
|
|
|
1842
2060
|
[[package]]
|
|
1843
2061
|
name = "send_wrapper"
|
|
@@ -1847,43 +2065,54 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
|
|
1847
2065
|
|
|
1848
2066
|
[[package]]
|
|
1849
2067
|
name = "serde"
|
|
1850
|
-
version = "1.0.
|
|
2068
|
+
version = "1.0.228"
|
|
2069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2070
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2071
|
+
dependencies = [
|
|
2072
|
+
"serde_core",
|
|
2073
|
+
"serde_derive",
|
|
2074
|
+
]
|
|
2075
|
+
|
|
2076
|
+
[[package]]
|
|
2077
|
+
name = "serde_core"
|
|
2078
|
+
version = "1.0.228"
|
|
1851
2079
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1852
|
-
checksum = "
|
|
2080
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1853
2081
|
dependencies = [
|
|
1854
2082
|
"serde_derive",
|
|
1855
2083
|
]
|
|
1856
2084
|
|
|
1857
2085
|
[[package]]
|
|
1858
2086
|
name = "serde_derive"
|
|
1859
|
-
version = "1.0.
|
|
2087
|
+
version = "1.0.228"
|
|
1860
2088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
|
-
checksum = "
|
|
2089
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1862
2090
|
dependencies = [
|
|
1863
2091
|
"proc-macro2",
|
|
1864
2092
|
"quote",
|
|
1865
|
-
"syn 2.0.
|
|
2093
|
+
"syn 2.0.117",
|
|
1866
2094
|
]
|
|
1867
2095
|
|
|
1868
2096
|
[[package]]
|
|
1869
2097
|
name = "serde_json"
|
|
1870
|
-
version = "1.0.
|
|
2098
|
+
version = "1.0.149"
|
|
1871
2099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1872
|
-
checksum = "
|
|
2100
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1873
2101
|
dependencies = [
|
|
1874
2102
|
"itoa",
|
|
1875
2103
|
"memchr",
|
|
1876
|
-
"ryu",
|
|
1877
2104
|
"serde",
|
|
2105
|
+
"serde_core",
|
|
2106
|
+
"zmij",
|
|
1878
2107
|
]
|
|
1879
2108
|
|
|
1880
2109
|
[[package]]
|
|
1881
2110
|
name = "serde_spanned"
|
|
1882
|
-
version = "0.
|
|
2111
|
+
version = "1.0.4"
|
|
1883
2112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
|
-
checksum = "
|
|
2113
|
+
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
|
1885
2114
|
dependencies = [
|
|
1886
|
-
"
|
|
2115
|
+
"serde_core",
|
|
1887
2116
|
]
|
|
1888
2117
|
|
|
1889
2118
|
[[package]]
|
|
@@ -1892,7 +2121,7 @@ version = "0.10.6"
|
|
|
1892
2121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1893
2122
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
1894
2123
|
dependencies = [
|
|
1895
|
-
"cfg-if 1.0.
|
|
2124
|
+
"cfg-if 1.0.4",
|
|
1896
2125
|
"cpufeatures",
|
|
1897
2126
|
"digest",
|
|
1898
2127
|
]
|
|
@@ -1909,7 +2138,7 @@ version = "0.10.9"
|
|
|
1909
2138
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1910
2139
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
1911
2140
|
dependencies = [
|
|
1912
|
-
"cfg-if 1.0.
|
|
2141
|
+
"cfg-if 1.0.4",
|
|
1913
2142
|
"cpufeatures",
|
|
1914
2143
|
"digest",
|
|
1915
2144
|
]
|
|
@@ -1922,9 +2151,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
1922
2151
|
|
|
1923
2152
|
[[package]]
|
|
1924
2153
|
name = "simd-adler32"
|
|
1925
|
-
version = "0.3.
|
|
2154
|
+
version = "0.3.8"
|
|
1926
2155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1927
|
-
checksum = "
|
|
2156
|
+
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
|
|
1928
2157
|
|
|
1929
2158
|
[[package]]
|
|
1930
2159
|
name = "simple-stopwatch"
|
|
@@ -1943,14 +2172,14 @@ checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
|
|
|
1943
2172
|
dependencies = [
|
|
1944
2173
|
"log",
|
|
1945
2174
|
"termcolor",
|
|
1946
|
-
"time 0.3.
|
|
2175
|
+
"time 0.3.47",
|
|
1947
2176
|
]
|
|
1948
2177
|
|
|
1949
2178
|
[[package]]
|
|
1950
2179
|
name = "slab"
|
|
1951
|
-
version = "0.4.
|
|
2180
|
+
version = "0.4.12"
|
|
1952
2181
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1953
|
-
checksum = "
|
|
2182
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
1954
2183
|
|
|
1955
2184
|
[[package]]
|
|
1956
2185
|
name = "smallvec"
|
|
@@ -1960,9 +2189,9 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
1960
2189
|
|
|
1961
2190
|
[[package]]
|
|
1962
2191
|
name = "stable_deref_trait"
|
|
1963
|
-
version = "1.2.
|
|
2192
|
+
version = "1.2.1"
|
|
1964
2193
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1965
|
-
checksum = "
|
|
2194
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1966
2195
|
|
|
1967
2196
|
[[package]]
|
|
1968
2197
|
name = "strsim"
|
|
@@ -1978,24 +2207,23 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
1978
2207
|
|
|
1979
2208
|
[[package]]
|
|
1980
2209
|
name = "strum"
|
|
1981
|
-
version = "0.
|
|
2210
|
+
version = "0.28.0"
|
|
1982
2211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1983
|
-
checksum = "
|
|
2212
|
+
checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
|
|
1984
2213
|
dependencies = [
|
|
1985
2214
|
"strum_macros",
|
|
1986
2215
|
]
|
|
1987
2216
|
|
|
1988
2217
|
[[package]]
|
|
1989
2218
|
name = "strum_macros"
|
|
1990
|
-
version = "0.
|
|
2219
|
+
version = "0.28.0"
|
|
1991
2220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1992
|
-
checksum = "
|
|
2221
|
+
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
|
|
1993
2222
|
dependencies = [
|
|
1994
2223
|
"heck",
|
|
1995
2224
|
"proc-macro2",
|
|
1996
2225
|
"quote",
|
|
1997
|
-
"
|
|
1998
|
-
"syn 2.0.103",
|
|
2226
|
+
"syn 2.0.117",
|
|
1999
2227
|
]
|
|
2000
2228
|
|
|
2001
2229
|
[[package]]
|
|
@@ -2017,9 +2245,9 @@ dependencies = [
|
|
|
2017
2245
|
|
|
2018
2246
|
[[package]]
|
|
2019
2247
|
name = "syn"
|
|
2020
|
-
version = "2.0.
|
|
2248
|
+
version = "2.0.117"
|
|
2021
2249
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2022
|
-
checksum = "
|
|
2250
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
2023
2251
|
dependencies = [
|
|
2024
2252
|
"proc-macro2",
|
|
2025
2253
|
"quote",
|
|
@@ -2034,26 +2262,26 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2034
2262
|
dependencies = [
|
|
2035
2263
|
"proc-macro2",
|
|
2036
2264
|
"quote",
|
|
2037
|
-
"syn 2.0.
|
|
2265
|
+
"syn 2.0.117",
|
|
2038
2266
|
]
|
|
2039
2267
|
|
|
2040
2268
|
[[package]]
|
|
2041
2269
|
name = "target-lexicon"
|
|
2042
|
-
version = "0.13.
|
|
2270
|
+
version = "0.13.5"
|
|
2043
2271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2044
|
-
checksum = "
|
|
2272
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
2045
2273
|
|
|
2046
2274
|
[[package]]
|
|
2047
2275
|
name = "tempfile"
|
|
2048
|
-
version = "3.
|
|
2276
|
+
version = "3.25.0"
|
|
2049
2277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
-
checksum = "
|
|
2278
|
+
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
|
|
2051
2279
|
dependencies = [
|
|
2052
2280
|
"fastrand",
|
|
2053
|
-
"getrandom 0.
|
|
2281
|
+
"getrandom 0.4.1",
|
|
2054
2282
|
"once_cell",
|
|
2055
2283
|
"rustix",
|
|
2056
|
-
"windows-sys 0.
|
|
2284
|
+
"windows-sys 0.61.2",
|
|
2057
2285
|
]
|
|
2058
2286
|
|
|
2059
2287
|
[[package]]
|
|
@@ -2076,11 +2304,11 @@ dependencies = [
|
|
|
2076
2304
|
|
|
2077
2305
|
[[package]]
|
|
2078
2306
|
name = "thiserror"
|
|
2079
|
-
version = "2.0.
|
|
2307
|
+
version = "2.0.18"
|
|
2080
2308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2081
|
-
checksum = "
|
|
2309
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
2082
2310
|
dependencies = [
|
|
2083
|
-
"thiserror-impl 2.0.
|
|
2311
|
+
"thiserror-impl 2.0.18",
|
|
2084
2312
|
]
|
|
2085
2313
|
|
|
2086
2314
|
[[package]]
|
|
@@ -2091,18 +2319,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
2091
2319
|
dependencies = [
|
|
2092
2320
|
"proc-macro2",
|
|
2093
2321
|
"quote",
|
|
2094
|
-
"syn 2.0.
|
|
2322
|
+
"syn 2.0.117",
|
|
2095
2323
|
]
|
|
2096
2324
|
|
|
2097
2325
|
[[package]]
|
|
2098
2326
|
name = "thiserror-impl"
|
|
2099
|
-
version = "2.0.
|
|
2327
|
+
version = "2.0.18"
|
|
2100
2328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2101
|
-
checksum = "
|
|
2329
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
2102
2330
|
dependencies = [
|
|
2103
2331
|
"proc-macro2",
|
|
2104
2332
|
"quote",
|
|
2105
|
-
"syn 2.0.
|
|
2333
|
+
"syn 2.0.117",
|
|
2106
2334
|
]
|
|
2107
2335
|
|
|
2108
2336
|
[[package]]
|
|
@@ -2118,9 +2346,9 @@ dependencies = [
|
|
|
2118
2346
|
|
|
2119
2347
|
[[package]]
|
|
2120
2348
|
name = "time"
|
|
2121
|
-
version = "0.3.
|
|
2349
|
+
version = "0.3.47"
|
|
2122
2350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
-
checksum = "
|
|
2351
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
2124
2352
|
dependencies = [
|
|
2125
2353
|
"deranged",
|
|
2126
2354
|
"itoa",
|
|
@@ -2128,22 +2356,22 @@ dependencies = [
|
|
|
2128
2356
|
"num-conv",
|
|
2129
2357
|
"num_threads",
|
|
2130
2358
|
"powerfmt",
|
|
2131
|
-
"
|
|
2359
|
+
"serde_core",
|
|
2132
2360
|
"time-core",
|
|
2133
2361
|
"time-macros",
|
|
2134
2362
|
]
|
|
2135
2363
|
|
|
2136
2364
|
[[package]]
|
|
2137
2365
|
name = "time-core"
|
|
2138
|
-
version = "0.1.
|
|
2366
|
+
version = "0.1.8"
|
|
2139
2367
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2140
|
-
checksum = "
|
|
2368
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
2141
2369
|
|
|
2142
2370
|
[[package]]
|
|
2143
2371
|
name = "time-macros"
|
|
2144
|
-
version = "0.2.
|
|
2372
|
+
version = "0.2.27"
|
|
2145
2373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2146
|
-
checksum = "
|
|
2374
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
2147
2375
|
dependencies = [
|
|
2148
2376
|
"num-conv",
|
|
2149
2377
|
"time-core",
|
|
@@ -2151,9 +2379,9 @@ dependencies = [
|
|
|
2151
2379
|
|
|
2152
2380
|
[[package]]
|
|
2153
2381
|
name = "tinystr"
|
|
2154
|
-
version = "0.8.
|
|
2382
|
+
version = "0.8.2"
|
|
2155
2383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2156
|
-
checksum = "
|
|
2384
|
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
2157
2385
|
dependencies = [
|
|
2158
2386
|
"displaydoc",
|
|
2159
2387
|
"zerovec",
|
|
@@ -2170,78 +2398,72 @@ dependencies = [
|
|
|
2170
2398
|
|
|
2171
2399
|
[[package]]
|
|
2172
2400
|
name = "toml"
|
|
2173
|
-
version = "0.
|
|
2401
|
+
version = "0.9.12+spec-1.1.0"
|
|
2174
2402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2175
|
-
checksum = "
|
|
2403
|
+
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
|
2176
2404
|
dependencies = [
|
|
2177
|
-
"
|
|
2405
|
+
"indexmap",
|
|
2406
|
+
"serde_core",
|
|
2178
2407
|
"serde_spanned",
|
|
2179
2408
|
"toml_datetime",
|
|
2180
|
-
"
|
|
2409
|
+
"toml_parser",
|
|
2410
|
+
"toml_writer",
|
|
2411
|
+
"winnow",
|
|
2181
2412
|
]
|
|
2182
2413
|
|
|
2183
2414
|
[[package]]
|
|
2184
2415
|
name = "toml_datetime"
|
|
2185
|
-
version = "0.
|
|
2416
|
+
version = "0.7.5+spec-1.1.0"
|
|
2186
2417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2187
|
-
checksum = "
|
|
2418
|
+
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
|
2188
2419
|
dependencies = [
|
|
2189
|
-
"
|
|
2420
|
+
"serde_core",
|
|
2190
2421
|
]
|
|
2191
2422
|
|
|
2192
2423
|
[[package]]
|
|
2193
2424
|
name = "toml_edit"
|
|
2194
|
-
version = "0.
|
|
2425
|
+
version = "0.23.10+spec-1.0.0"
|
|
2195
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2196
|
-
checksum = "
|
|
2427
|
+
checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
|
|
2197
2428
|
dependencies = [
|
|
2198
2429
|
"indexmap",
|
|
2199
|
-
"serde",
|
|
2200
|
-
"serde_spanned",
|
|
2201
2430
|
"toml_datetime",
|
|
2202
|
-
"
|
|
2431
|
+
"toml_parser",
|
|
2203
2432
|
"winnow",
|
|
2204
2433
|
]
|
|
2205
2434
|
|
|
2206
2435
|
[[package]]
|
|
2207
|
-
name = "
|
|
2208
|
-
version = "0.1.
|
|
2436
|
+
name = "toml_parser"
|
|
2437
|
+
version = "1.0.9+spec-1.1.0"
|
|
2209
2438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2210
|
-
checksum = "
|
|
2211
|
-
|
|
2212
|
-
[[package]]
|
|
2213
|
-
name = "tracing"
|
|
2214
|
-
version = "0.1.41"
|
|
2215
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2216
|
-
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
2439
|
+
checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
|
|
2217
2440
|
dependencies = [
|
|
2218
|
-
"
|
|
2219
|
-
"tracing-core",
|
|
2441
|
+
"winnow",
|
|
2220
2442
|
]
|
|
2221
2443
|
|
|
2222
2444
|
[[package]]
|
|
2223
|
-
name = "
|
|
2224
|
-
version = "0.1.
|
|
2445
|
+
name = "toml_writer"
|
|
2446
|
+
version = "1.0.6+spec-1.1.0"
|
|
2225
2447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2226
|
-
checksum = "
|
|
2448
|
+
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
|
2227
2449
|
|
|
2228
2450
|
[[package]]
|
|
2229
2451
|
name = "typenum"
|
|
2230
|
-
version = "1.
|
|
2452
|
+
version = "1.19.0"
|
|
2231
2453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2232
|
-
checksum = "
|
|
2454
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
2233
2455
|
|
|
2234
2456
|
[[package]]
|
|
2235
2457
|
name = "unicode-ident"
|
|
2236
|
-
version = "1.0.
|
|
2458
|
+
version = "1.0.24"
|
|
2237
2459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2238
|
-
checksum = "
|
|
2460
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2239
2461
|
|
|
2240
2462
|
[[package]]
|
|
2241
|
-
name = "
|
|
2242
|
-
version = "0.2.
|
|
2463
|
+
name = "unicode-xid"
|
|
2464
|
+
version = "0.2.6"
|
|
2243
2465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2244
|
-
checksum = "
|
|
2466
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
2245
2467
|
|
|
2246
2468
|
[[package]]
|
|
2247
2469
|
name = "untrusted"
|
|
@@ -2251,27 +2473,26 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
2251
2473
|
|
|
2252
2474
|
[[package]]
|
|
2253
2475
|
name = "ureq"
|
|
2254
|
-
version = "3.0
|
|
2476
|
+
version = "3.2.0"
|
|
2255
2477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2256
|
-
checksum = "
|
|
2478
|
+
checksum = "fdc97a28575b85cfedf2a7e7d3cc64b3e11bd8ac766666318003abbacc7a21fc"
|
|
2257
2479
|
dependencies = [
|
|
2258
2480
|
"base64",
|
|
2259
2481
|
"flate2",
|
|
2260
2482
|
"log",
|
|
2261
2483
|
"percent-encoding",
|
|
2262
2484
|
"rustls",
|
|
2263
|
-
"rustls-pemfile",
|
|
2264
2485
|
"rustls-pki-types",
|
|
2265
2486
|
"ureq-proto",
|
|
2266
2487
|
"utf-8",
|
|
2267
|
-
"webpki-roots
|
|
2488
|
+
"webpki-roots",
|
|
2268
2489
|
]
|
|
2269
2490
|
|
|
2270
2491
|
[[package]]
|
|
2271
2492
|
name = "ureq-proto"
|
|
2272
|
-
version = "0.
|
|
2493
|
+
version = "0.5.3"
|
|
2273
2494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2274
|
-
checksum = "
|
|
2495
|
+
checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
|
|
2275
2496
|
dependencies = [
|
|
2276
2497
|
"base64",
|
|
2277
2498
|
"http",
|
|
@@ -2281,13 +2502,14 @@ dependencies = [
|
|
|
2281
2502
|
|
|
2282
2503
|
[[package]]
|
|
2283
2504
|
name = "url"
|
|
2284
|
-
version = "2.5.
|
|
2505
|
+
version = "2.5.8"
|
|
2285
2506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2286
|
-
checksum = "
|
|
2507
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
2287
2508
|
dependencies = [
|
|
2288
2509
|
"form_urlencoded",
|
|
2289
2510
|
"idna",
|
|
2290
2511
|
"percent-encoding",
|
|
2512
|
+
"serde",
|
|
2291
2513
|
]
|
|
2292
2514
|
|
|
2293
2515
|
[[package]]
|
|
@@ -2310,40 +2532,29 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
2310
2532
|
|
|
2311
2533
|
[[package]]
|
|
2312
2534
|
name = "uuid"
|
|
2313
|
-
version = "1.
|
|
2535
|
+
version = "1.21.0"
|
|
2314
2536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2315
|
-
checksum = "
|
|
2537
|
+
checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
|
|
2316
2538
|
dependencies = [
|
|
2317
|
-
"getrandom 0.
|
|
2539
|
+
"getrandom 0.4.1",
|
|
2318
2540
|
"js-sys",
|
|
2319
2541
|
"rand",
|
|
2320
|
-
"uuid-macro-internal",
|
|
2321
2542
|
"wasm-bindgen",
|
|
2322
2543
|
]
|
|
2323
2544
|
|
|
2324
|
-
[[package]]
|
|
2325
|
-
name = "uuid-macro-internal"
|
|
2326
|
-
version = "1.17.0"
|
|
2327
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2328
|
-
checksum = "26b682e8c381995ea03130e381928e0e005b7c9eb483c6c8682f50e07b33c2b7"
|
|
2329
|
-
dependencies = [
|
|
2330
|
-
"proc-macro2",
|
|
2331
|
-
"quote",
|
|
2332
|
-
"syn 2.0.103",
|
|
2333
|
-
]
|
|
2334
|
-
|
|
2335
2545
|
[[package]]
|
|
2336
2546
|
name = "value-bag"
|
|
2337
|
-
version = "1.
|
|
2547
|
+
version = "1.12.0"
|
|
2338
2548
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2339
|
-
checksum = "
|
|
2549
|
+
checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
|
|
2340
2550
|
|
|
2341
2551
|
[[package]]
|
|
2342
2552
|
name = "velopack"
|
|
2343
|
-
version = "0.0.
|
|
2553
|
+
version = "0.0.1442-gfaff302"
|
|
2344
2554
|
dependencies = [
|
|
2555
|
+
"anyhow",
|
|
2345
2556
|
"async-std",
|
|
2346
|
-
"bitflags
|
|
2557
|
+
"bitflags",
|
|
2347
2558
|
"derivative",
|
|
2348
2559
|
"glob",
|
|
2349
2560
|
"lazy_static",
|
|
@@ -2360,22 +2571,24 @@ dependencies = [
|
|
|
2360
2571
|
"sha2",
|
|
2361
2572
|
"simplelog",
|
|
2362
2573
|
"tempfile",
|
|
2363
|
-
"thiserror 2.0.
|
|
2364
|
-
"time 0.3.
|
|
2574
|
+
"thiserror 2.0.18",
|
|
2575
|
+
"time 0.3.47",
|
|
2365
2576
|
"ureq",
|
|
2366
2577
|
"url",
|
|
2367
2578
|
"uuid",
|
|
2368
|
-
"
|
|
2579
|
+
"wait-timeout",
|
|
2580
|
+
"waitpid-any",
|
|
2581
|
+
"windows 0.62.2",
|
|
2369
2582
|
"xml",
|
|
2370
2583
|
"zip",
|
|
2371
2584
|
]
|
|
2372
2585
|
|
|
2373
2586
|
[[package]]
|
|
2374
2587
|
name = "velopack_bins"
|
|
2375
|
-
version = "0.0.
|
|
2588
|
+
version = "0.0.1442-gfaff302"
|
|
2376
2589
|
dependencies = [
|
|
2377
2590
|
"anyhow",
|
|
2378
|
-
"bitflags
|
|
2591
|
+
"bitflags",
|
|
2379
2592
|
"chrono",
|
|
2380
2593
|
"clap",
|
|
2381
2594
|
"core-foundation",
|
|
@@ -2383,13 +2596,12 @@ dependencies = [
|
|
|
2383
2596
|
"derivative",
|
|
2384
2597
|
"dialog",
|
|
2385
2598
|
"enum-flags",
|
|
2386
|
-
"flate2",
|
|
2387
2599
|
"fs_extra",
|
|
2388
2600
|
"glob",
|
|
2389
2601
|
"image",
|
|
2390
2602
|
"lazy_static",
|
|
2391
2603
|
"libc",
|
|
2392
|
-
"libloading",
|
|
2604
|
+
"libloading 0.9.0",
|
|
2393
2605
|
"log",
|
|
2394
2606
|
"log-panics",
|
|
2395
2607
|
"memmap2",
|
|
@@ -2411,22 +2623,22 @@ dependencies = [
|
|
|
2411
2623
|
"strsim 0.11.1",
|
|
2412
2624
|
"strum",
|
|
2413
2625
|
"tempfile",
|
|
2414
|
-
"time 0.3.
|
|
2626
|
+
"time 0.3.47",
|
|
2415
2627
|
"velopack",
|
|
2416
2628
|
"wait-timeout",
|
|
2417
2629
|
"waitpid-any",
|
|
2418
2630
|
"walkdir",
|
|
2419
2631
|
"webview2-com-sys",
|
|
2420
|
-
"windows",
|
|
2632
|
+
"windows 0.62.2",
|
|
2633
|
+
"winreg",
|
|
2421
2634
|
"winres",
|
|
2422
|
-
"winsafe",
|
|
2423
2635
|
"zip",
|
|
2424
2636
|
"zstd",
|
|
2425
2637
|
]
|
|
2426
2638
|
|
|
2427
2639
|
[[package]]
|
|
2428
2640
|
name = "velopack_libc"
|
|
2429
|
-
version = "0.0.
|
|
2641
|
+
version = "0.0.1442-gfaff302"
|
|
2430
2642
|
dependencies = [
|
|
2431
2643
|
"anyhow",
|
|
2432
2644
|
"cbindgen",
|
|
@@ -2441,7 +2653,7 @@ dependencies = [
|
|
|
2441
2653
|
|
|
2442
2654
|
[[package]]
|
|
2443
2655
|
name = "velopack_nodeffi"
|
|
2444
|
-
version = "0.0.
|
|
2656
|
+
version = "0.0.1442-gfaff302"
|
|
2445
2657
|
dependencies = [
|
|
2446
2658
|
"lazy_static",
|
|
2447
2659
|
"log",
|
|
@@ -2463,6 +2675,17 @@ dependencies = [
|
|
|
2463
2675
|
"velopack",
|
|
2464
2676
|
]
|
|
2465
2677
|
|
|
2678
|
+
[[package]]
|
|
2679
|
+
name = "velopack_wix"
|
|
2680
|
+
version = "0.0.1442-gfaff302"
|
|
2681
|
+
dependencies = [
|
|
2682
|
+
"anyhow",
|
|
2683
|
+
"remove_dir_all",
|
|
2684
|
+
"velopack",
|
|
2685
|
+
"velopack_bins",
|
|
2686
|
+
"windows 0.62.2",
|
|
2687
|
+
]
|
|
2688
|
+
|
|
2466
2689
|
[[package]]
|
|
2467
2690
|
name = "version_check"
|
|
2468
2691
|
version = "0.9.5"
|
|
@@ -2511,47 +2734,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2511
2734
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
2512
2735
|
|
|
2513
2736
|
[[package]]
|
|
2514
|
-
name = "
|
|
2515
|
-
version = "0.
|
|
2737
|
+
name = "wasip2"
|
|
2738
|
+
version = "1.0.2+wasi-0.2.9"
|
|
2516
2739
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2517
|
-
checksum = "
|
|
2740
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
2518
2741
|
dependencies = [
|
|
2519
|
-
"wit-bindgen
|
|
2742
|
+
"wit-bindgen",
|
|
2520
2743
|
]
|
|
2521
2744
|
|
|
2522
2745
|
[[package]]
|
|
2523
|
-
name = "
|
|
2524
|
-
version = "0.
|
|
2746
|
+
name = "wasip3"
|
|
2747
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
2525
2748
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2526
|
-
checksum = "
|
|
2749
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
2527
2750
|
dependencies = [
|
|
2528
|
-
"
|
|
2529
|
-
"once_cell",
|
|
2530
|
-
"rustversion",
|
|
2531
|
-
"wasm-bindgen-macro",
|
|
2751
|
+
"wit-bindgen",
|
|
2532
2752
|
]
|
|
2533
2753
|
|
|
2534
2754
|
[[package]]
|
|
2535
|
-
name = "wasm-bindgen
|
|
2536
|
-
version = "0.2.
|
|
2755
|
+
name = "wasm-bindgen"
|
|
2756
|
+
version = "0.2.111"
|
|
2537
2757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2538
|
-
checksum = "
|
|
2758
|
+
checksum = "ec1adf1535672f5b7824f817792b1afd731d7e843d2d04ec8f27e8cb51edd8ac"
|
|
2539
2759
|
dependencies = [
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2542
|
-
"
|
|
2543
|
-
"
|
|
2544
|
-
"syn 2.0.103",
|
|
2760
|
+
"cfg-if 1.0.4",
|
|
2761
|
+
"once_cell",
|
|
2762
|
+
"rustversion",
|
|
2763
|
+
"wasm-bindgen-macro",
|
|
2545
2764
|
"wasm-bindgen-shared",
|
|
2546
2765
|
]
|
|
2547
2766
|
|
|
2548
2767
|
[[package]]
|
|
2549
2768
|
name = "wasm-bindgen-futures"
|
|
2550
|
-
version = "0.4.
|
|
2769
|
+
version = "0.4.61"
|
|
2551
2770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2552
|
-
checksum = "
|
|
2771
|
+
checksum = "fe88540d1c934c4ec8e6db0afa536876c5441289d7f9f9123d4f065ac1250a6b"
|
|
2553
2772
|
dependencies = [
|
|
2554
|
-
"cfg-if 1.0.
|
|
2773
|
+
"cfg-if 1.0.4",
|
|
2774
|
+
"futures-util",
|
|
2555
2775
|
"js-sys",
|
|
2556
2776
|
"once_cell",
|
|
2557
2777
|
"wasm-bindgen",
|
|
@@ -2560,9 +2780,9 @@ dependencies = [
|
|
|
2560
2780
|
|
|
2561
2781
|
[[package]]
|
|
2562
2782
|
name = "wasm-bindgen-macro"
|
|
2563
|
-
version = "0.2.
|
|
2783
|
+
version = "0.2.111"
|
|
2564
2784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2565
|
-
checksum = "
|
|
2785
|
+
checksum = "19e638317c08b21663aed4d2b9a2091450548954695ff4efa75bff5fa546b3b1"
|
|
2566
2786
|
dependencies = [
|
|
2567
2787
|
"quote",
|
|
2568
2788
|
"wasm-bindgen-macro-support",
|
|
@@ -2570,70 +2790,95 @@ dependencies = [
|
|
|
2570
2790
|
|
|
2571
2791
|
[[package]]
|
|
2572
2792
|
name = "wasm-bindgen-macro-support"
|
|
2573
|
-
version = "0.2.
|
|
2793
|
+
version = "0.2.111"
|
|
2574
2794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2575
|
-
checksum = "
|
|
2795
|
+
checksum = "2c64760850114d03d5f65457e96fc988f11f01d38fbaa51b254e4ab5809102af"
|
|
2576
2796
|
dependencies = [
|
|
2797
|
+
"bumpalo",
|
|
2577
2798
|
"proc-macro2",
|
|
2578
2799
|
"quote",
|
|
2579
|
-
"syn 2.0.
|
|
2580
|
-
"wasm-bindgen-backend",
|
|
2800
|
+
"syn 2.0.117",
|
|
2581
2801
|
"wasm-bindgen-shared",
|
|
2582
2802
|
]
|
|
2583
2803
|
|
|
2584
2804
|
[[package]]
|
|
2585
2805
|
name = "wasm-bindgen-shared"
|
|
2586
|
-
version = "0.2.
|
|
2806
|
+
version = "0.2.111"
|
|
2587
2807
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2588
|
-
checksum = "
|
|
2808
|
+
checksum = "60eecd4fe26177cfa3339eb00b4a36445889ba3ad37080c2429879718e20ca41"
|
|
2589
2809
|
dependencies = [
|
|
2590
2810
|
"unicode-ident",
|
|
2591
2811
|
]
|
|
2592
2812
|
|
|
2593
2813
|
[[package]]
|
|
2594
|
-
name = "
|
|
2595
|
-
version = "0.
|
|
2814
|
+
name = "wasm-encoder"
|
|
2815
|
+
version = "0.244.0"
|
|
2596
2816
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2597
|
-
checksum = "
|
|
2817
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
2598
2818
|
dependencies = [
|
|
2599
|
-
"
|
|
2600
|
-
"
|
|
2819
|
+
"leb128fmt",
|
|
2820
|
+
"wasmparser",
|
|
2601
2821
|
]
|
|
2602
2822
|
|
|
2603
2823
|
[[package]]
|
|
2604
|
-
name = "
|
|
2605
|
-
version = "0.
|
|
2824
|
+
name = "wasm-metadata"
|
|
2825
|
+
version = "0.244.0"
|
|
2826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2827
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
2828
|
+
dependencies = [
|
|
2829
|
+
"anyhow",
|
|
2830
|
+
"indexmap",
|
|
2831
|
+
"wasm-encoder",
|
|
2832
|
+
"wasmparser",
|
|
2833
|
+
]
|
|
2834
|
+
|
|
2835
|
+
[[package]]
|
|
2836
|
+
name = "wasmparser"
|
|
2837
|
+
version = "0.244.0"
|
|
2838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2839
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
2840
|
+
dependencies = [
|
|
2841
|
+
"bitflags",
|
|
2842
|
+
"hashbrown 0.15.5",
|
|
2843
|
+
"indexmap",
|
|
2844
|
+
"semver",
|
|
2845
|
+
]
|
|
2846
|
+
|
|
2847
|
+
[[package]]
|
|
2848
|
+
name = "web-sys"
|
|
2849
|
+
version = "0.3.88"
|
|
2606
2850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2607
|
-
checksum = "
|
|
2851
|
+
checksum = "9d6bb20ed2d9572df8584f6dc81d68a41a625cadc6f15999d649a70ce7e3597a"
|
|
2608
2852
|
dependencies = [
|
|
2609
|
-
"
|
|
2853
|
+
"js-sys",
|
|
2854
|
+
"wasm-bindgen",
|
|
2610
2855
|
]
|
|
2611
2856
|
|
|
2612
2857
|
[[package]]
|
|
2613
2858
|
name = "webpki-roots"
|
|
2614
|
-
version = "1.0.
|
|
2859
|
+
version = "1.0.6"
|
|
2615
2860
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2616
|
-
checksum = "
|
|
2861
|
+
checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
|
|
2617
2862
|
dependencies = [
|
|
2618
2863
|
"rustls-pki-types",
|
|
2619
2864
|
]
|
|
2620
2865
|
|
|
2621
2866
|
[[package]]
|
|
2622
2867
|
name = "webview2-com-sys"
|
|
2623
|
-
version = "0.
|
|
2868
|
+
version = "0.38.2"
|
|
2624
2869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2625
|
-
checksum = "
|
|
2870
|
+
checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c"
|
|
2626
2871
|
dependencies = [
|
|
2627
|
-
"thiserror 2.0.
|
|
2628
|
-
"windows",
|
|
2629
|
-
"windows-core",
|
|
2872
|
+
"thiserror 2.0.18",
|
|
2873
|
+
"windows 0.61.3",
|
|
2874
|
+
"windows-core 0.61.2",
|
|
2630
2875
|
]
|
|
2631
2876
|
|
|
2632
2877
|
[[package]]
|
|
2633
2878
|
name = "weezl"
|
|
2634
|
-
version = "0.1.
|
|
2879
|
+
version = "0.1.12"
|
|
2635
2880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2636
|
-
checksum = "
|
|
2881
|
+
checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
|
|
2637
2882
|
|
|
2638
2883
|
[[package]]
|
|
2639
2884
|
name = "winapi"
|
|
@@ -2665,11 +2910,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
2665
2910
|
|
|
2666
2911
|
[[package]]
|
|
2667
2912
|
name = "winapi-util"
|
|
2668
|
-
version = "0.1.
|
|
2913
|
+
version = "0.1.11"
|
|
2669
2914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2670
|
-
checksum = "
|
|
2915
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2671
2916
|
dependencies = [
|
|
2672
|
-
"windows-sys 0.
|
|
2917
|
+
"windows-sys 0.61.2",
|
|
2673
2918
|
]
|
|
2674
2919
|
|
|
2675
2920
|
[[package]]
|
|
@@ -2684,11 +2929,23 @@ version = "0.61.3"
|
|
|
2684
2929
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2685
2930
|
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
2686
2931
|
dependencies = [
|
|
2687
|
-
"windows-collections",
|
|
2688
|
-
"windows-core",
|
|
2689
|
-
"windows-future",
|
|
2690
|
-
"windows-link",
|
|
2691
|
-
"windows-numerics",
|
|
2932
|
+
"windows-collections 0.2.0",
|
|
2933
|
+
"windows-core 0.61.2",
|
|
2934
|
+
"windows-future 0.2.1",
|
|
2935
|
+
"windows-link 0.1.3",
|
|
2936
|
+
"windows-numerics 0.2.0",
|
|
2937
|
+
]
|
|
2938
|
+
|
|
2939
|
+
[[package]]
|
|
2940
|
+
name = "windows"
|
|
2941
|
+
version = "0.62.2"
|
|
2942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
+
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
|
|
2944
|
+
dependencies = [
|
|
2945
|
+
"windows-collections 0.3.2",
|
|
2946
|
+
"windows-core 0.62.2",
|
|
2947
|
+
"windows-future 0.3.2",
|
|
2948
|
+
"windows-numerics 0.3.1",
|
|
2692
2949
|
]
|
|
2693
2950
|
|
|
2694
2951
|
[[package]]
|
|
@@ -2697,7 +2954,16 @@ version = "0.2.0"
|
|
|
2697
2954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2698
2955
|
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
2699
2956
|
dependencies = [
|
|
2700
|
-
"windows-core",
|
|
2957
|
+
"windows-core 0.61.2",
|
|
2958
|
+
]
|
|
2959
|
+
|
|
2960
|
+
[[package]]
|
|
2961
|
+
name = "windows-collections"
|
|
2962
|
+
version = "0.3.2"
|
|
2963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2964
|
+
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
|
|
2965
|
+
dependencies = [
|
|
2966
|
+
"windows-core 0.62.2",
|
|
2701
2967
|
]
|
|
2702
2968
|
|
|
2703
2969
|
[[package]]
|
|
@@ -2708,9 +2974,22 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
2708
2974
|
dependencies = [
|
|
2709
2975
|
"windows-implement",
|
|
2710
2976
|
"windows-interface",
|
|
2711
|
-
"windows-link",
|
|
2712
|
-
"windows-result",
|
|
2713
|
-
"windows-strings",
|
|
2977
|
+
"windows-link 0.1.3",
|
|
2978
|
+
"windows-result 0.3.4",
|
|
2979
|
+
"windows-strings 0.4.2",
|
|
2980
|
+
]
|
|
2981
|
+
|
|
2982
|
+
[[package]]
|
|
2983
|
+
name = "windows-core"
|
|
2984
|
+
version = "0.62.2"
|
|
2985
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2986
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
2987
|
+
dependencies = [
|
|
2988
|
+
"windows-implement",
|
|
2989
|
+
"windows-interface",
|
|
2990
|
+
"windows-link 0.2.1",
|
|
2991
|
+
"windows-result 0.4.1",
|
|
2992
|
+
"windows-strings 0.5.1",
|
|
2714
2993
|
]
|
|
2715
2994
|
|
|
2716
2995
|
[[package]]
|
|
@@ -2719,31 +2998,42 @@ version = "0.2.1"
|
|
|
2719
2998
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2720
2999
|
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
2721
3000
|
dependencies = [
|
|
2722
|
-
"windows-core",
|
|
2723
|
-
"windows-link",
|
|
2724
|
-
"windows-threading",
|
|
3001
|
+
"windows-core 0.61.2",
|
|
3002
|
+
"windows-link 0.1.3",
|
|
3003
|
+
"windows-threading 0.1.0",
|
|
3004
|
+
]
|
|
3005
|
+
|
|
3006
|
+
[[package]]
|
|
3007
|
+
name = "windows-future"
|
|
3008
|
+
version = "0.3.2"
|
|
3009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3010
|
+
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
|
|
3011
|
+
dependencies = [
|
|
3012
|
+
"windows-core 0.62.2",
|
|
3013
|
+
"windows-link 0.2.1",
|
|
3014
|
+
"windows-threading 0.2.1",
|
|
2725
3015
|
]
|
|
2726
3016
|
|
|
2727
3017
|
[[package]]
|
|
2728
3018
|
name = "windows-implement"
|
|
2729
|
-
version = "0.60.
|
|
3019
|
+
version = "0.60.2"
|
|
2730
3020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2731
|
-
checksum = "
|
|
3021
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
2732
3022
|
dependencies = [
|
|
2733
3023
|
"proc-macro2",
|
|
2734
3024
|
"quote",
|
|
2735
|
-
"syn 2.0.
|
|
3025
|
+
"syn 2.0.117",
|
|
2736
3026
|
]
|
|
2737
3027
|
|
|
2738
3028
|
[[package]]
|
|
2739
3029
|
name = "windows-interface"
|
|
2740
|
-
version = "0.59.
|
|
3030
|
+
version = "0.59.3"
|
|
2741
3031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2742
|
-
checksum = "
|
|
3032
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
2743
3033
|
dependencies = [
|
|
2744
3034
|
"proc-macro2",
|
|
2745
3035
|
"quote",
|
|
2746
|
-
"syn 2.0.
|
|
3036
|
+
"syn 2.0.117",
|
|
2747
3037
|
]
|
|
2748
3038
|
|
|
2749
3039
|
[[package]]
|
|
@@ -2752,14 +3042,30 @@ version = "0.1.3"
|
|
|
2752
3042
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2753
3043
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
2754
3044
|
|
|
3045
|
+
[[package]]
|
|
3046
|
+
name = "windows-link"
|
|
3047
|
+
version = "0.2.1"
|
|
3048
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3049
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
3050
|
+
|
|
2755
3051
|
[[package]]
|
|
2756
3052
|
name = "windows-numerics"
|
|
2757
3053
|
version = "0.2.0"
|
|
2758
3054
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2759
3055
|
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
2760
3056
|
dependencies = [
|
|
2761
|
-
"windows-core",
|
|
2762
|
-
"windows-link",
|
|
3057
|
+
"windows-core 0.61.2",
|
|
3058
|
+
"windows-link 0.1.3",
|
|
3059
|
+
]
|
|
3060
|
+
|
|
3061
|
+
[[package]]
|
|
3062
|
+
name = "windows-numerics"
|
|
3063
|
+
version = "0.3.1"
|
|
3064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3065
|
+
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
|
|
3066
|
+
dependencies = [
|
|
3067
|
+
"windows-core 0.62.2",
|
|
3068
|
+
"windows-link 0.2.1",
|
|
2763
3069
|
]
|
|
2764
3070
|
|
|
2765
3071
|
[[package]]
|
|
@@ -2768,7 +3074,16 @@ version = "0.3.4"
|
|
|
2768
3074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2769
3075
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
2770
3076
|
dependencies = [
|
|
2771
|
-
"windows-link",
|
|
3077
|
+
"windows-link 0.1.3",
|
|
3078
|
+
]
|
|
3079
|
+
|
|
3080
|
+
[[package]]
|
|
3081
|
+
name = "windows-result"
|
|
3082
|
+
version = "0.4.1"
|
|
3083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3084
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
3085
|
+
dependencies = [
|
|
3086
|
+
"windows-link 0.2.1",
|
|
2772
3087
|
]
|
|
2773
3088
|
|
|
2774
3089
|
[[package]]
|
|
@@ -2777,7 +3092,16 @@ version = "0.4.2"
|
|
|
2777
3092
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2778
3093
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
2779
3094
|
dependencies = [
|
|
2780
|
-
"windows-link",
|
|
3095
|
+
"windows-link 0.1.3",
|
|
3096
|
+
]
|
|
3097
|
+
|
|
3098
|
+
[[package]]
|
|
3099
|
+
name = "windows-strings"
|
|
3100
|
+
version = "0.5.1"
|
|
3101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3102
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
3103
|
+
dependencies = [
|
|
3104
|
+
"windows-link 0.2.1",
|
|
2781
3105
|
]
|
|
2782
3106
|
|
|
2783
3107
|
[[package]]
|
|
@@ -2786,7 +3110,7 @@ version = "0.52.0"
|
|
|
2786
3110
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2787
3111
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
2788
3112
|
dependencies = [
|
|
2789
|
-
"windows-targets
|
|
3113
|
+
"windows-targets",
|
|
2790
3114
|
]
|
|
2791
3115
|
|
|
2792
3116
|
[[package]]
|
|
@@ -2795,39 +3119,32 @@ version = "0.59.0"
|
|
|
2795
3119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2796
3120
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
2797
3121
|
dependencies = [
|
|
2798
|
-
"windows-targets
|
|
3122
|
+
"windows-targets",
|
|
2799
3123
|
]
|
|
2800
3124
|
|
|
2801
3125
|
[[package]]
|
|
2802
|
-
name = "windows-
|
|
2803
|
-
version = "0.
|
|
3126
|
+
name = "windows-sys"
|
|
3127
|
+
version = "0.61.2"
|
|
2804
3128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
-
checksum = "
|
|
3129
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2806
3130
|
dependencies = [
|
|
2807
|
-
"
|
|
2808
|
-
"windows_aarch64_msvc 0.52.6",
|
|
2809
|
-
"windows_i686_gnu 0.52.6",
|
|
2810
|
-
"windows_i686_gnullvm 0.52.6",
|
|
2811
|
-
"windows_i686_msvc 0.52.6",
|
|
2812
|
-
"windows_x86_64_gnu 0.52.6",
|
|
2813
|
-
"windows_x86_64_gnullvm 0.52.6",
|
|
2814
|
-
"windows_x86_64_msvc 0.52.6",
|
|
3131
|
+
"windows-link 0.2.1",
|
|
2815
3132
|
]
|
|
2816
3133
|
|
|
2817
3134
|
[[package]]
|
|
2818
3135
|
name = "windows-targets"
|
|
2819
|
-
version = "0.
|
|
3136
|
+
version = "0.52.6"
|
|
2820
3137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2821
|
-
checksum = "
|
|
3138
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
2822
3139
|
dependencies = [
|
|
2823
|
-
"windows_aarch64_gnullvm
|
|
2824
|
-
"windows_aarch64_msvc
|
|
2825
|
-
"windows_i686_gnu
|
|
2826
|
-
"windows_i686_gnullvm
|
|
2827
|
-
"windows_i686_msvc
|
|
2828
|
-
"windows_x86_64_gnu
|
|
2829
|
-
"windows_x86_64_gnullvm
|
|
2830
|
-
"windows_x86_64_msvc
|
|
3140
|
+
"windows_aarch64_gnullvm",
|
|
3141
|
+
"windows_aarch64_msvc",
|
|
3142
|
+
"windows_i686_gnu",
|
|
3143
|
+
"windows_i686_gnullvm",
|
|
3144
|
+
"windows_i686_msvc",
|
|
3145
|
+
"windows_x86_64_gnu",
|
|
3146
|
+
"windows_x86_64_gnullvm",
|
|
3147
|
+
"windows_x86_64_msvc",
|
|
2831
3148
|
]
|
|
2832
3149
|
|
|
2833
3150
|
[[package]]
|
|
@@ -2836,20 +3153,23 @@ version = "0.1.0"
|
|
|
2836
3153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2837
3154
|
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
2838
3155
|
dependencies = [
|
|
2839
|
-
"windows-link",
|
|
3156
|
+
"windows-link 0.1.3",
|
|
2840
3157
|
]
|
|
2841
3158
|
|
|
2842
3159
|
[[package]]
|
|
2843
|
-
name = "
|
|
2844
|
-
version = "0.
|
|
3160
|
+
name = "windows-threading"
|
|
3161
|
+
version = "0.2.1"
|
|
2845
3162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2846
|
-
checksum = "
|
|
3163
|
+
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
|
|
3164
|
+
dependencies = [
|
|
3165
|
+
"windows-link 0.2.1",
|
|
3166
|
+
]
|
|
2847
3167
|
|
|
2848
3168
|
[[package]]
|
|
2849
3169
|
name = "windows_aarch64_gnullvm"
|
|
2850
|
-
version = "0.
|
|
3170
|
+
version = "0.52.6"
|
|
2851
3171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2852
|
-
checksum = "
|
|
3172
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
2853
3173
|
|
|
2854
3174
|
[[package]]
|
|
2855
3175
|
name = "windows_aarch64_msvc"
|
|
@@ -2857,72 +3177,36 @@ version = "0.52.6"
|
|
|
2857
3177
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2858
3178
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
2859
3179
|
|
|
2860
|
-
[[package]]
|
|
2861
|
-
name = "windows_aarch64_msvc"
|
|
2862
|
-
version = "0.53.0"
|
|
2863
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2864
|
-
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
2865
|
-
|
|
2866
3180
|
[[package]]
|
|
2867
3181
|
name = "windows_i686_gnu"
|
|
2868
3182
|
version = "0.52.6"
|
|
2869
3183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2870
3184
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
2871
3185
|
|
|
2872
|
-
[[package]]
|
|
2873
|
-
name = "windows_i686_gnu"
|
|
2874
|
-
version = "0.53.0"
|
|
2875
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2876
|
-
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
|
2877
|
-
|
|
2878
3186
|
[[package]]
|
|
2879
3187
|
name = "windows_i686_gnullvm"
|
|
2880
3188
|
version = "0.52.6"
|
|
2881
3189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2882
3190
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
2883
3191
|
|
|
2884
|
-
[[package]]
|
|
2885
|
-
name = "windows_i686_gnullvm"
|
|
2886
|
-
version = "0.53.0"
|
|
2887
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2888
|
-
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
2889
|
-
|
|
2890
3192
|
[[package]]
|
|
2891
3193
|
name = "windows_i686_msvc"
|
|
2892
3194
|
version = "0.52.6"
|
|
2893
3195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2894
3196
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
2895
3197
|
|
|
2896
|
-
[[package]]
|
|
2897
|
-
name = "windows_i686_msvc"
|
|
2898
|
-
version = "0.53.0"
|
|
2899
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2900
|
-
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
|
2901
|
-
|
|
2902
3198
|
[[package]]
|
|
2903
3199
|
name = "windows_x86_64_gnu"
|
|
2904
3200
|
version = "0.52.6"
|
|
2905
3201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2906
3202
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
2907
3203
|
|
|
2908
|
-
[[package]]
|
|
2909
|
-
name = "windows_x86_64_gnu"
|
|
2910
|
-
version = "0.53.0"
|
|
2911
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2912
|
-
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
2913
|
-
|
|
2914
3204
|
[[package]]
|
|
2915
3205
|
name = "windows_x86_64_gnullvm"
|
|
2916
3206
|
version = "0.52.6"
|
|
2917
3207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2918
3208
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
2919
3209
|
|
|
2920
|
-
[[package]]
|
|
2921
|
-
name = "windows_x86_64_gnullvm"
|
|
2922
|
-
version = "0.53.0"
|
|
2923
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2924
|
-
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
2925
|
-
|
|
2926
3210
|
[[package]]
|
|
2927
3211
|
name = "windows_x86_64_msvc"
|
|
2928
3212
|
version = "0.52.6"
|
|
@@ -2930,18 +3214,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2930
3214
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
2931
3215
|
|
|
2932
3216
|
[[package]]
|
|
2933
|
-
name = "
|
|
2934
|
-
version = "0.
|
|
3217
|
+
name = "winnow"
|
|
3218
|
+
version = "0.7.14"
|
|
2935
3219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2936
|
-
checksum = "
|
|
3220
|
+
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
3221
|
+
dependencies = [
|
|
3222
|
+
"memchr",
|
|
3223
|
+
]
|
|
2937
3224
|
|
|
2938
3225
|
[[package]]
|
|
2939
|
-
name = "
|
|
2940
|
-
version = "0.
|
|
3226
|
+
name = "winreg"
|
|
3227
|
+
version = "0.55.0"
|
|
2941
3228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2942
|
-
checksum = "
|
|
3229
|
+
checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
|
|
2943
3230
|
dependencies = [
|
|
2944
|
-
"
|
|
3231
|
+
"cfg-if 1.0.4",
|
|
3232
|
+
"windows-sys 0.59.0",
|
|
2945
3233
|
]
|
|
2946
3234
|
|
|
2947
3235
|
[[package]]
|
|
@@ -2954,40 +3242,104 @@ dependencies = [
|
|
|
2954
3242
|
]
|
|
2955
3243
|
|
|
2956
3244
|
[[package]]
|
|
2957
|
-
name = "
|
|
2958
|
-
version = "0.0
|
|
3245
|
+
name = "wit-bindgen"
|
|
3246
|
+
version = "0.51.0"
|
|
2959
3247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2960
|
-
checksum = "
|
|
3248
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
3249
|
+
dependencies = [
|
|
3250
|
+
"wit-bindgen-rust-macro",
|
|
3251
|
+
]
|
|
2961
3252
|
|
|
2962
3253
|
[[package]]
|
|
2963
|
-
name = "wit-bindgen-
|
|
2964
|
-
version = "0.
|
|
3254
|
+
name = "wit-bindgen-core"
|
|
3255
|
+
version = "0.51.0"
|
|
2965
3256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2966
|
-
checksum = "
|
|
3257
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
2967
3258
|
dependencies = [
|
|
2968
|
-
"
|
|
3259
|
+
"anyhow",
|
|
3260
|
+
"heck",
|
|
3261
|
+
"wit-parser",
|
|
2969
3262
|
]
|
|
2970
3263
|
|
|
2971
3264
|
[[package]]
|
|
2972
|
-
name = "
|
|
2973
|
-
version = "0.
|
|
3265
|
+
name = "wit-bindgen-rust"
|
|
3266
|
+
version = "0.51.0"
|
|
2974
3267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2975
|
-
checksum = "
|
|
3268
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
3269
|
+
dependencies = [
|
|
3270
|
+
"anyhow",
|
|
3271
|
+
"heck",
|
|
3272
|
+
"indexmap",
|
|
3273
|
+
"prettyplease",
|
|
3274
|
+
"syn 2.0.117",
|
|
3275
|
+
"wasm-metadata",
|
|
3276
|
+
"wit-bindgen-core",
|
|
3277
|
+
"wit-component",
|
|
3278
|
+
]
|
|
2976
3279
|
|
|
2977
3280
|
[[package]]
|
|
2978
|
-
name = "
|
|
2979
|
-
version = "0.
|
|
3281
|
+
name = "wit-bindgen-rust-macro"
|
|
3282
|
+
version = "0.51.0"
|
|
2980
3283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
-
checksum = "
|
|
3284
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
2982
3285
|
dependencies = [
|
|
2983
|
-
"
|
|
3286
|
+
"anyhow",
|
|
3287
|
+
"prettyplease",
|
|
3288
|
+
"proc-macro2",
|
|
3289
|
+
"quote",
|
|
3290
|
+
"syn 2.0.117",
|
|
3291
|
+
"wit-bindgen-core",
|
|
3292
|
+
"wit-bindgen-rust",
|
|
2984
3293
|
]
|
|
2985
3294
|
|
|
2986
3295
|
[[package]]
|
|
2987
|
-
name = "
|
|
2988
|
-
version = "0.
|
|
3296
|
+
name = "wit-component"
|
|
3297
|
+
version = "0.244.0"
|
|
2989
3298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2990
|
-
checksum = "
|
|
3299
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
3300
|
+
dependencies = [
|
|
3301
|
+
"anyhow",
|
|
3302
|
+
"bitflags",
|
|
3303
|
+
"indexmap",
|
|
3304
|
+
"log",
|
|
3305
|
+
"serde",
|
|
3306
|
+
"serde_derive",
|
|
3307
|
+
"serde_json",
|
|
3308
|
+
"wasm-encoder",
|
|
3309
|
+
"wasm-metadata",
|
|
3310
|
+
"wasmparser",
|
|
3311
|
+
"wit-parser",
|
|
3312
|
+
]
|
|
3313
|
+
|
|
3314
|
+
[[package]]
|
|
3315
|
+
name = "wit-parser"
|
|
3316
|
+
version = "0.244.0"
|
|
3317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3318
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
3319
|
+
dependencies = [
|
|
3320
|
+
"anyhow",
|
|
3321
|
+
"id-arena",
|
|
3322
|
+
"indexmap",
|
|
3323
|
+
"log",
|
|
3324
|
+
"semver",
|
|
3325
|
+
"serde",
|
|
3326
|
+
"serde_derive",
|
|
3327
|
+
"serde_json",
|
|
3328
|
+
"unicode-xid",
|
|
3329
|
+
"wasmparser",
|
|
3330
|
+
]
|
|
3331
|
+
|
|
3332
|
+
[[package]]
|
|
3333
|
+
name = "writeable"
|
|
3334
|
+
version = "0.6.2"
|
|
3335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3336
|
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
3337
|
+
|
|
3338
|
+
[[package]]
|
|
3339
|
+
name = "xml"
|
|
3340
|
+
version = "1.2.1"
|
|
3341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3342
|
+
checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a"
|
|
2991
3343
|
|
|
2992
3344
|
[[package]]
|
|
2993
3345
|
name = "yansi"
|
|
@@ -2997,11 +3349,10 @@ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
2997
3349
|
|
|
2998
3350
|
[[package]]
|
|
2999
3351
|
name = "yoke"
|
|
3000
|
-
version = "0.8.
|
|
3352
|
+
version = "0.8.1"
|
|
3001
3353
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3002
|
-
checksum = "
|
|
3354
|
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
3003
3355
|
dependencies = [
|
|
3004
|
-
"serde",
|
|
3005
3356
|
"stable_deref_trait",
|
|
3006
3357
|
"yoke-derive",
|
|
3007
3358
|
"zerofrom",
|
|
@@ -3009,34 +3360,34 @@ dependencies = [
|
|
|
3009
3360
|
|
|
3010
3361
|
[[package]]
|
|
3011
3362
|
name = "yoke-derive"
|
|
3012
|
-
version = "0.8.
|
|
3363
|
+
version = "0.8.1"
|
|
3013
3364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3014
|
-
checksum = "
|
|
3365
|
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
3015
3366
|
dependencies = [
|
|
3016
3367
|
"proc-macro2",
|
|
3017
3368
|
"quote",
|
|
3018
|
-
"syn 2.0.
|
|
3369
|
+
"syn 2.0.117",
|
|
3019
3370
|
"synstructure",
|
|
3020
3371
|
]
|
|
3021
3372
|
|
|
3022
3373
|
[[package]]
|
|
3023
3374
|
name = "zerocopy"
|
|
3024
|
-
version = "0.8.
|
|
3375
|
+
version = "0.8.39"
|
|
3025
3376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3026
|
-
checksum = "
|
|
3377
|
+
checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
|
|
3027
3378
|
dependencies = [
|
|
3028
3379
|
"zerocopy-derive",
|
|
3029
3380
|
]
|
|
3030
3381
|
|
|
3031
3382
|
[[package]]
|
|
3032
3383
|
name = "zerocopy-derive"
|
|
3033
|
-
version = "0.8.
|
|
3384
|
+
version = "0.8.39"
|
|
3034
3385
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3035
|
-
checksum = "
|
|
3386
|
+
checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
|
|
3036
3387
|
dependencies = [
|
|
3037
3388
|
"proc-macro2",
|
|
3038
3389
|
"quote",
|
|
3039
|
-
"syn 2.0.
|
|
3390
|
+
"syn 2.0.117",
|
|
3040
3391
|
]
|
|
3041
3392
|
|
|
3042
3393
|
[[package]]
|
|
@@ -3056,21 +3407,21 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
3056
3407
|
dependencies = [
|
|
3057
3408
|
"proc-macro2",
|
|
3058
3409
|
"quote",
|
|
3059
|
-
"syn 2.0.
|
|
3410
|
+
"syn 2.0.117",
|
|
3060
3411
|
"synstructure",
|
|
3061
3412
|
]
|
|
3062
3413
|
|
|
3063
3414
|
[[package]]
|
|
3064
3415
|
name = "zeroize"
|
|
3065
|
-
version = "1.8.
|
|
3416
|
+
version = "1.8.2"
|
|
3066
3417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3067
|
-
checksum = "
|
|
3418
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
3068
3419
|
|
|
3069
3420
|
[[package]]
|
|
3070
3421
|
name = "zerotrie"
|
|
3071
|
-
version = "0.2.
|
|
3422
|
+
version = "0.2.3"
|
|
3072
3423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3073
|
-
checksum = "
|
|
3424
|
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
3074
3425
|
dependencies = [
|
|
3075
3426
|
"displaydoc",
|
|
3076
3427
|
"yoke",
|
|
@@ -3079,9 +3430,9 @@ dependencies = [
|
|
|
3079
3430
|
|
|
3080
3431
|
[[package]]
|
|
3081
3432
|
name = "zerovec"
|
|
3082
|
-
version = "0.11.
|
|
3433
|
+
version = "0.11.5"
|
|
3083
3434
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3084
|
-
checksum = "
|
|
3435
|
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
3085
3436
|
dependencies = [
|
|
3086
3437
|
"yoke",
|
|
3087
3438
|
"zerofrom",
|
|
@@ -3090,13 +3441,13 @@ dependencies = [
|
|
|
3090
3441
|
|
|
3091
3442
|
[[package]]
|
|
3092
3443
|
name = "zerovec-derive"
|
|
3093
|
-
version = "0.11.
|
|
3444
|
+
version = "0.11.2"
|
|
3094
3445
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3095
|
-
checksum = "
|
|
3446
|
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
3096
3447
|
dependencies = [
|
|
3097
3448
|
"proc-macro2",
|
|
3098
3449
|
"quote",
|
|
3099
|
-
"syn 2.0.
|
|
3450
|
+
"syn 2.0.117",
|
|
3100
3451
|
]
|
|
3101
3452
|
|
|
3102
3453
|
[[package]]
|
|
@@ -3115,15 +3466,21 @@ dependencies = [
|
|
|
3115
3466
|
|
|
3116
3467
|
[[package]]
|
|
3117
3468
|
name = "zlib-rs"
|
|
3118
|
-
version = "0.
|
|
3469
|
+
version = "0.6.2"
|
|
3119
3470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3120
|
-
checksum = "
|
|
3471
|
+
checksum = "c745c48e1007337ed136dc99df34128b9faa6ed542d80a1c673cf55a6d7236c8"
|
|
3472
|
+
|
|
3473
|
+
[[package]]
|
|
3474
|
+
name = "zmij"
|
|
3475
|
+
version = "1.0.21"
|
|
3476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3477
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
3121
3478
|
|
|
3122
3479
|
[[package]]
|
|
3123
3480
|
name = "zopfli"
|
|
3124
|
-
version = "0.8.
|
|
3481
|
+
version = "0.8.3"
|
|
3125
3482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3126
|
-
checksum = "
|
|
3483
|
+
checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
|
|
3127
3484
|
dependencies = [
|
|
3128
3485
|
"bumpalo",
|
|
3129
3486
|
"crc32fast",
|
|
@@ -3151,9 +3508,9 @@ dependencies = [
|
|
|
3151
3508
|
|
|
3152
3509
|
[[package]]
|
|
3153
3510
|
name = "zstd-sys"
|
|
3154
|
-
version = "2.0.
|
|
3511
|
+
version = "2.0.16+zstd.1.5.7"
|
|
3155
3512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3156
|
-
checksum = "
|
|
3513
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
3157
3514
|
dependencies = [
|
|
3158
3515
|
"cc",
|
|
3159
3516
|
"pkg-config",
|
|
@@ -3161,15 +3518,15 @@ dependencies = [
|
|
|
3161
3518
|
|
|
3162
3519
|
[[package]]
|
|
3163
3520
|
name = "zune-core"
|
|
3164
|
-
version = "0.
|
|
3521
|
+
version = "0.5.1"
|
|
3165
3522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3166
|
-
checksum = "
|
|
3523
|
+
checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
|
|
3167
3524
|
|
|
3168
3525
|
[[package]]
|
|
3169
3526
|
name = "zune-jpeg"
|
|
3170
|
-
version = "0.
|
|
3527
|
+
version = "0.5.12"
|
|
3171
3528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3172
|
-
checksum = "
|
|
3529
|
+
checksum = "410e9ecef634c709e3831c2cfdb8d9c32164fae1c67496d5b68fff728eec37fe"
|
|
3173
3530
|
dependencies = [
|
|
3174
3531
|
"zune-core",
|
|
3175
3532
|
]
|