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