itsi 0.2.23 → 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/CHANGELOG.md +8 -0
- data/Cargo.lock +991 -939
- data/Dockerfile +2 -2
- data/crates/itsi_scheduler/Cargo.toml +1 -1
- data/crates/itsi_server/Cargo.lock +2 -2
- data/crates/itsi_server/Cargo.toml +1 -1
- data/crates/itsi_server/src/server/binds/listener.rs +113 -68
- data/crates/itsi_server/src/server/serve_strategy/acceptor.rs +35 -11
- data/crates/itsi_server/src/server/serve_strategy/single_mode.rs +2 -1
- data/gems/scheduler/Cargo.lock +4043 -509
- data/gems/scheduler/lib/itsi/scheduler/version.rb +1 -1
- data/gems/server/Cargo.lock +1017 -938
- data/gems/server/lib/itsi/http_request.rb +8 -1
- data/gems/server/lib/itsi/server/version.rb +1 -1
- data/gems/server/test/helpers/test_helper.rb +2 -0
- data/gems/server/test/options/tls_handshake_timeout.rb +19 -0
- data/gems/server/test/rack/test_rack_server.rb +16 -0
- data/lib/itsi/version.rb +1 -1
- metadata +6 -5
data/gems/server/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,62 @@ 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"
|
|
1635
|
+
|
|
1636
|
+
[[package]]
|
|
1637
|
+
name = "itsi-scheduler"
|
|
1638
|
+
version = "0.2.25"
|
|
1639
|
+
dependencies = [
|
|
1640
|
+
"bytes",
|
|
1641
|
+
"derive_more",
|
|
1642
|
+
"itsi_error",
|
|
1643
|
+
"itsi_instrument_entry",
|
|
1644
|
+
"itsi_rb_helpers",
|
|
1645
|
+
"itsi_tracing",
|
|
1646
|
+
"magnus",
|
|
1647
|
+
"mio",
|
|
1648
|
+
"nix",
|
|
1649
|
+
"parking_lot",
|
|
1650
|
+
"rb-sys",
|
|
1651
|
+
"tracing",
|
|
1652
|
+
]
|
|
1662
1653
|
|
|
1663
1654
|
[[package]]
|
|
1664
1655
|
name = "itsi-server"
|
|
1665
|
-
version = "0.2.
|
|
1656
|
+
version = "0.2.25"
|
|
1666
1657
|
dependencies = [
|
|
1667
1658
|
"argon2",
|
|
1668
1659
|
"async-channel",
|
|
@@ -1680,11 +1671,11 @@ dependencies = [
|
|
|
1680
1671
|
"futures",
|
|
1681
1672
|
"futures-util",
|
|
1682
1673
|
"globset",
|
|
1683
|
-
"http 1.
|
|
1674
|
+
"http 1.4.0",
|
|
1684
1675
|
"http-body-util",
|
|
1685
1676
|
"httparse",
|
|
1686
1677
|
"httpdate",
|
|
1687
|
-
"hyper 1.
|
|
1678
|
+
"hyper 1.9.0",
|
|
1688
1679
|
"hyper-util",
|
|
1689
1680
|
"itsi_acme",
|
|
1690
1681
|
"itsi_error",
|
|
@@ -1702,7 +1693,7 @@ dependencies = [
|
|
|
1702
1693
|
"phf",
|
|
1703
1694
|
"pin-project",
|
|
1704
1695
|
"quick_cache",
|
|
1705
|
-
"rand 0.9.
|
|
1696
|
+
"rand 0.9.4",
|
|
1706
1697
|
"rcgen",
|
|
1707
1698
|
"redis",
|
|
1708
1699
|
"regex",
|
|
@@ -1715,7 +1706,7 @@ dependencies = [
|
|
|
1715
1706
|
"sha-crypt",
|
|
1716
1707
|
"sha2",
|
|
1717
1708
|
"smallvec",
|
|
1718
|
-
"socket2",
|
|
1709
|
+
"socket2 0.5.10",
|
|
1719
1710
|
"sysinfo",
|
|
1720
1711
|
"tempfile",
|
|
1721
1712
|
"tokio",
|
|
@@ -1735,7 +1726,7 @@ dependencies = [
|
|
|
1735
1726
|
"axum-server",
|
|
1736
1727
|
"base64 0.22.1",
|
|
1737
1728
|
"chrono",
|
|
1738
|
-
"clap 4.
|
|
1729
|
+
"clap 4.6.1",
|
|
1739
1730
|
"futures",
|
|
1740
1731
|
"log",
|
|
1741
1732
|
"num-bigint",
|
|
@@ -1749,14 +1740,14 @@ dependencies = [
|
|
|
1749
1740
|
"serde_json",
|
|
1750
1741
|
"simple_logger",
|
|
1751
1742
|
"structopt",
|
|
1752
|
-
"thiserror 2.0.
|
|
1743
|
+
"thiserror 2.0.18",
|
|
1753
1744
|
"time",
|
|
1754
1745
|
"tokio",
|
|
1755
1746
|
"tokio-rustls",
|
|
1756
1747
|
"tokio-stream",
|
|
1757
1748
|
"tokio-util",
|
|
1758
1749
|
"warp",
|
|
1759
|
-
"webpki-roots",
|
|
1750
|
+
"webpki-roots 0.26.11",
|
|
1760
1751
|
"x509-parser",
|
|
1761
1752
|
]
|
|
1762
1753
|
|
|
@@ -1769,7 +1760,16 @@ dependencies = [
|
|
|
1769
1760
|
"magnus",
|
|
1770
1761
|
"nix",
|
|
1771
1762
|
"rcgen",
|
|
1772
|
-
"thiserror 2.0.
|
|
1763
|
+
"thiserror 2.0.18",
|
|
1764
|
+
]
|
|
1765
|
+
|
|
1766
|
+
[[package]]
|
|
1767
|
+
name = "itsi_instrument_entry"
|
|
1768
|
+
version = "0.1.0"
|
|
1769
|
+
dependencies = [
|
|
1770
|
+
"proc-macro2",
|
|
1771
|
+
"quote",
|
|
1772
|
+
"syn 1.0.109",
|
|
1773
1773
|
]
|
|
1774
1774
|
|
|
1775
1775
|
[[package]]
|
|
@@ -1796,20 +1796,22 @@ dependencies = [
|
|
|
1796
1796
|
|
|
1797
1797
|
[[package]]
|
|
1798
1798
|
name = "jobserver"
|
|
1799
|
-
version = "0.1.
|
|
1799
|
+
version = "0.1.34"
|
|
1800
1800
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1801
|
-
checksum = "
|
|
1801
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1802
1802
|
dependencies = [
|
|
1803
|
-
"getrandom 0.3.
|
|
1803
|
+
"getrandom 0.3.4",
|
|
1804
1804
|
"libc",
|
|
1805
1805
|
]
|
|
1806
1806
|
|
|
1807
1807
|
[[package]]
|
|
1808
1808
|
name = "js-sys"
|
|
1809
|
-
version = "0.3.
|
|
1809
|
+
version = "0.3.95"
|
|
1810
1810
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1811
|
+
checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca"
|
|
1812
1812
|
dependencies = [
|
|
1813
|
+
"cfg-if",
|
|
1814
|
+
"futures-util",
|
|
1813
1815
|
"once_cell",
|
|
1814
1816
|
"wasm-bindgen",
|
|
1815
1817
|
]
|
|
@@ -1831,9 +1833,9 @@ dependencies = [
|
|
|
1831
1833
|
|
|
1832
1834
|
[[package]]
|
|
1833
1835
|
name = "kqueue"
|
|
1834
|
-
version = "1.
|
|
1836
|
+
version = "1.1.1"
|
|
1835
1837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
-
checksum = "
|
|
1838
|
+
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
|
|
1837
1839
|
dependencies = [
|
|
1838
1840
|
"kqueue-sys",
|
|
1839
1841
|
"libc",
|
|
@@ -1856,71 +1858,68 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1856
1858
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1857
1859
|
|
|
1858
1860
|
[[package]]
|
|
1859
|
-
name = "
|
|
1860
|
-
version = "1.
|
|
1861
|
+
name = "leb128fmt"
|
|
1862
|
+
version = "0.1.0"
|
|
1861
1863
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
-
checksum = "
|
|
1864
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1863
1865
|
|
|
1864
1866
|
[[package]]
|
|
1865
1867
|
name = "libc"
|
|
1866
|
-
version = "0.2.
|
|
1868
|
+
version = "0.2.185"
|
|
1867
1869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1868
|
-
checksum = "
|
|
1870
|
+
checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
|
|
1869
1871
|
|
|
1870
1872
|
[[package]]
|
|
1871
1873
|
name = "libloading"
|
|
1872
|
-
version = "0.8.
|
|
1874
|
+
version = "0.8.9"
|
|
1873
1875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1874
|
-
checksum = "
|
|
1876
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1875
1877
|
dependencies = [
|
|
1876
1878
|
"cfg-if",
|
|
1877
|
-
"windows-
|
|
1879
|
+
"windows-link",
|
|
1878
1880
|
]
|
|
1879
1881
|
|
|
1880
1882
|
[[package]]
|
|
1881
1883
|
name = "libredox"
|
|
1882
|
-
version = "0.1.
|
|
1884
|
+
version = "0.1.16"
|
|
1883
1885
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
|
-
checksum = "
|
|
1886
|
+
checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c"
|
|
1885
1887
|
dependencies = [
|
|
1886
|
-
"bitflags 2.9.0",
|
|
1887
1888
|
"libc",
|
|
1888
|
-
"redox_syscall",
|
|
1889
1889
|
]
|
|
1890
1890
|
|
|
1891
1891
|
[[package]]
|
|
1892
1892
|
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"
|
|
1893
|
+
version = "0.12.1"
|
|
1900
1894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1901
|
-
checksum = "
|
|
1895
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1902
1896
|
|
|
1903
1897
|
[[package]]
|
|
1904
1898
|
name = "litemap"
|
|
1905
|
-
version = "0.
|
|
1899
|
+
version = "0.8.2"
|
|
1906
1900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1907
|
-
checksum = "
|
|
1901
|
+
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
1908
1902
|
|
|
1909
1903
|
[[package]]
|
|
1910
1904
|
name = "lock_api"
|
|
1911
|
-
version = "0.4.
|
|
1905
|
+
version = "0.4.14"
|
|
1912
1906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
-
checksum = "
|
|
1907
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1914
1908
|
dependencies = [
|
|
1915
|
-
"autocfg",
|
|
1916
1909
|
"scopeguard",
|
|
1917
1910
|
]
|
|
1918
1911
|
|
|
1919
1912
|
[[package]]
|
|
1920
1913
|
name = "log"
|
|
1921
|
-
version = "0.4.
|
|
1914
|
+
version = "0.4.29"
|
|
1915
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1917
|
+
|
|
1918
|
+
[[package]]
|
|
1919
|
+
name = "lru-slab"
|
|
1920
|
+
version = "0.1.2"
|
|
1922
1921
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1923
|
-
checksum = "
|
|
1922
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1924
1923
|
|
|
1925
1924
|
[[package]]
|
|
1926
1925
|
name = "magnus"
|
|
@@ -1941,16 +1940,16 @@ source = "git+https://github.com/matsadler/magnus.git?rev=1ed232edb2b75a2eed9b1d
|
|
|
1941
1940
|
dependencies = [
|
|
1942
1941
|
"proc-macro2",
|
|
1943
1942
|
"quote",
|
|
1944
|
-
"syn 2.0.
|
|
1943
|
+
"syn 2.0.117",
|
|
1945
1944
|
]
|
|
1946
1945
|
|
|
1947
1946
|
[[package]]
|
|
1948
1947
|
name = "matchers"
|
|
1949
|
-
version = "0.
|
|
1948
|
+
version = "0.2.0"
|
|
1950
1949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1951
|
-
checksum = "
|
|
1950
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1952
1951
|
dependencies = [
|
|
1953
|
-
"regex-automata
|
|
1952
|
+
"regex-automata",
|
|
1954
1953
|
]
|
|
1955
1954
|
|
|
1956
1955
|
[[package]]
|
|
@@ -1967,9 +1966,9 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
1967
1966
|
|
|
1968
1967
|
[[package]]
|
|
1969
1968
|
name = "memchr"
|
|
1970
|
-
version = "2.
|
|
1969
|
+
version = "2.8.0"
|
|
1971
1970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1972
|
-
checksum = "
|
|
1971
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1973
1972
|
|
|
1974
1973
|
[[package]]
|
|
1975
1974
|
name = "memoffset"
|
|
@@ -2004,23 +2003,24 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
2004
2003
|
|
|
2005
2004
|
[[package]]
|
|
2006
2005
|
name = "miniz_oxide"
|
|
2007
|
-
version = "0.8.
|
|
2006
|
+
version = "0.8.9"
|
|
2008
2007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
-
checksum = "
|
|
2008
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
2010
2009
|
dependencies = [
|
|
2011
2010
|
"adler2",
|
|
2011
|
+
"simd-adler32",
|
|
2012
2012
|
]
|
|
2013
2013
|
|
|
2014
2014
|
[[package]]
|
|
2015
2015
|
name = "mio"
|
|
2016
|
-
version = "1.0
|
|
2016
|
+
version = "1.2.0"
|
|
2017
2017
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2018
|
-
checksum = "
|
|
2018
|
+
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
|
|
2019
2019
|
dependencies = [
|
|
2020
2020
|
"libc",
|
|
2021
2021
|
"log",
|
|
2022
|
-
"wasi
|
|
2023
|
-
"windows-sys 0.
|
|
2022
|
+
"wasi",
|
|
2023
|
+
"windows-sys 0.61.2",
|
|
2024
2024
|
]
|
|
2025
2025
|
|
|
2026
2026
|
[[package]]
|
|
@@ -2047,7 +2047,7 @@ version = "0.29.0"
|
|
|
2047
2047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2048
2048
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
2049
2049
|
dependencies = [
|
|
2050
|
-
"bitflags 2.
|
|
2050
|
+
"bitflags 2.11.1",
|
|
2051
2051
|
"cfg-if",
|
|
2052
2052
|
"cfg_aliases",
|
|
2053
2053
|
"libc",
|
|
@@ -2066,12 +2066,11 @@ dependencies = [
|
|
|
2066
2066
|
|
|
2067
2067
|
[[package]]
|
|
2068
2068
|
name = "notify"
|
|
2069
|
-
version = "8.
|
|
2069
|
+
version = "8.2.0"
|
|
2070
2070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2071
|
-
checksum = "
|
|
2071
|
+
checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
|
|
2072
2072
|
dependencies = [
|
|
2073
|
-
"bitflags 2.
|
|
2074
|
-
"filetime",
|
|
2073
|
+
"bitflags 2.11.1",
|
|
2075
2074
|
"fsevent-sys",
|
|
2076
2075
|
"inotify",
|
|
2077
2076
|
"kqueue",
|
|
@@ -2080,32 +2079,34 @@ dependencies = [
|
|
|
2080
2079
|
"mio",
|
|
2081
2080
|
"notify-types",
|
|
2082
2081
|
"walkdir",
|
|
2083
|
-
"windows-sys 0.
|
|
2082
|
+
"windows-sys 0.60.2",
|
|
2084
2083
|
]
|
|
2085
2084
|
|
|
2086
2085
|
[[package]]
|
|
2087
2086
|
name = "notify-types"
|
|
2088
|
-
version = "2.
|
|
2087
|
+
version = "2.1.0"
|
|
2089
2088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2090
|
-
checksum = "
|
|
2089
|
+
checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a"
|
|
2090
|
+
dependencies = [
|
|
2091
|
+
"bitflags 2.11.1",
|
|
2092
|
+
]
|
|
2091
2093
|
|
|
2092
2094
|
[[package]]
|
|
2093
2095
|
name = "ntapi"
|
|
2094
|
-
version = "0.4.
|
|
2096
|
+
version = "0.4.3"
|
|
2095
2097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2096
|
-
checksum = "
|
|
2098
|
+
checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
|
|
2097
2099
|
dependencies = [
|
|
2098
2100
|
"winapi",
|
|
2099
2101
|
]
|
|
2100
2102
|
|
|
2101
2103
|
[[package]]
|
|
2102
2104
|
name = "nu-ansi-term"
|
|
2103
|
-
version = "0.
|
|
2105
|
+
version = "0.50.3"
|
|
2104
2106
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2105
|
-
checksum = "
|
|
2107
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
2106
2108
|
dependencies = [
|
|
2107
|
-
"
|
|
2108
|
-
"winapi",
|
|
2109
|
+
"windows-sys 0.61.2",
|
|
2109
2110
|
]
|
|
2110
2111
|
|
|
2111
2112
|
[[package]]
|
|
@@ -2120,9 +2121,9 @@ dependencies = [
|
|
|
2120
2121
|
|
|
2121
2122
|
[[package]]
|
|
2122
2123
|
name = "num-conv"
|
|
2123
|
-
version = "0.1
|
|
2124
|
+
version = "0.2.1"
|
|
2124
2125
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2125
|
-
checksum = "
|
|
2126
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
2126
2127
|
|
|
2127
2128
|
[[package]]
|
|
2128
2129
|
name = "num-integer"
|
|
@@ -2144,11 +2145,11 @@ dependencies = [
|
|
|
2144
2145
|
|
|
2145
2146
|
[[package]]
|
|
2146
2147
|
name = "num_cpus"
|
|
2147
|
-
version = "1.
|
|
2148
|
+
version = "1.17.0"
|
|
2148
2149
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2149
|
-
checksum = "
|
|
2150
|
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
2150
2151
|
dependencies = [
|
|
2151
|
-
"hermit-abi 0.
|
|
2152
|
+
"hermit-abi 0.5.2",
|
|
2152
2153
|
"libc",
|
|
2153
2154
|
]
|
|
2154
2155
|
|
|
@@ -2161,15 +2162,6 @@ dependencies = [
|
|
|
2161
2162
|
"libc",
|
|
2162
2163
|
]
|
|
2163
2164
|
|
|
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
2165
|
[[package]]
|
|
2174
2166
|
name = "oid-registry"
|
|
2175
2167
|
version = "0.7.1"
|
|
@@ -2181,15 +2173,21 @@ dependencies = [
|
|
|
2181
2173
|
|
|
2182
2174
|
[[package]]
|
|
2183
2175
|
name = "once_cell"
|
|
2184
|
-
version = "1.21.
|
|
2176
|
+
version = "1.21.4"
|
|
2177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2178
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
2179
|
+
|
|
2180
|
+
[[package]]
|
|
2181
|
+
name = "once_cell_polyfill"
|
|
2182
|
+
version = "1.70.2"
|
|
2185
2183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
-
checksum = "
|
|
2184
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
2187
2185
|
|
|
2188
2186
|
[[package]]
|
|
2189
2187
|
name = "openssl-probe"
|
|
2190
|
-
version = "0.1
|
|
2188
|
+
version = "0.2.1"
|
|
2191
2189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2192
|
-
checksum = "
|
|
2190
|
+
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
2193
2191
|
|
|
2194
2192
|
[[package]]
|
|
2195
2193
|
name = "option-ext"
|
|
@@ -2197,12 +2195,6 @@ version = "0.2.0"
|
|
|
2197
2195
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2198
2196
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2199
2197
|
|
|
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
2198
|
[[package]]
|
|
2207
2199
|
name = "parking"
|
|
2208
2200
|
version = "2.2.1"
|
|
@@ -2211,9 +2203,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
2211
2203
|
|
|
2212
2204
|
[[package]]
|
|
2213
2205
|
name = "parking_lot"
|
|
2214
|
-
version = "0.12.
|
|
2206
|
+
version = "0.12.5"
|
|
2215
2207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2216
|
-
checksum = "
|
|
2208
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2217
2209
|
dependencies = [
|
|
2218
2210
|
"lock_api",
|
|
2219
2211
|
"parking_lot_core",
|
|
@@ -2221,15 +2213,15 @@ dependencies = [
|
|
|
2221
2213
|
|
|
2222
2214
|
[[package]]
|
|
2223
2215
|
name = "parking_lot_core"
|
|
2224
|
-
version = "0.9.
|
|
2216
|
+
version = "0.9.12"
|
|
2225
2217
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2226
|
-
checksum = "
|
|
2218
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2227
2219
|
dependencies = [
|
|
2228
2220
|
"cfg-if",
|
|
2229
2221
|
"libc",
|
|
2230
2222
|
"redox_syscall",
|
|
2231
2223
|
"smallvec",
|
|
2232
|
-
"windows-
|
|
2224
|
+
"windows-link",
|
|
2233
2225
|
]
|
|
2234
2226
|
|
|
2235
2227
|
[[package]]
|
|
@@ -2245,19 +2237,19 @@ dependencies = [
|
|
|
2245
2237
|
|
|
2246
2238
|
[[package]]
|
|
2247
2239
|
name = "pem"
|
|
2248
|
-
version = "3.0.
|
|
2240
|
+
version = "3.0.6"
|
|
2249
2241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
-
checksum = "
|
|
2242
|
+
checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
|
|
2251
2243
|
dependencies = [
|
|
2252
2244
|
"base64 0.22.1",
|
|
2253
|
-
"
|
|
2245
|
+
"serde_core",
|
|
2254
2246
|
]
|
|
2255
2247
|
|
|
2256
2248
|
[[package]]
|
|
2257
2249
|
name = "percent-encoding"
|
|
2258
|
-
version = "2.3.
|
|
2250
|
+
version = "2.3.2"
|
|
2259
2251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2260
|
-
checksum = "
|
|
2252
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2261
2253
|
|
|
2262
2254
|
[[package]]
|
|
2263
2255
|
name = "phf"
|
|
@@ -2276,7 +2268,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2276
2268
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
2277
2269
|
dependencies = [
|
|
2278
2270
|
"phf_shared",
|
|
2279
|
-
"rand 0.8.
|
|
2271
|
+
"rand 0.8.6",
|
|
2280
2272
|
]
|
|
2281
2273
|
|
|
2282
2274
|
[[package]]
|
|
@@ -2289,7 +2281,7 @@ dependencies = [
|
|
|
2289
2281
|
"phf_shared",
|
|
2290
2282
|
"proc-macro2",
|
|
2291
2283
|
"quote",
|
|
2292
|
-
"syn 2.0.
|
|
2284
|
+
"syn 2.0.117",
|
|
2293
2285
|
]
|
|
2294
2286
|
|
|
2295
2287
|
[[package]]
|
|
@@ -2303,41 +2295,44 @@ dependencies = [
|
|
|
2303
2295
|
|
|
2304
2296
|
[[package]]
|
|
2305
2297
|
name = "pin-project"
|
|
2306
|
-
version = "1.1.
|
|
2298
|
+
version = "1.1.11"
|
|
2307
2299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2308
|
-
checksum = "
|
|
2300
|
+
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
|
|
2309
2301
|
dependencies = [
|
|
2310
2302
|
"pin-project-internal",
|
|
2311
2303
|
]
|
|
2312
2304
|
|
|
2313
2305
|
[[package]]
|
|
2314
2306
|
name = "pin-project-internal"
|
|
2315
|
-
version = "1.1.
|
|
2307
|
+
version = "1.1.11"
|
|
2316
2308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2317
|
-
checksum = "
|
|
2309
|
+
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
|
|
2318
2310
|
dependencies = [
|
|
2319
2311
|
"proc-macro2",
|
|
2320
2312
|
"quote",
|
|
2321
|
-
"syn 2.0.
|
|
2313
|
+
"syn 2.0.117",
|
|
2322
2314
|
]
|
|
2323
2315
|
|
|
2324
2316
|
[[package]]
|
|
2325
2317
|
name = "pin-project-lite"
|
|
2326
|
-
version = "0.2.
|
|
2318
|
+
version = "0.2.17"
|
|
2327
2319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2328
|
-
checksum = "
|
|
2320
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
2329
2321
|
|
|
2330
2322
|
[[package]]
|
|
2331
|
-
name = "
|
|
2332
|
-
version = "0.
|
|
2323
|
+
name = "pkg-config"
|
|
2324
|
+
version = "0.3.33"
|
|
2333
2325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2334
|
-
checksum = "
|
|
2326
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
2335
2327
|
|
|
2336
2328
|
[[package]]
|
|
2337
|
-
name = "
|
|
2338
|
-
version = "0.
|
|
2329
|
+
name = "potential_utf"
|
|
2330
|
+
version = "0.1.5"
|
|
2339
2331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2340
|
-
checksum = "
|
|
2332
|
+
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
|
|
2333
|
+
dependencies = [
|
|
2334
|
+
"zerovec",
|
|
2335
|
+
]
|
|
2341
2336
|
|
|
2342
2337
|
[[package]]
|
|
2343
2338
|
name = "powerfmt"
|
|
@@ -2351,17 +2346,17 @@ version = "0.2.21"
|
|
|
2351
2346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2352
2347
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2353
2348
|
dependencies = [
|
|
2354
|
-
"zerocopy
|
|
2349
|
+
"zerocopy",
|
|
2355
2350
|
]
|
|
2356
2351
|
|
|
2357
2352
|
[[package]]
|
|
2358
2353
|
name = "prettyplease"
|
|
2359
|
-
version = "0.2.
|
|
2354
|
+
version = "0.2.37"
|
|
2360
2355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2361
|
-
checksum = "
|
|
2356
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2362
2357
|
dependencies = [
|
|
2363
2358
|
"proc-macro2",
|
|
2364
|
-
"syn 2.0.
|
|
2359
|
+
"syn 2.0.117",
|
|
2365
2360
|
]
|
|
2366
2361
|
|
|
2367
2362
|
[[package]]
|
|
@@ -2390,40 +2385,40 @@ dependencies = [
|
|
|
2390
2385
|
|
|
2391
2386
|
[[package]]
|
|
2392
2387
|
name = "proc-macro2"
|
|
2393
|
-
version = "1.0.
|
|
2388
|
+
version = "1.0.106"
|
|
2394
2389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2395
|
-
checksum = "
|
|
2390
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
2396
2391
|
dependencies = [
|
|
2397
2392
|
"unicode-ident",
|
|
2398
2393
|
]
|
|
2399
2394
|
|
|
2400
2395
|
[[package]]
|
|
2401
2396
|
name = "quick_cache"
|
|
2402
|
-
version = "0.6.
|
|
2397
|
+
version = "0.6.21"
|
|
2403
2398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2399
|
+
checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3"
|
|
2405
2400
|
dependencies = [
|
|
2406
2401
|
"ahash",
|
|
2407
2402
|
"equivalent",
|
|
2408
|
-
"hashbrown",
|
|
2403
|
+
"hashbrown 0.16.1",
|
|
2409
2404
|
"parking_lot",
|
|
2410
2405
|
]
|
|
2411
2406
|
|
|
2412
2407
|
[[package]]
|
|
2413
2408
|
name = "quinn"
|
|
2414
|
-
version = "0.11.
|
|
2409
|
+
version = "0.11.9"
|
|
2415
2410
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2416
|
-
checksum = "
|
|
2411
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
2417
2412
|
dependencies = [
|
|
2418
2413
|
"bytes",
|
|
2419
2414
|
"cfg_aliases",
|
|
2420
2415
|
"pin-project-lite",
|
|
2421
2416
|
"quinn-proto",
|
|
2422
2417
|
"quinn-udp",
|
|
2423
|
-
"rustc-hash
|
|
2418
|
+
"rustc-hash",
|
|
2424
2419
|
"rustls",
|
|
2425
|
-
"socket2",
|
|
2426
|
-
"thiserror 2.0.
|
|
2420
|
+
"socket2 0.6.3",
|
|
2421
|
+
"thiserror 2.0.18",
|
|
2427
2422
|
"tokio",
|
|
2428
2423
|
"tracing",
|
|
2429
2424
|
"web-time",
|
|
@@ -2431,19 +2426,20 @@ dependencies = [
|
|
|
2431
2426
|
|
|
2432
2427
|
[[package]]
|
|
2433
2428
|
name = "quinn-proto"
|
|
2434
|
-
version = "0.11.
|
|
2429
|
+
version = "0.11.14"
|
|
2435
2430
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2436
|
-
checksum = "
|
|
2431
|
+
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
2437
2432
|
dependencies = [
|
|
2438
2433
|
"bytes",
|
|
2439
|
-
"getrandom 0.3.
|
|
2440
|
-
"
|
|
2434
|
+
"getrandom 0.3.4",
|
|
2435
|
+
"lru-slab",
|
|
2436
|
+
"rand 0.9.4",
|
|
2441
2437
|
"ring",
|
|
2442
|
-
"rustc-hash
|
|
2438
|
+
"rustc-hash",
|
|
2443
2439
|
"rustls",
|
|
2444
2440
|
"rustls-pki-types",
|
|
2445
2441
|
"slab",
|
|
2446
|
-
"thiserror 2.0.
|
|
2442
|
+
"thiserror 2.0.18",
|
|
2447
2443
|
"tinyvec",
|
|
2448
2444
|
"tracing",
|
|
2449
2445
|
"web-time",
|
|
@@ -2451,32 +2447,38 @@ dependencies = [
|
|
|
2451
2447
|
|
|
2452
2448
|
[[package]]
|
|
2453
2449
|
name = "quinn-udp"
|
|
2454
|
-
version = "0.5.
|
|
2450
|
+
version = "0.5.14"
|
|
2455
2451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2456
|
-
checksum = "
|
|
2452
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
2457
2453
|
dependencies = [
|
|
2458
2454
|
"cfg_aliases",
|
|
2459
2455
|
"libc",
|
|
2460
2456
|
"once_cell",
|
|
2461
|
-
"socket2",
|
|
2457
|
+
"socket2 0.6.3",
|
|
2462
2458
|
"tracing",
|
|
2463
|
-
"windows-sys 0.
|
|
2459
|
+
"windows-sys 0.60.2",
|
|
2464
2460
|
]
|
|
2465
2461
|
|
|
2466
2462
|
[[package]]
|
|
2467
2463
|
name = "quote"
|
|
2468
|
-
version = "1.0.
|
|
2464
|
+
version = "1.0.45"
|
|
2469
2465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2470
|
-
checksum = "
|
|
2466
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
2471
2467
|
dependencies = [
|
|
2472
2468
|
"proc-macro2",
|
|
2473
2469
|
]
|
|
2474
2470
|
|
|
2475
2471
|
[[package]]
|
|
2476
2472
|
name = "r-efi"
|
|
2477
|
-
version = "5.
|
|
2473
|
+
version = "5.3.0"
|
|
2478
2474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2479
|
-
checksum = "
|
|
2475
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
2476
|
+
|
|
2477
|
+
[[package]]
|
|
2478
|
+
name = "r-efi"
|
|
2479
|
+
version = "6.0.0"
|
|
2480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2481
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
2480
2482
|
|
|
2481
2483
|
[[package]]
|
|
2482
2484
|
name = "r2d2"
|
|
@@ -2491,9 +2493,9 @@ dependencies = [
|
|
|
2491
2493
|
|
|
2492
2494
|
[[package]]
|
|
2493
2495
|
name = "rand"
|
|
2494
|
-
version = "0.8.
|
|
2496
|
+
version = "0.8.6"
|
|
2495
2497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2496
|
-
checksum = "
|
|
2498
|
+
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
2497
2499
|
dependencies = [
|
|
2498
2500
|
"libc",
|
|
2499
2501
|
"rand_chacha 0.3.1",
|
|
@@ -2502,12 +2504,12 @@ dependencies = [
|
|
|
2502
2504
|
|
|
2503
2505
|
[[package]]
|
|
2504
2506
|
name = "rand"
|
|
2505
|
-
version = "0.9.
|
|
2507
|
+
version = "0.9.4"
|
|
2506
2508
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2507
|
-
checksum = "
|
|
2509
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
2508
2510
|
dependencies = [
|
|
2509
2511
|
"rand_chacha 0.9.0",
|
|
2510
|
-
"rand_core 0.9.
|
|
2512
|
+
"rand_core 0.9.5",
|
|
2511
2513
|
]
|
|
2512
2514
|
|
|
2513
2515
|
[[package]]
|
|
@@ -2527,7 +2529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2527
2529
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
2528
2530
|
dependencies = [
|
|
2529
2531
|
"ppv-lite86",
|
|
2530
|
-
"rand_core 0.9.
|
|
2532
|
+
"rand_core 0.9.5",
|
|
2531
2533
|
]
|
|
2532
2534
|
|
|
2533
2535
|
[[package]]
|
|
@@ -2536,23 +2538,23 @@ version = "0.6.4"
|
|
|
2536
2538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2537
2539
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2538
2540
|
dependencies = [
|
|
2539
|
-
"getrandom 0.2.
|
|
2541
|
+
"getrandom 0.2.17",
|
|
2540
2542
|
]
|
|
2541
2543
|
|
|
2542
2544
|
[[package]]
|
|
2543
2545
|
name = "rand_core"
|
|
2544
|
-
version = "0.9.
|
|
2546
|
+
version = "0.9.5"
|
|
2545
2547
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2546
|
-
checksum = "
|
|
2548
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
2547
2549
|
dependencies = [
|
|
2548
|
-
"getrandom 0.3.
|
|
2550
|
+
"getrandom 0.3.4",
|
|
2549
2551
|
]
|
|
2550
2552
|
|
|
2551
2553
|
[[package]]
|
|
2552
2554
|
name = "rayon"
|
|
2553
|
-
version = "1.
|
|
2555
|
+
version = "1.12.0"
|
|
2554
2556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2555
|
-
checksum = "
|
|
2557
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
2556
2558
|
dependencies = [
|
|
2557
2559
|
"either",
|
|
2558
2560
|
"rayon-core",
|
|
@@ -2560,9 +2562,9 @@ dependencies = [
|
|
|
2560
2562
|
|
|
2561
2563
|
[[package]]
|
|
2562
2564
|
name = "rayon-core"
|
|
2563
|
-
version = "1.
|
|
2565
|
+
version = "1.13.0"
|
|
2564
2566
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2565
|
-
checksum = "
|
|
2567
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
2566
2568
|
dependencies = [
|
|
2567
2569
|
"crossbeam-deque",
|
|
2568
2570
|
"crossbeam-utils",
|
|
@@ -2570,24 +2572,26 @@ dependencies = [
|
|
|
2570
2572
|
|
|
2571
2573
|
[[package]]
|
|
2572
2574
|
name = "rb-sys"
|
|
2573
|
-
version = "0.9.
|
|
2575
|
+
version = "0.9.126"
|
|
2574
2576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2575
|
-
checksum = "
|
|
2577
|
+
checksum = "284799e73e899fe946fd77c7211b83bff61a1356e039ade7a2516a779e3212d0"
|
|
2576
2578
|
dependencies = [
|
|
2577
2579
|
"rb-sys-build",
|
|
2578
2580
|
]
|
|
2579
2581
|
|
|
2580
2582
|
[[package]]
|
|
2581
2583
|
name = "rb-sys-build"
|
|
2582
|
-
version = "0.9.
|
|
2584
|
+
version = "0.9.126"
|
|
2585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2586
|
+
checksum = "855fc1ad8943d12c89ef12f9147f1cc531f5bf19fb744112fdd317bb6ee7b5c5"
|
|
2583
2587
|
dependencies = [
|
|
2584
|
-
"bindgen
|
|
2588
|
+
"bindgen",
|
|
2585
2589
|
"lazy_static",
|
|
2586
2590
|
"proc-macro2",
|
|
2587
2591
|
"quote",
|
|
2588
2592
|
"regex",
|
|
2589
2593
|
"shell-words",
|
|
2590
|
-
"syn 2.0.
|
|
2594
|
+
"syn 2.0.117",
|
|
2591
2595
|
]
|
|
2592
2596
|
|
|
2593
2597
|
[[package]]
|
|
@@ -2631,7 +2635,7 @@ dependencies = [
|
|
|
2631
2635
|
"rustls-native-certs",
|
|
2632
2636
|
"ryu",
|
|
2633
2637
|
"sha1_smol",
|
|
2634
|
-
"socket2",
|
|
2638
|
+
"socket2 0.5.10",
|
|
2635
2639
|
"tokio",
|
|
2636
2640
|
"tokio-rustls",
|
|
2637
2641
|
"tokio-util",
|
|
@@ -2640,94 +2644,75 @@ dependencies = [
|
|
|
2640
2644
|
|
|
2641
2645
|
[[package]]
|
|
2642
2646
|
name = "redox_syscall"
|
|
2643
|
-
version = "0.5.
|
|
2647
|
+
version = "0.5.18"
|
|
2644
2648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2645
|
-
checksum = "
|
|
2649
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2646
2650
|
dependencies = [
|
|
2647
|
-
"bitflags 2.
|
|
2651
|
+
"bitflags 2.11.1",
|
|
2648
2652
|
]
|
|
2649
2653
|
|
|
2650
2654
|
[[package]]
|
|
2651
2655
|
name = "redox_users"
|
|
2652
|
-
version = "0.5.
|
|
2656
|
+
version = "0.5.2"
|
|
2653
2657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2654
|
-
checksum = "
|
|
2658
|
+
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
2655
2659
|
dependencies = [
|
|
2656
|
-
"getrandom 0.2.
|
|
2660
|
+
"getrandom 0.2.17",
|
|
2657
2661
|
"libredox",
|
|
2658
|
-
"thiserror 2.0.
|
|
2662
|
+
"thiserror 2.0.18",
|
|
2659
2663
|
]
|
|
2660
2664
|
|
|
2661
2665
|
[[package]]
|
|
2662
2666
|
name = "regex"
|
|
2663
|
-
version = "1.
|
|
2667
|
+
version = "1.12.3"
|
|
2664
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2665
|
-
checksum = "
|
|
2669
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
2666
2670
|
dependencies = [
|
|
2667
2671
|
"aho-corasick",
|
|
2668
2672
|
"memchr",
|
|
2669
|
-
"regex-automata
|
|
2670
|
-
"regex-syntax
|
|
2673
|
+
"regex-automata",
|
|
2674
|
+
"regex-syntax",
|
|
2671
2675
|
]
|
|
2672
2676
|
|
|
2673
2677
|
[[package]]
|
|
2674
2678
|
name = "regex-automata"
|
|
2675
|
-
version = "0.
|
|
2679
|
+
version = "0.4.14"
|
|
2676
2680
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2677
|
-
checksum = "
|
|
2678
|
-
dependencies = [
|
|
2679
|
-
"regex-syntax 0.6.29",
|
|
2680
|
-
]
|
|
2681
|
-
|
|
2682
|
-
[[package]]
|
|
2683
|
-
name = "regex-automata"
|
|
2684
|
-
version = "0.4.9"
|
|
2685
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2686
|
-
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
2681
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
2687
2682
|
dependencies = [
|
|
2688
2683
|
"aho-corasick",
|
|
2689
2684
|
"memchr",
|
|
2690
|
-
"regex-syntax
|
|
2685
|
+
"regex-syntax",
|
|
2691
2686
|
]
|
|
2692
2687
|
|
|
2693
2688
|
[[package]]
|
|
2694
2689
|
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"
|
|
2690
|
+
version = "0.8.10"
|
|
2702
2691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2703
|
-
checksum = "
|
|
2692
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
2704
2693
|
|
|
2705
2694
|
[[package]]
|
|
2706
2695
|
name = "reqwest"
|
|
2707
|
-
version = "0.12.
|
|
2696
|
+
version = "0.12.28"
|
|
2708
2697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2709
|
-
checksum = "
|
|
2698
|
+
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
|
|
2710
2699
|
dependencies = [
|
|
2711
2700
|
"base64 0.22.1",
|
|
2712
2701
|
"bytes",
|
|
2713
2702
|
"futures-core",
|
|
2714
2703
|
"futures-util",
|
|
2715
|
-
"http 1.
|
|
2704
|
+
"http 1.4.0",
|
|
2716
2705
|
"http-body 1.0.1",
|
|
2717
2706
|
"http-body-util",
|
|
2718
|
-
"hyper 1.
|
|
2707
|
+
"hyper 1.9.0",
|
|
2719
2708
|
"hyper-rustls",
|
|
2720
2709
|
"hyper-util",
|
|
2721
|
-
"ipnet",
|
|
2722
2710
|
"js-sys",
|
|
2723
2711
|
"log",
|
|
2724
|
-
"mime",
|
|
2725
|
-
"once_cell",
|
|
2726
2712
|
"percent-encoding",
|
|
2727
2713
|
"pin-project-lite",
|
|
2728
2714
|
"quinn",
|
|
2729
2715
|
"rustls",
|
|
2730
|
-
"rustls-pemfile",
|
|
2731
2716
|
"rustls-pki-types",
|
|
2732
2717
|
"serde",
|
|
2733
2718
|
"serde_json",
|
|
@@ -2737,14 +2722,14 @@ dependencies = [
|
|
|
2737
2722
|
"tokio-rustls",
|
|
2738
2723
|
"tokio-util",
|
|
2739
2724
|
"tower",
|
|
2725
|
+
"tower-http",
|
|
2740
2726
|
"tower-service",
|
|
2741
2727
|
"url",
|
|
2742
2728
|
"wasm-bindgen",
|
|
2743
2729
|
"wasm-bindgen-futures",
|
|
2744
2730
|
"wasm-streams",
|
|
2745
2731
|
"web-sys",
|
|
2746
|
-
"webpki-roots",
|
|
2747
|
-
"windows-registry",
|
|
2732
|
+
"webpki-roots 1.0.7",
|
|
2748
2733
|
]
|
|
2749
2734
|
|
|
2750
2735
|
[[package]]
|
|
@@ -2755,29 +2740,26 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
2755
2740
|
dependencies = [
|
|
2756
2741
|
"cc",
|
|
2757
2742
|
"cfg-if",
|
|
2758
|
-
"getrandom 0.2.
|
|
2743
|
+
"getrandom 0.2.17",
|
|
2759
2744
|
"libc",
|
|
2760
2745
|
"untrusted",
|
|
2761
2746
|
"windows-sys 0.52.0",
|
|
2762
2747
|
]
|
|
2763
2748
|
|
|
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
2749
|
[[package]]
|
|
2771
2750
|
name = "rustc-hash"
|
|
2772
|
-
version = "
|
|
2751
|
+
version = "2.1.2"
|
|
2773
2752
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2774
|
-
checksum = "
|
|
2753
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
2775
2754
|
|
|
2776
2755
|
[[package]]
|
|
2777
|
-
name = "
|
|
2778
|
-
version = "
|
|
2756
|
+
name = "rustc_version"
|
|
2757
|
+
version = "0.4.1"
|
|
2779
2758
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2780
|
-
checksum = "
|
|
2759
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2760
|
+
dependencies = [
|
|
2761
|
+
"semver",
|
|
2762
|
+
]
|
|
2781
2763
|
|
|
2782
2764
|
[[package]]
|
|
2783
2765
|
name = "rusticata-macros"
|
|
@@ -2790,35 +2772,22 @@ dependencies = [
|
|
|
2790
2772
|
|
|
2791
2773
|
[[package]]
|
|
2792
2774
|
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"
|
|
2775
|
+
version = "1.1.4"
|
|
2807
2776
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2808
|
-
checksum = "
|
|
2777
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2809
2778
|
dependencies = [
|
|
2810
|
-
"bitflags 2.
|
|
2779
|
+
"bitflags 2.11.1",
|
|
2811
2780
|
"errno",
|
|
2812
2781
|
"libc",
|
|
2813
|
-
"linux-raw-sys
|
|
2814
|
-
"windows-sys 0.
|
|
2782
|
+
"linux-raw-sys",
|
|
2783
|
+
"windows-sys 0.61.2",
|
|
2815
2784
|
]
|
|
2816
2785
|
|
|
2817
2786
|
[[package]]
|
|
2818
2787
|
name = "rustls"
|
|
2819
|
-
version = "0.23.
|
|
2788
|
+
version = "0.23.38"
|
|
2820
2789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2821
|
-
checksum = "
|
|
2790
|
+
checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21"
|
|
2822
2791
|
dependencies = [
|
|
2823
2792
|
"aws-lc-rs",
|
|
2824
2793
|
"log",
|
|
@@ -2832,9 +2801,9 @@ dependencies = [
|
|
|
2832
2801
|
|
|
2833
2802
|
[[package]]
|
|
2834
2803
|
name = "rustls-native-certs"
|
|
2835
|
-
version = "0.8.
|
|
2804
|
+
version = "0.8.3"
|
|
2836
2805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2837
|
-
checksum = "
|
|
2806
|
+
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
|
|
2838
2807
|
dependencies = [
|
|
2839
2808
|
"openssl-probe",
|
|
2840
2809
|
"rustls-pki-types",
|
|
@@ -2853,18 +2822,19 @@ dependencies = [
|
|
|
2853
2822
|
|
|
2854
2823
|
[[package]]
|
|
2855
2824
|
name = "rustls-pki-types"
|
|
2856
|
-
version = "1.
|
|
2825
|
+
version = "1.14.0"
|
|
2857
2826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2858
|
-
checksum = "
|
|
2827
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
2859
2828
|
dependencies = [
|
|
2860
2829
|
"web-time",
|
|
2830
|
+
"zeroize",
|
|
2861
2831
|
]
|
|
2862
2832
|
|
|
2863
2833
|
[[package]]
|
|
2864
2834
|
name = "rustls-webpki"
|
|
2865
|
-
version = "0.103.
|
|
2835
|
+
version = "0.103.12"
|
|
2866
2836
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2867
|
-
checksum = "
|
|
2837
|
+
checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
|
|
2868
2838
|
dependencies = [
|
|
2869
2839
|
"aws-lc-rs",
|
|
2870
2840
|
"ring",
|
|
@@ -2874,15 +2844,15 @@ dependencies = [
|
|
|
2874
2844
|
|
|
2875
2845
|
[[package]]
|
|
2876
2846
|
name = "rustversion"
|
|
2877
|
-
version = "1.0.
|
|
2847
|
+
version = "1.0.22"
|
|
2878
2848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2879
|
-
checksum = "
|
|
2849
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
2880
2850
|
|
|
2881
2851
|
[[package]]
|
|
2882
2852
|
name = "ryu"
|
|
2883
|
-
version = "1.0.
|
|
2853
|
+
version = "1.0.23"
|
|
2884
2854
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2885
|
-
checksum = "
|
|
2855
|
+
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
|
2886
2856
|
|
|
2887
2857
|
[[package]]
|
|
2888
2858
|
name = "same-file"
|
|
@@ -2895,11 +2865,11 @@ dependencies = [
|
|
|
2895
2865
|
|
|
2896
2866
|
[[package]]
|
|
2897
2867
|
name = "schannel"
|
|
2898
|
-
version = "0.1.
|
|
2868
|
+
version = "0.1.29"
|
|
2899
2869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2900
|
-
checksum = "
|
|
2870
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
2901
2871
|
dependencies = [
|
|
2902
|
-
"windows-sys 0.
|
|
2872
|
+
"windows-sys 0.61.2",
|
|
2903
2873
|
]
|
|
2904
2874
|
|
|
2905
2875
|
[[package]]
|
|
@@ -2925,12 +2895,12 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2925
2895
|
|
|
2926
2896
|
[[package]]
|
|
2927
2897
|
name = "security-framework"
|
|
2928
|
-
version = "3.
|
|
2898
|
+
version = "3.7.0"
|
|
2929
2899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2930
|
-
checksum = "
|
|
2900
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
2931
2901
|
dependencies = [
|
|
2932
|
-
"bitflags 2.
|
|
2933
|
-
"core-foundation",
|
|
2902
|
+
"bitflags 2.11.1",
|
|
2903
|
+
"core-foundation 0.10.1",
|
|
2934
2904
|
"core-foundation-sys",
|
|
2935
2905
|
"libc",
|
|
2936
2906
|
"security-framework-sys",
|
|
@@ -2938,14 +2908,20 @@ dependencies = [
|
|
|
2938
2908
|
|
|
2939
2909
|
[[package]]
|
|
2940
2910
|
name = "security-framework-sys"
|
|
2941
|
-
version = "2.
|
|
2911
|
+
version = "2.17.0"
|
|
2942
2912
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
-
checksum = "
|
|
2913
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
2944
2914
|
dependencies = [
|
|
2945
2915
|
"core-foundation-sys",
|
|
2946
2916
|
"libc",
|
|
2947
2917
|
]
|
|
2948
2918
|
|
|
2919
|
+
[[package]]
|
|
2920
|
+
name = "semver"
|
|
2921
|
+
version = "1.0.28"
|
|
2922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2923
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
2924
|
+
|
|
2949
2925
|
[[package]]
|
|
2950
2926
|
name = "seq-macro"
|
|
2951
2927
|
version = "0.3.6"
|
|
@@ -2954,34 +2930,45 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2954
2930
|
|
|
2955
2931
|
[[package]]
|
|
2956
2932
|
name = "serde"
|
|
2957
|
-
version = "1.0.
|
|
2933
|
+
version = "1.0.228"
|
|
2934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2935
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2936
|
+
dependencies = [
|
|
2937
|
+
"serde_core",
|
|
2938
|
+
"serde_derive",
|
|
2939
|
+
]
|
|
2940
|
+
|
|
2941
|
+
[[package]]
|
|
2942
|
+
name = "serde_core"
|
|
2943
|
+
version = "1.0.228"
|
|
2958
2944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2959
|
-
checksum = "
|
|
2945
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2960
2946
|
dependencies = [
|
|
2961
2947
|
"serde_derive",
|
|
2962
2948
|
]
|
|
2963
2949
|
|
|
2964
2950
|
[[package]]
|
|
2965
2951
|
name = "serde_derive"
|
|
2966
|
-
version = "1.0.
|
|
2952
|
+
version = "1.0.228"
|
|
2967
2953
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2968
|
-
checksum = "
|
|
2954
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2969
2955
|
dependencies = [
|
|
2970
2956
|
"proc-macro2",
|
|
2971
2957
|
"quote",
|
|
2972
|
-
"syn 2.0.
|
|
2958
|
+
"syn 2.0.117",
|
|
2973
2959
|
]
|
|
2974
2960
|
|
|
2975
2961
|
[[package]]
|
|
2976
2962
|
name = "serde_json"
|
|
2977
|
-
version = "1.0.
|
|
2963
|
+
version = "1.0.149"
|
|
2978
2964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2979
|
-
checksum = "
|
|
2965
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
2980
2966
|
dependencies = [
|
|
2981
2967
|
"itoa",
|
|
2982
2968
|
"memchr",
|
|
2983
|
-
"ryu",
|
|
2984
2969
|
"serde",
|
|
2970
|
+
"serde_core",
|
|
2971
|
+
"zmij",
|
|
2985
2972
|
]
|
|
2986
2973
|
|
|
2987
2974
|
[[package]]
|
|
@@ -2997,12 +2984,13 @@ dependencies = [
|
|
|
2997
2984
|
|
|
2998
2985
|
[[package]]
|
|
2999
2986
|
name = "serde_path_to_error"
|
|
3000
|
-
version = "0.1.
|
|
2987
|
+
version = "0.1.20"
|
|
3001
2988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3002
|
-
checksum = "
|
|
2989
|
+
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
|
3003
2990
|
dependencies = [
|
|
3004
2991
|
"itoa",
|
|
3005
2992
|
"serde",
|
|
2993
|
+
"serde_core",
|
|
3006
2994
|
]
|
|
3007
2995
|
|
|
3008
2996
|
[[package]]
|
|
@@ -3024,7 +3012,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3024
3012
|
checksum = "88e79009728d8311d42d754f2f319a975f9e38f156fd5e422d2451486c78b286"
|
|
3025
3013
|
dependencies = [
|
|
3026
3014
|
"base64ct",
|
|
3027
|
-
"rand 0.8.
|
|
3015
|
+
"rand 0.8.6",
|
|
3028
3016
|
"sha2",
|
|
3029
3017
|
"subtle",
|
|
3030
3018
|
]
|
|
@@ -3068,9 +3056,9 @@ dependencies = [
|
|
|
3068
3056
|
|
|
3069
3057
|
[[package]]
|
|
3070
3058
|
name = "shell-words"
|
|
3071
|
-
version = "1.1.
|
|
3059
|
+
version = "1.1.1"
|
|
3072
3060
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3073
|
-
checksum = "
|
|
3061
|
+
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
3074
3062
|
|
|
3075
3063
|
[[package]]
|
|
3076
3064
|
name = "shlex"
|
|
@@ -3080,68 +3068,82 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3080
3068
|
|
|
3081
3069
|
[[package]]
|
|
3082
3070
|
name = "signal-hook-registry"
|
|
3083
|
-
version = "1.4.
|
|
3071
|
+
version = "1.4.8"
|
|
3084
3072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3085
|
-
checksum = "
|
|
3073
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
3086
3074
|
dependencies = [
|
|
3075
|
+
"errno",
|
|
3087
3076
|
"libc",
|
|
3088
3077
|
]
|
|
3089
3078
|
|
|
3079
|
+
[[package]]
|
|
3080
|
+
name = "simd-adler32"
|
|
3081
|
+
version = "0.3.9"
|
|
3082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3083
|
+
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
3084
|
+
|
|
3090
3085
|
[[package]]
|
|
3091
3086
|
name = "simple_asn1"
|
|
3092
|
-
version = "0.6.
|
|
3087
|
+
version = "0.6.4"
|
|
3093
3088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3094
|
-
checksum = "
|
|
3089
|
+
checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d"
|
|
3095
3090
|
dependencies = [
|
|
3096
3091
|
"num-bigint",
|
|
3097
3092
|
"num-traits",
|
|
3098
|
-
"thiserror 2.0.
|
|
3093
|
+
"thiserror 2.0.18",
|
|
3099
3094
|
"time",
|
|
3100
3095
|
]
|
|
3101
3096
|
|
|
3102
3097
|
[[package]]
|
|
3103
3098
|
name = "simple_logger"
|
|
3104
|
-
version = "5.
|
|
3099
|
+
version = "5.2.0"
|
|
3105
3100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3106
|
-
checksum = "
|
|
3101
|
+
checksum = "c7038d0e96661bf9ce647e1a6f6ef6d6f3663f66d9bf741abf14ba4876071c17"
|
|
3107
3102
|
dependencies = [
|
|
3108
3103
|
"colored",
|
|
3109
3104
|
"log",
|
|
3110
3105
|
"time",
|
|
3111
|
-
"windows-sys 0.
|
|
3106
|
+
"windows-sys 0.61.2",
|
|
3112
3107
|
]
|
|
3113
3108
|
|
|
3114
3109
|
[[package]]
|
|
3115
3110
|
name = "siphasher"
|
|
3116
|
-
version = "1.0.
|
|
3111
|
+
version = "1.0.2"
|
|
3117
3112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3118
|
-
checksum = "
|
|
3113
|
+
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
3119
3114
|
|
|
3120
3115
|
[[package]]
|
|
3121
3116
|
name = "slab"
|
|
3122
|
-
version = "0.4.
|
|
3117
|
+
version = "0.4.12"
|
|
3123
3118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3124
|
-
checksum = "
|
|
3125
|
-
dependencies = [
|
|
3126
|
-
"autocfg",
|
|
3127
|
-
]
|
|
3119
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
3128
3120
|
|
|
3129
3121
|
[[package]]
|
|
3130
3122
|
name = "smallvec"
|
|
3131
|
-
version = "1.15.
|
|
3123
|
+
version = "1.15.1"
|
|
3132
3124
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3133
|
-
checksum = "
|
|
3125
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
3134
3126
|
|
|
3135
3127
|
[[package]]
|
|
3136
3128
|
name = "socket2"
|
|
3137
|
-
version = "0.5.
|
|
3129
|
+
version = "0.5.10"
|
|
3138
3130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3139
|
-
checksum = "
|
|
3131
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
3140
3132
|
dependencies = [
|
|
3141
3133
|
"libc",
|
|
3142
3134
|
"windows-sys 0.52.0",
|
|
3143
3135
|
]
|
|
3144
3136
|
|
|
3137
|
+
[[package]]
|
|
3138
|
+
name = "socket2"
|
|
3139
|
+
version = "0.6.3"
|
|
3140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3141
|
+
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
|
|
3142
|
+
dependencies = [
|
|
3143
|
+
"libc",
|
|
3144
|
+
"windows-sys 0.61.2",
|
|
3145
|
+
]
|
|
3146
|
+
|
|
3145
3147
|
[[package]]
|
|
3146
3148
|
name = "spin"
|
|
3147
3149
|
version = "0.9.8"
|
|
@@ -3150,9 +3152,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
3150
3152
|
|
|
3151
3153
|
[[package]]
|
|
3152
3154
|
name = "stable_deref_trait"
|
|
3153
|
-
version = "1.2.
|
|
3155
|
+
version = "1.2.1"
|
|
3154
3156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3155
|
-
checksum = "
|
|
3157
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
3156
3158
|
|
|
3157
3159
|
[[package]]
|
|
3158
3160
|
name = "strsim"
|
|
@@ -3196,6 +3198,12 @@ version = "2.6.1"
|
|
|
3196
3198
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3197
3199
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3198
3200
|
|
|
3201
|
+
[[package]]
|
|
3202
|
+
name = "symlink"
|
|
3203
|
+
version = "0.1.0"
|
|
3204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3205
|
+
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
|
3206
|
+
|
|
3199
3207
|
[[package]]
|
|
3200
3208
|
name = "syn"
|
|
3201
3209
|
version = "1.0.109"
|
|
@@ -3209,9 +3217,9 @@ dependencies = [
|
|
|
3209
3217
|
|
|
3210
3218
|
[[package]]
|
|
3211
3219
|
name = "syn"
|
|
3212
|
-
version = "2.0.
|
|
3220
|
+
version = "2.0.117"
|
|
3213
3221
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3214
|
-
checksum = "
|
|
3222
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
3215
3223
|
dependencies = [
|
|
3216
3224
|
"proc-macro2",
|
|
3217
3225
|
"quote",
|
|
@@ -3235,7 +3243,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
3235
3243
|
dependencies = [
|
|
3236
3244
|
"proc-macro2",
|
|
3237
3245
|
"quote",
|
|
3238
|
-
"syn 2.0.
|
|
3246
|
+
"syn 2.0.117",
|
|
3239
3247
|
]
|
|
3240
3248
|
|
|
3241
3249
|
[[package]]
|
|
@@ -3252,6 +3260,27 @@ dependencies = [
|
|
|
3252
3260
|
"windows",
|
|
3253
3261
|
]
|
|
3254
3262
|
|
|
3263
|
+
[[package]]
|
|
3264
|
+
name = "system-configuration"
|
|
3265
|
+
version = "0.7.0"
|
|
3266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3267
|
+
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
|
3268
|
+
dependencies = [
|
|
3269
|
+
"bitflags 2.11.1",
|
|
3270
|
+
"core-foundation 0.9.4",
|
|
3271
|
+
"system-configuration-sys",
|
|
3272
|
+
]
|
|
3273
|
+
|
|
3274
|
+
[[package]]
|
|
3275
|
+
name = "system-configuration-sys"
|
|
3276
|
+
version = "0.6.0"
|
|
3277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3278
|
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3279
|
+
dependencies = [
|
|
3280
|
+
"core-foundation-sys",
|
|
3281
|
+
"libc",
|
|
3282
|
+
]
|
|
3283
|
+
|
|
3255
3284
|
[[package]]
|
|
3256
3285
|
name = "tap"
|
|
3257
3286
|
version = "1.0.1"
|
|
@@ -3260,15 +3289,15 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
3260
3289
|
|
|
3261
3290
|
[[package]]
|
|
3262
3291
|
name = "tempfile"
|
|
3263
|
-
version = "3.
|
|
3292
|
+
version = "3.27.0"
|
|
3264
3293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3265
|
-
checksum = "
|
|
3294
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3266
3295
|
dependencies = [
|
|
3267
3296
|
"fastrand",
|
|
3268
|
-
"getrandom 0.
|
|
3297
|
+
"getrandom 0.4.2",
|
|
3269
3298
|
"once_cell",
|
|
3270
|
-
"rustix
|
|
3271
|
-
"windows-sys 0.
|
|
3299
|
+
"rustix",
|
|
3300
|
+
"windows-sys 0.61.2",
|
|
3272
3301
|
]
|
|
3273
3302
|
|
|
3274
3303
|
[[package]]
|
|
@@ -3291,11 +3320,11 @@ dependencies = [
|
|
|
3291
3320
|
|
|
3292
3321
|
[[package]]
|
|
3293
3322
|
name = "thiserror"
|
|
3294
|
-
version = "2.0.
|
|
3323
|
+
version = "2.0.18"
|
|
3295
3324
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3296
|
-
checksum = "
|
|
3325
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
3297
3326
|
dependencies = [
|
|
3298
|
-
"thiserror-impl 2.0.
|
|
3327
|
+
"thiserror-impl 2.0.18",
|
|
3299
3328
|
]
|
|
3300
3329
|
|
|
3301
3330
|
[[package]]
|
|
@@ -3306,35 +3335,34 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
3306
3335
|
dependencies = [
|
|
3307
3336
|
"proc-macro2",
|
|
3308
3337
|
"quote",
|
|
3309
|
-
"syn 2.0.
|
|
3338
|
+
"syn 2.0.117",
|
|
3310
3339
|
]
|
|
3311
3340
|
|
|
3312
3341
|
[[package]]
|
|
3313
3342
|
name = "thiserror-impl"
|
|
3314
|
-
version = "2.0.
|
|
3343
|
+
version = "2.0.18"
|
|
3315
3344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3316
|
-
checksum = "
|
|
3345
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
3317
3346
|
dependencies = [
|
|
3318
3347
|
"proc-macro2",
|
|
3319
3348
|
"quote",
|
|
3320
|
-
"syn 2.0.
|
|
3349
|
+
"syn 2.0.117",
|
|
3321
3350
|
]
|
|
3322
3351
|
|
|
3323
3352
|
[[package]]
|
|
3324
3353
|
name = "thread_local"
|
|
3325
|
-
version = "1.1.
|
|
3354
|
+
version = "1.1.9"
|
|
3326
3355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3327
|
-
checksum = "
|
|
3356
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
3328
3357
|
dependencies = [
|
|
3329
3358
|
"cfg-if",
|
|
3330
|
-
"once_cell",
|
|
3331
3359
|
]
|
|
3332
3360
|
|
|
3333
3361
|
[[package]]
|
|
3334
3362
|
name = "time"
|
|
3335
|
-
version = "0.3.
|
|
3363
|
+
version = "0.3.47"
|
|
3336
3364
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3337
|
-
checksum = "
|
|
3365
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
3338
3366
|
dependencies = [
|
|
3339
3367
|
"deranged",
|
|
3340
3368
|
"itoa",
|
|
@@ -3342,22 +3370,22 @@ dependencies = [
|
|
|
3342
3370
|
"num-conv",
|
|
3343
3371
|
"num_threads",
|
|
3344
3372
|
"powerfmt",
|
|
3345
|
-
"
|
|
3373
|
+
"serde_core",
|
|
3346
3374
|
"time-core",
|
|
3347
3375
|
"time-macros",
|
|
3348
3376
|
]
|
|
3349
3377
|
|
|
3350
3378
|
[[package]]
|
|
3351
3379
|
name = "time-core"
|
|
3352
|
-
version = "0.1.
|
|
3380
|
+
version = "0.1.8"
|
|
3353
3381
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3354
|
-
checksum = "
|
|
3382
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
3355
3383
|
|
|
3356
3384
|
[[package]]
|
|
3357
3385
|
name = "time-macros"
|
|
3358
|
-
version = "0.2.
|
|
3386
|
+
version = "0.2.27"
|
|
3359
3387
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3360
|
-
checksum = "
|
|
3388
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
3361
3389
|
dependencies = [
|
|
3362
3390
|
"num-conv",
|
|
3363
3391
|
"time-core",
|
|
@@ -3365,9 +3393,9 @@ dependencies = [
|
|
|
3365
3393
|
|
|
3366
3394
|
[[package]]
|
|
3367
3395
|
name = "tinystr"
|
|
3368
|
-
version = "0.
|
|
3396
|
+
version = "0.8.3"
|
|
3369
3397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3370
|
-
checksum = "
|
|
3398
|
+
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
|
|
3371
3399
|
dependencies = [
|
|
3372
3400
|
"displaydoc",
|
|
3373
3401
|
"zerovec",
|
|
@@ -3375,9 +3403,9 @@ dependencies = [
|
|
|
3375
3403
|
|
|
3376
3404
|
[[package]]
|
|
3377
3405
|
name = "tinyvec"
|
|
3378
|
-
version = "1.
|
|
3406
|
+
version = "1.11.0"
|
|
3379
3407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3380
|
-
checksum = "
|
|
3408
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
3381
3409
|
dependencies = [
|
|
3382
3410
|
"tinyvec_macros",
|
|
3383
3411
|
]
|
|
@@ -3390,38 +3418,37 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3390
3418
|
|
|
3391
3419
|
[[package]]
|
|
3392
3420
|
name = "tokio"
|
|
3393
|
-
version = "1.
|
|
3421
|
+
version = "1.52.1"
|
|
3394
3422
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3395
|
-
checksum = "
|
|
3423
|
+
checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
|
|
3396
3424
|
dependencies = [
|
|
3397
|
-
"backtrace",
|
|
3398
3425
|
"bytes",
|
|
3399
3426
|
"libc",
|
|
3400
3427
|
"mio",
|
|
3401
3428
|
"parking_lot",
|
|
3402
3429
|
"pin-project-lite",
|
|
3403
3430
|
"signal-hook-registry",
|
|
3404
|
-
"socket2",
|
|
3431
|
+
"socket2 0.6.3",
|
|
3405
3432
|
"tokio-macros",
|
|
3406
|
-
"windows-sys 0.
|
|
3433
|
+
"windows-sys 0.61.2",
|
|
3407
3434
|
]
|
|
3408
3435
|
|
|
3409
3436
|
[[package]]
|
|
3410
3437
|
name = "tokio-macros"
|
|
3411
|
-
version = "2.
|
|
3438
|
+
version = "2.7.0"
|
|
3412
3439
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3413
|
-
checksum = "
|
|
3440
|
+
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
|
|
3414
3441
|
dependencies = [
|
|
3415
3442
|
"proc-macro2",
|
|
3416
3443
|
"quote",
|
|
3417
|
-
"syn 2.0.
|
|
3444
|
+
"syn 2.0.117",
|
|
3418
3445
|
]
|
|
3419
3446
|
|
|
3420
3447
|
[[package]]
|
|
3421
3448
|
name = "tokio-rustls"
|
|
3422
|
-
version = "0.26.
|
|
3449
|
+
version = "0.26.4"
|
|
3423
3450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3424
|
-
checksum = "
|
|
3451
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3425
3452
|
dependencies = [
|
|
3426
3453
|
"rustls",
|
|
3427
3454
|
"tokio",
|
|
@@ -3429,9 +3456,9 @@ dependencies = [
|
|
|
3429
3456
|
|
|
3430
3457
|
[[package]]
|
|
3431
3458
|
name = "tokio-stream"
|
|
3432
|
-
version = "0.1.
|
|
3459
|
+
version = "0.1.18"
|
|
3433
3460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3434
|
-
checksum = "
|
|
3461
|
+
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
|
|
3435
3462
|
dependencies = [
|
|
3436
3463
|
"futures-core",
|
|
3437
3464
|
"pin-project-lite",
|
|
@@ -3452,9 +3479,9 @@ dependencies = [
|
|
|
3452
3479
|
|
|
3453
3480
|
[[package]]
|
|
3454
3481
|
name = "tokio-util"
|
|
3455
|
-
version = "0.7.
|
|
3482
|
+
version = "0.7.18"
|
|
3456
3483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3457
|
-
checksum = "
|
|
3484
|
+
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
|
|
3458
3485
|
dependencies = [
|
|
3459
3486
|
"bytes",
|
|
3460
3487
|
"futures-core",
|
|
@@ -3466,9 +3493,9 @@ dependencies = [
|
|
|
3466
3493
|
|
|
3467
3494
|
[[package]]
|
|
3468
3495
|
name = "tower"
|
|
3469
|
-
version = "0.5.
|
|
3496
|
+
version = "0.5.3"
|
|
3470
3497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3471
|
-
checksum = "
|
|
3498
|
+
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
|
|
3472
3499
|
dependencies = [
|
|
3473
3500
|
"futures-core",
|
|
3474
3501
|
"futures-util",
|
|
@@ -3480,6 +3507,24 @@ dependencies = [
|
|
|
3480
3507
|
"tracing",
|
|
3481
3508
|
]
|
|
3482
3509
|
|
|
3510
|
+
[[package]]
|
|
3511
|
+
name = "tower-http"
|
|
3512
|
+
version = "0.6.8"
|
|
3513
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3514
|
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
|
3515
|
+
dependencies = [
|
|
3516
|
+
"bitflags 2.11.1",
|
|
3517
|
+
"bytes",
|
|
3518
|
+
"futures-util",
|
|
3519
|
+
"http 1.4.0",
|
|
3520
|
+
"http-body 1.0.1",
|
|
3521
|
+
"iri-string",
|
|
3522
|
+
"pin-project-lite",
|
|
3523
|
+
"tower",
|
|
3524
|
+
"tower-layer",
|
|
3525
|
+
"tower-service",
|
|
3526
|
+
]
|
|
3527
|
+
|
|
3483
3528
|
[[package]]
|
|
3484
3529
|
name = "tower-layer"
|
|
3485
3530
|
version = "0.3.3"
|
|
@@ -3494,9 +3539,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3494
3539
|
|
|
3495
3540
|
[[package]]
|
|
3496
3541
|
name = "tracing"
|
|
3497
|
-
version = "0.1.
|
|
3542
|
+
version = "0.1.44"
|
|
3498
3543
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3499
|
-
checksum = "
|
|
3544
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
3500
3545
|
dependencies = [
|
|
3501
3546
|
"log",
|
|
3502
3547
|
"pin-project-lite",
|
|
@@ -3506,32 +3551,33 @@ dependencies = [
|
|
|
3506
3551
|
|
|
3507
3552
|
[[package]]
|
|
3508
3553
|
name = "tracing-appender"
|
|
3509
|
-
version = "0.2.
|
|
3554
|
+
version = "0.2.5"
|
|
3510
3555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3511
|
-
checksum = "
|
|
3556
|
+
checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c"
|
|
3512
3557
|
dependencies = [
|
|
3513
3558
|
"crossbeam-channel",
|
|
3514
|
-
"
|
|
3559
|
+
"symlink",
|
|
3560
|
+
"thiserror 2.0.18",
|
|
3515
3561
|
"time",
|
|
3516
3562
|
"tracing-subscriber",
|
|
3517
3563
|
]
|
|
3518
3564
|
|
|
3519
3565
|
[[package]]
|
|
3520
3566
|
name = "tracing-attributes"
|
|
3521
|
-
version = "0.1.
|
|
3567
|
+
version = "0.1.31"
|
|
3522
3568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3523
|
-
checksum = "
|
|
3569
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3524
3570
|
dependencies = [
|
|
3525
3571
|
"proc-macro2",
|
|
3526
3572
|
"quote",
|
|
3527
|
-
"syn 2.0.
|
|
3573
|
+
"syn 2.0.117",
|
|
3528
3574
|
]
|
|
3529
3575
|
|
|
3530
3576
|
[[package]]
|
|
3531
3577
|
name = "tracing-core"
|
|
3532
|
-
version = "0.1.
|
|
3578
|
+
version = "0.1.36"
|
|
3533
3579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3534
|
-
checksum = "
|
|
3580
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
3535
3581
|
dependencies = [
|
|
3536
3582
|
"once_cell",
|
|
3537
3583
|
"valuable",
|
|
@@ -3560,14 +3606,14 @@ dependencies = [
|
|
|
3560
3606
|
|
|
3561
3607
|
[[package]]
|
|
3562
3608
|
name = "tracing-subscriber"
|
|
3563
|
-
version = "0.3.
|
|
3609
|
+
version = "0.3.23"
|
|
3564
3610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3565
|
-
checksum = "
|
|
3611
|
+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
|
|
3566
3612
|
dependencies = [
|
|
3567
3613
|
"matchers",
|
|
3568
3614
|
"nu-ansi-term",
|
|
3569
3615
|
"once_cell",
|
|
3570
|
-
"regex",
|
|
3616
|
+
"regex-automata",
|
|
3571
3617
|
"serde",
|
|
3572
3618
|
"serde_json",
|
|
3573
3619
|
"sharded-slab",
|
|
@@ -3594,10 +3640,10 @@ dependencies = [
|
|
|
3594
3640
|
"byteorder",
|
|
3595
3641
|
"bytes",
|
|
3596
3642
|
"data-encoding",
|
|
3597
|
-
"http 1.
|
|
3643
|
+
"http 1.4.0",
|
|
3598
3644
|
"httparse",
|
|
3599
3645
|
"log",
|
|
3600
|
-
"rand 0.8.
|
|
3646
|
+
"rand 0.8.6",
|
|
3601
3647
|
"sha1",
|
|
3602
3648
|
"thiserror 1.0.69",
|
|
3603
3649
|
"url",
|
|
@@ -3606,27 +3652,27 @@ dependencies = [
|
|
|
3606
3652
|
|
|
3607
3653
|
[[package]]
|
|
3608
3654
|
name = "typenum"
|
|
3609
|
-
version = "1.
|
|
3655
|
+
version = "1.20.0"
|
|
3610
3656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3611
|
-
checksum = "
|
|
3657
|
+
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
|
|
3612
3658
|
|
|
3613
3659
|
[[package]]
|
|
3614
3660
|
name = "unicase"
|
|
3615
|
-
version = "2.
|
|
3661
|
+
version = "2.9.0"
|
|
3616
3662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3617
|
-
checksum = "
|
|
3663
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
3618
3664
|
|
|
3619
3665
|
[[package]]
|
|
3620
3666
|
name = "unicode-ident"
|
|
3621
|
-
version = "1.0.
|
|
3667
|
+
version = "1.0.24"
|
|
3622
3668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3623
|
-
checksum = "
|
|
3669
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3624
3670
|
|
|
3625
3671
|
[[package]]
|
|
3626
3672
|
name = "unicode-segmentation"
|
|
3627
|
-
version = "1.
|
|
3673
|
+
version = "1.13.2"
|
|
3628
3674
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3629
|
-
checksum = "
|
|
3675
|
+
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
|
|
3630
3676
|
|
|
3631
3677
|
[[package]]
|
|
3632
3678
|
name = "unicode-width"
|
|
@@ -3648,13 +3694,14 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3648
3694
|
|
|
3649
3695
|
[[package]]
|
|
3650
3696
|
name = "url"
|
|
3651
|
-
version = "2.5.
|
|
3697
|
+
version = "2.5.8"
|
|
3652
3698
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3653
|
-
checksum = "
|
|
3699
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
3654
3700
|
dependencies = [
|
|
3655
3701
|
"form_urlencoded",
|
|
3656
3702
|
"idna",
|
|
3657
3703
|
"percent-encoding",
|
|
3704
|
+
"serde",
|
|
3658
3705
|
]
|
|
3659
3706
|
|
|
3660
3707
|
[[package]]
|
|
@@ -3663,12 +3710,6 @@ version = "0.7.6"
|
|
|
3663
3710
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3664
3711
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
3665
3712
|
|
|
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
3713
|
[[package]]
|
|
3673
3714
|
name = "utf8_iter"
|
|
3674
3715
|
version = "1.0.4"
|
|
@@ -3749,63 +3790,56 @@ dependencies = [
|
|
|
3749
3790
|
|
|
3750
3791
|
[[package]]
|
|
3751
3792
|
name = "wasi"
|
|
3752
|
-
version = "0.11.
|
|
3793
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
3753
3794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3754
|
-
checksum = "
|
|
3795
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
3755
3796
|
|
|
3756
3797
|
[[package]]
|
|
3757
|
-
name = "
|
|
3758
|
-
version = "0.
|
|
3798
|
+
name = "wasip2"
|
|
3799
|
+
version = "1.0.3+wasi-0.2.9"
|
|
3759
3800
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3760
|
-
checksum = "
|
|
3801
|
+
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
|
|
3761
3802
|
dependencies = [
|
|
3762
|
-
"wit-bindgen
|
|
3803
|
+
"wit-bindgen 0.57.1",
|
|
3763
3804
|
]
|
|
3764
3805
|
|
|
3765
3806
|
[[package]]
|
|
3766
|
-
name = "
|
|
3767
|
-
version = "0.
|
|
3807
|
+
name = "wasip3"
|
|
3808
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3768
3809
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3769
|
-
checksum = "
|
|
3810
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
3770
3811
|
dependencies = [
|
|
3771
|
-
"
|
|
3772
|
-
"once_cell",
|
|
3773
|
-
"rustversion",
|
|
3774
|
-
"wasm-bindgen-macro",
|
|
3812
|
+
"wit-bindgen 0.51.0",
|
|
3775
3813
|
]
|
|
3776
3814
|
|
|
3777
3815
|
[[package]]
|
|
3778
|
-
name = "wasm-bindgen
|
|
3779
|
-
version = "0.2.
|
|
3816
|
+
name = "wasm-bindgen"
|
|
3817
|
+
version = "0.2.118"
|
|
3780
3818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3781
|
-
checksum = "
|
|
3819
|
+
checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89"
|
|
3782
3820
|
dependencies = [
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"
|
|
3786
|
-
"
|
|
3787
|
-
"syn 2.0.101",
|
|
3821
|
+
"cfg-if",
|
|
3822
|
+
"once_cell",
|
|
3823
|
+
"rustversion",
|
|
3824
|
+
"wasm-bindgen-macro",
|
|
3788
3825
|
"wasm-bindgen-shared",
|
|
3789
3826
|
]
|
|
3790
3827
|
|
|
3791
3828
|
[[package]]
|
|
3792
3829
|
name = "wasm-bindgen-futures"
|
|
3793
|
-
version = "0.4.
|
|
3830
|
+
version = "0.4.68"
|
|
3794
3831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3795
|
-
checksum = "
|
|
3832
|
+
checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8"
|
|
3796
3833
|
dependencies = [
|
|
3797
|
-
"cfg-if",
|
|
3798
3834
|
"js-sys",
|
|
3799
|
-
"once_cell",
|
|
3800
3835
|
"wasm-bindgen",
|
|
3801
|
-
"web-sys",
|
|
3802
3836
|
]
|
|
3803
3837
|
|
|
3804
3838
|
[[package]]
|
|
3805
3839
|
name = "wasm-bindgen-macro"
|
|
3806
|
-
version = "0.2.
|
|
3840
|
+
version = "0.2.118"
|
|
3807
3841
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3808
|
-
checksum = "
|
|
3842
|
+
checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed"
|
|
3809
3843
|
dependencies = [
|
|
3810
3844
|
"quote",
|
|
3811
3845
|
"wasm-bindgen-macro-support",
|
|
@@ -3813,26 +3847,48 @@ dependencies = [
|
|
|
3813
3847
|
|
|
3814
3848
|
[[package]]
|
|
3815
3849
|
name = "wasm-bindgen-macro-support"
|
|
3816
|
-
version = "0.2.
|
|
3850
|
+
version = "0.2.118"
|
|
3817
3851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3818
|
-
checksum = "
|
|
3852
|
+
checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904"
|
|
3819
3853
|
dependencies = [
|
|
3854
|
+
"bumpalo",
|
|
3820
3855
|
"proc-macro2",
|
|
3821
3856
|
"quote",
|
|
3822
|
-
"syn 2.0.
|
|
3823
|
-
"wasm-bindgen-backend",
|
|
3857
|
+
"syn 2.0.117",
|
|
3824
3858
|
"wasm-bindgen-shared",
|
|
3825
3859
|
]
|
|
3826
3860
|
|
|
3827
3861
|
[[package]]
|
|
3828
3862
|
name = "wasm-bindgen-shared"
|
|
3829
|
-
version = "0.2.
|
|
3863
|
+
version = "0.2.118"
|
|
3830
3864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3831
|
-
checksum = "
|
|
3865
|
+
checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129"
|
|
3832
3866
|
dependencies = [
|
|
3833
3867
|
"unicode-ident",
|
|
3834
3868
|
]
|
|
3835
3869
|
|
|
3870
|
+
[[package]]
|
|
3871
|
+
name = "wasm-encoder"
|
|
3872
|
+
version = "0.244.0"
|
|
3873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3874
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3875
|
+
dependencies = [
|
|
3876
|
+
"leb128fmt",
|
|
3877
|
+
"wasmparser",
|
|
3878
|
+
]
|
|
3879
|
+
|
|
3880
|
+
[[package]]
|
|
3881
|
+
name = "wasm-metadata"
|
|
3882
|
+
version = "0.244.0"
|
|
3883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3884
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3885
|
+
dependencies = [
|
|
3886
|
+
"anyhow",
|
|
3887
|
+
"indexmap",
|
|
3888
|
+
"wasm-encoder",
|
|
3889
|
+
"wasmparser",
|
|
3890
|
+
]
|
|
3891
|
+
|
|
3836
3892
|
[[package]]
|
|
3837
3893
|
name = "wasm-streams"
|
|
3838
3894
|
version = "0.4.2"
|
|
@@ -3846,11 +3902,23 @@ dependencies = [
|
|
|
3846
3902
|
"web-sys",
|
|
3847
3903
|
]
|
|
3848
3904
|
|
|
3905
|
+
[[package]]
|
|
3906
|
+
name = "wasmparser"
|
|
3907
|
+
version = "0.244.0"
|
|
3908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3909
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3910
|
+
dependencies = [
|
|
3911
|
+
"bitflags 2.11.1",
|
|
3912
|
+
"hashbrown 0.15.5",
|
|
3913
|
+
"indexmap",
|
|
3914
|
+
"semver",
|
|
3915
|
+
]
|
|
3916
|
+
|
|
3849
3917
|
[[package]]
|
|
3850
3918
|
name = "web-sys"
|
|
3851
|
-
version = "0.3.
|
|
3919
|
+
version = "0.3.95"
|
|
3852
3920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3853
|
-
checksum = "
|
|
3921
|
+
checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d"
|
|
3854
3922
|
dependencies = [
|
|
3855
3923
|
"js-sys",
|
|
3856
3924
|
"wasm-bindgen",
|
|
@@ -3868,23 +3936,20 @@ dependencies = [
|
|
|
3868
3936
|
|
|
3869
3937
|
[[package]]
|
|
3870
3938
|
name = "webpki-roots"
|
|
3871
|
-
version = "0.26.
|
|
3939
|
+
version = "0.26.11"
|
|
3872
3940
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3873
|
-
checksum = "
|
|
3941
|
+
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
3874
3942
|
dependencies = [
|
|
3875
|
-
"
|
|
3943
|
+
"webpki-roots 1.0.7",
|
|
3876
3944
|
]
|
|
3877
3945
|
|
|
3878
3946
|
[[package]]
|
|
3879
|
-
name = "
|
|
3880
|
-
version = "
|
|
3947
|
+
name = "webpki-roots"
|
|
3948
|
+
version = "1.0.7"
|
|
3881
3949
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3882
|
-
checksum = "
|
|
3950
|
+
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
|
|
3883
3951
|
dependencies = [
|
|
3884
|
-
"
|
|
3885
|
-
"home",
|
|
3886
|
-
"once_cell",
|
|
3887
|
-
"rustix 0.38.44",
|
|
3952
|
+
"rustls-pki-types",
|
|
3888
3953
|
]
|
|
3889
3954
|
|
|
3890
3955
|
[[package]]
|
|
@@ -3905,11 +3970,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3905
3970
|
|
|
3906
3971
|
[[package]]
|
|
3907
3972
|
name = "winapi-util"
|
|
3908
|
-
version = "0.1.
|
|
3973
|
+
version = "0.1.11"
|
|
3909
3974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3910
|
-
checksum = "
|
|
3975
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3911
3976
|
dependencies = [
|
|
3912
|
-
"windows-sys 0.
|
|
3977
|
+
"windows-sys 0.61.2",
|
|
3913
3978
|
]
|
|
3914
3979
|
|
|
3915
3980
|
[[package]]
|
|
@@ -3942,15 +4007,15 @@ dependencies = [
|
|
|
3942
4007
|
|
|
3943
4008
|
[[package]]
|
|
3944
4009
|
name = "windows-core"
|
|
3945
|
-
version = "0.
|
|
4010
|
+
version = "0.62.2"
|
|
3946
4011
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3947
|
-
checksum = "
|
|
4012
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
3948
4013
|
dependencies = [
|
|
3949
|
-
"windows-implement 0.60.
|
|
3950
|
-
"windows-interface 0.59.
|
|
4014
|
+
"windows-implement 0.60.2",
|
|
4015
|
+
"windows-interface 0.59.3",
|
|
3951
4016
|
"windows-link",
|
|
3952
|
-
"windows-result 0.
|
|
3953
|
-
"windows-strings
|
|
4017
|
+
"windows-result 0.4.1",
|
|
4018
|
+
"windows-strings",
|
|
3954
4019
|
]
|
|
3955
4020
|
|
|
3956
4021
|
[[package]]
|
|
@@ -3961,18 +4026,18 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
3961
4026
|
dependencies = [
|
|
3962
4027
|
"proc-macro2",
|
|
3963
4028
|
"quote",
|
|
3964
|
-
"syn 2.0.
|
|
4029
|
+
"syn 2.0.117",
|
|
3965
4030
|
]
|
|
3966
4031
|
|
|
3967
4032
|
[[package]]
|
|
3968
4033
|
name = "windows-implement"
|
|
3969
|
-
version = "0.60.
|
|
4034
|
+
version = "0.60.2"
|
|
3970
4035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3971
|
-
checksum = "
|
|
4036
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
3972
4037
|
dependencies = [
|
|
3973
4038
|
"proc-macro2",
|
|
3974
4039
|
"quote",
|
|
3975
|
-
"syn 2.0.
|
|
4040
|
+
"syn 2.0.117",
|
|
3976
4041
|
]
|
|
3977
4042
|
|
|
3978
4043
|
[[package]]
|
|
@@ -3983,35 +4048,35 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
3983
4048
|
dependencies = [
|
|
3984
4049
|
"proc-macro2",
|
|
3985
4050
|
"quote",
|
|
3986
|
-
"syn 2.0.
|
|
4051
|
+
"syn 2.0.117",
|
|
3987
4052
|
]
|
|
3988
4053
|
|
|
3989
4054
|
[[package]]
|
|
3990
4055
|
name = "windows-interface"
|
|
3991
|
-
version = "0.59.
|
|
4056
|
+
version = "0.59.3"
|
|
3992
4057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3993
|
-
checksum = "
|
|
4058
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
3994
4059
|
dependencies = [
|
|
3995
4060
|
"proc-macro2",
|
|
3996
4061
|
"quote",
|
|
3997
|
-
"syn 2.0.
|
|
4062
|
+
"syn 2.0.117",
|
|
3998
4063
|
]
|
|
3999
4064
|
|
|
4000
4065
|
[[package]]
|
|
4001
4066
|
name = "windows-link"
|
|
4002
|
-
version = "0.
|
|
4067
|
+
version = "0.2.1"
|
|
4003
4068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4004
|
-
checksum = "
|
|
4069
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
4005
4070
|
|
|
4006
4071
|
[[package]]
|
|
4007
4072
|
name = "windows-registry"
|
|
4008
|
-
version = "0.
|
|
4073
|
+
version = "0.6.1"
|
|
4009
4074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4010
|
-
checksum = "
|
|
4075
|
+
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
|
|
4011
4076
|
dependencies = [
|
|
4012
|
-
"windows-
|
|
4013
|
-
"windows-
|
|
4014
|
-
"windows-
|
|
4077
|
+
"windows-link",
|
|
4078
|
+
"windows-result 0.4.1",
|
|
4079
|
+
"windows-strings",
|
|
4015
4080
|
]
|
|
4016
4081
|
|
|
4017
4082
|
[[package]]
|
|
@@ -4025,40 +4090,22 @@ dependencies = [
|
|
|
4025
4090
|
|
|
4026
4091
|
[[package]]
|
|
4027
4092
|
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"
|
|
4093
|
+
version = "0.4.1"
|
|
4038
4094
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4039
|
-
checksum = "
|
|
4095
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
4040
4096
|
dependencies = [
|
|
4041
4097
|
"windows-link",
|
|
4042
4098
|
]
|
|
4043
4099
|
|
|
4044
4100
|
[[package]]
|
|
4045
4101
|
name = "windows-strings"
|
|
4046
|
-
version = "0.
|
|
4102
|
+
version = "0.5.1"
|
|
4047
4103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4048
|
-
checksum = "
|
|
4104
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
4049
4105
|
dependencies = [
|
|
4050
4106
|
"windows-link",
|
|
4051
4107
|
]
|
|
4052
4108
|
|
|
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
4109
|
[[package]]
|
|
4063
4110
|
name = "windows-sys"
|
|
4064
4111
|
version = "0.52.0"
|
|
@@ -4070,26 +4117,20 @@ dependencies = [
|
|
|
4070
4117
|
|
|
4071
4118
|
[[package]]
|
|
4072
4119
|
name = "windows-sys"
|
|
4073
|
-
version = "0.
|
|
4120
|
+
version = "0.60.2"
|
|
4074
4121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4075
|
-
checksum = "
|
|
4122
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
4076
4123
|
dependencies = [
|
|
4077
|
-
"windows-targets 0.
|
|
4124
|
+
"windows-targets 0.53.5",
|
|
4078
4125
|
]
|
|
4079
4126
|
|
|
4080
4127
|
[[package]]
|
|
4081
|
-
name = "windows-
|
|
4082
|
-
version = "0.
|
|
4128
|
+
name = "windows-sys"
|
|
4129
|
+
version = "0.61.2"
|
|
4083
4130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4084
|
-
checksum = "
|
|
4131
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4085
4132
|
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",
|
|
4133
|
+
"windows-link",
|
|
4093
4134
|
]
|
|
4094
4135
|
|
|
4095
4136
|
[[package]]
|
|
@@ -4110,26 +4151,21 @@ dependencies = [
|
|
|
4110
4151
|
|
|
4111
4152
|
[[package]]
|
|
4112
4153
|
name = "windows-targets"
|
|
4113
|
-
version = "0.53.
|
|
4154
|
+
version = "0.53.5"
|
|
4114
4155
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4115
|
-
checksum = "
|
|
4156
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
4116
4157
|
dependencies = [
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4124
|
-
"
|
|
4158
|
+
"windows-link",
|
|
4159
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
4160
|
+
"windows_aarch64_msvc 0.53.1",
|
|
4161
|
+
"windows_i686_gnu 0.53.1",
|
|
4162
|
+
"windows_i686_gnullvm 0.53.1",
|
|
4163
|
+
"windows_i686_msvc 0.53.1",
|
|
4164
|
+
"windows_x86_64_gnu 0.53.1",
|
|
4165
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
4166
|
+
"windows_x86_64_msvc 0.53.1",
|
|
4125
4167
|
]
|
|
4126
4168
|
|
|
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
4169
|
[[package]]
|
|
4134
4170
|
name = "windows_aarch64_gnullvm"
|
|
4135
4171
|
version = "0.52.6"
|
|
@@ -4138,15 +4174,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
4138
4174
|
|
|
4139
4175
|
[[package]]
|
|
4140
4176
|
name = "windows_aarch64_gnullvm"
|
|
4141
|
-
version = "0.53.
|
|
4177
|
+
version = "0.53.1"
|
|
4142
4178
|
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"
|
|
4179
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
4150
4180
|
|
|
4151
4181
|
[[package]]
|
|
4152
4182
|
name = "windows_aarch64_msvc"
|
|
@@ -4156,15 +4186,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
4156
4186
|
|
|
4157
4187
|
[[package]]
|
|
4158
4188
|
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"
|
|
4189
|
+
version = "0.53.1"
|
|
4166
4190
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4167
|
-
checksum = "
|
|
4191
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
4168
4192
|
|
|
4169
4193
|
[[package]]
|
|
4170
4194
|
name = "windows_i686_gnu"
|
|
@@ -4174,9 +4198,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
4174
4198
|
|
|
4175
4199
|
[[package]]
|
|
4176
4200
|
name = "windows_i686_gnu"
|
|
4177
|
-
version = "0.53.
|
|
4201
|
+
version = "0.53.1"
|
|
4178
4202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4179
|
-
checksum = "
|
|
4203
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
4180
4204
|
|
|
4181
4205
|
[[package]]
|
|
4182
4206
|
name = "windows_i686_gnullvm"
|
|
@@ -4186,15 +4210,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
4186
4210
|
|
|
4187
4211
|
[[package]]
|
|
4188
4212
|
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"
|
|
4213
|
+
version = "0.53.1"
|
|
4196
4214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4197
|
-
checksum = "
|
|
4215
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
4198
4216
|
|
|
4199
4217
|
[[package]]
|
|
4200
4218
|
name = "windows_i686_msvc"
|
|
@@ -4204,15 +4222,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
4204
4222
|
|
|
4205
4223
|
[[package]]
|
|
4206
4224
|
name = "windows_i686_msvc"
|
|
4207
|
-
version = "0.53.
|
|
4225
|
+
version = "0.53.1"
|
|
4208
4226
|
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"
|
|
4227
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
4216
4228
|
|
|
4217
4229
|
[[package]]
|
|
4218
4230
|
name = "windows_x86_64_gnu"
|
|
@@ -4222,15 +4234,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
4222
4234
|
|
|
4223
4235
|
[[package]]
|
|
4224
4236
|
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"
|
|
4237
|
+
version = "0.53.1"
|
|
4232
4238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4233
|
-
checksum = "
|
|
4239
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
4234
4240
|
|
|
4235
4241
|
[[package]]
|
|
4236
4242
|
name = "windows_x86_64_gnullvm"
|
|
@@ -4240,48 +4246,121 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
4240
4246
|
|
|
4241
4247
|
[[package]]
|
|
4242
4248
|
name = "windows_x86_64_gnullvm"
|
|
4243
|
-
version = "0.53.
|
|
4249
|
+
version = "0.53.1"
|
|
4244
4250
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4245
|
-
checksum = "
|
|
4251
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
4246
4252
|
|
|
4247
4253
|
[[package]]
|
|
4248
4254
|
name = "windows_x86_64_msvc"
|
|
4249
|
-
version = "0.
|
|
4255
|
+
version = "0.52.6"
|
|
4250
4256
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4251
|
-
checksum = "
|
|
4257
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4252
4258
|
|
|
4253
4259
|
[[package]]
|
|
4254
4260
|
name = "windows_x86_64_msvc"
|
|
4255
|
-
version = "0.
|
|
4261
|
+
version = "0.53.1"
|
|
4256
4262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4257
|
-
checksum = "
|
|
4263
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
4258
4264
|
|
|
4259
4265
|
[[package]]
|
|
4260
|
-
name = "
|
|
4261
|
-
version = "0.
|
|
4266
|
+
name = "wit-bindgen"
|
|
4267
|
+
version = "0.51.0"
|
|
4268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4269
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4270
|
+
dependencies = [
|
|
4271
|
+
"wit-bindgen-rust-macro",
|
|
4272
|
+
]
|
|
4273
|
+
|
|
4274
|
+
[[package]]
|
|
4275
|
+
name = "wit-bindgen"
|
|
4276
|
+
version = "0.57.1"
|
|
4262
4277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4263
|
-
checksum = "
|
|
4278
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
4264
4279
|
|
|
4265
4280
|
[[package]]
|
|
4266
|
-
name = "wit-bindgen-
|
|
4267
|
-
version = "0.
|
|
4281
|
+
name = "wit-bindgen-core"
|
|
4282
|
+
version = "0.51.0"
|
|
4268
4283
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4269
|
-
checksum = "
|
|
4284
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
4270
4285
|
dependencies = [
|
|
4271
|
-
"
|
|
4286
|
+
"anyhow",
|
|
4287
|
+
"heck 0.5.0",
|
|
4288
|
+
"wit-parser",
|
|
4272
4289
|
]
|
|
4273
4290
|
|
|
4274
4291
|
[[package]]
|
|
4275
|
-
name = "
|
|
4276
|
-
version = "
|
|
4292
|
+
name = "wit-bindgen-rust"
|
|
4293
|
+
version = "0.51.0"
|
|
4294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4295
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
4296
|
+
dependencies = [
|
|
4297
|
+
"anyhow",
|
|
4298
|
+
"heck 0.5.0",
|
|
4299
|
+
"indexmap",
|
|
4300
|
+
"prettyplease",
|
|
4301
|
+
"syn 2.0.117",
|
|
4302
|
+
"wasm-metadata",
|
|
4303
|
+
"wit-bindgen-core",
|
|
4304
|
+
"wit-component",
|
|
4305
|
+
]
|
|
4306
|
+
|
|
4307
|
+
[[package]]
|
|
4308
|
+
name = "wit-bindgen-rust-macro"
|
|
4309
|
+
version = "0.51.0"
|
|
4310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4311
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
4312
|
+
dependencies = [
|
|
4313
|
+
"anyhow",
|
|
4314
|
+
"prettyplease",
|
|
4315
|
+
"proc-macro2",
|
|
4316
|
+
"quote",
|
|
4317
|
+
"syn 2.0.117",
|
|
4318
|
+
"wit-bindgen-core",
|
|
4319
|
+
"wit-bindgen-rust",
|
|
4320
|
+
]
|
|
4321
|
+
|
|
4322
|
+
[[package]]
|
|
4323
|
+
name = "wit-component"
|
|
4324
|
+
version = "0.244.0"
|
|
4325
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4326
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
4327
|
+
dependencies = [
|
|
4328
|
+
"anyhow",
|
|
4329
|
+
"bitflags 2.11.1",
|
|
4330
|
+
"indexmap",
|
|
4331
|
+
"log",
|
|
4332
|
+
"serde",
|
|
4333
|
+
"serde_derive",
|
|
4334
|
+
"serde_json",
|
|
4335
|
+
"wasm-encoder",
|
|
4336
|
+
"wasm-metadata",
|
|
4337
|
+
"wasmparser",
|
|
4338
|
+
"wit-parser",
|
|
4339
|
+
]
|
|
4340
|
+
|
|
4341
|
+
[[package]]
|
|
4342
|
+
name = "wit-parser"
|
|
4343
|
+
version = "0.244.0"
|
|
4277
4344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4278
|
-
checksum = "
|
|
4345
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4346
|
+
dependencies = [
|
|
4347
|
+
"anyhow",
|
|
4348
|
+
"id-arena",
|
|
4349
|
+
"indexmap",
|
|
4350
|
+
"log",
|
|
4351
|
+
"semver",
|
|
4352
|
+
"serde",
|
|
4353
|
+
"serde_derive",
|
|
4354
|
+
"serde_json",
|
|
4355
|
+
"unicode-xid",
|
|
4356
|
+
"wasmparser",
|
|
4357
|
+
]
|
|
4279
4358
|
|
|
4280
4359
|
[[package]]
|
|
4281
4360
|
name = "writeable"
|
|
4282
|
-
version = "0.
|
|
4361
|
+
version = "0.6.3"
|
|
4283
4362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4284
|
-
checksum = "
|
|
4363
|
+
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
4285
4364
|
|
|
4286
4365
|
[[package]]
|
|
4287
4366
|
name = "x509-parser"
|
|
@@ -4312,11 +4391,10 @@ dependencies = [
|
|
|
4312
4391
|
|
|
4313
4392
|
[[package]]
|
|
4314
4393
|
name = "yoke"
|
|
4315
|
-
version = "0.
|
|
4394
|
+
version = "0.8.2"
|
|
4316
4395
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4317
|
-
checksum = "
|
|
4396
|
+
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
|
|
4318
4397
|
dependencies = [
|
|
4319
|
-
"serde",
|
|
4320
4398
|
"stable_deref_trait",
|
|
4321
4399
|
"yoke-derive",
|
|
4322
4400
|
"zerofrom",
|
|
@@ -4324,88 +4402,79 @@ dependencies = [
|
|
|
4324
4402
|
|
|
4325
4403
|
[[package]]
|
|
4326
4404
|
name = "yoke-derive"
|
|
4327
|
-
version = "0.
|
|
4405
|
+
version = "0.8.2"
|
|
4328
4406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4329
|
-
checksum = "
|
|
4407
|
+
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
4330
4408
|
dependencies = [
|
|
4331
4409
|
"proc-macro2",
|
|
4332
4410
|
"quote",
|
|
4333
|
-
"syn 2.0.
|
|
4411
|
+
"syn 2.0.117",
|
|
4334
4412
|
"synstructure",
|
|
4335
4413
|
]
|
|
4336
4414
|
|
|
4337
4415
|
[[package]]
|
|
4338
4416
|
name = "zerocopy"
|
|
4339
|
-
version = "0.
|
|
4340
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4341
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4342
|
-
dependencies = [
|
|
4343
|
-
"zerocopy-derive 0.7.35",
|
|
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",
|
|
4353
|
-
]
|
|
4354
|
-
|
|
4355
|
-
[[package]]
|
|
4356
|
-
name = "zerocopy-derive"
|
|
4357
|
-
version = "0.7.35"
|
|
4417
|
+
version = "0.8.48"
|
|
4358
4418
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4359
|
-
checksum = "
|
|
4419
|
+
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
|
|
4360
4420
|
dependencies = [
|
|
4361
|
-
"
|
|
4362
|
-
"quote",
|
|
4363
|
-
"syn 2.0.101",
|
|
4421
|
+
"zerocopy-derive",
|
|
4364
4422
|
]
|
|
4365
4423
|
|
|
4366
4424
|
[[package]]
|
|
4367
4425
|
name = "zerocopy-derive"
|
|
4368
|
-
version = "0.8.
|
|
4426
|
+
version = "0.8.48"
|
|
4369
4427
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4370
|
-
checksum = "
|
|
4428
|
+
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
|
|
4371
4429
|
dependencies = [
|
|
4372
4430
|
"proc-macro2",
|
|
4373
4431
|
"quote",
|
|
4374
|
-
"syn 2.0.
|
|
4432
|
+
"syn 2.0.117",
|
|
4375
4433
|
]
|
|
4376
4434
|
|
|
4377
4435
|
[[package]]
|
|
4378
4436
|
name = "zerofrom"
|
|
4379
|
-
version = "0.1.
|
|
4437
|
+
version = "0.1.7"
|
|
4380
4438
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
-
checksum = "
|
|
4439
|
+
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
|
|
4382
4440
|
dependencies = [
|
|
4383
4441
|
"zerofrom-derive",
|
|
4384
4442
|
]
|
|
4385
4443
|
|
|
4386
4444
|
[[package]]
|
|
4387
4445
|
name = "zerofrom-derive"
|
|
4388
|
-
version = "0.1.
|
|
4446
|
+
version = "0.1.7"
|
|
4389
4447
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4390
|
-
checksum = "
|
|
4448
|
+
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
4391
4449
|
dependencies = [
|
|
4392
4450
|
"proc-macro2",
|
|
4393
4451
|
"quote",
|
|
4394
|
-
"syn 2.0.
|
|
4452
|
+
"syn 2.0.117",
|
|
4395
4453
|
"synstructure",
|
|
4396
4454
|
]
|
|
4397
4455
|
|
|
4398
4456
|
[[package]]
|
|
4399
4457
|
name = "zeroize"
|
|
4400
|
-
version = "1.8.
|
|
4458
|
+
version = "1.8.2"
|
|
4459
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4460
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4461
|
+
|
|
4462
|
+
[[package]]
|
|
4463
|
+
name = "zerotrie"
|
|
4464
|
+
version = "0.2.4"
|
|
4401
4465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4402
|
-
checksum = "
|
|
4466
|
+
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
|
|
4467
|
+
dependencies = [
|
|
4468
|
+
"displaydoc",
|
|
4469
|
+
"yoke",
|
|
4470
|
+
"zerofrom",
|
|
4471
|
+
]
|
|
4403
4472
|
|
|
4404
4473
|
[[package]]
|
|
4405
4474
|
name = "zerovec"
|
|
4406
|
-
version = "0.
|
|
4475
|
+
version = "0.11.6"
|
|
4407
4476
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4408
|
-
checksum = "
|
|
4477
|
+
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
|
|
4409
4478
|
dependencies = [
|
|
4410
4479
|
"yoke",
|
|
4411
4480
|
"zerofrom",
|
|
@@ -4414,15 +4483,21 @@ dependencies = [
|
|
|
4414
4483
|
|
|
4415
4484
|
[[package]]
|
|
4416
4485
|
name = "zerovec-derive"
|
|
4417
|
-
version = "0.
|
|
4486
|
+
version = "0.11.3"
|
|
4418
4487
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4419
|
-
checksum = "
|
|
4488
|
+
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
|
|
4420
4489
|
dependencies = [
|
|
4421
4490
|
"proc-macro2",
|
|
4422
4491
|
"quote",
|
|
4423
|
-
"syn 2.0.
|
|
4492
|
+
"syn 2.0.117",
|
|
4424
4493
|
]
|
|
4425
4494
|
|
|
4495
|
+
[[package]]
|
|
4496
|
+
name = "zmij"
|
|
4497
|
+
version = "1.0.21"
|
|
4498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4499
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|
|
4500
|
+
|
|
4426
4501
|
[[package]]
|
|
4427
4502
|
name = "zstd"
|
|
4428
4503
|
version = "0.13.3"
|
|
@@ -4443,10 +4518,14 @@ dependencies = [
|
|
|
4443
4518
|
|
|
4444
4519
|
[[package]]
|
|
4445
4520
|
name = "zstd-sys"
|
|
4446
|
-
version = "2.0.
|
|
4521
|
+
version = "2.0.16+zstd.1.5.7"
|
|
4447
4522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4448
|
-
checksum = "
|
|
4523
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
4449
4524
|
dependencies = [
|
|
4450
4525
|
"cc",
|
|
4451
4526
|
"pkg-config",
|
|
4452
4527
|
]
|
|
4528
|
+
|
|
4529
|
+
[[patch.unused]]
|
|
4530
|
+
name = "rb-sys-build"
|
|
4531
|
+
version = "0.9.124"
|