itsi-server 0.2.24 → 0.2.25
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.
- checksums.yaml +4 -4
- data/Cargo.lock +990 -938
- data/ext/itsi_scheduler/Cargo.toml +1 -1
- data/ext/itsi_server/Cargo.lock +2 -2
- data/ext/itsi_server/Cargo.toml +1 -1
- data/lib/itsi/http_request.rb +8 -1
- data/lib/itsi/server/version.rb +1 -1
- metadata +2 -2
data/Cargo.lock
CHANGED
|
@@ -2,39 +2,30 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "addr2line"
|
|
7
|
-
version = "0.24.2"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"gimli",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
5
|
[[package]]
|
|
15
6
|
name = "adler2"
|
|
16
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.1"
|
|
17
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
19
10
|
|
|
20
11
|
[[package]]
|
|
21
12
|
name = "ahash"
|
|
22
|
-
version = "0.8.
|
|
13
|
+
version = "0.8.12"
|
|
23
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "
|
|
15
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
25
16
|
dependencies = [
|
|
26
17
|
"cfg-if",
|
|
27
|
-
"getrandom 0.
|
|
18
|
+
"getrandom 0.3.4",
|
|
28
19
|
"once_cell",
|
|
29
20
|
"version_check",
|
|
30
|
-
"zerocopy
|
|
21
|
+
"zerocopy",
|
|
31
22
|
]
|
|
32
23
|
|
|
33
24
|
[[package]]
|
|
34
25
|
name = "aho-corasick"
|
|
35
|
-
version = "1.1.
|
|
26
|
+
version = "1.1.4"
|
|
36
27
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
37
|
-
checksum = "
|
|
28
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
38
29
|
dependencies = [
|
|
39
30
|
"memchr",
|
|
40
31
|
]
|
|
@@ -54,12 +45,6 @@ dependencies = [
|
|
|
54
45
|
"alloc-no-stdlib",
|
|
55
46
|
]
|
|
56
47
|
|
|
57
|
-
[[package]]
|
|
58
|
-
name = "android-tzdata"
|
|
59
|
-
version = "0.1.1"
|
|
60
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
61
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
62
|
-
|
|
63
48
|
[[package]]
|
|
64
49
|
name = "android_system_properties"
|
|
65
50
|
version = "0.1.5"
|
|
@@ -80,9 +65,9 @@ dependencies = [
|
|
|
80
65
|
|
|
81
66
|
[[package]]
|
|
82
67
|
name = "anstream"
|
|
83
|
-
version = "0.
|
|
68
|
+
version = "1.0.0"
|
|
84
69
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
-
checksum = "
|
|
70
|
+
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
86
71
|
dependencies = [
|
|
87
72
|
"anstyle",
|
|
88
73
|
"anstyle-parse",
|
|
@@ -95,50 +80,53 @@ dependencies = [
|
|
|
95
80
|
|
|
96
81
|
[[package]]
|
|
97
82
|
name = "anstyle"
|
|
98
|
-
version = "1.0.
|
|
83
|
+
version = "1.0.14"
|
|
99
84
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "
|
|
85
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
101
86
|
|
|
102
87
|
[[package]]
|
|
103
88
|
name = "anstyle-parse"
|
|
104
|
-
version = "0.
|
|
89
|
+
version = "1.0.0"
|
|
105
90
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "
|
|
91
|
+
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
107
92
|
dependencies = [
|
|
108
93
|
"utf8parse",
|
|
109
94
|
]
|
|
110
95
|
|
|
111
96
|
[[package]]
|
|
112
97
|
name = "anstyle-query"
|
|
113
|
-
version = "1.1.
|
|
98
|
+
version = "1.1.5"
|
|
114
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
-
checksum = "
|
|
100
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
116
101
|
dependencies = [
|
|
117
|
-
"windows-sys 0.
|
|
102
|
+
"windows-sys 0.61.2",
|
|
118
103
|
]
|
|
119
104
|
|
|
120
105
|
[[package]]
|
|
121
106
|
name = "anstyle-wincon"
|
|
122
|
-
version = "3.0.
|
|
107
|
+
version = "3.0.11"
|
|
123
108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
124
|
-
checksum = "
|
|
109
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
125
110
|
dependencies = [
|
|
126
111
|
"anstyle",
|
|
127
|
-
"
|
|
128
|
-
"windows-sys 0.
|
|
112
|
+
"once_cell_polyfill",
|
|
113
|
+
"windows-sys 0.61.2",
|
|
129
114
|
]
|
|
130
115
|
|
|
131
116
|
[[package]]
|
|
132
117
|
name = "anyhow"
|
|
133
|
-
version = "1.0.
|
|
118
|
+
version = "1.0.102"
|
|
134
119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
135
|
-
checksum = "
|
|
120
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
136
121
|
|
|
137
122
|
[[package]]
|
|
138
123
|
name = "arc-swap"
|
|
139
|
-
version = "1.
|
|
124
|
+
version = "1.9.1"
|
|
140
125
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
141
|
-
checksum = "
|
|
126
|
+
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
|
|
127
|
+
dependencies = [
|
|
128
|
+
"rustversion",
|
|
129
|
+
]
|
|
142
130
|
|
|
143
131
|
[[package]]
|
|
144
132
|
name = "argon2"
|
|
@@ -176,7 +164,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
|
|
|
176
164
|
dependencies = [
|
|
177
165
|
"proc-macro2",
|
|
178
166
|
"quote",
|
|
179
|
-
"syn 2.0.
|
|
167
|
+
"syn 2.0.117",
|
|
180
168
|
"synstructure",
|
|
181
169
|
]
|
|
182
170
|
|
|
@@ -188,14 +176,14 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
188
176
|
dependencies = [
|
|
189
177
|
"proc-macro2",
|
|
190
178
|
"quote",
|
|
191
|
-
"syn 2.0.
|
|
179
|
+
"syn 2.0.117",
|
|
192
180
|
]
|
|
193
181
|
|
|
194
182
|
[[package]]
|
|
195
183
|
name = "async-channel"
|
|
196
|
-
version = "2.
|
|
184
|
+
version = "2.5.0"
|
|
197
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
198
|
-
checksum = "
|
|
186
|
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
|
199
187
|
dependencies = [
|
|
200
188
|
"concurrent-queue",
|
|
201
189
|
"event-listener-strategy",
|
|
@@ -205,30 +193,26 @@ dependencies = [
|
|
|
205
193
|
|
|
206
194
|
[[package]]
|
|
207
195
|
name = "async-compression"
|
|
208
|
-
version = "0.4.
|
|
196
|
+
version = "0.4.41"
|
|
209
197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
210
|
-
checksum = "
|
|
198
|
+
checksum = "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1"
|
|
211
199
|
dependencies = [
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"futures-core",
|
|
200
|
+
"compression-codecs",
|
|
201
|
+
"compression-core",
|
|
215
202
|
"futures-io",
|
|
216
|
-
"memchr",
|
|
217
203
|
"pin-project-lite",
|
|
218
204
|
"tokio",
|
|
219
|
-
"zstd",
|
|
220
|
-
"zstd-safe",
|
|
221
205
|
]
|
|
222
206
|
|
|
223
207
|
[[package]]
|
|
224
208
|
name = "async-trait"
|
|
225
|
-
version = "0.1.
|
|
209
|
+
version = "0.1.89"
|
|
226
210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
-
checksum = "
|
|
211
|
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
228
212
|
dependencies = [
|
|
229
213
|
"proc-macro2",
|
|
230
214
|
"quote",
|
|
231
|
-
"syn 2.0.
|
|
215
|
+
"syn 2.0.117",
|
|
232
216
|
]
|
|
233
217
|
|
|
234
218
|
[[package]]
|
|
@@ -250,15 +234,15 @@ dependencies = [
|
|
|
250
234
|
|
|
251
235
|
[[package]]
|
|
252
236
|
name = "autocfg"
|
|
253
|
-
version = "1.
|
|
237
|
+
version = "1.5.0"
|
|
254
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
-
checksum = "
|
|
239
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
256
240
|
|
|
257
241
|
[[package]]
|
|
258
242
|
name = "aws-lc-rs"
|
|
259
|
-
version = "1.
|
|
243
|
+
version = "1.16.3"
|
|
260
244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
-
checksum = "
|
|
245
|
+
checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f"
|
|
262
246
|
dependencies = [
|
|
263
247
|
"aws-lc-sys",
|
|
264
248
|
"zeroize",
|
|
@@ -266,11 +250,10 @@ dependencies = [
|
|
|
266
250
|
|
|
267
251
|
[[package]]
|
|
268
252
|
name = "aws-lc-sys"
|
|
269
|
-
version = "0.
|
|
253
|
+
version = "0.40.0"
|
|
270
254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271
|
-
checksum = "
|
|
255
|
+
checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7"
|
|
272
256
|
dependencies = [
|
|
273
|
-
"bindgen 0.69.5",
|
|
274
257
|
"cc",
|
|
275
258
|
"cmake",
|
|
276
259
|
"dunce",
|
|
@@ -287,10 +270,10 @@ dependencies = [
|
|
|
287
270
|
"axum-core",
|
|
288
271
|
"bytes",
|
|
289
272
|
"futures-util",
|
|
290
|
-
"http 1.
|
|
273
|
+
"http 1.4.0",
|
|
291
274
|
"http-body 1.0.1",
|
|
292
275
|
"http-body-util",
|
|
293
|
-
"hyper 1.
|
|
276
|
+
"hyper 1.9.0",
|
|
294
277
|
"hyper-util",
|
|
295
278
|
"itoa",
|
|
296
279
|
"matchit",
|
|
@@ -320,7 +303,7 @@ dependencies = [
|
|
|
320
303
|
"async-trait",
|
|
321
304
|
"bytes",
|
|
322
305
|
"futures-util",
|
|
323
|
-
"http 1.
|
|
306
|
+
"http 1.4.0",
|
|
324
307
|
"http-body 1.0.1",
|
|
325
308
|
"http-body-util",
|
|
326
309
|
"mime",
|
|
@@ -334,15 +317,15 @@ dependencies = [
|
|
|
334
317
|
|
|
335
318
|
[[package]]
|
|
336
319
|
name = "axum-server"
|
|
337
|
-
version = "0.7.
|
|
320
|
+
version = "0.7.3"
|
|
338
321
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
339
|
-
checksum = "
|
|
322
|
+
checksum = "c1ab4a3ec9ea8a657c72d99a03a824af695bd0fb5ec639ccbd9cd3543b41a5f9"
|
|
340
323
|
dependencies = [
|
|
341
324
|
"bytes",
|
|
342
325
|
"fs-err",
|
|
343
|
-
"http 1.
|
|
326
|
+
"http 1.4.0",
|
|
344
327
|
"http-body 1.0.1",
|
|
345
|
-
"hyper 1.
|
|
328
|
+
"hyper 1.9.0",
|
|
346
329
|
"hyper-util",
|
|
347
330
|
"tokio",
|
|
348
331
|
"tokio-rustls",
|
|
@@ -351,28 +334,13 @@ dependencies = [
|
|
|
351
334
|
|
|
352
335
|
[[package]]
|
|
353
336
|
name = "backon"
|
|
354
|
-
version = "1.
|
|
337
|
+
version = "1.6.0"
|
|
355
338
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
-
checksum = "
|
|
339
|
+
checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
|
|
357
340
|
dependencies = [
|
|
358
341
|
"fastrand",
|
|
359
342
|
]
|
|
360
343
|
|
|
361
|
-
[[package]]
|
|
362
|
-
name = "backtrace"
|
|
363
|
-
version = "0.3.74"
|
|
364
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
365
|
-
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
366
|
-
dependencies = [
|
|
367
|
-
"addr2line",
|
|
368
|
-
"cfg-if",
|
|
369
|
-
"libc",
|
|
370
|
-
"miniz_oxide",
|
|
371
|
-
"object",
|
|
372
|
-
"rustc-demangle",
|
|
373
|
-
"windows-targets 0.52.6",
|
|
374
|
-
]
|
|
375
|
-
|
|
376
344
|
[[package]]
|
|
377
345
|
name = "base64"
|
|
378
346
|
version = "0.21.7"
|
|
@@ -387,62 +355,39 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
387
355
|
|
|
388
356
|
[[package]]
|
|
389
357
|
name = "base64ct"
|
|
390
|
-
version = "1.
|
|
358
|
+
version = "1.8.3"
|
|
391
359
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "
|
|
360
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
393
361
|
|
|
394
362
|
[[package]]
|
|
395
363
|
name = "bcrypt"
|
|
396
|
-
version = "0.17.
|
|
364
|
+
version = "0.17.1"
|
|
397
365
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
398
|
-
checksum = "
|
|
366
|
+
checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
|
|
399
367
|
dependencies = [
|
|
400
368
|
"base64 0.22.1",
|
|
401
369
|
"blowfish",
|
|
402
|
-
"getrandom 0.3.
|
|
370
|
+
"getrandom 0.3.4",
|
|
403
371
|
"subtle",
|
|
404
372
|
"zeroize",
|
|
405
373
|
]
|
|
406
374
|
|
|
407
|
-
[[package]]
|
|
408
|
-
name = "bindgen"
|
|
409
|
-
version = "0.69.5"
|
|
410
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
411
|
-
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
412
|
-
dependencies = [
|
|
413
|
-
"bitflags 2.9.0",
|
|
414
|
-
"cexpr",
|
|
415
|
-
"clang-sys",
|
|
416
|
-
"itertools",
|
|
417
|
-
"lazy_static",
|
|
418
|
-
"lazycell",
|
|
419
|
-
"log",
|
|
420
|
-
"prettyplease",
|
|
421
|
-
"proc-macro2",
|
|
422
|
-
"quote",
|
|
423
|
-
"regex",
|
|
424
|
-
"rustc-hash 1.1.0",
|
|
425
|
-
"shlex",
|
|
426
|
-
"syn 2.0.101",
|
|
427
|
-
"which",
|
|
428
|
-
]
|
|
429
|
-
|
|
430
375
|
[[package]]
|
|
431
376
|
name = "bindgen"
|
|
432
377
|
version = "0.72.1"
|
|
433
378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
434
379
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
435
380
|
dependencies = [
|
|
436
|
-
"bitflags 2.
|
|
381
|
+
"bitflags 2.11.1",
|
|
437
382
|
"cexpr",
|
|
438
383
|
"clang-sys",
|
|
439
384
|
"itertools",
|
|
440
385
|
"proc-macro2",
|
|
441
386
|
"quote",
|
|
442
387
|
"regex",
|
|
443
|
-
"rustc-hash
|
|
388
|
+
"rustc-hash",
|
|
444
389
|
"shlex",
|
|
445
|
-
"syn 2.0.
|
|
390
|
+
"syn 2.0.117",
|
|
446
391
|
]
|
|
447
392
|
|
|
448
393
|
[[package]]
|
|
@@ -453,9 +398,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
453
398
|
|
|
454
399
|
[[package]]
|
|
455
400
|
name = "bitflags"
|
|
456
|
-
version = "2.
|
|
401
|
+
version = "2.11.1"
|
|
457
402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
-
checksum = "
|
|
403
|
+
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
|
|
459
404
|
|
|
460
405
|
[[package]]
|
|
461
406
|
name = "blake2"
|
|
@@ -487,9 +432,9 @@ dependencies = [
|
|
|
487
432
|
|
|
488
433
|
[[package]]
|
|
489
434
|
name = "brotli"
|
|
490
|
-
version = "8.0.
|
|
435
|
+
version = "8.0.2"
|
|
491
436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
-
checksum = "
|
|
437
|
+
checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
|
|
493
438
|
dependencies = [
|
|
494
439
|
"alloc-no-stdlib",
|
|
495
440
|
"alloc-stdlib",
|
|
@@ -508,9 +453,9 @@ dependencies = [
|
|
|
508
453
|
|
|
509
454
|
[[package]]
|
|
510
455
|
name = "bstr"
|
|
511
|
-
version = "1.12.
|
|
456
|
+
version = "1.12.1"
|
|
512
457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
|
-
checksum = "
|
|
458
|
+
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
514
459
|
dependencies = [
|
|
515
460
|
"memchr",
|
|
516
461
|
"serde",
|
|
@@ -518,9 +463,9 @@ dependencies = [
|
|
|
518
463
|
|
|
519
464
|
[[package]]
|
|
520
465
|
name = "bumpalo"
|
|
521
|
-
version = "3.
|
|
466
|
+
version = "3.20.2"
|
|
522
467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
-
checksum = "
|
|
468
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
524
469
|
|
|
525
470
|
[[package]]
|
|
526
471
|
name = "byteorder"
|
|
@@ -530,16 +475,17 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
530
475
|
|
|
531
476
|
[[package]]
|
|
532
477
|
name = "bytes"
|
|
533
|
-
version = "1.
|
|
478
|
+
version = "1.11.1"
|
|
534
479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
535
|
-
checksum = "
|
|
480
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
536
481
|
|
|
537
482
|
[[package]]
|
|
538
483
|
name = "cc"
|
|
539
|
-
version = "1.2.
|
|
484
|
+
version = "1.2.60"
|
|
540
485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
-
checksum = "
|
|
486
|
+
checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
|
|
542
487
|
dependencies = [
|
|
488
|
+
"find-msvc-tools",
|
|
543
489
|
"jobserver",
|
|
544
490
|
"libc",
|
|
545
491
|
"shlex",
|
|
@@ -556,9 +502,9 @@ dependencies = [
|
|
|
556
502
|
|
|
557
503
|
[[package]]
|
|
558
504
|
name = "cfg-if"
|
|
559
|
-
version = "1.0.
|
|
505
|
+
version = "1.0.4"
|
|
560
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "
|
|
507
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
562
508
|
|
|
563
509
|
[[package]]
|
|
564
510
|
name = "cfg_aliases"
|
|
@@ -568,11 +514,10 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
568
514
|
|
|
569
515
|
[[package]]
|
|
570
516
|
name = "chrono"
|
|
571
|
-
version = "0.4.
|
|
517
|
+
version = "0.4.44"
|
|
572
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
-
checksum = "
|
|
519
|
+
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
574
520
|
dependencies = [
|
|
575
|
-
"android-tzdata",
|
|
576
521
|
"iana-time-zone",
|
|
577
522
|
"js-sys",
|
|
578
523
|
"num-traits",
|
|
@@ -618,9 +563,9 @@ dependencies = [
|
|
|
618
563
|
|
|
619
564
|
[[package]]
|
|
620
565
|
name = "clap"
|
|
621
|
-
version = "4.
|
|
566
|
+
version = "4.6.1"
|
|
622
567
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
-
checksum = "
|
|
568
|
+
checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
|
|
624
569
|
dependencies = [
|
|
625
570
|
"clap_builder",
|
|
626
571
|
"clap_derive",
|
|
@@ -628,9 +573,9 @@ dependencies = [
|
|
|
628
573
|
|
|
629
574
|
[[package]]
|
|
630
575
|
name = "clap_builder"
|
|
631
|
-
version = "4.
|
|
576
|
+
version = "4.6.0"
|
|
632
577
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "
|
|
578
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
634
579
|
dependencies = [
|
|
635
580
|
"anstream",
|
|
636
581
|
"anstyle",
|
|
@@ -640,45 +585,44 @@ dependencies = [
|
|
|
640
585
|
|
|
641
586
|
[[package]]
|
|
642
587
|
name = "clap_derive"
|
|
643
|
-
version = "4.
|
|
588
|
+
version = "4.6.1"
|
|
644
589
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
-
checksum = "
|
|
590
|
+
checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
|
|
646
591
|
dependencies = [
|
|
647
592
|
"heck 0.5.0",
|
|
648
593
|
"proc-macro2",
|
|
649
594
|
"quote",
|
|
650
|
-
"syn 2.0.
|
|
595
|
+
"syn 2.0.117",
|
|
651
596
|
]
|
|
652
597
|
|
|
653
598
|
[[package]]
|
|
654
599
|
name = "clap_lex"
|
|
655
|
-
version = "
|
|
600
|
+
version = "1.1.0"
|
|
656
601
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
657
|
-
checksum = "
|
|
602
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
658
603
|
|
|
659
604
|
[[package]]
|
|
660
605
|
name = "cmake"
|
|
661
|
-
version = "0.1.
|
|
606
|
+
version = "0.1.58"
|
|
662
607
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
663
|
-
checksum = "
|
|
608
|
+
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
|
|
664
609
|
dependencies = [
|
|
665
610
|
"cc",
|
|
666
611
|
]
|
|
667
612
|
|
|
668
613
|
[[package]]
|
|
669
614
|
name = "colorchoice"
|
|
670
|
-
version = "1.0.
|
|
615
|
+
version = "1.0.5"
|
|
671
616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
-
checksum = "
|
|
617
|
+
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
673
618
|
|
|
674
619
|
[[package]]
|
|
675
620
|
name = "colored"
|
|
676
|
-
version = "
|
|
621
|
+
version = "3.1.1"
|
|
677
622
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
678
|
-
checksum = "
|
|
623
|
+
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
|
|
679
624
|
dependencies = [
|
|
680
|
-
"
|
|
681
|
-
"windows-sys 0.48.0",
|
|
625
|
+
"windows-sys 0.61.2",
|
|
682
626
|
]
|
|
683
627
|
|
|
684
628
|
[[package]]
|
|
@@ -695,6 +639,26 @@ dependencies = [
|
|
|
695
639
|
"tokio-util",
|
|
696
640
|
]
|
|
697
641
|
|
|
642
|
+
[[package]]
|
|
643
|
+
name = "compression-codecs"
|
|
644
|
+
version = "0.4.37"
|
|
645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
+
checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
|
|
647
|
+
dependencies = [
|
|
648
|
+
"brotli",
|
|
649
|
+
"compression-core",
|
|
650
|
+
"flate2",
|
|
651
|
+
"memchr",
|
|
652
|
+
"zstd",
|
|
653
|
+
"zstd-safe",
|
|
654
|
+
]
|
|
655
|
+
|
|
656
|
+
[[package]]
|
|
657
|
+
name = "compression-core"
|
|
658
|
+
version = "0.4.31"
|
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
+
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
|
|
661
|
+
|
|
698
662
|
[[package]]
|
|
699
663
|
name = "concurrent-queue"
|
|
700
664
|
version = "2.5.0"
|
|
@@ -706,9 +670,19 @@ dependencies = [
|
|
|
706
670
|
|
|
707
671
|
[[package]]
|
|
708
672
|
name = "core-foundation"
|
|
709
|
-
version = "0.
|
|
673
|
+
version = "0.9.4"
|
|
674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
676
|
+
dependencies = [
|
|
677
|
+
"core-foundation-sys",
|
|
678
|
+
"libc",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "core-foundation"
|
|
683
|
+
version = "0.10.1"
|
|
710
684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
-
checksum = "
|
|
685
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
712
686
|
dependencies = [
|
|
713
687
|
"core-foundation-sys",
|
|
714
688
|
"libc",
|
|
@@ -742,9 +716,9 @@ dependencies = [
|
|
|
742
716
|
|
|
743
717
|
[[package]]
|
|
744
718
|
name = "crc32fast"
|
|
745
|
-
version = "1.
|
|
719
|
+
version = "1.5.0"
|
|
746
720
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
-
checksum = "
|
|
721
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
748
722
|
dependencies = [
|
|
749
723
|
"cfg-if",
|
|
750
724
|
]
|
|
@@ -785,9 +759,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
785
759
|
|
|
786
760
|
[[package]]
|
|
787
761
|
name = "crypto-common"
|
|
788
|
-
version = "0.1.
|
|
762
|
+
version = "0.1.7"
|
|
789
763
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
790
|
-
checksum = "
|
|
764
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
791
765
|
dependencies = [
|
|
792
766
|
"generic-array",
|
|
793
767
|
"typenum",
|
|
@@ -795,9 +769,9 @@ dependencies = [
|
|
|
795
769
|
|
|
796
770
|
[[package]]
|
|
797
771
|
name = "data-encoding"
|
|
798
|
-
version = "2.
|
|
772
|
+
version = "2.10.0"
|
|
799
773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
-
checksum = "
|
|
774
|
+
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
|
|
801
775
|
|
|
802
776
|
[[package]]
|
|
803
777
|
name = "der-parser"
|
|
@@ -815,31 +789,32 @@ dependencies = [
|
|
|
815
789
|
|
|
816
790
|
[[package]]
|
|
817
791
|
name = "deranged"
|
|
818
|
-
version = "0.
|
|
792
|
+
version = "0.5.8"
|
|
819
793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
820
|
-
checksum = "
|
|
794
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
821
795
|
dependencies = [
|
|
822
796
|
"powerfmt",
|
|
823
797
|
]
|
|
824
798
|
|
|
825
799
|
[[package]]
|
|
826
800
|
name = "derive_more"
|
|
827
|
-
version = "2.
|
|
801
|
+
version = "2.1.1"
|
|
828
802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
|
-
checksum = "
|
|
803
|
+
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
830
804
|
dependencies = [
|
|
831
805
|
"derive_more-impl",
|
|
832
806
|
]
|
|
833
807
|
|
|
834
808
|
[[package]]
|
|
835
809
|
name = "derive_more-impl"
|
|
836
|
-
version = "2.
|
|
810
|
+
version = "2.1.1"
|
|
837
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
-
checksum = "
|
|
812
|
+
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
839
813
|
dependencies = [
|
|
840
814
|
"proc-macro2",
|
|
841
815
|
"quote",
|
|
842
|
-
"
|
|
816
|
+
"rustc_version",
|
|
817
|
+
"syn 2.0.117",
|
|
843
818
|
"unicode-xid",
|
|
844
819
|
]
|
|
845
820
|
|
|
@@ -872,7 +847,7 @@ dependencies = [
|
|
|
872
847
|
"libc",
|
|
873
848
|
"option-ext",
|
|
874
849
|
"redox_users",
|
|
875
|
-
"windows-sys 0.
|
|
850
|
+
"windows-sys 0.61.2",
|
|
876
851
|
]
|
|
877
852
|
|
|
878
853
|
[[package]]
|
|
@@ -883,7 +858,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
883
858
|
dependencies = [
|
|
884
859
|
"proc-macro2",
|
|
885
860
|
"quote",
|
|
886
|
-
"syn 2.0.
|
|
861
|
+
"syn 2.0.117",
|
|
887
862
|
]
|
|
888
863
|
|
|
889
864
|
[[package]]
|
|
@@ -915,19 +890,19 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
915
890
|
|
|
916
891
|
[[package]]
|
|
917
892
|
name = "errno"
|
|
918
|
-
version = "0.3.
|
|
893
|
+
version = "0.3.14"
|
|
919
894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
920
|
-
checksum = "
|
|
895
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
921
896
|
dependencies = [
|
|
922
897
|
"libc",
|
|
923
|
-
"windows-sys 0.
|
|
898
|
+
"windows-sys 0.61.2",
|
|
924
899
|
]
|
|
925
900
|
|
|
926
901
|
[[package]]
|
|
927
902
|
name = "event-listener"
|
|
928
|
-
version = "5.4.
|
|
903
|
+
version = "5.4.1"
|
|
929
904
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
930
|
-
checksum = "
|
|
905
|
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
931
906
|
dependencies = [
|
|
932
907
|
"concurrent-queue",
|
|
933
908
|
"parking",
|
|
@@ -946,27 +921,21 @@ dependencies = [
|
|
|
946
921
|
|
|
947
922
|
[[package]]
|
|
948
923
|
name = "fastrand"
|
|
949
|
-
version = "2.
|
|
924
|
+
version = "2.4.1"
|
|
950
925
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
-
checksum = "
|
|
926
|
+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
952
927
|
|
|
953
928
|
[[package]]
|
|
954
|
-
name = "
|
|
955
|
-
version = "0.
|
|
929
|
+
name = "find-msvc-tools"
|
|
930
|
+
version = "0.1.9"
|
|
956
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
checksum = "
|
|
958
|
-
dependencies = [
|
|
959
|
-
"cfg-if",
|
|
960
|
-
"libc",
|
|
961
|
-
"libredox",
|
|
962
|
-
"windows-sys 0.59.0",
|
|
963
|
-
]
|
|
932
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
964
933
|
|
|
965
934
|
[[package]]
|
|
966
935
|
name = "flate2"
|
|
967
|
-
version = "1.1.
|
|
936
|
+
version = "1.1.9"
|
|
968
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
-
checksum = "
|
|
938
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
970
939
|
dependencies = [
|
|
971
940
|
"crc32fast",
|
|
972
941
|
"miniz_oxide",
|
|
@@ -978,20 +947,26 @@ version = "1.0.7"
|
|
|
978
947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
948
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
980
949
|
|
|
950
|
+
[[package]]
|
|
951
|
+
name = "foldhash"
|
|
952
|
+
version = "0.1.5"
|
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
955
|
+
|
|
981
956
|
[[package]]
|
|
982
957
|
name = "form_urlencoded"
|
|
983
|
-
version = "1.2.
|
|
958
|
+
version = "1.2.2"
|
|
984
959
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
-
checksum = "
|
|
960
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
986
961
|
dependencies = [
|
|
987
962
|
"percent-encoding",
|
|
988
963
|
]
|
|
989
964
|
|
|
990
965
|
[[package]]
|
|
991
966
|
name = "fs-err"
|
|
992
|
-
version = "3.
|
|
967
|
+
version = "3.3.0"
|
|
993
968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
994
|
-
checksum = "
|
|
969
|
+
checksum = "73fde052dbfc920003cfd2c8e2c6e6d4cc7c1091538c3a24226cec0665ab08c0"
|
|
995
970
|
dependencies = [
|
|
996
971
|
"autocfg",
|
|
997
972
|
"tokio",
|
|
@@ -1024,9 +999,9 @@ dependencies = [
|
|
|
1024
999
|
|
|
1025
1000
|
[[package]]
|
|
1026
1001
|
name = "futures"
|
|
1027
|
-
version = "0.3.
|
|
1002
|
+
version = "0.3.32"
|
|
1028
1003
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1029
|
-
checksum = "
|
|
1004
|
+
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
|
|
1030
1005
|
dependencies = [
|
|
1031
1006
|
"futures-channel",
|
|
1032
1007
|
"futures-core",
|
|
@@ -1039,9 +1014,9 @@ dependencies = [
|
|
|
1039
1014
|
|
|
1040
1015
|
[[package]]
|
|
1041
1016
|
name = "futures-channel"
|
|
1042
|
-
version = "0.3.
|
|
1017
|
+
version = "0.3.32"
|
|
1043
1018
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
-
checksum = "
|
|
1019
|
+
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
|
|
1045
1020
|
dependencies = [
|
|
1046
1021
|
"futures-core",
|
|
1047
1022
|
"futures-sink",
|
|
@@ -1049,15 +1024,15 @@ dependencies = [
|
|
|
1049
1024
|
|
|
1050
1025
|
[[package]]
|
|
1051
1026
|
name = "futures-core"
|
|
1052
|
-
version = "0.3.
|
|
1027
|
+
version = "0.3.32"
|
|
1053
1028
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "
|
|
1029
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
1055
1030
|
|
|
1056
1031
|
[[package]]
|
|
1057
1032
|
name = "futures-executor"
|
|
1058
|
-
version = "0.3.
|
|
1033
|
+
version = "0.3.32"
|
|
1059
1034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1060
|
-
checksum = "
|
|
1035
|
+
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
|
|
1061
1036
|
dependencies = [
|
|
1062
1037
|
"futures-core",
|
|
1063
1038
|
"futures-task",
|
|
@@ -1066,38 +1041,38 @@ dependencies = [
|
|
|
1066
1041
|
|
|
1067
1042
|
[[package]]
|
|
1068
1043
|
name = "futures-io"
|
|
1069
|
-
version = "0.3.
|
|
1044
|
+
version = "0.3.32"
|
|
1070
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1071
|
-
checksum = "
|
|
1046
|
+
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
|
|
1072
1047
|
|
|
1073
1048
|
[[package]]
|
|
1074
1049
|
name = "futures-macro"
|
|
1075
|
-
version = "0.3.
|
|
1050
|
+
version = "0.3.32"
|
|
1076
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1077
|
-
checksum = "
|
|
1052
|
+
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
|
|
1078
1053
|
dependencies = [
|
|
1079
1054
|
"proc-macro2",
|
|
1080
1055
|
"quote",
|
|
1081
|
-
"syn 2.0.
|
|
1056
|
+
"syn 2.0.117",
|
|
1082
1057
|
]
|
|
1083
1058
|
|
|
1084
1059
|
[[package]]
|
|
1085
1060
|
name = "futures-sink"
|
|
1086
|
-
version = "0.3.
|
|
1061
|
+
version = "0.3.32"
|
|
1087
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1088
|
-
checksum = "
|
|
1063
|
+
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
|
|
1089
1064
|
|
|
1090
1065
|
[[package]]
|
|
1091
1066
|
name = "futures-task"
|
|
1092
|
-
version = "0.3.
|
|
1067
|
+
version = "0.3.32"
|
|
1093
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
-
checksum = "
|
|
1069
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
1095
1070
|
|
|
1096
1071
|
[[package]]
|
|
1097
1072
|
name = "futures-util"
|
|
1098
|
-
version = "0.3.
|
|
1073
|
+
version = "0.3.32"
|
|
1099
1074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1100
|
-
checksum = "
|
|
1075
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
1101
1076
|
dependencies = [
|
|
1102
1077
|
"futures-channel",
|
|
1103
1078
|
"futures-core",
|
|
@@ -1107,7 +1082,6 @@ dependencies = [
|
|
|
1107
1082
|
"futures-task",
|
|
1108
1083
|
"memchr",
|
|
1109
1084
|
"pin-project-lite",
|
|
1110
|
-
"pin-utils",
|
|
1111
1085
|
"slab",
|
|
1112
1086
|
]
|
|
1113
1087
|
|
|
@@ -1123,61 +1097,68 @@ dependencies = [
|
|
|
1123
1097
|
|
|
1124
1098
|
[[package]]
|
|
1125
1099
|
name = "getrandom"
|
|
1126
|
-
version = "0.2.
|
|
1100
|
+
version = "0.2.17"
|
|
1127
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1128
|
-
checksum = "
|
|
1102
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
1129
1103
|
dependencies = [
|
|
1130
1104
|
"cfg-if",
|
|
1131
1105
|
"js-sys",
|
|
1132
1106
|
"libc",
|
|
1133
|
-
"wasi
|
|
1107
|
+
"wasi",
|
|
1134
1108
|
"wasm-bindgen",
|
|
1135
1109
|
]
|
|
1136
1110
|
|
|
1137
1111
|
[[package]]
|
|
1138
1112
|
name = "getrandom"
|
|
1139
|
-
version = "0.3.
|
|
1113
|
+
version = "0.3.4"
|
|
1140
1114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1141
|
-
checksum = "
|
|
1115
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
1142
1116
|
dependencies = [
|
|
1143
1117
|
"cfg-if",
|
|
1144
1118
|
"js-sys",
|
|
1145
1119
|
"libc",
|
|
1146
|
-
"r-efi",
|
|
1147
|
-
"
|
|
1120
|
+
"r-efi 5.3.0",
|
|
1121
|
+
"wasip2",
|
|
1148
1122
|
"wasm-bindgen",
|
|
1149
1123
|
]
|
|
1150
1124
|
|
|
1151
1125
|
[[package]]
|
|
1152
|
-
name = "
|
|
1153
|
-
version = "0.
|
|
1126
|
+
name = "getrandom"
|
|
1127
|
+
version = "0.4.2"
|
|
1154
1128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "
|
|
1129
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
1130
|
+
dependencies = [
|
|
1131
|
+
"cfg-if",
|
|
1132
|
+
"libc",
|
|
1133
|
+
"r-efi 6.0.0",
|
|
1134
|
+
"wasip2",
|
|
1135
|
+
"wasip3",
|
|
1136
|
+
]
|
|
1156
1137
|
|
|
1157
1138
|
[[package]]
|
|
1158
1139
|
name = "glob"
|
|
1159
|
-
version = "0.3.
|
|
1140
|
+
version = "0.3.3"
|
|
1160
1141
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
-
checksum = "
|
|
1142
|
+
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
1162
1143
|
|
|
1163
1144
|
[[package]]
|
|
1164
1145
|
name = "globset"
|
|
1165
|
-
version = "0.4.
|
|
1146
|
+
version = "0.4.18"
|
|
1166
1147
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1167
|
-
checksum = "
|
|
1148
|
+
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
1168
1149
|
dependencies = [
|
|
1169
1150
|
"aho-corasick",
|
|
1170
1151
|
"bstr",
|
|
1171
1152
|
"log",
|
|
1172
|
-
"regex-automata
|
|
1173
|
-
"regex-syntax
|
|
1153
|
+
"regex-automata",
|
|
1154
|
+
"regex-syntax",
|
|
1174
1155
|
]
|
|
1175
1156
|
|
|
1176
1157
|
[[package]]
|
|
1177
1158
|
name = "h2"
|
|
1178
|
-
version = "0.3.
|
|
1159
|
+
version = "0.3.27"
|
|
1179
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1180
|
-
checksum = "
|
|
1161
|
+
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
|
|
1181
1162
|
dependencies = [
|
|
1182
1163
|
"bytes",
|
|
1183
1164
|
"fnv",
|
|
@@ -1194,16 +1175,16 @@ dependencies = [
|
|
|
1194
1175
|
|
|
1195
1176
|
[[package]]
|
|
1196
1177
|
name = "h2"
|
|
1197
|
-
version = "0.4.
|
|
1178
|
+
version = "0.4.13"
|
|
1198
1179
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
-
checksum = "
|
|
1180
|
+
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
|
1200
1181
|
dependencies = [
|
|
1201
1182
|
"atomic-waker",
|
|
1202
1183
|
"bytes",
|
|
1203
1184
|
"fnv",
|
|
1204
1185
|
"futures-core",
|
|
1205
1186
|
"futures-sink",
|
|
1206
|
-
"http 1.
|
|
1187
|
+
"http 1.4.0",
|
|
1207
1188
|
"indexmap",
|
|
1208
1189
|
"slab",
|
|
1209
1190
|
"tokio",
|
|
@@ -1213,9 +1194,24 @@ dependencies = [
|
|
|
1213
1194
|
|
|
1214
1195
|
[[package]]
|
|
1215
1196
|
name = "hashbrown"
|
|
1216
|
-
version = "0.15.
|
|
1197
|
+
version = "0.15.5"
|
|
1198
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1199
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1200
|
+
dependencies = [
|
|
1201
|
+
"foldhash",
|
|
1202
|
+
]
|
|
1203
|
+
|
|
1204
|
+
[[package]]
|
|
1205
|
+
name = "hashbrown"
|
|
1206
|
+
version = "0.16.1"
|
|
1207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1209
|
+
|
|
1210
|
+
[[package]]
|
|
1211
|
+
name = "hashbrown"
|
|
1212
|
+
version = "0.17.0"
|
|
1217
1213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
-
checksum = "
|
|
1214
|
+
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
|
1219
1215
|
|
|
1220
1216
|
[[package]]
|
|
1221
1217
|
name = "headers"
|
|
@@ -1267,18 +1263,9 @@ dependencies = [
|
|
|
1267
1263
|
|
|
1268
1264
|
[[package]]
|
|
1269
1265
|
name = "hermit-abi"
|
|
1270
|
-
version = "0.
|
|
1271
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1272
|
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
1273
|
-
|
|
1274
|
-
[[package]]
|
|
1275
|
-
name = "home"
|
|
1276
|
-
version = "0.5.11"
|
|
1266
|
+
version = "0.5.2"
|
|
1277
1267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1278
|
-
checksum = "
|
|
1279
|
-
dependencies = [
|
|
1280
|
-
"windows-sys 0.59.0",
|
|
1281
|
-
]
|
|
1268
|
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
1282
1269
|
|
|
1283
1270
|
[[package]]
|
|
1284
1271
|
name = "http"
|
|
@@ -1293,12 +1280,11 @@ dependencies = [
|
|
|
1293
1280
|
|
|
1294
1281
|
[[package]]
|
|
1295
1282
|
name = "http"
|
|
1296
|
-
version = "1.
|
|
1283
|
+
version = "1.4.0"
|
|
1297
1284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1298
|
-
checksum = "
|
|
1285
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
1299
1286
|
dependencies = [
|
|
1300
1287
|
"bytes",
|
|
1301
|
-
"fnv",
|
|
1302
1288
|
"itoa",
|
|
1303
1289
|
]
|
|
1304
1290
|
|
|
@@ -1320,7 +1306,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1320
1306
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1321
1307
|
dependencies = [
|
|
1322
1308
|
"bytes",
|
|
1323
|
-
"http 1.
|
|
1309
|
+
"http 1.4.0",
|
|
1324
1310
|
]
|
|
1325
1311
|
|
|
1326
1312
|
[[package]]
|
|
@@ -1331,7 +1317,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
1331
1317
|
dependencies = [
|
|
1332
1318
|
"bytes",
|
|
1333
1319
|
"futures-core",
|
|
1334
|
-
"http 1.
|
|
1320
|
+
"http 1.4.0",
|
|
1335
1321
|
"http-body 1.0.1",
|
|
1336
1322
|
"pin-project-lite",
|
|
1337
1323
|
]
|
|
@@ -1358,14 +1344,14 @@ dependencies = [
|
|
|
1358
1344
|
"futures-channel",
|
|
1359
1345
|
"futures-core",
|
|
1360
1346
|
"futures-util",
|
|
1361
|
-
"h2 0.3.
|
|
1347
|
+
"h2 0.3.27",
|
|
1362
1348
|
"http 0.2.12",
|
|
1363
1349
|
"http-body 0.4.6",
|
|
1364
1350
|
"httparse",
|
|
1365
1351
|
"httpdate",
|
|
1366
1352
|
"itoa",
|
|
1367
1353
|
"pin-project-lite",
|
|
1368
|
-
"socket2",
|
|
1354
|
+
"socket2 0.5.10",
|
|
1369
1355
|
"tokio",
|
|
1370
1356
|
"tower-service",
|
|
1371
1357
|
"tracing",
|
|
@@ -1374,15 +1360,16 @@ dependencies = [
|
|
|
1374
1360
|
|
|
1375
1361
|
[[package]]
|
|
1376
1362
|
name = "hyper"
|
|
1377
|
-
version = "1.
|
|
1363
|
+
version = "1.9.0"
|
|
1378
1364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1379
|
-
checksum = "
|
|
1365
|
+
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
|
|
1380
1366
|
dependencies = [
|
|
1367
|
+
"atomic-waker",
|
|
1381
1368
|
"bytes",
|
|
1382
1369
|
"futures-channel",
|
|
1383
|
-
"futures-
|
|
1384
|
-
"h2 0.4.
|
|
1385
|
-
"http 1.
|
|
1370
|
+
"futures-core",
|
|
1371
|
+
"h2 0.4.13",
|
|
1372
|
+
"http 1.4.0",
|
|
1386
1373
|
"http-body 1.0.1",
|
|
1387
1374
|
"httparse",
|
|
1388
1375
|
"httpdate",
|
|
@@ -1395,47 +1382,51 @@ dependencies = [
|
|
|
1395
1382
|
|
|
1396
1383
|
[[package]]
|
|
1397
1384
|
name = "hyper-rustls"
|
|
1398
|
-
version = "0.27.
|
|
1385
|
+
version = "0.27.9"
|
|
1399
1386
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1400
|
-
checksum = "
|
|
1387
|
+
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
|
|
1401
1388
|
dependencies = [
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1404
|
-
"hyper 1.6.0",
|
|
1389
|
+
"http 1.4.0",
|
|
1390
|
+
"hyper 1.9.0",
|
|
1405
1391
|
"hyper-util",
|
|
1406
1392
|
"rustls",
|
|
1407
|
-
"rustls-pki-types",
|
|
1408
1393
|
"tokio",
|
|
1409
1394
|
"tokio-rustls",
|
|
1410
1395
|
"tower-service",
|
|
1411
|
-
"webpki-roots",
|
|
1396
|
+
"webpki-roots 1.0.7",
|
|
1412
1397
|
]
|
|
1413
1398
|
|
|
1414
1399
|
[[package]]
|
|
1415
1400
|
name = "hyper-util"
|
|
1416
|
-
version = "0.1.
|
|
1401
|
+
version = "0.1.20"
|
|
1417
1402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1418
|
-
checksum = "
|
|
1403
|
+
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
|
|
1419
1404
|
dependencies = [
|
|
1405
|
+
"base64 0.22.1",
|
|
1420
1406
|
"bytes",
|
|
1421
1407
|
"futures-channel",
|
|
1422
1408
|
"futures-util",
|
|
1423
|
-
"http 1.
|
|
1409
|
+
"http 1.4.0",
|
|
1424
1410
|
"http-body 1.0.1",
|
|
1425
|
-
"hyper 1.
|
|
1411
|
+
"hyper 1.9.0",
|
|
1412
|
+
"ipnet",
|
|
1426
1413
|
"libc",
|
|
1414
|
+
"percent-encoding",
|
|
1427
1415
|
"pin-project-lite",
|
|
1428
|
-
"socket2",
|
|
1416
|
+
"socket2 0.6.3",
|
|
1417
|
+
"system-configuration",
|
|
1429
1418
|
"tokio",
|
|
1419
|
+
"tower-layer",
|
|
1430
1420
|
"tower-service",
|
|
1431
1421
|
"tracing",
|
|
1422
|
+
"windows-registry",
|
|
1432
1423
|
]
|
|
1433
1424
|
|
|
1434
1425
|
[[package]]
|
|
1435
1426
|
name = "iana-time-zone"
|
|
1436
|
-
version = "0.1.
|
|
1427
|
+
version = "0.1.65"
|
|
1437
1428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1438
|
-
checksum = "
|
|
1429
|
+
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
1439
1430
|
dependencies = [
|
|
1440
1431
|
"android_system_properties",
|
|
1441
1432
|
"core-foundation-sys",
|
|
@@ -1443,7 +1434,7 @@ dependencies = [
|
|
|
1443
1434
|
"js-sys",
|
|
1444
1435
|
"log",
|
|
1445
1436
|
"wasm-bindgen",
|
|
1446
|
-
"windows-core 0.
|
|
1437
|
+
"windows-core 0.62.2",
|
|
1447
1438
|
]
|
|
1448
1439
|
|
|
1449
1440
|
[[package]]
|
|
@@ -1457,21 +1448,23 @@ dependencies = [
|
|
|
1457
1448
|
|
|
1458
1449
|
[[package]]
|
|
1459
1450
|
name = "icu_collections"
|
|
1460
|
-
version = "
|
|
1451
|
+
version = "2.2.0"
|
|
1461
1452
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1462
|
-
checksum = "
|
|
1453
|
+
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
|
|
1463
1454
|
dependencies = [
|
|
1464
1455
|
"displaydoc",
|
|
1456
|
+
"potential_utf",
|
|
1457
|
+
"utf8_iter",
|
|
1465
1458
|
"yoke",
|
|
1466
1459
|
"zerofrom",
|
|
1467
1460
|
"zerovec",
|
|
1468
1461
|
]
|
|
1469
1462
|
|
|
1470
1463
|
[[package]]
|
|
1471
|
-
name = "
|
|
1472
|
-
version = "
|
|
1464
|
+
name = "icu_locale_core"
|
|
1465
|
+
version = "2.2.0"
|
|
1473
1466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1474
|
-
checksum = "
|
|
1467
|
+
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
|
|
1475
1468
|
dependencies = [
|
|
1476
1469
|
"displaydoc",
|
|
1477
1470
|
"litemap",
|
|
@@ -1480,104 +1473,72 @@ dependencies = [
|
|
|
1480
1473
|
"zerovec",
|
|
1481
1474
|
]
|
|
1482
1475
|
|
|
1483
|
-
[[package]]
|
|
1484
|
-
name = "icu_locid_transform"
|
|
1485
|
-
version = "1.5.0"
|
|
1486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1487
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
1488
|
-
dependencies = [
|
|
1489
|
-
"displaydoc",
|
|
1490
|
-
"icu_locid",
|
|
1491
|
-
"icu_locid_transform_data",
|
|
1492
|
-
"icu_provider",
|
|
1493
|
-
"tinystr",
|
|
1494
|
-
"zerovec",
|
|
1495
|
-
]
|
|
1496
|
-
|
|
1497
|
-
[[package]]
|
|
1498
|
-
name = "icu_locid_transform_data"
|
|
1499
|
-
version = "1.5.1"
|
|
1500
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1501
|
-
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
1502
|
-
|
|
1503
1476
|
[[package]]
|
|
1504
1477
|
name = "icu_normalizer"
|
|
1505
|
-
version = "
|
|
1478
|
+
version = "2.2.0"
|
|
1506
1479
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1507
|
-
checksum = "
|
|
1480
|
+
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
|
|
1508
1481
|
dependencies = [
|
|
1509
|
-
"displaydoc",
|
|
1510
1482
|
"icu_collections",
|
|
1511
1483
|
"icu_normalizer_data",
|
|
1512
1484
|
"icu_properties",
|
|
1513
1485
|
"icu_provider",
|
|
1514
1486
|
"smallvec",
|
|
1515
|
-
"utf16_iter",
|
|
1516
|
-
"utf8_iter",
|
|
1517
|
-
"write16",
|
|
1518
1487
|
"zerovec",
|
|
1519
1488
|
]
|
|
1520
1489
|
|
|
1521
1490
|
[[package]]
|
|
1522
1491
|
name = "icu_normalizer_data"
|
|
1523
|
-
version = "
|
|
1492
|
+
version = "2.2.0"
|
|
1524
1493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1525
|
-
checksum = "
|
|
1494
|
+
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
|
|
1526
1495
|
|
|
1527
1496
|
[[package]]
|
|
1528
1497
|
name = "icu_properties"
|
|
1529
|
-
version = "
|
|
1498
|
+
version = "2.2.0"
|
|
1530
1499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1531
|
-
checksum = "
|
|
1500
|
+
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
|
|
1532
1501
|
dependencies = [
|
|
1533
|
-
"displaydoc",
|
|
1534
1502
|
"icu_collections",
|
|
1535
|
-
"
|
|
1503
|
+
"icu_locale_core",
|
|
1536
1504
|
"icu_properties_data",
|
|
1537
1505
|
"icu_provider",
|
|
1538
|
-
"
|
|
1506
|
+
"zerotrie",
|
|
1539
1507
|
"zerovec",
|
|
1540
1508
|
]
|
|
1541
1509
|
|
|
1542
1510
|
[[package]]
|
|
1543
1511
|
name = "icu_properties_data"
|
|
1544
|
-
version = "
|
|
1512
|
+
version = "2.2.0"
|
|
1545
1513
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1546
|
-
checksum = "
|
|
1514
|
+
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
|
|
1547
1515
|
|
|
1548
1516
|
[[package]]
|
|
1549
1517
|
name = "icu_provider"
|
|
1550
|
-
version = "
|
|
1518
|
+
version = "2.2.0"
|
|
1551
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1552
|
-
checksum = "
|
|
1520
|
+
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
|
|
1553
1521
|
dependencies = [
|
|
1554
1522
|
"displaydoc",
|
|
1555
|
-
"
|
|
1556
|
-
"icu_provider_macros",
|
|
1557
|
-
"stable_deref_trait",
|
|
1558
|
-
"tinystr",
|
|
1523
|
+
"icu_locale_core",
|
|
1559
1524
|
"writeable",
|
|
1560
1525
|
"yoke",
|
|
1561
1526
|
"zerofrom",
|
|
1527
|
+
"zerotrie",
|
|
1562
1528
|
"zerovec",
|
|
1563
1529
|
]
|
|
1564
1530
|
|
|
1565
1531
|
[[package]]
|
|
1566
|
-
name = "
|
|
1567
|
-
version = "
|
|
1532
|
+
name = "id-arena"
|
|
1533
|
+
version = "2.3.0"
|
|
1568
1534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1569
|
-
checksum = "
|
|
1570
|
-
dependencies = [
|
|
1571
|
-
"proc-macro2",
|
|
1572
|
-
"quote",
|
|
1573
|
-
"syn 2.0.101",
|
|
1574
|
-
]
|
|
1535
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1575
1536
|
|
|
1576
1537
|
[[package]]
|
|
1577
1538
|
name = "idna"
|
|
1578
|
-
version = "1.0
|
|
1539
|
+
version = "1.1.0"
|
|
1579
1540
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1580
|
-
checksum = "
|
|
1541
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1581
1542
|
dependencies = [
|
|
1582
1543
|
"idna_adapter",
|
|
1583
1544
|
"smallvec",
|
|
@@ -1586,9 +1547,9 @@ dependencies = [
|
|
|
1586
1547
|
|
|
1587
1548
|
[[package]]
|
|
1588
1549
|
name = "idna_adapter"
|
|
1589
|
-
version = "1.2.
|
|
1550
|
+
version = "1.2.1"
|
|
1590
1551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1591
|
-
checksum = "
|
|
1552
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
1592
1553
|
dependencies = [
|
|
1593
1554
|
"icu_normalizer",
|
|
1594
1555
|
"icu_properties",
|
|
@@ -1596,21 +1557,23 @@ dependencies = [
|
|
|
1596
1557
|
|
|
1597
1558
|
[[package]]
|
|
1598
1559
|
name = "indexmap"
|
|
1599
|
-
version = "2.
|
|
1560
|
+
version = "2.14.0"
|
|
1600
1561
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1601
|
-
checksum = "
|
|
1562
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
1602
1563
|
dependencies = [
|
|
1603
1564
|
"equivalent",
|
|
1604
|
-
"hashbrown",
|
|
1565
|
+
"hashbrown 0.17.0",
|
|
1566
|
+
"serde",
|
|
1567
|
+
"serde_core",
|
|
1605
1568
|
]
|
|
1606
1569
|
|
|
1607
1570
|
[[package]]
|
|
1608
1571
|
name = "inotify"
|
|
1609
|
-
version = "0.11.
|
|
1572
|
+
version = "0.11.1"
|
|
1610
1573
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
-
checksum = "
|
|
1574
|
+
checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199"
|
|
1612
1575
|
dependencies = [
|
|
1613
|
-
"bitflags 2.
|
|
1576
|
+
"bitflags 2.11.1",
|
|
1614
1577
|
"inotify-sys",
|
|
1615
1578
|
"libc",
|
|
1616
1579
|
]
|
|
@@ -1635,34 +1598,44 @@ dependencies = [
|
|
|
1635
1598
|
|
|
1636
1599
|
[[package]]
|
|
1637
1600
|
name = "ipnet"
|
|
1638
|
-
version = "2.
|
|
1601
|
+
version = "2.12.0"
|
|
1602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1603
|
+
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
|
|
1604
|
+
|
|
1605
|
+
[[package]]
|
|
1606
|
+
name = "iri-string"
|
|
1607
|
+
version = "0.7.12"
|
|
1639
1608
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1640
|
-
checksum = "
|
|
1609
|
+
checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
|
|
1610
|
+
dependencies = [
|
|
1611
|
+
"memchr",
|
|
1612
|
+
"serde",
|
|
1613
|
+
]
|
|
1641
1614
|
|
|
1642
1615
|
[[package]]
|
|
1643
1616
|
name = "is_terminal_polyfill"
|
|
1644
|
-
version = "1.70.
|
|
1617
|
+
version = "1.70.2"
|
|
1645
1618
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1646
|
-
checksum = "
|
|
1619
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1647
1620
|
|
|
1648
1621
|
[[package]]
|
|
1649
1622
|
name = "itertools"
|
|
1650
|
-
version = "0.
|
|
1623
|
+
version = "0.13.0"
|
|
1651
1624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1652
|
-
checksum = "
|
|
1625
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
1653
1626
|
dependencies = [
|
|
1654
1627
|
"either",
|
|
1655
1628
|
]
|
|
1656
1629
|
|
|
1657
1630
|
[[package]]
|
|
1658
1631
|
name = "itoa"
|
|
1659
|
-
version = "1.0.
|
|
1632
|
+
version = "1.0.18"
|
|
1660
1633
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1661
|
-
checksum = "
|
|
1634
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1662
1635
|
|
|
1663
1636
|
[[package]]
|
|
1664
1637
|
name = "itsi-server"
|
|
1665
|
-
version = "0.2.
|
|
1638
|
+
version = "0.2.25"
|
|
1666
1639
|
dependencies = [
|
|
1667
1640
|
"argon2",
|
|
1668
1641
|
"async-channel",
|
|
@@ -1680,11 +1653,11 @@ dependencies = [
|
|
|
1680
1653
|
"futures",
|
|
1681
1654
|
"futures-util",
|
|
1682
1655
|
"globset",
|
|
1683
|
-
"http 1.
|
|
1656
|
+
"http 1.4.0",
|
|
1684
1657
|
"http-body-util",
|
|
1685
1658
|
"httparse",
|
|
1686
1659
|
"httpdate",
|
|
1687
|
-
"hyper 1.
|
|
1660
|
+
"hyper 1.9.0",
|
|
1688
1661
|
"hyper-util",
|
|
1689
1662
|
"itsi_acme",
|
|
1690
1663
|
"itsi_error",
|
|
@@ -1702,7 +1675,7 @@ dependencies = [
|
|
|
1702
1675
|
"phf",
|
|
1703
1676
|
"pin-project",
|
|
1704
1677
|
"quick_cache",
|
|
1705
|
-
"rand 0.9.
|
|
1678
|
+
"rand 0.9.4",
|
|
1706
1679
|
"rcgen",
|
|
1707
1680
|
"redis",
|
|
1708
1681
|
"regex",
|
|
@@ -1715,7 +1688,7 @@ dependencies = [
|
|
|
1715
1688
|
"sha-crypt",
|
|
1716
1689
|
"sha2",
|
|
1717
1690
|
"smallvec",
|
|
1718
|
-
"socket2",
|
|
1691
|
+
"socket2 0.5.10",
|
|
1719
1692
|
"sysinfo",
|
|
1720
1693
|
"tempfile",
|
|
1721
1694
|
"tokio",
|
|
@@ -1735,7 +1708,7 @@ dependencies = [
|
|
|
1735
1708
|
"axum-server",
|
|
1736
1709
|
"base64 0.22.1",
|
|
1737
1710
|
"chrono",
|
|
1738
|
-
"clap 4.
|
|
1711
|
+
"clap 4.6.1",
|
|
1739
1712
|
"futures",
|
|
1740
1713
|
"log",
|
|
1741
1714
|
"num-bigint",
|
|
@@ -1749,14 +1722,14 @@ dependencies = [
|
|
|
1749
1722
|
"serde_json",
|
|
1750
1723
|
"simple_logger",
|
|
1751
1724
|
"structopt",
|
|
1752
|
-
"thiserror 2.0.
|
|
1725
|
+
"thiserror 2.0.18",
|
|
1753
1726
|
"time",
|
|
1754
1727
|
"tokio",
|
|
1755
1728
|
"tokio-rustls",
|
|
1756
1729
|
"tokio-stream",
|
|
1757
1730
|
"tokio-util",
|
|
1758
1731
|
"warp",
|
|
1759
|
-
"webpki-roots",
|
|
1732
|
+
"webpki-roots 0.26.11",
|
|
1760
1733
|
"x509-parser",
|
|
1761
1734
|
]
|
|
1762
1735
|
|
|
@@ -1769,7 +1742,7 @@ dependencies = [
|
|
|
1769
1742
|
"magnus",
|
|
1770
1743
|
"nix",
|
|
1771
1744
|
"rcgen",
|
|
1772
|
-
"thiserror 2.0.
|
|
1745
|
+
"thiserror 2.0.18",
|
|
1773
1746
|
]
|
|
1774
1747
|
|
|
1775
1748
|
[[package]]
|
|
@@ -1796,20 +1769,22 @@ dependencies = [
|
|
|
1796
1769
|
|
|
1797
1770
|
[[package]]
|
|
1798
1771
|
name = "jobserver"
|
|
1799
|
-
version = "0.1.
|
|
1772
|
+
version = "0.1.34"
|
|
1800
1773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1801
|
-
checksum = "
|
|
1774
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1802
1775
|
dependencies = [
|
|
1803
|
-
"getrandom 0.3.
|
|
1776
|
+
"getrandom 0.3.4",
|
|
1804
1777
|
"libc",
|
|
1805
1778
|
]
|
|
1806
1779
|
|
|
1807
1780
|
[[package]]
|
|
1808
1781
|
name = "js-sys"
|
|
1809
|
-
version = "0.3.
|
|
1782
|
+
version = "0.3.95"
|
|
1810
1783
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1784
|
+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
|
1812
1785
|
dependencies = [
|
|
1786
|
+
"cfg-if",
|
|
1787
|
+
"futures-util",
|
|
1813
1788
|
"once_cell",
|
|
1814
1789
|
"wasm-bindgen",
|
|
1815
1790
|
]
|
|
@@ -1831,9 +1806,9 @@ dependencies = [
|
|
|
1831
1806
|
|
|
1832
1807
|
[[package]]
|
|
1833
1808
|
name = "kqueue"
|
|
1834
|
-
version = "1.
|
|
1809
|
+
version = "1.1.1"
|
|
1835
1810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
-
checksum = "
|
|
1811
|
+
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
|
|
1837
1812
|
dependencies = [
|
|
1838
1813
|
"kqueue-sys",
|
|
1839
1814
|
"libc",
|
|
@@ -1856,71 +1831,68 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1856
1831
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1857
1832
|
|
|
1858
1833
|
[[package]]
|
|
1859
|
-
name = "
|
|
1860
|
-
version = "1.
|
|
1834
|
+
name = "leb128fmt"
|
|
1835
|
+
version = "0.1.0"
|
|
1861
1836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
-
checksum = "
|
|
1837
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1863
1838
|
|
|
1864
1839
|
[[package]]
|
|
1865
1840
|
name = "libc"
|
|
1866
|
-
version = "0.2.
|
|
1841
|
+
version = "0.2.185"
|
|
1867
1842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1868
|
-
checksum = "
|
|
1843
|
+
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
1869
1844
|
|
|
1870
1845
|
[[package]]
|
|
1871
1846
|
name = "libloading"
|
|
1872
|
-
version = "0.8.
|
|
1847
|
+
version = "0.8.9"
|
|
1873
1848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1874
|
-
checksum = "
|
|
1849
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1875
1850
|
dependencies = [
|
|
1876
1851
|
"cfg-if",
|
|
1877
|
-
"windows-
|
|
1852
|
+
"windows-link",
|
|
1878
1853
|
]
|
|
1879
1854
|
|
|
1880
1855
|
[[package]]
|
|
1881
1856
|
name = "libredox"
|
|
1882
|
-
version = "0.1.
|
|
1857
|
+
version = "0.1.16"
|
|
1883
1858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
|
-
checksum = "
|
|
1859
|
+
checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
|
|
1885
1860
|
dependencies = [
|
|
1886
|
-
"bitflags 2.9.0",
|
|
1887
1861
|
"libc",
|
|
1888
|
-
"redox_syscall",
|
|
1889
1862
|
]
|
|
1890
1863
|
|
|
1891
1864
|
[[package]]
|
|
1892
1865
|
name = "linux-raw-sys"
|
|
1893
|
-
version = "0.
|
|
1894
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
-
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
1896
|
-
|
|
1897
|
-
[[package]]
|
|
1898
|
-
name = "linux-raw-sys"
|
|
1899
|
-
version = "0.9.4"
|
|
1866
|
+
version = "0.12.1"
|
|
1900
1867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1901
|
-
checksum = "
|
|
1868
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1902
1869
|
|
|
1903
1870
|
[[package]]
|
|
1904
1871
|
name = "litemap"
|
|
1905
|
-
version = "0.
|
|
1872
|
+
version = "0.8.2"
|
|
1906
1873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1907
|
-
checksum = "
|
|
1874
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1908
1875
|
|
|
1909
1876
|
[[package]]
|
|
1910
1877
|
name = "lock_api"
|
|
1911
|
-
version = "0.4.
|
|
1878
|
+
version = "0.4.14"
|
|
1912
1879
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
-
checksum = "
|
|
1880
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1914
1881
|
dependencies = [
|
|
1915
|
-
"autocfg",
|
|
1916
1882
|
"scopeguard",
|
|
1917
1883
|
]
|
|
1918
1884
|
|
|
1919
1885
|
[[package]]
|
|
1920
1886
|
name = "log"
|
|
1921
|
-
version = "0.4.
|
|
1887
|
+
version = "0.4.29"
|
|
1888
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1889
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1890
|
+
|
|
1891
|
+
[[package]]
|
|
1892
|
+
name = "lru-slab"
|
|
1893
|
+
version = "0.1.2"
|
|
1922
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
-
checksum = "
|
|
1895
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1924
1896
|
|
|
1925
1897
|
[[package]]
|
|
1926
1898
|
name = "magnus"
|
|
@@ -1941,16 +1913,16 @@ source = "git+https://github.com/matsadler/magnus.git?rev=1ed232edb2b75a2eed9b1d
|
|
|
1941
1913
|
dependencies = [
|
|
1942
1914
|
"proc-macro2",
|
|
1943
1915
|
"quote",
|
|
1944
|
-
"syn 2.0.
|
|
1916
|
+
"syn 2.0.117",
|
|
1945
1917
|
]
|
|
1946
1918
|
|
|
1947
1919
|
[[package]]
|
|
1948
1920
|
name = "matchers"
|
|
1949
|
-
version = "0.
|
|
1921
|
+
version = "0.2.0"
|
|
1950
1922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "
|
|
1923
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1952
1924
|
dependencies = [
|
|
1953
|
-
"regex-automata
|
|
1925
|
+
"regex-automata",
|
|
1954
1926
|
]
|
|
1955
1927
|
|
|
1956
1928
|
[[package]]
|
|
@@ -1967,9 +1939,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
1967
1939
|
|
|
1968
1940
|
[[package]]
|
|
1969
1941
|
name = "memchr"
|
|
1970
|
-
version = "2.
|
|
1942
|
+
version = "2.8.0"
|
|
1971
1943
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1972
|
-
checksum = "
|
|
1944
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1973
1945
|
|
|
1974
1946
|
[[package]]
|
|
1975
1947
|
name = "memoffset"
|
|
@@ -2004,23 +1976,24 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
2004
1976
|
|
|
2005
1977
|
[[package]]
|
|
2006
1978
|
name = "miniz_oxide"
|
|
2007
|
-
version = "0.8.
|
|
1979
|
+
version = "0.8.9"
|
|
2008
1980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
-
checksum = "
|
|
1981
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
2010
1982
|
dependencies = [
|
|
2011
1983
|
"adler2",
|
|
1984
|
+
"simd-adler32",
|
|
2012
1985
|
]
|
|
2013
1986
|
|
|
2014
1987
|
[[package]]
|
|
2015
1988
|
name = "mio"
|
|
2016
|
-
version = "1.0
|
|
1989
|
+
version = "1.2.0"
|
|
2017
1990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2018
|
-
checksum = "
|
|
1991
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
2019
1992
|
dependencies = [
|
|
2020
1993
|
"libc",
|
|
2021
1994
|
"log",
|
|
2022
|
-
"wasi
|
|
2023
|
-
"windows-sys 0.
|
|
1995
|
+
"wasi",
|
|
1996
|
+
"windows-sys 0.61.2",
|
|
2024
1997
|
]
|
|
2025
1998
|
|
|
2026
1999
|
[[package]]
|
|
@@ -2047,7 +2020,7 @@ version = "0.29.0"
|
|
|
2047
2020
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2048
2021
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
2049
2022
|
dependencies = [
|
|
2050
|
-
"bitflags 2.
|
|
2023
|
+
"bitflags 2.11.1",
|
|
2051
2024
|
"cfg-if",
|
|
2052
2025
|
"cfg_aliases",
|
|
2053
2026
|
"libc",
|
|
@@ -2066,12 +2039,11 @@ dependencies = [
|
|
|
2066
2039
|
|
|
2067
2040
|
[[package]]
|
|
2068
2041
|
name = "notify"
|
|
2069
|
-
version = "8.
|
|
2042
|
+
version = "8.2.0"
|
|
2070
2043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2044
|
+
checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
|
|
2072
2045
|
dependencies = [
|
|
2073
|
-
"bitflags 2.
|
|
2074
|
-
"filetime",
|
|
2046
|
+
"bitflags 2.11.1",
|
|
2075
2047
|
"fsevent-sys",
|
|
2076
2048
|
"inotify",
|
|
2077
2049
|
"kqueue",
|
|
@@ -2080,32 +2052,34 @@ dependencies = [
|
|
|
2080
2052
|
"mio",
|
|
2081
2053
|
"notify-types",
|
|
2082
2054
|
"walkdir",
|
|
2083
|
-
"windows-sys 0.
|
|
2055
|
+
"windows-sys 0.60.2",
|
|
2084
2056
|
]
|
|
2085
2057
|
|
|
2086
2058
|
[[package]]
|
|
2087
2059
|
name = "notify-types"
|
|
2088
|
-
version = "2.
|
|
2060
|
+
version = "2.1.0"
|
|
2089
2061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2090
|
-
checksum = "
|
|
2062
|
+
checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a"
|
|
2063
|
+
dependencies = [
|
|
2064
|
+
"bitflags 2.11.1",
|
|
2065
|
+
]
|
|
2091
2066
|
|
|
2092
2067
|
[[package]]
|
|
2093
2068
|
name = "ntapi"
|
|
2094
|
-
version = "0.4.
|
|
2069
|
+
version = "0.4.3"
|
|
2095
2070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2096
|
-
checksum = "
|
|
2071
|
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
2097
2072
|
dependencies = [
|
|
2098
2073
|
"winapi",
|
|
2099
2074
|
]
|
|
2100
2075
|
|
|
2101
2076
|
[[package]]
|
|
2102
2077
|
name = "nu-ansi-term"
|
|
2103
|
-
version = "0.
|
|
2078
|
+
version = "0.50.3"
|
|
2104
2079
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2105
|
-
checksum = "
|
|
2080
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
2106
2081
|
dependencies = [
|
|
2107
|
-
"
|
|
2108
|
-
"winapi",
|
|
2082
|
+
"windows-sys 0.61.2",
|
|
2109
2083
|
]
|
|
2110
2084
|
|
|
2111
2085
|
[[package]]
|
|
@@ -2120,9 +2094,9 @@ dependencies = [
|
|
|
2120
2094
|
|
|
2121
2095
|
[[package]]
|
|
2122
2096
|
name = "num-conv"
|
|
2123
|
-
version = "0.1
|
|
2097
|
+
version = "0.2.1"
|
|
2124
2098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2125
|
-
checksum = "
|
|
2099
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
2126
2100
|
|
|
2127
2101
|
[[package]]
|
|
2128
2102
|
name = "num-integer"
|
|
@@ -2144,11 +2118,11 @@ dependencies = [
|
|
|
2144
2118
|
|
|
2145
2119
|
[[package]]
|
|
2146
2120
|
name = "num_cpus"
|
|
2147
|
-
version = "1.
|
|
2121
|
+
version = "1.17.0"
|
|
2148
2122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2149
|
-
checksum = "
|
|
2123
|
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
2150
2124
|
dependencies = [
|
|
2151
|
-
"hermit-abi 0.
|
|
2125
|
+
"hermit-abi 0.5.2",
|
|
2152
2126
|
"libc",
|
|
2153
2127
|
]
|
|
2154
2128
|
|
|
@@ -2161,15 +2135,6 @@ dependencies = [
|
|
|
2161
2135
|
"libc",
|
|
2162
2136
|
]
|
|
2163
2137
|
|
|
2164
|
-
[[package]]
|
|
2165
|
-
name = "object"
|
|
2166
|
-
version = "0.36.7"
|
|
2167
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2168
|
-
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
2169
|
-
dependencies = [
|
|
2170
|
-
"memchr",
|
|
2171
|
-
]
|
|
2172
|
-
|
|
2173
2138
|
[[package]]
|
|
2174
2139
|
name = "oid-registry"
|
|
2175
2140
|
version = "0.7.1"
|
|
@@ -2181,15 +2146,21 @@ dependencies = [
|
|
|
2181
2146
|
|
|
2182
2147
|
[[package]]
|
|
2183
2148
|
name = "once_cell"
|
|
2184
|
-
version = "1.21.
|
|
2149
|
+
version = "1.21.4"
|
|
2150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2151
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
2152
|
+
|
|
2153
|
+
[[package]]
|
|
2154
|
+
name = "once_cell_polyfill"
|
|
2155
|
+
version = "1.70.2"
|
|
2185
2156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
-
checksum = "
|
|
2157
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
2187
2158
|
|
|
2188
2159
|
[[package]]
|
|
2189
2160
|
name = "openssl-probe"
|
|
2190
|
-
version = "0.1
|
|
2161
|
+
version = "0.2.1"
|
|
2191
2162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2192
|
-
checksum = "
|
|
2163
|
+
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
2193
2164
|
|
|
2194
2165
|
[[package]]
|
|
2195
2166
|
name = "option-ext"
|
|
@@ -2197,12 +2168,6 @@ version = "0.2.0"
|
|
|
2197
2168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2198
2169
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2199
2170
|
|
|
2200
|
-
[[package]]
|
|
2201
|
-
name = "overload"
|
|
2202
|
-
version = "0.1.1"
|
|
2203
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2204
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
2205
|
-
|
|
2206
2171
|
[[package]]
|
|
2207
2172
|
name = "parking"
|
|
2208
2173
|
version = "2.2.1"
|
|
@@ -2211,9 +2176,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
2211
2176
|
|
|
2212
2177
|
[[package]]
|
|
2213
2178
|
name = "parking_lot"
|
|
2214
|
-
version = "0.12.
|
|
2179
|
+
version = "0.12.5"
|
|
2215
2180
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2216
|
-
checksum = "
|
|
2181
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2217
2182
|
dependencies = [
|
|
2218
2183
|
"lock_api",
|
|
2219
2184
|
"parking_lot_core",
|
|
@@ -2221,15 +2186,15 @@ dependencies = [
|
|
|
2221
2186
|
|
|
2222
2187
|
[[package]]
|
|
2223
2188
|
name = "parking_lot_core"
|
|
2224
|
-
version = "0.9.
|
|
2189
|
+
version = "0.9.12"
|
|
2225
2190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2226
|
-
checksum = "
|
|
2191
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2227
2192
|
dependencies = [
|
|
2228
2193
|
"cfg-if",
|
|
2229
2194
|
"libc",
|
|
2230
2195
|
"redox_syscall",
|
|
2231
2196
|
"smallvec",
|
|
2232
|
-
"windows-
|
|
2197
|
+
"windows-link",
|
|
2233
2198
|
]
|
|
2234
2199
|
|
|
2235
2200
|
[[package]]
|
|
@@ -2245,19 +2210,19 @@ dependencies = [
|
|
|
2245
2210
|
|
|
2246
2211
|
[[package]]
|
|
2247
2212
|
name = "pem"
|
|
2248
|
-
version = "3.0.
|
|
2213
|
+
version = "3.0.6"
|
|
2249
2214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
-
checksum = "
|
|
2215
|
+
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
2251
2216
|
dependencies = [
|
|
2252
2217
|
"base64 0.22.1",
|
|
2253
|
-
"
|
|
2218
|
+
"serde_core",
|
|
2254
2219
|
]
|
|
2255
2220
|
|
|
2256
2221
|
[[package]]
|
|
2257
2222
|
name = "percent-encoding"
|
|
2258
|
-
version = "2.3.
|
|
2223
|
+
version = "2.3.2"
|
|
2259
2224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2260
|
-
checksum = "
|
|
2225
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2261
2226
|
|
|
2262
2227
|
[[package]]
|
|
2263
2228
|
name = "phf"
|
|
@@ -2276,7 +2241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2276
2241
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2277
2242
|
dependencies = [
|
|
2278
2243
|
"phf_shared",
|
|
2279
|
-
"rand 0.8.
|
|
2244
|
+
"rand 0.8.6",
|
|
2280
2245
|
]
|
|
2281
2246
|
|
|
2282
2247
|
[[package]]
|
|
@@ -2289,7 +2254,7 @@ dependencies = [
|
|
|
2289
2254
|
"phf_shared",
|
|
2290
2255
|
"proc-macro2",
|
|
2291
2256
|
"quote",
|
|
2292
|
-
"syn 2.0.
|
|
2257
|
+
"syn 2.0.117",
|
|
2293
2258
|
]
|
|
2294
2259
|
|
|
2295
2260
|
[[package]]
|
|
@@ -2303,41 +2268,44 @@ dependencies = [
|
|
|
2303
2268
|
|
|
2304
2269
|
[[package]]
|
|
2305
2270
|
name = "pin-project"
|
|
2306
|
-
version = "1.1.
|
|
2271
|
+
version = "1.1.11"
|
|
2307
2272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2308
|
-
checksum = "
|
|
2273
|
+
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
|
|
2309
2274
|
dependencies = [
|
|
2310
2275
|
"pin-project-internal",
|
|
2311
2276
|
]
|
|
2312
2277
|
|
|
2313
2278
|
[[package]]
|
|
2314
2279
|
name = "pin-project-internal"
|
|
2315
|
-
version = "1.1.
|
|
2280
|
+
version = "1.1.11"
|
|
2316
2281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2317
|
-
checksum = "
|
|
2282
|
+
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
|
|
2318
2283
|
dependencies = [
|
|
2319
2284
|
"proc-macro2",
|
|
2320
2285
|
"quote",
|
|
2321
|
-
"syn 2.0.
|
|
2286
|
+
"syn 2.0.117",
|
|
2322
2287
|
]
|
|
2323
2288
|
|
|
2324
2289
|
[[package]]
|
|
2325
2290
|
name = "pin-project-lite"
|
|
2326
|
-
version = "0.2.
|
|
2291
|
+
version = "0.2.17"
|
|
2327
2292
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2328
|
-
checksum = "
|
|
2293
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
2329
2294
|
|
|
2330
2295
|
[[package]]
|
|
2331
|
-
name = "
|
|
2332
|
-
version = "0.
|
|
2296
|
+
name = "pkg-config"
|
|
2297
|
+
version = "0.3.33"
|
|
2333
2298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2334
|
-
checksum = "
|
|
2299
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
2335
2300
|
|
|
2336
2301
|
[[package]]
|
|
2337
|
-
name = "
|
|
2338
|
-
version = "0.
|
|
2302
|
+
name = "potential_utf"
|
|
2303
|
+
version = "0.1.5"
|
|
2339
2304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2340
|
-
checksum = "
|
|
2305
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
2306
|
+
dependencies = [
|
|
2307
|
+
"zerovec",
|
|
2308
|
+
]
|
|
2341
2309
|
|
|
2342
2310
|
[[package]]
|
|
2343
2311
|
name = "powerfmt"
|
|
@@ -2351,17 +2319,17 @@ version = "0.2.21"
|
|
|
2351
2319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2352
2320
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2353
2321
|
dependencies = [
|
|
2354
|
-
"zerocopy
|
|
2322
|
+
"zerocopy",
|
|
2355
2323
|
]
|
|
2356
2324
|
|
|
2357
2325
|
[[package]]
|
|
2358
2326
|
name = "prettyplease"
|
|
2359
|
-
version = "0.2.
|
|
2327
|
+
version = "0.2.37"
|
|
2360
2328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2361
|
-
checksum = "
|
|
2329
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2362
2330
|
dependencies = [
|
|
2363
2331
|
"proc-macro2",
|
|
2364
|
-
"syn 2.0.
|
|
2332
|
+
"syn 2.0.117",
|
|
2365
2333
|
]
|
|
2366
2334
|
|
|
2367
2335
|
[[package]]
|
|
@@ -2390,40 +2358,40 @@ dependencies = [
|
|
|
2390
2358
|
|
|
2391
2359
|
[[package]]
|
|
2392
2360
|
name = "proc-macro2"
|
|
2393
|
-
version = "1.0.
|
|
2361
|
+
version = "1.0.106"
|
|
2394
2362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2395
|
-
checksum = "
|
|
2363
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
2396
2364
|
dependencies = [
|
|
2397
2365
|
"unicode-ident",
|
|
2398
2366
|
]
|
|
2399
2367
|
|
|
2400
2368
|
[[package]]
|
|
2401
2369
|
name = "quick_cache"
|
|
2402
|
-
version = "0.6.
|
|
2370
|
+
version = "0.6.21"
|
|
2403
2371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2372
|
+
checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3"
|
|
2405
2373
|
dependencies = [
|
|
2406
2374
|
"ahash",
|
|
2407
2375
|
"equivalent",
|
|
2408
|
-
"hashbrown",
|
|
2376
|
+
"hashbrown 0.16.1",
|
|
2409
2377
|
"parking_lot",
|
|
2410
2378
|
]
|
|
2411
2379
|
|
|
2412
2380
|
[[package]]
|
|
2413
2381
|
name = "quinn"
|
|
2414
|
-
version = "0.11.
|
|
2382
|
+
version = "0.11.9"
|
|
2415
2383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2416
|
-
checksum = "
|
|
2384
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
2417
2385
|
dependencies = [
|
|
2418
2386
|
"bytes",
|
|
2419
2387
|
"cfg_aliases",
|
|
2420
2388
|
"pin-project-lite",
|
|
2421
2389
|
"quinn-proto",
|
|
2422
2390
|
"quinn-udp",
|
|
2423
|
-
"rustc-hash
|
|
2391
|
+
"rustc-hash",
|
|
2424
2392
|
"rustls",
|
|
2425
|
-
"socket2",
|
|
2426
|
-
"thiserror 2.0.
|
|
2393
|
+
"socket2 0.6.3",
|
|
2394
|
+
"thiserror 2.0.18",
|
|
2427
2395
|
"tokio",
|
|
2428
2396
|
"tracing",
|
|
2429
2397
|
"web-time",
|
|
@@ -2431,19 +2399,20 @@ dependencies = [
|
|
|
2431
2399
|
|
|
2432
2400
|
[[package]]
|
|
2433
2401
|
name = "quinn-proto"
|
|
2434
|
-
version = "0.11.
|
|
2402
|
+
version = "0.11.14"
|
|
2435
2403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2436
|
-
checksum = "
|
|
2404
|
+
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
2437
2405
|
dependencies = [
|
|
2438
2406
|
"bytes",
|
|
2439
|
-
"getrandom 0.3.
|
|
2440
|
-
"
|
|
2407
|
+
"getrandom 0.3.4",
|
|
2408
|
+
"lru-slab",
|
|
2409
|
+
"rand 0.9.4",
|
|
2441
2410
|
"ring",
|
|
2442
|
-
"rustc-hash
|
|
2411
|
+
"rustc-hash",
|
|
2443
2412
|
"rustls",
|
|
2444
2413
|
"rustls-pki-types",
|
|
2445
2414
|
"slab",
|
|
2446
|
-
"thiserror 2.0.
|
|
2415
|
+
"thiserror 2.0.18",
|
|
2447
2416
|
"tinyvec",
|
|
2448
2417
|
"tracing",
|
|
2449
2418
|
"web-time",
|
|
@@ -2451,32 +2420,38 @@ dependencies = [
|
|
|
2451
2420
|
|
|
2452
2421
|
[[package]]
|
|
2453
2422
|
name = "quinn-udp"
|
|
2454
|
-
version = "0.5.
|
|
2423
|
+
version = "0.5.14"
|
|
2455
2424
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2456
|
-
checksum = "
|
|
2425
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
2457
2426
|
dependencies = [
|
|
2458
2427
|
"cfg_aliases",
|
|
2459
2428
|
"libc",
|
|
2460
2429
|
"once_cell",
|
|
2461
|
-
"socket2",
|
|
2430
|
+
"socket2 0.6.3",
|
|
2462
2431
|
"tracing",
|
|
2463
|
-
"windows-sys 0.
|
|
2432
|
+
"windows-sys 0.60.2",
|
|
2464
2433
|
]
|
|
2465
2434
|
|
|
2466
2435
|
[[package]]
|
|
2467
2436
|
name = "quote"
|
|
2468
|
-
version = "1.0.
|
|
2437
|
+
version = "1.0.45"
|
|
2469
2438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2470
|
-
checksum = "
|
|
2439
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
2471
2440
|
dependencies = [
|
|
2472
2441
|
"proc-macro2",
|
|
2473
2442
|
]
|
|
2474
2443
|
|
|
2475
2444
|
[[package]]
|
|
2476
2445
|
name = "r-efi"
|
|
2477
|
-
version = "5.
|
|
2446
|
+
version = "5.3.0"
|
|
2447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2448
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2449
|
+
|
|
2450
|
+
[[package]]
|
|
2451
|
+
name = "r-efi"
|
|
2452
|
+
version = "6.0.0"
|
|
2478
2453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2479
|
-
checksum = "
|
|
2454
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2480
2455
|
|
|
2481
2456
|
[[package]]
|
|
2482
2457
|
name = "r2d2"
|
|
@@ -2491,9 +2466,9 @@ dependencies = [
|
|
|
2491
2466
|
|
|
2492
2467
|
[[package]]
|
|
2493
2468
|
name = "rand"
|
|
2494
|
-
version = "0.8.
|
|
2469
|
+
version = "0.8.6"
|
|
2495
2470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2496
|
-
checksum = "
|
|
2471
|
+
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
2497
2472
|
dependencies = [
|
|
2498
2473
|
"libc",
|
|
2499
2474
|
"rand_chacha 0.3.1",
|
|
@@ -2502,12 +2477,12 @@ dependencies = [
|
|
|
2502
2477
|
|
|
2503
2478
|
[[package]]
|
|
2504
2479
|
name = "rand"
|
|
2505
|
-
version = "0.9.
|
|
2480
|
+
version = "0.9.4"
|
|
2506
2481
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2507
|
-
checksum = "
|
|
2482
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
2508
2483
|
dependencies = [
|
|
2509
2484
|
"rand_chacha 0.9.0",
|
|
2510
|
-
"rand_core 0.9.
|
|
2485
|
+
"rand_core 0.9.5",
|
|
2511
2486
|
]
|
|
2512
2487
|
|
|
2513
2488
|
[[package]]
|
|
@@ -2527,7 +2502,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2527
2502
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2528
2503
|
dependencies = [
|
|
2529
2504
|
"ppv-lite86",
|
|
2530
|
-
"rand_core 0.9.
|
|
2505
|
+
"rand_core 0.9.5",
|
|
2531
2506
|
]
|
|
2532
2507
|
|
|
2533
2508
|
[[package]]
|
|
@@ -2536,23 +2511,23 @@ version = "0.6.4"
|
|
|
2536
2511
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2537
2512
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2538
2513
|
dependencies = [
|
|
2539
|
-
"getrandom 0.2.
|
|
2514
|
+
"getrandom 0.2.17",
|
|
2540
2515
|
]
|
|
2541
2516
|
|
|
2542
2517
|
[[package]]
|
|
2543
2518
|
name = "rand_core"
|
|
2544
|
-
version = "0.9.
|
|
2519
|
+
version = "0.9.5"
|
|
2545
2520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2546
|
-
checksum = "
|
|
2521
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
2547
2522
|
dependencies = [
|
|
2548
|
-
"getrandom 0.3.
|
|
2523
|
+
"getrandom 0.3.4",
|
|
2549
2524
|
]
|
|
2550
2525
|
|
|
2551
2526
|
[[package]]
|
|
2552
2527
|
name = "rayon"
|
|
2553
|
-
version = "1.
|
|
2528
|
+
version = "1.12.0"
|
|
2554
2529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2555
|
-
checksum = "
|
|
2530
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2556
2531
|
dependencies = [
|
|
2557
2532
|
"either",
|
|
2558
2533
|
"rayon-core",
|
|
@@ -2560,9 +2535,9 @@ dependencies = [
|
|
|
2560
2535
|
|
|
2561
2536
|
[[package]]
|
|
2562
2537
|
name = "rayon-core"
|
|
2563
|
-
version = "1.
|
|
2538
|
+
version = "1.13.0"
|
|
2564
2539
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2565
|
-
checksum = "
|
|
2540
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2566
2541
|
dependencies = [
|
|
2567
2542
|
"crossbeam-deque",
|
|
2568
2543
|
"crossbeam-utils",
|
|
@@ -2570,24 +2545,26 @@ dependencies = [
|
|
|
2570
2545
|
|
|
2571
2546
|
[[package]]
|
|
2572
2547
|
name = "rb-sys"
|
|
2573
|
-
version = "0.9.
|
|
2548
|
+
version = "0.9.126"
|
|
2574
2549
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2575
|
-
checksum = "
|
|
2550
|
+
checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
|
|
2576
2551
|
dependencies = [
|
|
2577
2552
|
"rb-sys-build",
|
|
2578
2553
|
]
|
|
2579
2554
|
|
|
2580
2555
|
[[package]]
|
|
2581
2556
|
name = "rb-sys-build"
|
|
2582
|
-
version = "0.9.
|
|
2557
|
+
version = "0.9.126"
|
|
2558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2559
|
+
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
2583
2560
|
dependencies = [
|
|
2584
|
-
"bindgen
|
|
2561
|
+
"bindgen",
|
|
2585
2562
|
"lazy_static",
|
|
2586
2563
|
"proc-macro2",
|
|
2587
2564
|
"quote",
|
|
2588
2565
|
"regex",
|
|
2589
2566
|
"shell-words",
|
|
2590
|
-
"syn 2.0.
|
|
2567
|
+
"syn 2.0.117",
|
|
2591
2568
|
]
|
|
2592
2569
|
|
|
2593
2570
|
[[package]]
|
|
@@ -2631,7 +2608,7 @@ dependencies = [
|
|
|
2631
2608
|
"rustls-native-certs",
|
|
2632
2609
|
"ryu",
|
|
2633
2610
|
"sha1_smol",
|
|
2634
|
-
"socket2",
|
|
2611
|
+
"socket2 0.5.10",
|
|
2635
2612
|
"tokio",
|
|
2636
2613
|
"tokio-rustls",
|
|
2637
2614
|
"tokio-util",
|
|
@@ -2640,94 +2617,75 @@ dependencies = [
|
|
|
2640
2617
|
|
|
2641
2618
|
[[package]]
|
|
2642
2619
|
name = "redox_syscall"
|
|
2643
|
-
version = "0.5.
|
|
2620
|
+
version = "0.5.18"
|
|
2644
2621
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2645
|
-
checksum = "
|
|
2622
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2646
2623
|
dependencies = [
|
|
2647
|
-
"bitflags 2.
|
|
2624
|
+
"bitflags 2.11.1",
|
|
2648
2625
|
]
|
|
2649
2626
|
|
|
2650
2627
|
[[package]]
|
|
2651
2628
|
name = "redox_users"
|
|
2652
|
-
version = "0.5.
|
|
2629
|
+
version = "0.5.2"
|
|
2653
2630
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2654
|
-
checksum = "
|
|
2631
|
+
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
2655
2632
|
dependencies = [
|
|
2656
|
-
"getrandom 0.2.
|
|
2633
|
+
"getrandom 0.2.17",
|
|
2657
2634
|
"libredox",
|
|
2658
|
-
"thiserror 2.0.
|
|
2635
|
+
"thiserror 2.0.18",
|
|
2659
2636
|
]
|
|
2660
2637
|
|
|
2661
2638
|
[[package]]
|
|
2662
2639
|
name = "regex"
|
|
2663
|
-
version = "1.
|
|
2640
|
+
version = "1.12.3"
|
|
2664
2641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
|
-
checksum = "
|
|
2642
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
2666
2643
|
dependencies = [
|
|
2667
2644
|
"aho-corasick",
|
|
2668
2645
|
"memchr",
|
|
2669
|
-
"regex-automata
|
|
2670
|
-
"regex-syntax
|
|
2671
|
-
]
|
|
2672
|
-
|
|
2673
|
-
[[package]]
|
|
2674
|
-
name = "regex-automata"
|
|
2675
|
-
version = "0.1.10"
|
|
2676
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2677
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
2678
|
-
dependencies = [
|
|
2679
|
-
"regex-syntax 0.6.29",
|
|
2646
|
+
"regex-automata",
|
|
2647
|
+
"regex-syntax",
|
|
2680
2648
|
]
|
|
2681
2649
|
|
|
2682
2650
|
[[package]]
|
|
2683
2651
|
name = "regex-automata"
|
|
2684
|
-
version = "0.4.
|
|
2652
|
+
version = "0.4.14"
|
|
2685
2653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2686
|
-
checksum = "
|
|
2654
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
2687
2655
|
dependencies = [
|
|
2688
2656
|
"aho-corasick",
|
|
2689
2657
|
"memchr",
|
|
2690
|
-
"regex-syntax
|
|
2658
|
+
"regex-syntax",
|
|
2691
2659
|
]
|
|
2692
2660
|
|
|
2693
2661
|
[[package]]
|
|
2694
2662
|
name = "regex-syntax"
|
|
2695
|
-
version = "0.
|
|
2696
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2697
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
2698
|
-
|
|
2699
|
-
[[package]]
|
|
2700
|
-
name = "regex-syntax"
|
|
2701
|
-
version = "0.8.5"
|
|
2663
|
+
version = "0.8.10"
|
|
2702
2664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2703
|
-
checksum = "
|
|
2665
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
2704
2666
|
|
|
2705
2667
|
[[package]]
|
|
2706
2668
|
name = "reqwest"
|
|
2707
|
-
version = "0.12.
|
|
2669
|
+
version = "0.12.28"
|
|
2708
2670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2709
|
-
checksum = "
|
|
2671
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
2710
2672
|
dependencies = [
|
|
2711
2673
|
"base64 0.22.1",
|
|
2712
2674
|
"bytes",
|
|
2713
2675
|
"futures-core",
|
|
2714
2676
|
"futures-util",
|
|
2715
|
-
"http 1.
|
|
2677
|
+
"http 1.4.0",
|
|
2716
2678
|
"http-body 1.0.1",
|
|
2717
2679
|
"http-body-util",
|
|
2718
|
-
"hyper 1.
|
|
2680
|
+
"hyper 1.9.0",
|
|
2719
2681
|
"hyper-rustls",
|
|
2720
2682
|
"hyper-util",
|
|
2721
|
-
"ipnet",
|
|
2722
2683
|
"js-sys",
|
|
2723
2684
|
"log",
|
|
2724
|
-
"mime",
|
|
2725
|
-
"once_cell",
|
|
2726
2685
|
"percent-encoding",
|
|
2727
2686
|
"pin-project-lite",
|
|
2728
2687
|
"quinn",
|
|
2729
2688
|
"rustls",
|
|
2730
|
-
"rustls-pemfile",
|
|
2731
2689
|
"rustls-pki-types",
|
|
2732
2690
|
"serde",
|
|
2733
2691
|
"serde_json",
|
|
@@ -2737,14 +2695,14 @@ dependencies = [
|
|
|
2737
2695
|
"tokio-rustls",
|
|
2738
2696
|
"tokio-util",
|
|
2739
2697
|
"tower",
|
|
2698
|
+
"tower-http",
|
|
2740
2699
|
"tower-service",
|
|
2741
2700
|
"url",
|
|
2742
2701
|
"wasm-bindgen",
|
|
2743
2702
|
"wasm-bindgen-futures",
|
|
2744
2703
|
"wasm-streams",
|
|
2745
2704
|
"web-sys",
|
|
2746
|
-
"webpki-roots",
|
|
2747
|
-
"windows-registry",
|
|
2705
|
+
"webpki-roots 1.0.7",
|
|
2748
2706
|
]
|
|
2749
2707
|
|
|
2750
2708
|
[[package]]
|
|
@@ -2755,29 +2713,26 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
2755
2713
|
dependencies = [
|
|
2756
2714
|
"cc",
|
|
2757
2715
|
"cfg-if",
|
|
2758
|
-
"getrandom 0.2.
|
|
2716
|
+
"getrandom 0.2.17",
|
|
2759
2717
|
"libc",
|
|
2760
2718
|
"untrusted",
|
|
2761
2719
|
"windows-sys 0.52.0",
|
|
2762
2720
|
]
|
|
2763
2721
|
|
|
2764
|
-
[[package]]
|
|
2765
|
-
name = "rustc-demangle"
|
|
2766
|
-
version = "0.1.24"
|
|
2767
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2768
|
-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
2769
|
-
|
|
2770
2722
|
[[package]]
|
|
2771
2723
|
name = "rustc-hash"
|
|
2772
|
-
version = "
|
|
2724
|
+
version = "2.1.2"
|
|
2773
2725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2774
|
-
checksum = "
|
|
2726
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
2775
2727
|
|
|
2776
2728
|
[[package]]
|
|
2777
|
-
name = "
|
|
2778
|
-
version = "
|
|
2729
|
+
name = "rustc_version"
|
|
2730
|
+
version = "0.4.1"
|
|
2779
2731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2780
|
-
checksum = "
|
|
2732
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2733
|
+
dependencies = [
|
|
2734
|
+
"semver",
|
|
2735
|
+
]
|
|
2781
2736
|
|
|
2782
2737
|
[[package]]
|
|
2783
2738
|
name = "rusticata-macros"
|
|
@@ -2790,35 +2745,22 @@ dependencies = [
|
|
|
2790
2745
|
|
|
2791
2746
|
[[package]]
|
|
2792
2747
|
name = "rustix"
|
|
2793
|
-
version = "
|
|
2794
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2795
|
-
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
2796
|
-
dependencies = [
|
|
2797
|
-
"bitflags 2.9.0",
|
|
2798
|
-
"errno",
|
|
2799
|
-
"libc",
|
|
2800
|
-
"linux-raw-sys 0.4.15",
|
|
2801
|
-
"windows-sys 0.59.0",
|
|
2802
|
-
]
|
|
2803
|
-
|
|
2804
|
-
[[package]]
|
|
2805
|
-
name = "rustix"
|
|
2806
|
-
version = "1.0.7"
|
|
2748
|
+
version = "1.1.4"
|
|
2807
2749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2808
|
-
checksum = "
|
|
2750
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2809
2751
|
dependencies = [
|
|
2810
|
-
"bitflags 2.
|
|
2752
|
+
"bitflags 2.11.1",
|
|
2811
2753
|
"errno",
|
|
2812
2754
|
"libc",
|
|
2813
|
-
"linux-raw-sys
|
|
2814
|
-
"windows-sys 0.
|
|
2755
|
+
"linux-raw-sys",
|
|
2756
|
+
"windows-sys 0.61.2",
|
|
2815
2757
|
]
|
|
2816
2758
|
|
|
2817
2759
|
[[package]]
|
|
2818
2760
|
name = "rustls"
|
|
2819
|
-
version = "0.23.
|
|
2761
|
+
version = "0.23.38"
|
|
2820
2762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2821
|
-
checksum = "
|
|
2763
|
+
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
2822
2764
|
dependencies = [
|
|
2823
2765
|
"aws-lc-rs",
|
|
2824
2766
|
"log",
|
|
@@ -2832,9 +2774,9 @@ dependencies = [
|
|
|
2832
2774
|
|
|
2833
2775
|
[[package]]
|
|
2834
2776
|
name = "rustls-native-certs"
|
|
2835
|
-
version = "0.8.
|
|
2777
|
+
version = "0.8.3"
|
|
2836
2778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2837
|
-
checksum = "
|
|
2779
|
+
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
2838
2780
|
dependencies = [
|
|
2839
2781
|
"openssl-probe",
|
|
2840
2782
|
"rustls-pki-types",
|
|
@@ -2853,18 +2795,19 @@ dependencies = [
|
|
|
2853
2795
|
|
|
2854
2796
|
[[package]]
|
|
2855
2797
|
name = "rustls-pki-types"
|
|
2856
|
-
version = "1.
|
|
2798
|
+
version = "1.14.0"
|
|
2857
2799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2858
|
-
checksum = "
|
|
2800
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
2859
2801
|
dependencies = [
|
|
2860
2802
|
"web-time",
|
|
2803
|
+
"zeroize",
|
|
2861
2804
|
]
|
|
2862
2805
|
|
|
2863
2806
|
[[package]]
|
|
2864
2807
|
name = "rustls-webpki"
|
|
2865
|
-
version = "0.103.
|
|
2808
|
+
version = "0.103.12"
|
|
2866
2809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2867
|
-
checksum = "
|
|
2810
|
+
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
|
2868
2811
|
dependencies = [
|
|
2869
2812
|
"aws-lc-rs",
|
|
2870
2813
|
"ring",
|
|
@@ -2874,15 +2817,15 @@ dependencies = [
|
|
|
2874
2817
|
|
|
2875
2818
|
[[package]]
|
|
2876
2819
|
name = "rustversion"
|
|
2877
|
-
version = "1.0.
|
|
2820
|
+
version = "1.0.22"
|
|
2878
2821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2879
|
-
checksum = "
|
|
2822
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
2880
2823
|
|
|
2881
2824
|
[[package]]
|
|
2882
2825
|
name = "ryu"
|
|
2883
|
-
version = "1.0.
|
|
2826
|
+
version = "1.0.23"
|
|
2884
2827
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2885
|
-
checksum = "
|
|
2828
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2886
2829
|
|
|
2887
2830
|
[[package]]
|
|
2888
2831
|
name = "same-file"
|
|
@@ -2895,11 +2838,11 @@ dependencies = [
|
|
|
2895
2838
|
|
|
2896
2839
|
[[package]]
|
|
2897
2840
|
name = "schannel"
|
|
2898
|
-
version = "0.1.
|
|
2841
|
+
version = "0.1.29"
|
|
2899
2842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2900
|
-
checksum = "
|
|
2843
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
2901
2844
|
dependencies = [
|
|
2902
|
-
"windows-sys 0.
|
|
2845
|
+
"windows-sys 0.61.2",
|
|
2903
2846
|
]
|
|
2904
2847
|
|
|
2905
2848
|
[[package]]
|
|
@@ -2925,12 +2868,12 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2925
2868
|
|
|
2926
2869
|
[[package]]
|
|
2927
2870
|
name = "security-framework"
|
|
2928
|
-
version = "3.
|
|
2871
|
+
version = "3.7.0"
|
|
2929
2872
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2930
|
-
checksum = "
|
|
2873
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
2931
2874
|
dependencies = [
|
|
2932
|
-
"bitflags 2.
|
|
2933
|
-
"core-foundation",
|
|
2875
|
+
"bitflags 2.11.1",
|
|
2876
|
+
"core-foundation 0.10.1",
|
|
2934
2877
|
"core-foundation-sys",
|
|
2935
2878
|
"libc",
|
|
2936
2879
|
"security-framework-sys",
|
|
@@ -2938,14 +2881,20 @@ dependencies = [
|
|
|
2938
2881
|
|
|
2939
2882
|
[[package]]
|
|
2940
2883
|
name = "security-framework-sys"
|
|
2941
|
-
version = "2.
|
|
2884
|
+
version = "2.17.0"
|
|
2942
2885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
-
checksum = "
|
|
2886
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
2944
2887
|
dependencies = [
|
|
2945
2888
|
"core-foundation-sys",
|
|
2946
2889
|
"libc",
|
|
2947
2890
|
]
|
|
2948
2891
|
|
|
2892
|
+
[[package]]
|
|
2893
|
+
name = "semver"
|
|
2894
|
+
version = "1.0.28"
|
|
2895
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2896
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2897
|
+
|
|
2949
2898
|
[[package]]
|
|
2950
2899
|
name = "seq-macro"
|
|
2951
2900
|
version = "0.3.6"
|
|
@@ -2954,34 +2903,45 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2954
2903
|
|
|
2955
2904
|
[[package]]
|
|
2956
2905
|
name = "serde"
|
|
2957
|
-
version = "1.0.
|
|
2906
|
+
version = "1.0.228"
|
|
2907
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2908
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2909
|
+
dependencies = [
|
|
2910
|
+
"serde_core",
|
|
2911
|
+
"serde_derive",
|
|
2912
|
+
]
|
|
2913
|
+
|
|
2914
|
+
[[package]]
|
|
2915
|
+
name = "serde_core"
|
|
2916
|
+
version = "1.0.228"
|
|
2958
2917
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2959
|
-
checksum = "
|
|
2918
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2960
2919
|
dependencies = [
|
|
2961
2920
|
"serde_derive",
|
|
2962
2921
|
]
|
|
2963
2922
|
|
|
2964
2923
|
[[package]]
|
|
2965
2924
|
name = "serde_derive"
|
|
2966
|
-
version = "1.0.
|
|
2925
|
+
version = "1.0.228"
|
|
2967
2926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2968
|
-
checksum = "
|
|
2927
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2969
2928
|
dependencies = [
|
|
2970
2929
|
"proc-macro2",
|
|
2971
2930
|
"quote",
|
|
2972
|
-
"syn 2.0.
|
|
2931
|
+
"syn 2.0.117",
|
|
2973
2932
|
]
|
|
2974
2933
|
|
|
2975
2934
|
[[package]]
|
|
2976
2935
|
name = "serde_json"
|
|
2977
|
-
version = "1.0.
|
|
2936
|
+
version = "1.0.149"
|
|
2978
2937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2979
|
-
checksum = "
|
|
2938
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
2980
2939
|
dependencies = [
|
|
2981
2940
|
"itoa",
|
|
2982
2941
|
"memchr",
|
|
2983
|
-
"ryu",
|
|
2984
2942
|
"serde",
|
|
2943
|
+
"serde_core",
|
|
2944
|
+
"zmij",
|
|
2985
2945
|
]
|
|
2986
2946
|
|
|
2987
2947
|
[[package]]
|
|
@@ -2997,12 +2957,13 @@ dependencies = [
|
|
|
2997
2957
|
|
|
2998
2958
|
[[package]]
|
|
2999
2959
|
name = "serde_path_to_error"
|
|
3000
|
-
version = "0.1.
|
|
2960
|
+
version = "0.1.20"
|
|
3001
2961
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3002
|
-
checksum = "
|
|
2962
|
+
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
|
3003
2963
|
dependencies = [
|
|
3004
2964
|
"itoa",
|
|
3005
2965
|
"serde",
|
|
2966
|
+
"serde_core",
|
|
3006
2967
|
]
|
|
3007
2968
|
|
|
3008
2969
|
[[package]]
|
|
@@ -3024,7 +2985,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3024
2985
|
checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
|
|
3025
2986
|
dependencies = [
|
|
3026
2987
|
"base64ct",
|
|
3027
|
-
"rand 0.8.
|
|
2988
|
+
"rand 0.8.6",
|
|
3028
2989
|
"sha2",
|
|
3029
2990
|
"subtle",
|
|
3030
2991
|
]
|
|
@@ -3068,9 +3029,9 @@ dependencies = [
|
|
|
3068
3029
|
|
|
3069
3030
|
[[package]]
|
|
3070
3031
|
name = "shell-words"
|
|
3071
|
-
version = "1.1.
|
|
3032
|
+
version = "1.1.1"
|
|
3072
3033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3073
|
-
checksum = "
|
|
3034
|
+
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
3074
3035
|
|
|
3075
3036
|
[[package]]
|
|
3076
3037
|
name = "shlex"
|
|
@@ -3080,68 +3041,82 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3080
3041
|
|
|
3081
3042
|
[[package]]
|
|
3082
3043
|
name = "signal-hook-registry"
|
|
3083
|
-
version = "1.4.
|
|
3044
|
+
version = "1.4.8"
|
|
3084
3045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3085
|
-
checksum = "
|
|
3046
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
3086
3047
|
dependencies = [
|
|
3048
|
+
"errno",
|
|
3087
3049
|
"libc",
|
|
3088
3050
|
]
|
|
3089
3051
|
|
|
3052
|
+
[[package]]
|
|
3053
|
+
name = "simd-adler32"
|
|
3054
|
+
version = "0.3.9"
|
|
3055
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3056
|
+
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
3057
|
+
|
|
3090
3058
|
[[package]]
|
|
3091
3059
|
name = "simple_asn1"
|
|
3092
|
-
version = "0.6.
|
|
3060
|
+
version = "0.6.4"
|
|
3093
3061
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3094
|
-
checksum = "
|
|
3062
|
+
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
3095
3063
|
dependencies = [
|
|
3096
3064
|
"num-bigint",
|
|
3097
3065
|
"num-traits",
|
|
3098
|
-
"thiserror 2.0.
|
|
3066
|
+
"thiserror 2.0.18",
|
|
3099
3067
|
"time",
|
|
3100
3068
|
]
|
|
3101
3069
|
|
|
3102
3070
|
[[package]]
|
|
3103
3071
|
name = "simple_logger"
|
|
3104
|
-
version = "5.
|
|
3072
|
+
version = "5.2.0"
|
|
3105
3073
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3106
|
-
checksum = "
|
|
3074
|
+
checksum = "c7038d0e96661bf9ce647e1a6f6ef6d6f3663f66d9bf741abf14ba4876071c17"
|
|
3107
3075
|
dependencies = [
|
|
3108
3076
|
"colored",
|
|
3109
3077
|
"log",
|
|
3110
3078
|
"time",
|
|
3111
|
-
"windows-sys 0.
|
|
3079
|
+
"windows-sys 0.61.2",
|
|
3112
3080
|
]
|
|
3113
3081
|
|
|
3114
3082
|
[[package]]
|
|
3115
3083
|
name = "siphasher"
|
|
3116
|
-
version = "1.0.
|
|
3084
|
+
version = "1.0.2"
|
|
3117
3085
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3118
|
-
checksum = "
|
|
3086
|
+
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
3119
3087
|
|
|
3120
3088
|
[[package]]
|
|
3121
3089
|
name = "slab"
|
|
3122
|
-
version = "0.4.
|
|
3090
|
+
version = "0.4.12"
|
|
3123
3091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3124
|
-
checksum = "
|
|
3125
|
-
dependencies = [
|
|
3126
|
-
"autocfg",
|
|
3127
|
-
]
|
|
3092
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
3128
3093
|
|
|
3129
3094
|
[[package]]
|
|
3130
3095
|
name = "smallvec"
|
|
3131
|
-
version = "1.15.
|
|
3096
|
+
version = "1.15.1"
|
|
3132
3097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3133
|
-
checksum = "
|
|
3098
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
3134
3099
|
|
|
3135
3100
|
[[package]]
|
|
3136
3101
|
name = "socket2"
|
|
3137
|
-
version = "0.5.
|
|
3102
|
+
version = "0.5.10"
|
|
3138
3103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3139
|
-
checksum = "
|
|
3104
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
3140
3105
|
dependencies = [
|
|
3141
3106
|
"libc",
|
|
3142
3107
|
"windows-sys 0.52.0",
|
|
3143
3108
|
]
|
|
3144
3109
|
|
|
3110
|
+
[[package]]
|
|
3111
|
+
name = "socket2"
|
|
3112
|
+
version = "0.6.3"
|
|
3113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3114
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
3115
|
+
dependencies = [
|
|
3116
|
+
"libc",
|
|
3117
|
+
"windows-sys 0.61.2",
|
|
3118
|
+
]
|
|
3119
|
+
|
|
3145
3120
|
[[package]]
|
|
3146
3121
|
name = "spin"
|
|
3147
3122
|
version = "0.9.8"
|
|
@@ -3150,9 +3125,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
3150
3125
|
|
|
3151
3126
|
[[package]]
|
|
3152
3127
|
name = "stable_deref_trait"
|
|
3153
|
-
version = "1.2.
|
|
3128
|
+
version = "1.2.1"
|
|
3154
3129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3155
|
-
checksum = "
|
|
3130
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
3156
3131
|
|
|
3157
3132
|
[[package]]
|
|
3158
3133
|
name = "strsim"
|
|
@@ -3196,6 +3171,12 @@ version = "2.6.1"
|
|
|
3196
3171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3197
3172
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3198
3173
|
|
|
3174
|
+
[[package]]
|
|
3175
|
+
name = "symlink"
|
|
3176
|
+
version = "0.1.0"
|
|
3177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3178
|
+
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
3179
|
+
|
|
3199
3180
|
[[package]]
|
|
3200
3181
|
name = "syn"
|
|
3201
3182
|
version = "1.0.109"
|
|
@@ -3209,9 +3190,9 @@ dependencies = [
|
|
|
3209
3190
|
|
|
3210
3191
|
[[package]]
|
|
3211
3192
|
name = "syn"
|
|
3212
|
-
version = "2.0.
|
|
3193
|
+
version = "2.0.117"
|
|
3213
3194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3214
|
-
checksum = "
|
|
3195
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
3215
3196
|
dependencies = [
|
|
3216
3197
|
"proc-macro2",
|
|
3217
3198
|
"quote",
|
|
@@ -3235,7 +3216,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
3235
3216
|
dependencies = [
|
|
3236
3217
|
"proc-macro2",
|
|
3237
3218
|
"quote",
|
|
3238
|
-
"syn 2.0.
|
|
3219
|
+
"syn 2.0.117",
|
|
3239
3220
|
]
|
|
3240
3221
|
|
|
3241
3222
|
[[package]]
|
|
@@ -3252,6 +3233,27 @@ dependencies = [
|
|
|
3252
3233
|
"windows",
|
|
3253
3234
|
]
|
|
3254
3235
|
|
|
3236
|
+
[[package]]
|
|
3237
|
+
name = "system-configuration"
|
|
3238
|
+
version = "0.7.0"
|
|
3239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3240
|
+
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3241
|
+
dependencies = [
|
|
3242
|
+
"bitflags 2.11.1",
|
|
3243
|
+
"core-foundation 0.9.4",
|
|
3244
|
+
"system-configuration-sys",
|
|
3245
|
+
]
|
|
3246
|
+
|
|
3247
|
+
[[package]]
|
|
3248
|
+
name = "system-configuration-sys"
|
|
3249
|
+
version = "0.6.0"
|
|
3250
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3251
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3252
|
+
dependencies = [
|
|
3253
|
+
"core-foundation-sys",
|
|
3254
|
+
"libc",
|
|
3255
|
+
]
|
|
3256
|
+
|
|
3255
3257
|
[[package]]
|
|
3256
3258
|
name = "tap"
|
|
3257
3259
|
version = "1.0.1"
|
|
@@ -3260,15 +3262,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
3260
3262
|
|
|
3261
3263
|
[[package]]
|
|
3262
3264
|
name = "tempfile"
|
|
3263
|
-
version = "3.
|
|
3265
|
+
version = "3.27.0"
|
|
3264
3266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3265
|
-
checksum = "
|
|
3267
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3266
3268
|
dependencies = [
|
|
3267
3269
|
"fastrand",
|
|
3268
|
-
"getrandom 0.
|
|
3270
|
+
"getrandom 0.4.2",
|
|
3269
3271
|
"once_cell",
|
|
3270
|
-
"rustix
|
|
3271
|
-
"windows-sys 0.
|
|
3272
|
+
"rustix",
|
|
3273
|
+
"windows-sys 0.61.2",
|
|
3272
3274
|
]
|
|
3273
3275
|
|
|
3274
3276
|
[[package]]
|
|
@@ -3291,11 +3293,11 @@ dependencies = [
|
|
|
3291
3293
|
|
|
3292
3294
|
[[package]]
|
|
3293
3295
|
name = "thiserror"
|
|
3294
|
-
version = "2.0.
|
|
3296
|
+
version = "2.0.18"
|
|
3295
3297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3296
|
-
checksum = "
|
|
3298
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
3297
3299
|
dependencies = [
|
|
3298
|
-
"thiserror-impl 2.0.
|
|
3300
|
+
"thiserror-impl 2.0.18",
|
|
3299
3301
|
]
|
|
3300
3302
|
|
|
3301
3303
|
[[package]]
|
|
@@ -3306,35 +3308,34 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
3306
3308
|
dependencies = [
|
|
3307
3309
|
"proc-macro2",
|
|
3308
3310
|
"quote",
|
|
3309
|
-
"syn 2.0.
|
|
3311
|
+
"syn 2.0.117",
|
|
3310
3312
|
]
|
|
3311
3313
|
|
|
3312
3314
|
[[package]]
|
|
3313
3315
|
name = "thiserror-impl"
|
|
3314
|
-
version = "2.0.
|
|
3316
|
+
version = "2.0.18"
|
|
3315
3317
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3316
|
-
checksum = "
|
|
3318
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
3317
3319
|
dependencies = [
|
|
3318
3320
|
"proc-macro2",
|
|
3319
3321
|
"quote",
|
|
3320
|
-
"syn 2.0.
|
|
3322
|
+
"syn 2.0.117",
|
|
3321
3323
|
]
|
|
3322
3324
|
|
|
3323
3325
|
[[package]]
|
|
3324
3326
|
name = "thread_local"
|
|
3325
|
-
version = "1.1.
|
|
3327
|
+
version = "1.1.9"
|
|
3326
3328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3327
|
-
checksum = "
|
|
3329
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
3328
3330
|
dependencies = [
|
|
3329
3331
|
"cfg-if",
|
|
3330
|
-
"once_cell",
|
|
3331
3332
|
]
|
|
3332
3333
|
|
|
3333
3334
|
[[package]]
|
|
3334
3335
|
name = "time"
|
|
3335
|
-
version = "0.3.
|
|
3336
|
+
version = "0.3.47"
|
|
3336
3337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3337
|
-
checksum = "
|
|
3338
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
3338
3339
|
dependencies = [
|
|
3339
3340
|
"deranged",
|
|
3340
3341
|
"itoa",
|
|
@@ -3342,22 +3343,22 @@ dependencies = [
|
|
|
3342
3343
|
"num-conv",
|
|
3343
3344
|
"num_threads",
|
|
3344
3345
|
"powerfmt",
|
|
3345
|
-
"
|
|
3346
|
+
"serde_core",
|
|
3346
3347
|
"time-core",
|
|
3347
3348
|
"time-macros",
|
|
3348
3349
|
]
|
|
3349
3350
|
|
|
3350
3351
|
[[package]]
|
|
3351
3352
|
name = "time-core"
|
|
3352
|
-
version = "0.1.
|
|
3353
|
+
version = "0.1.8"
|
|
3353
3354
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3354
|
-
checksum = "
|
|
3355
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
3355
3356
|
|
|
3356
3357
|
[[package]]
|
|
3357
3358
|
name = "time-macros"
|
|
3358
|
-
version = "0.2.
|
|
3359
|
+
version = "0.2.27"
|
|
3359
3360
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3360
|
-
checksum = "
|
|
3361
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
3361
3362
|
dependencies = [
|
|
3362
3363
|
"num-conv",
|
|
3363
3364
|
"time-core",
|
|
@@ -3365,9 +3366,9 @@ dependencies = [
|
|
|
3365
3366
|
|
|
3366
3367
|
[[package]]
|
|
3367
3368
|
name = "tinystr"
|
|
3368
|
-
version = "0.
|
|
3369
|
+
version = "0.8.3"
|
|
3369
3370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3370
|
-
checksum = "
|
|
3371
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
3371
3372
|
dependencies = [
|
|
3372
3373
|
"displaydoc",
|
|
3373
3374
|
"zerovec",
|
|
@@ -3375,9 +3376,9 @@ dependencies = [
|
|
|
3375
3376
|
|
|
3376
3377
|
[[package]]
|
|
3377
3378
|
name = "tinyvec"
|
|
3378
|
-
version = "1.
|
|
3379
|
+
version = "1.11.0"
|
|
3379
3380
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3380
|
-
checksum = "
|
|
3381
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
3381
3382
|
dependencies = [
|
|
3382
3383
|
"tinyvec_macros",
|
|
3383
3384
|
]
|
|
@@ -3390,38 +3391,37 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3390
3391
|
|
|
3391
3392
|
[[package]]
|
|
3392
3393
|
name = "tokio"
|
|
3393
|
-
version = "1.
|
|
3394
|
+
version = "1.52.1"
|
|
3394
3395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3395
|
-
checksum = "
|
|
3396
|
+
checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
|
|
3396
3397
|
dependencies = [
|
|
3397
|
-
"backtrace",
|
|
3398
3398
|
"bytes",
|
|
3399
3399
|
"libc",
|
|
3400
3400
|
"mio",
|
|
3401
3401
|
"parking_lot",
|
|
3402
3402
|
"pin-project-lite",
|
|
3403
3403
|
"signal-hook-registry",
|
|
3404
|
-
"socket2",
|
|
3404
|
+
"socket2 0.6.3",
|
|
3405
3405
|
"tokio-macros",
|
|
3406
|
-
"windows-sys 0.
|
|
3406
|
+
"windows-sys 0.61.2",
|
|
3407
3407
|
]
|
|
3408
3408
|
|
|
3409
3409
|
[[package]]
|
|
3410
3410
|
name = "tokio-macros"
|
|
3411
|
-
version = "2.
|
|
3411
|
+
version = "2.7.0"
|
|
3412
3412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3413
|
-
checksum = "
|
|
3413
|
+
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
3414
3414
|
dependencies = [
|
|
3415
3415
|
"proc-macro2",
|
|
3416
3416
|
"quote",
|
|
3417
|
-
"syn 2.0.
|
|
3417
|
+
"syn 2.0.117",
|
|
3418
3418
|
]
|
|
3419
3419
|
|
|
3420
3420
|
[[package]]
|
|
3421
3421
|
name = "tokio-rustls"
|
|
3422
|
-
version = "0.26.
|
|
3422
|
+
version = "0.26.4"
|
|
3423
3423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3424
|
-
checksum = "
|
|
3424
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3425
3425
|
dependencies = [
|
|
3426
3426
|
"rustls",
|
|
3427
3427
|
"tokio",
|
|
@@ -3429,9 +3429,9 @@ dependencies = [
|
|
|
3429
3429
|
|
|
3430
3430
|
[[package]]
|
|
3431
3431
|
name = "tokio-stream"
|
|
3432
|
-
version = "0.1.
|
|
3432
|
+
version = "0.1.18"
|
|
3433
3433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3434
|
-
checksum = "
|
|
3434
|
+
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
3435
3435
|
dependencies = [
|
|
3436
3436
|
"futures-core",
|
|
3437
3437
|
"pin-project-lite",
|
|
@@ -3452,9 +3452,9 @@ dependencies = [
|
|
|
3452
3452
|
|
|
3453
3453
|
[[package]]
|
|
3454
3454
|
name = "tokio-util"
|
|
3455
|
-
version = "0.7.
|
|
3455
|
+
version = "0.7.18"
|
|
3456
3456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3457
|
-
checksum = "
|
|
3457
|
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
3458
3458
|
dependencies = [
|
|
3459
3459
|
"bytes",
|
|
3460
3460
|
"futures-core",
|
|
@@ -3466,9 +3466,9 @@ dependencies = [
|
|
|
3466
3466
|
|
|
3467
3467
|
[[package]]
|
|
3468
3468
|
name = "tower"
|
|
3469
|
-
version = "0.5.
|
|
3469
|
+
version = "0.5.3"
|
|
3470
3470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3471
|
-
checksum = "
|
|
3471
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
3472
3472
|
dependencies = [
|
|
3473
3473
|
"futures-core",
|
|
3474
3474
|
"futures-util",
|
|
@@ -3480,6 +3480,24 @@ dependencies = [
|
|
|
3480
3480
|
"tracing",
|
|
3481
3481
|
]
|
|
3482
3482
|
|
|
3483
|
+
[[package]]
|
|
3484
|
+
name = "tower-http"
|
|
3485
|
+
version = "0.6.8"
|
|
3486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3487
|
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3488
|
+
dependencies = [
|
|
3489
|
+
"bitflags 2.11.1",
|
|
3490
|
+
"bytes",
|
|
3491
|
+
"futures-util",
|
|
3492
|
+
"http 1.4.0",
|
|
3493
|
+
"http-body 1.0.1",
|
|
3494
|
+
"iri-string",
|
|
3495
|
+
"pin-project-lite",
|
|
3496
|
+
"tower",
|
|
3497
|
+
"tower-layer",
|
|
3498
|
+
"tower-service",
|
|
3499
|
+
]
|
|
3500
|
+
|
|
3483
3501
|
[[package]]
|
|
3484
3502
|
name = "tower-layer"
|
|
3485
3503
|
version = "0.3.3"
|
|
@@ -3494,9 +3512,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3494
3512
|
|
|
3495
3513
|
[[package]]
|
|
3496
3514
|
name = "tracing"
|
|
3497
|
-
version = "0.1.
|
|
3515
|
+
version = "0.1.44"
|
|
3498
3516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3499
|
-
checksum = "
|
|
3517
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3500
3518
|
dependencies = [
|
|
3501
3519
|
"log",
|
|
3502
3520
|
"pin-project-lite",
|
|
@@ -3506,32 +3524,33 @@ dependencies = [
|
|
|
3506
3524
|
|
|
3507
3525
|
[[package]]
|
|
3508
3526
|
name = "tracing-appender"
|
|
3509
|
-
version = "0.2.
|
|
3527
|
+
version = "0.2.5"
|
|
3510
3528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3511
|
-
checksum = "
|
|
3529
|
+
checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c"
|
|
3512
3530
|
dependencies = [
|
|
3513
3531
|
"crossbeam-channel",
|
|
3514
|
-
"
|
|
3532
|
+
"symlink",
|
|
3533
|
+
"thiserror 2.0.18",
|
|
3515
3534
|
"time",
|
|
3516
3535
|
"tracing-subscriber",
|
|
3517
3536
|
]
|
|
3518
3537
|
|
|
3519
3538
|
[[package]]
|
|
3520
3539
|
name = "tracing-attributes"
|
|
3521
|
-
version = "0.1.
|
|
3540
|
+
version = "0.1.31"
|
|
3522
3541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3523
|
-
checksum = "
|
|
3542
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3524
3543
|
dependencies = [
|
|
3525
3544
|
"proc-macro2",
|
|
3526
3545
|
"quote",
|
|
3527
|
-
"syn 2.0.
|
|
3546
|
+
"syn 2.0.117",
|
|
3528
3547
|
]
|
|
3529
3548
|
|
|
3530
3549
|
[[package]]
|
|
3531
3550
|
name = "tracing-core"
|
|
3532
|
-
version = "0.1.
|
|
3551
|
+
version = "0.1.36"
|
|
3533
3552
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3534
|
-
checksum = "
|
|
3553
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3535
3554
|
dependencies = [
|
|
3536
3555
|
"once_cell",
|
|
3537
3556
|
"valuable",
|
|
@@ -3560,14 +3579,14 @@ dependencies = [
|
|
|
3560
3579
|
|
|
3561
3580
|
[[package]]
|
|
3562
3581
|
name = "tracing-subscriber"
|
|
3563
|
-
version = "0.3.
|
|
3582
|
+
version = "0.3.23"
|
|
3564
3583
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3565
|
-
checksum = "
|
|
3584
|
+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
3566
3585
|
dependencies = [
|
|
3567
3586
|
"matchers",
|
|
3568
3587
|
"nu-ansi-term",
|
|
3569
3588
|
"once_cell",
|
|
3570
|
-
"regex",
|
|
3589
|
+
"regex-automata",
|
|
3571
3590
|
"serde",
|
|
3572
3591
|
"serde_json",
|
|
3573
3592
|
"sharded-slab",
|
|
@@ -3594,10 +3613,10 @@ dependencies = [
|
|
|
3594
3613
|
"byteorder",
|
|
3595
3614
|
"bytes",
|
|
3596
3615
|
"data-encoding",
|
|
3597
|
-
"http 1.
|
|
3616
|
+
"http 1.4.0",
|
|
3598
3617
|
"httparse",
|
|
3599
3618
|
"log",
|
|
3600
|
-
"rand 0.8.
|
|
3619
|
+
"rand 0.8.6",
|
|
3601
3620
|
"sha1",
|
|
3602
3621
|
"thiserror 1.0.69",
|
|
3603
3622
|
"url",
|
|
@@ -3606,27 +3625,27 @@ dependencies = [
|
|
|
3606
3625
|
|
|
3607
3626
|
[[package]]
|
|
3608
3627
|
name = "typenum"
|
|
3609
|
-
version = "1.
|
|
3628
|
+
version = "1.20.0"
|
|
3610
3629
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3611
|
-
checksum = "
|
|
3630
|
+
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
|
|
3612
3631
|
|
|
3613
3632
|
[[package]]
|
|
3614
3633
|
name = "unicase"
|
|
3615
|
-
version = "2.
|
|
3634
|
+
version = "2.9.0"
|
|
3616
3635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3617
|
-
checksum = "
|
|
3636
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
3618
3637
|
|
|
3619
3638
|
[[package]]
|
|
3620
3639
|
name = "unicode-ident"
|
|
3621
|
-
version = "1.0.
|
|
3640
|
+
version = "1.0.24"
|
|
3622
3641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3623
|
-
checksum = "
|
|
3642
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3624
3643
|
|
|
3625
3644
|
[[package]]
|
|
3626
3645
|
name = "unicode-segmentation"
|
|
3627
|
-
version = "1.
|
|
3646
|
+
version = "1.13.2"
|
|
3628
3647
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3629
|
-
checksum = "
|
|
3648
|
+
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
|
|
3630
3649
|
|
|
3631
3650
|
[[package]]
|
|
3632
3651
|
name = "unicode-width"
|
|
@@ -3648,13 +3667,14 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3648
3667
|
|
|
3649
3668
|
[[package]]
|
|
3650
3669
|
name = "url"
|
|
3651
|
-
version = "2.5.
|
|
3670
|
+
version = "2.5.8"
|
|
3652
3671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3653
|
-
checksum = "
|
|
3672
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
3654
3673
|
dependencies = [
|
|
3655
3674
|
"form_urlencoded",
|
|
3656
3675
|
"idna",
|
|
3657
3676
|
"percent-encoding",
|
|
3677
|
+
"serde",
|
|
3658
3678
|
]
|
|
3659
3679
|
|
|
3660
3680
|
[[package]]
|
|
@@ -3663,12 +3683,6 @@ version = "0.7.6"
|
|
|
3663
3683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3664
3684
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
3665
3685
|
|
|
3666
|
-
[[package]]
|
|
3667
|
-
name = "utf16_iter"
|
|
3668
|
-
version = "1.0.5"
|
|
3669
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3670
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
3671
|
-
|
|
3672
3686
|
[[package]]
|
|
3673
3687
|
name = "utf8_iter"
|
|
3674
3688
|
version = "1.0.4"
|
|
@@ -3749,63 +3763,56 @@ dependencies = [
|
|
|
3749
3763
|
|
|
3750
3764
|
[[package]]
|
|
3751
3765
|
name = "wasi"
|
|
3752
|
-
version = "0.11.
|
|
3766
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
3753
3767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3754
|
-
checksum = "
|
|
3768
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3755
3769
|
|
|
3756
3770
|
[[package]]
|
|
3757
|
-
name = "
|
|
3758
|
-
version = "0.
|
|
3771
|
+
name = "wasip2"
|
|
3772
|
+
version = "1.0.3+wasi-0.2.9"
|
|
3759
3773
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3760
|
-
checksum = "
|
|
3774
|
+
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
3761
3775
|
dependencies = [
|
|
3762
|
-
"wit-bindgen
|
|
3776
|
+
"wit-bindgen 0.57.1",
|
|
3763
3777
|
]
|
|
3764
3778
|
|
|
3765
3779
|
[[package]]
|
|
3766
|
-
name = "
|
|
3767
|
-
version = "0.
|
|
3780
|
+
name = "wasip3"
|
|
3781
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3768
3782
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3769
|
-
checksum = "
|
|
3783
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
3770
3784
|
dependencies = [
|
|
3771
|
-
"
|
|
3772
|
-
"once_cell",
|
|
3773
|
-
"rustversion",
|
|
3774
|
-
"wasm-bindgen-macro",
|
|
3785
|
+
"wit-bindgen 0.51.0",
|
|
3775
3786
|
]
|
|
3776
3787
|
|
|
3777
3788
|
[[package]]
|
|
3778
|
-
name = "wasm-bindgen
|
|
3779
|
-
version = "0.2.
|
|
3789
|
+
name = "wasm-bindgen"
|
|
3790
|
+
version = "0.2.118"
|
|
3780
3791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3781
|
-
checksum = "
|
|
3792
|
+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
|
3782
3793
|
dependencies = [
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
"syn 2.0.101",
|
|
3794
|
+
"cfg-if",
|
|
3795
|
+
"once_cell",
|
|
3796
|
+
"rustversion",
|
|
3797
|
+
"wasm-bindgen-macro",
|
|
3788
3798
|
"wasm-bindgen-shared",
|
|
3789
3799
|
]
|
|
3790
3800
|
|
|
3791
3801
|
[[package]]
|
|
3792
3802
|
name = "wasm-bindgen-futures"
|
|
3793
|
-
version = "0.4.
|
|
3803
|
+
version = "0.4.68"
|
|
3794
3804
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3795
|
-
checksum = "
|
|
3805
|
+
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
|
3796
3806
|
dependencies = [
|
|
3797
|
-
"cfg-if",
|
|
3798
3807
|
"js-sys",
|
|
3799
|
-
"once_cell",
|
|
3800
3808
|
"wasm-bindgen",
|
|
3801
|
-
"web-sys",
|
|
3802
3809
|
]
|
|
3803
3810
|
|
|
3804
3811
|
[[package]]
|
|
3805
3812
|
name = "wasm-bindgen-macro"
|
|
3806
|
-
version = "0.2.
|
|
3813
|
+
version = "0.2.118"
|
|
3807
3814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3808
|
-
checksum = "
|
|
3815
|
+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
|
3809
3816
|
dependencies = [
|
|
3810
3817
|
"quote",
|
|
3811
3818
|
"wasm-bindgen-macro-support",
|
|
@@ -3813,26 +3820,48 @@ dependencies = [
|
|
|
3813
3820
|
|
|
3814
3821
|
[[package]]
|
|
3815
3822
|
name = "wasm-bindgen-macro-support"
|
|
3816
|
-
version = "0.2.
|
|
3823
|
+
version = "0.2.118"
|
|
3817
3824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3818
|
-
checksum = "
|
|
3825
|
+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
|
3819
3826
|
dependencies = [
|
|
3827
|
+
"bumpalo",
|
|
3820
3828
|
"proc-macro2",
|
|
3821
3829
|
"quote",
|
|
3822
|
-
"syn 2.0.
|
|
3823
|
-
"wasm-bindgen-backend",
|
|
3830
|
+
"syn 2.0.117",
|
|
3824
3831
|
"wasm-bindgen-shared",
|
|
3825
3832
|
]
|
|
3826
3833
|
|
|
3827
3834
|
[[package]]
|
|
3828
3835
|
name = "wasm-bindgen-shared"
|
|
3829
|
-
version = "0.2.
|
|
3836
|
+
version = "0.2.118"
|
|
3830
3837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3831
|
-
checksum = "
|
|
3838
|
+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
|
3832
3839
|
dependencies = [
|
|
3833
3840
|
"unicode-ident",
|
|
3834
3841
|
]
|
|
3835
3842
|
|
|
3843
|
+
[[package]]
|
|
3844
|
+
name = "wasm-encoder"
|
|
3845
|
+
version = "0.244.0"
|
|
3846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3847
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3848
|
+
dependencies = [
|
|
3849
|
+
"leb128fmt",
|
|
3850
|
+
"wasmparser",
|
|
3851
|
+
]
|
|
3852
|
+
|
|
3853
|
+
[[package]]
|
|
3854
|
+
name = "wasm-metadata"
|
|
3855
|
+
version = "0.244.0"
|
|
3856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3857
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3858
|
+
dependencies = [
|
|
3859
|
+
"anyhow",
|
|
3860
|
+
"indexmap",
|
|
3861
|
+
"wasm-encoder",
|
|
3862
|
+
"wasmparser",
|
|
3863
|
+
]
|
|
3864
|
+
|
|
3836
3865
|
[[package]]
|
|
3837
3866
|
name = "wasm-streams"
|
|
3838
3867
|
version = "0.4.2"
|
|
@@ -3846,11 +3875,23 @@ dependencies = [
|
|
|
3846
3875
|
"web-sys",
|
|
3847
3876
|
]
|
|
3848
3877
|
|
|
3878
|
+
[[package]]
|
|
3879
|
+
name = "wasmparser"
|
|
3880
|
+
version = "0.244.0"
|
|
3881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3883
|
+
dependencies = [
|
|
3884
|
+
"bitflags 2.11.1",
|
|
3885
|
+
"hashbrown 0.15.5",
|
|
3886
|
+
"indexmap",
|
|
3887
|
+
"semver",
|
|
3888
|
+
]
|
|
3889
|
+
|
|
3849
3890
|
[[package]]
|
|
3850
3891
|
name = "web-sys"
|
|
3851
|
-
version = "0.3.
|
|
3892
|
+
version = "0.3.95"
|
|
3852
3893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3853
|
-
checksum = "
|
|
3894
|
+
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
|
3854
3895
|
dependencies = [
|
|
3855
3896
|
"js-sys",
|
|
3856
3897
|
"wasm-bindgen",
|
|
@@ -3868,23 +3909,20 @@ dependencies = [
|
|
|
3868
3909
|
|
|
3869
3910
|
[[package]]
|
|
3870
3911
|
name = "webpki-roots"
|
|
3871
|
-
version = "0.26.
|
|
3912
|
+
version = "0.26.11"
|
|
3872
3913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3873
|
-
checksum = "
|
|
3914
|
+
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
3874
3915
|
dependencies = [
|
|
3875
|
-
"
|
|
3916
|
+
"webpki-roots 1.0.7",
|
|
3876
3917
|
]
|
|
3877
3918
|
|
|
3878
3919
|
[[package]]
|
|
3879
|
-
name = "
|
|
3880
|
-
version = "
|
|
3920
|
+
name = "webpki-roots"
|
|
3921
|
+
version = "1.0.7"
|
|
3881
3922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
-
checksum = "
|
|
3923
|
+
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
|
|
3883
3924
|
dependencies = [
|
|
3884
|
-
"
|
|
3885
|
-
"home",
|
|
3886
|
-
"once_cell",
|
|
3887
|
-
"rustix 0.38.44",
|
|
3925
|
+
"rustls-pki-types",
|
|
3888
3926
|
]
|
|
3889
3927
|
|
|
3890
3928
|
[[package]]
|
|
@@ -3905,11 +3943,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3905
3943
|
|
|
3906
3944
|
[[package]]
|
|
3907
3945
|
name = "winapi-util"
|
|
3908
|
-
version = "0.1.
|
|
3946
|
+
version = "0.1.11"
|
|
3909
3947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3910
|
-
checksum = "
|
|
3948
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3911
3949
|
dependencies = [
|
|
3912
|
-
"windows-sys 0.
|
|
3950
|
+
"windows-sys 0.61.2",
|
|
3913
3951
|
]
|
|
3914
3952
|
|
|
3915
3953
|
[[package]]
|
|
@@ -3942,15 +3980,15 @@ dependencies = [
|
|
|
3942
3980
|
|
|
3943
3981
|
[[package]]
|
|
3944
3982
|
name = "windows-core"
|
|
3945
|
-
version = "0.
|
|
3983
|
+
version = "0.62.2"
|
|
3946
3984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3947
|
-
checksum = "
|
|
3985
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
3948
3986
|
dependencies = [
|
|
3949
|
-
"windows-implement 0.60.
|
|
3950
|
-
"windows-interface 0.59.
|
|
3987
|
+
"windows-implement 0.60.2",
|
|
3988
|
+
"windows-interface 0.59.3",
|
|
3951
3989
|
"windows-link",
|
|
3952
|
-
"windows-result 0.
|
|
3953
|
-
"windows-strings
|
|
3990
|
+
"windows-result 0.4.1",
|
|
3991
|
+
"windows-strings",
|
|
3954
3992
|
]
|
|
3955
3993
|
|
|
3956
3994
|
[[package]]
|
|
@@ -3961,18 +3999,18 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
3961
3999
|
dependencies = [
|
|
3962
4000
|
"proc-macro2",
|
|
3963
4001
|
"quote",
|
|
3964
|
-
"syn 2.0.
|
|
4002
|
+
"syn 2.0.117",
|
|
3965
4003
|
]
|
|
3966
4004
|
|
|
3967
4005
|
[[package]]
|
|
3968
4006
|
name = "windows-implement"
|
|
3969
|
-
version = "0.60.
|
|
4007
|
+
version = "0.60.2"
|
|
3970
4008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3971
|
-
checksum = "
|
|
4009
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
3972
4010
|
dependencies = [
|
|
3973
4011
|
"proc-macro2",
|
|
3974
4012
|
"quote",
|
|
3975
|
-
"syn 2.0.
|
|
4013
|
+
"syn 2.0.117",
|
|
3976
4014
|
]
|
|
3977
4015
|
|
|
3978
4016
|
[[package]]
|
|
@@ -3983,35 +4021,35 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
3983
4021
|
dependencies = [
|
|
3984
4022
|
"proc-macro2",
|
|
3985
4023
|
"quote",
|
|
3986
|
-
"syn 2.0.
|
|
4024
|
+
"syn 2.0.117",
|
|
3987
4025
|
]
|
|
3988
4026
|
|
|
3989
4027
|
[[package]]
|
|
3990
4028
|
name = "windows-interface"
|
|
3991
|
-
version = "0.59.
|
|
4029
|
+
version = "0.59.3"
|
|
3992
4030
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3993
|
-
checksum = "
|
|
4031
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
3994
4032
|
dependencies = [
|
|
3995
4033
|
"proc-macro2",
|
|
3996
4034
|
"quote",
|
|
3997
|
-
"syn 2.0.
|
|
4035
|
+
"syn 2.0.117",
|
|
3998
4036
|
]
|
|
3999
4037
|
|
|
4000
4038
|
[[package]]
|
|
4001
4039
|
name = "windows-link"
|
|
4002
|
-
version = "0.
|
|
4040
|
+
version = "0.2.1"
|
|
4003
4041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4004
|
-
checksum = "
|
|
4042
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
4005
4043
|
|
|
4006
4044
|
[[package]]
|
|
4007
4045
|
name = "windows-registry"
|
|
4008
|
-
version = "0.
|
|
4046
|
+
version = "0.6.1"
|
|
4009
4047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4010
|
-
checksum = "
|
|
4048
|
+
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
4011
4049
|
dependencies = [
|
|
4012
|
-
"windows-
|
|
4013
|
-
"windows-
|
|
4014
|
-
"windows-
|
|
4050
|
+
"windows-link",
|
|
4051
|
+
"windows-result 0.4.1",
|
|
4052
|
+
"windows-strings",
|
|
4015
4053
|
]
|
|
4016
4054
|
|
|
4017
4055
|
[[package]]
|
|
@@ -4025,40 +4063,22 @@ dependencies = [
|
|
|
4025
4063
|
|
|
4026
4064
|
[[package]]
|
|
4027
4065
|
name = "windows-result"
|
|
4028
|
-
version = "0.
|
|
4029
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4030
|
-
checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
|
|
4031
|
-
dependencies = [
|
|
4032
|
-
"windows-link",
|
|
4033
|
-
]
|
|
4034
|
-
|
|
4035
|
-
[[package]]
|
|
4036
|
-
name = "windows-strings"
|
|
4037
|
-
version = "0.3.1"
|
|
4066
|
+
version = "0.4.1"
|
|
4038
4067
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4039
|
-
checksum = "
|
|
4068
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
4040
4069
|
dependencies = [
|
|
4041
4070
|
"windows-link",
|
|
4042
4071
|
]
|
|
4043
4072
|
|
|
4044
4073
|
[[package]]
|
|
4045
4074
|
name = "windows-strings"
|
|
4046
|
-
version = "0.
|
|
4075
|
+
version = "0.5.1"
|
|
4047
4076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4048
|
-
checksum = "
|
|
4077
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
4049
4078
|
dependencies = [
|
|
4050
4079
|
"windows-link",
|
|
4051
4080
|
]
|
|
4052
4081
|
|
|
4053
|
-
[[package]]
|
|
4054
|
-
name = "windows-sys"
|
|
4055
|
-
version = "0.48.0"
|
|
4056
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4057
|
-
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
4058
|
-
dependencies = [
|
|
4059
|
-
"windows-targets 0.48.5",
|
|
4060
|
-
]
|
|
4061
|
-
|
|
4062
4082
|
[[package]]
|
|
4063
4083
|
name = "windows-sys"
|
|
4064
4084
|
version = "0.52.0"
|
|
@@ -4070,26 +4090,20 @@ dependencies = [
|
|
|
4070
4090
|
|
|
4071
4091
|
[[package]]
|
|
4072
4092
|
name = "windows-sys"
|
|
4073
|
-
version = "0.
|
|
4093
|
+
version = "0.60.2"
|
|
4074
4094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4075
|
-
checksum = "
|
|
4095
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
4076
4096
|
dependencies = [
|
|
4077
|
-
"windows-targets 0.
|
|
4097
|
+
"windows-targets 0.53.5",
|
|
4078
4098
|
]
|
|
4079
4099
|
|
|
4080
4100
|
[[package]]
|
|
4081
|
-
name = "windows-
|
|
4082
|
-
version = "0.
|
|
4101
|
+
name = "windows-sys"
|
|
4102
|
+
version = "0.61.2"
|
|
4083
4103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4084
|
-
checksum = "
|
|
4104
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4085
4105
|
dependencies = [
|
|
4086
|
-
"
|
|
4087
|
-
"windows_aarch64_msvc 0.48.5",
|
|
4088
|
-
"windows_i686_gnu 0.48.5",
|
|
4089
|
-
"windows_i686_msvc 0.48.5",
|
|
4090
|
-
"windows_x86_64_gnu 0.48.5",
|
|
4091
|
-
"windows_x86_64_gnullvm 0.48.5",
|
|
4092
|
-
"windows_x86_64_msvc 0.48.5",
|
|
4106
|
+
"windows-link",
|
|
4093
4107
|
]
|
|
4094
4108
|
|
|
4095
4109
|
[[package]]
|
|
@@ -4110,26 +4124,21 @@ dependencies = [
|
|
|
4110
4124
|
|
|
4111
4125
|
[[package]]
|
|
4112
4126
|
name = "windows-targets"
|
|
4113
|
-
version = "0.53.
|
|
4127
|
+
version = "0.53.5"
|
|
4114
4128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4115
|
-
checksum = "
|
|
4129
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
4116
4130
|
dependencies = [
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4124
|
-
"
|
|
4131
|
+
"windows-link",
|
|
4132
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
4133
|
+
"windows_aarch64_msvc 0.53.1",
|
|
4134
|
+
"windows_i686_gnu 0.53.1",
|
|
4135
|
+
"windows_i686_gnullvm 0.53.1",
|
|
4136
|
+
"windows_i686_msvc 0.53.1",
|
|
4137
|
+
"windows_x86_64_gnu 0.53.1",
|
|
4138
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
4139
|
+
"windows_x86_64_msvc 0.53.1",
|
|
4125
4140
|
]
|
|
4126
4141
|
|
|
4127
|
-
[[package]]
|
|
4128
|
-
name = "windows_aarch64_gnullvm"
|
|
4129
|
-
version = "0.48.5"
|
|
4130
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4131
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
4132
|
-
|
|
4133
4142
|
[[package]]
|
|
4134
4143
|
name = "windows_aarch64_gnullvm"
|
|
4135
4144
|
version = "0.52.6"
|
|
@@ -4138,15 +4147,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
4138
4147
|
|
|
4139
4148
|
[[package]]
|
|
4140
4149
|
name = "windows_aarch64_gnullvm"
|
|
4141
|
-
version = "0.53.
|
|
4150
|
+
version = "0.53.1"
|
|
4142
4151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4143
|
-
checksum = "
|
|
4144
|
-
|
|
4145
|
-
[[package]]
|
|
4146
|
-
name = "windows_aarch64_msvc"
|
|
4147
|
-
version = "0.48.5"
|
|
4148
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4149
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
4152
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
4150
4153
|
|
|
4151
4154
|
[[package]]
|
|
4152
4155
|
name = "windows_aarch64_msvc"
|
|
@@ -4156,15 +4159,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
4156
4159
|
|
|
4157
4160
|
[[package]]
|
|
4158
4161
|
name = "windows_aarch64_msvc"
|
|
4159
|
-
version = "0.53.
|
|
4160
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4161
|
-
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
4162
|
-
|
|
4163
|
-
[[package]]
|
|
4164
|
-
name = "windows_i686_gnu"
|
|
4165
|
-
version = "0.48.5"
|
|
4162
|
+
version = "0.53.1"
|
|
4166
4163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4167
|
-
checksum = "
|
|
4164
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
4168
4165
|
|
|
4169
4166
|
[[package]]
|
|
4170
4167
|
name = "windows_i686_gnu"
|
|
@@ -4174,9 +4171,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
4174
4171
|
|
|
4175
4172
|
[[package]]
|
|
4176
4173
|
name = "windows_i686_gnu"
|
|
4177
|
-
version = "0.53.
|
|
4174
|
+
version = "0.53.1"
|
|
4178
4175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4179
|
-
checksum = "
|
|
4176
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
4180
4177
|
|
|
4181
4178
|
[[package]]
|
|
4182
4179
|
name = "windows_i686_gnullvm"
|
|
@@ -4186,15 +4183,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
4186
4183
|
|
|
4187
4184
|
[[package]]
|
|
4188
4185
|
name = "windows_i686_gnullvm"
|
|
4189
|
-
version = "0.53.
|
|
4190
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4191
|
-
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
|
4192
|
-
|
|
4193
|
-
[[package]]
|
|
4194
|
-
name = "windows_i686_msvc"
|
|
4195
|
-
version = "0.48.5"
|
|
4186
|
+
version = "0.53.1"
|
|
4196
4187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4197
|
-
checksum = "
|
|
4188
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
4198
4189
|
|
|
4199
4190
|
[[package]]
|
|
4200
4191
|
name = "windows_i686_msvc"
|
|
@@ -4204,15 +4195,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
4204
4195
|
|
|
4205
4196
|
[[package]]
|
|
4206
4197
|
name = "windows_i686_msvc"
|
|
4207
|
-
version = "0.53.
|
|
4198
|
+
version = "0.53.1"
|
|
4208
4199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4209
|
-
checksum = "
|
|
4210
|
-
|
|
4211
|
-
[[package]]
|
|
4212
|
-
name = "windows_x86_64_gnu"
|
|
4213
|
-
version = "0.48.5"
|
|
4214
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4215
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
4200
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
4216
4201
|
|
|
4217
4202
|
[[package]]
|
|
4218
4203
|
name = "windows_x86_64_gnu"
|
|
@@ -4222,15 +4207,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
4222
4207
|
|
|
4223
4208
|
[[package]]
|
|
4224
4209
|
name = "windows_x86_64_gnu"
|
|
4225
|
-
version = "0.53.
|
|
4226
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4227
|
-
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
|
4228
|
-
|
|
4229
|
-
[[package]]
|
|
4230
|
-
name = "windows_x86_64_gnullvm"
|
|
4231
|
-
version = "0.48.5"
|
|
4210
|
+
version = "0.53.1"
|
|
4232
4211
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4233
|
-
checksum = "
|
|
4212
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
4234
4213
|
|
|
4235
4214
|
[[package]]
|
|
4236
4215
|
name = "windows_x86_64_gnullvm"
|
|
@@ -4240,48 +4219,121 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
4240
4219
|
|
|
4241
4220
|
[[package]]
|
|
4242
4221
|
name = "windows_x86_64_gnullvm"
|
|
4243
|
-
version = "0.53.
|
|
4222
|
+
version = "0.53.1"
|
|
4244
4223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4245
|
-
checksum = "
|
|
4224
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
4246
4225
|
|
|
4247
4226
|
[[package]]
|
|
4248
4227
|
name = "windows_x86_64_msvc"
|
|
4249
|
-
version = "0.
|
|
4228
|
+
version = "0.52.6"
|
|
4250
4229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4251
|
-
checksum = "
|
|
4230
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4252
4231
|
|
|
4253
4232
|
[[package]]
|
|
4254
4233
|
name = "windows_x86_64_msvc"
|
|
4255
|
-
version = "0.
|
|
4234
|
+
version = "0.53.1"
|
|
4256
4235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4257
|
-
checksum = "
|
|
4236
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
4258
4237
|
|
|
4259
4238
|
[[package]]
|
|
4260
|
-
name = "
|
|
4261
|
-
version = "0.
|
|
4239
|
+
name = "wit-bindgen"
|
|
4240
|
+
version = "0.51.0"
|
|
4241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4242
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4243
|
+
dependencies = [
|
|
4244
|
+
"wit-bindgen-rust-macro",
|
|
4245
|
+
]
|
|
4246
|
+
|
|
4247
|
+
[[package]]
|
|
4248
|
+
name = "wit-bindgen"
|
|
4249
|
+
version = "0.57.1"
|
|
4262
4250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
-
checksum = "
|
|
4251
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
4264
4252
|
|
|
4265
4253
|
[[package]]
|
|
4266
|
-
name = "wit-bindgen-
|
|
4267
|
-
version = "0.
|
|
4254
|
+
name = "wit-bindgen-core"
|
|
4255
|
+
version = "0.51.0"
|
|
4268
4256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4269
|
-
checksum = "
|
|
4257
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
4270
4258
|
dependencies = [
|
|
4271
|
-
"
|
|
4259
|
+
"anyhow",
|
|
4260
|
+
"heck 0.5.0",
|
|
4261
|
+
"wit-parser",
|
|
4272
4262
|
]
|
|
4273
4263
|
|
|
4274
4264
|
[[package]]
|
|
4275
|
-
name = "
|
|
4276
|
-
version = "
|
|
4265
|
+
name = "wit-bindgen-rust"
|
|
4266
|
+
version = "0.51.0"
|
|
4277
4267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4278
|
-
checksum = "
|
|
4268
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
4269
|
+
dependencies = [
|
|
4270
|
+
"anyhow",
|
|
4271
|
+
"heck 0.5.0",
|
|
4272
|
+
"indexmap",
|
|
4273
|
+
"prettyplease",
|
|
4274
|
+
"syn 2.0.117",
|
|
4275
|
+
"wasm-metadata",
|
|
4276
|
+
"wit-bindgen-core",
|
|
4277
|
+
"wit-component",
|
|
4278
|
+
]
|
|
4279
|
+
|
|
4280
|
+
[[package]]
|
|
4281
|
+
name = "wit-bindgen-rust-macro"
|
|
4282
|
+
version = "0.51.0"
|
|
4283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
4285
|
+
dependencies = [
|
|
4286
|
+
"anyhow",
|
|
4287
|
+
"prettyplease",
|
|
4288
|
+
"proc-macro2",
|
|
4289
|
+
"quote",
|
|
4290
|
+
"syn 2.0.117",
|
|
4291
|
+
"wit-bindgen-core",
|
|
4292
|
+
"wit-bindgen-rust",
|
|
4293
|
+
]
|
|
4294
|
+
|
|
4295
|
+
[[package]]
|
|
4296
|
+
name = "wit-component"
|
|
4297
|
+
version = "0.244.0"
|
|
4298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4299
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
4300
|
+
dependencies = [
|
|
4301
|
+
"anyhow",
|
|
4302
|
+
"bitflags 2.11.1",
|
|
4303
|
+
"indexmap",
|
|
4304
|
+
"log",
|
|
4305
|
+
"serde",
|
|
4306
|
+
"serde_derive",
|
|
4307
|
+
"serde_json",
|
|
4308
|
+
"wasm-encoder",
|
|
4309
|
+
"wasm-metadata",
|
|
4310
|
+
"wasmparser",
|
|
4311
|
+
"wit-parser",
|
|
4312
|
+
]
|
|
4313
|
+
|
|
4314
|
+
[[package]]
|
|
4315
|
+
name = "wit-parser"
|
|
4316
|
+
version = "0.244.0"
|
|
4317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4318
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4319
|
+
dependencies = [
|
|
4320
|
+
"anyhow",
|
|
4321
|
+
"id-arena",
|
|
4322
|
+
"indexmap",
|
|
4323
|
+
"log",
|
|
4324
|
+
"semver",
|
|
4325
|
+
"serde",
|
|
4326
|
+
"serde_derive",
|
|
4327
|
+
"serde_json",
|
|
4328
|
+
"unicode-xid",
|
|
4329
|
+
"wasmparser",
|
|
4330
|
+
]
|
|
4279
4331
|
|
|
4280
4332
|
[[package]]
|
|
4281
4333
|
name = "writeable"
|
|
4282
|
-
version = "0.
|
|
4334
|
+
version = "0.6.3"
|
|
4283
4335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
-
checksum = "
|
|
4336
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
4285
4337
|
|
|
4286
4338
|
[[package]]
|
|
4287
4339
|
name = "x509-parser"
|
|
@@ -4312,11 +4364,10 @@ dependencies = [
|
|
|
4312
4364
|
|
|
4313
4365
|
[[package]]
|
|
4314
4366
|
name = "yoke"
|
|
4315
|
-
version = "0.
|
|
4367
|
+
version = "0.8.2"
|
|
4316
4368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4317
|
-
checksum = "
|
|
4369
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
4318
4370
|
dependencies = [
|
|
4319
|
-
"serde",
|
|
4320
4371
|
"stable_deref_trait",
|
|
4321
4372
|
"yoke-derive",
|
|
4322
4373
|
"zerofrom",
|
|
@@ -4324,88 +4375,79 @@ dependencies = [
|
|
|
4324
4375
|
|
|
4325
4376
|
[[package]]
|
|
4326
4377
|
name = "yoke-derive"
|
|
4327
|
-
version = "0.
|
|
4378
|
+
version = "0.8.2"
|
|
4328
4379
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4329
|
-
checksum = "
|
|
4380
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4330
4381
|
dependencies = [
|
|
4331
4382
|
"proc-macro2",
|
|
4332
4383
|
"quote",
|
|
4333
|
-
"syn 2.0.
|
|
4384
|
+
"syn 2.0.117",
|
|
4334
4385
|
"synstructure",
|
|
4335
4386
|
]
|
|
4336
4387
|
|
|
4337
4388
|
[[package]]
|
|
4338
4389
|
name = "zerocopy"
|
|
4339
|
-
version = "0.
|
|
4390
|
+
version = "0.8.48"
|
|
4340
4391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4341
|
-
checksum = "
|
|
4392
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
4342
4393
|
dependencies = [
|
|
4343
|
-
"zerocopy-derive
|
|
4344
|
-
]
|
|
4345
|
-
|
|
4346
|
-
[[package]]
|
|
4347
|
-
name = "zerocopy"
|
|
4348
|
-
version = "0.8.25"
|
|
4349
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4350
|
-
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
4351
|
-
dependencies = [
|
|
4352
|
-
"zerocopy-derive 0.8.25",
|
|
4394
|
+
"zerocopy-derive",
|
|
4353
4395
|
]
|
|
4354
4396
|
|
|
4355
4397
|
[[package]]
|
|
4356
4398
|
name = "zerocopy-derive"
|
|
4357
|
-
version = "0.
|
|
4399
|
+
version = "0.8.48"
|
|
4358
4400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4359
|
-
checksum = "
|
|
4401
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
4360
4402
|
dependencies = [
|
|
4361
4403
|
"proc-macro2",
|
|
4362
4404
|
"quote",
|
|
4363
|
-
"syn 2.0.
|
|
4364
|
-
]
|
|
4365
|
-
|
|
4366
|
-
[[package]]
|
|
4367
|
-
name = "zerocopy-derive"
|
|
4368
|
-
version = "0.8.25"
|
|
4369
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4370
|
-
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
4371
|
-
dependencies = [
|
|
4372
|
-
"proc-macro2",
|
|
4373
|
-
"quote",
|
|
4374
|
-
"syn 2.0.101",
|
|
4405
|
+
"syn 2.0.117",
|
|
4375
4406
|
]
|
|
4376
4407
|
|
|
4377
4408
|
[[package]]
|
|
4378
4409
|
name = "zerofrom"
|
|
4379
|
-
version = "0.1.
|
|
4410
|
+
version = "0.1.7"
|
|
4380
4411
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
-
checksum = "
|
|
4412
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
4382
4413
|
dependencies = [
|
|
4383
4414
|
"zerofrom-derive",
|
|
4384
4415
|
]
|
|
4385
4416
|
|
|
4386
4417
|
[[package]]
|
|
4387
4418
|
name = "zerofrom-derive"
|
|
4388
|
-
version = "0.1.
|
|
4419
|
+
version = "0.1.7"
|
|
4389
4420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4390
|
-
checksum = "
|
|
4421
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4391
4422
|
dependencies = [
|
|
4392
4423
|
"proc-macro2",
|
|
4393
4424
|
"quote",
|
|
4394
|
-
"syn 2.0.
|
|
4425
|
+
"syn 2.0.117",
|
|
4395
4426
|
"synstructure",
|
|
4396
4427
|
]
|
|
4397
4428
|
|
|
4398
4429
|
[[package]]
|
|
4399
4430
|
name = "zeroize"
|
|
4400
|
-
version = "1.8.
|
|
4431
|
+
version = "1.8.2"
|
|
4401
4432
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4402
|
-
checksum = "
|
|
4433
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4434
|
+
|
|
4435
|
+
[[package]]
|
|
4436
|
+
name = "zerotrie"
|
|
4437
|
+
version = "0.2.4"
|
|
4438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4439
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
4440
|
+
dependencies = [
|
|
4441
|
+
"displaydoc",
|
|
4442
|
+
"yoke",
|
|
4443
|
+
"zerofrom",
|
|
4444
|
+
]
|
|
4403
4445
|
|
|
4404
4446
|
[[package]]
|
|
4405
4447
|
name = "zerovec"
|
|
4406
|
-
version = "0.
|
|
4448
|
+
version = "0.11.6"
|
|
4407
4449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4408
|
-
checksum = "
|
|
4450
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
4409
4451
|
dependencies = [
|
|
4410
4452
|
"yoke",
|
|
4411
4453
|
"zerofrom",
|
|
@@ -4414,15 +4456,21 @@ dependencies = [
|
|
|
4414
4456
|
|
|
4415
4457
|
[[package]]
|
|
4416
4458
|
name = "zerovec-derive"
|
|
4417
|
-
version = "0.
|
|
4459
|
+
version = "0.11.3"
|
|
4418
4460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4419
|
-
checksum = "
|
|
4461
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
4420
4462
|
dependencies = [
|
|
4421
4463
|
"proc-macro2",
|
|
4422
4464
|
"quote",
|
|
4423
|
-
"syn 2.0.
|
|
4465
|
+
"syn 2.0.117",
|
|
4424
4466
|
]
|
|
4425
4467
|
|
|
4468
|
+
[[package]]
|
|
4469
|
+
name = "zmij"
|
|
4470
|
+
version = "1.0.21"
|
|
4471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4472
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
4473
|
+
|
|
4426
4474
|
[[package]]
|
|
4427
4475
|
name = "zstd"
|
|
4428
4476
|
version = "0.13.3"
|
|
@@ -4443,10 +4491,14 @@ dependencies = [
|
|
|
4443
4491
|
|
|
4444
4492
|
[[package]]
|
|
4445
4493
|
name = "zstd-sys"
|
|
4446
|
-
version = "2.0.
|
|
4494
|
+
version = "2.0.16+zstd.1.5.7"
|
|
4447
4495
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4448
|
-
checksum = "
|
|
4496
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
4449
4497
|
dependencies = [
|
|
4450
4498
|
"cc",
|
|
4451
4499
|
"pkg-config",
|
|
4452
4500
|
]
|
|
4501
|
+
|
|
4502
|
+
[[patch.unused]]
|
|
4503
|
+
name = "rb-sys-build"
|
|
4504
|
+
version = "0.9.124"
|