temporalio 0.6.0 → 1.1.0
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 +836 -1036
- data/Cargo.toml +6 -5
- data/Gemfile +3 -0
- data/README.md +2 -11
- data/ext/Cargo.toml +9 -8
- data/lib/temporalio/activity/info.rb +5 -0
- data/lib/temporalio/api/cloud/account/v1/message.rb +3 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/request_response.rb +5 -1
- data/lib/temporalio/api/cloud/cloudservice/v1/service.rb +1 -1
- data/lib/temporalio/api/cloud/sink/v1/message.rb +3 -1
- data/lib/temporalio/api/deployment/v1/message.rb +1 -1
- data/lib/temporalio/api/namespace/v1/message.rb +1 -1
- data/lib/temporalio/api/payload_visitor.rb +6 -0
- data/lib/temporalio/api/workflowservice/v1/request_response.rb +5 -1
- data/lib/temporalio/api/workflowservice/v1/service.rb +1 -1
- data/lib/temporalio/cancellation.rb +2 -2
- data/lib/temporalio/client/async_activity_handle.rb +1 -0
- data/lib/temporalio/client/connection/cloud_service.rb +30 -0
- data/lib/temporalio/client/connection/workflow_service.rb +30 -0
- data/lib/temporalio/client/connection.rb +14 -9
- data/lib/temporalio/client.rb +1 -1
- data/lib/temporalio/contrib/open_telemetry.rb +78 -25
- data/lib/temporalio/converters/payload_converter/composite.rb +1 -0
- data/lib/temporalio/converters/payload_converter/json_protobuf.rb +1 -1
- data/lib/temporalio/env_config.rb +343 -0
- data/lib/temporalio/error.rb +5 -1
- data/lib/temporalio/internal/bridge/api/workflow_activation/workflow_activation.rb +1 -1
- data/lib/temporalio/internal/bridge/runtime.rb +1 -0
- data/lib/temporalio/internal/bridge/worker.rb +54 -3
- data/lib/temporalio/internal/client/implementation.rb +7 -2
- data/lib/temporalio/internal/worker/activity_worker.rb +1 -0
- data/lib/temporalio/internal/worker/workflow_instance/context.rb +2 -0
- data/lib/temporalio/internal/worker/workflow_instance/illegal_call_tracer.rb +17 -10
- data/lib/temporalio/internal/worker/workflow_instance/outbound_implementation.rb +6 -5
- data/lib/temporalio/internal/worker/workflow_instance.rb +78 -80
- data/lib/temporalio/runtime.rb +16 -3
- data/lib/temporalio/testing/activity_environment.rb +1 -0
- data/lib/temporalio/version.rb +1 -1
- data/lib/temporalio/worker/interceptor.rb +1 -0
- data/lib/temporalio/worker/tuner.rb +183 -18
- data/lib/temporalio/worker/workflow_replayer.rb +4 -3
- data/lib/temporalio/worker.rb +4 -5
- data/lib/temporalio/workflow/info.rb +7 -0
- data/lib/temporalio/workflow.rb +6 -3
- metadata +2 -1
data/Cargo.lock
CHANGED
|
@@ -2,37 +2,17 @@
|
|
|
2
2
|
# It is not intended for manual editing.
|
|
3
3
|
version = 4
|
|
4
4
|
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "addr2line"
|
|
7
|
-
version = "0.24.2"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"gimli",
|
|
12
|
-
]
|
|
13
|
-
|
|
14
5
|
[[package]]
|
|
15
6
|
name = "adler2"
|
|
16
7
|
version = "2.0.1"
|
|
17
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
9
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
19
10
|
|
|
20
|
-
[[package]]
|
|
21
|
-
name = "aes"
|
|
22
|
-
version = "0.8.4"
|
|
23
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
-
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
25
|
-
dependencies = [
|
|
26
|
-
"cfg-if",
|
|
27
|
-
"cipher",
|
|
28
|
-
"cpufeatures",
|
|
29
|
-
]
|
|
30
|
-
|
|
31
11
|
[[package]]
|
|
32
12
|
name = "aho-corasick"
|
|
33
|
-
version = "1.1.
|
|
13
|
+
version = "1.1.4"
|
|
34
14
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
35
|
-
checksum = "
|
|
15
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
36
16
|
dependencies = [
|
|
37
17
|
"memchr",
|
|
38
18
|
]
|
|
@@ -51,9 +31,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
51
31
|
|
|
52
32
|
[[package]]
|
|
53
33
|
name = "anstream"
|
|
54
|
-
version = "0.6.
|
|
34
|
+
version = "0.6.21"
|
|
55
35
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
-
checksum = "
|
|
36
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
57
37
|
dependencies = [
|
|
58
38
|
"anstyle",
|
|
59
39
|
"anstyle-parse",
|
|
@@ -66,9 +46,9 @@ dependencies = [
|
|
|
66
46
|
|
|
67
47
|
[[package]]
|
|
68
48
|
name = "anstyle"
|
|
69
|
-
version = "1.0.
|
|
49
|
+
version = "1.0.13"
|
|
70
50
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
71
|
-
checksum = "
|
|
51
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
72
52
|
|
|
73
53
|
[[package]]
|
|
74
54
|
name = "anstyle-parse"
|
|
@@ -81,29 +61,45 @@ dependencies = [
|
|
|
81
61
|
|
|
82
62
|
[[package]]
|
|
83
63
|
name = "anstyle-query"
|
|
84
|
-
version = "1.1.
|
|
64
|
+
version = "1.1.5"
|
|
85
65
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
-
checksum = "
|
|
66
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
87
67
|
dependencies = [
|
|
88
|
-
"windows-sys 0.
|
|
68
|
+
"windows-sys 0.61.2",
|
|
89
69
|
]
|
|
90
70
|
|
|
91
71
|
[[package]]
|
|
92
72
|
name = "anstyle-wincon"
|
|
93
|
-
version = "3.0.
|
|
73
|
+
version = "3.0.11"
|
|
94
74
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
75
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
96
76
|
dependencies = [
|
|
97
77
|
"anstyle",
|
|
98
78
|
"once_cell_polyfill",
|
|
99
|
-
"windows-sys 0.
|
|
79
|
+
"windows-sys 0.61.2",
|
|
80
|
+
]
|
|
81
|
+
|
|
82
|
+
[[package]]
|
|
83
|
+
name = "antithesis_sdk"
|
|
84
|
+
version = "0.2.6"
|
|
85
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
86
|
+
checksum = "dafc0460f582169b1414074fd82bedbda60456fb4df0a78dc7fef1306e732ea3"
|
|
87
|
+
dependencies = [
|
|
88
|
+
"libc",
|
|
89
|
+
"libloading",
|
|
90
|
+
"linkme",
|
|
91
|
+
"once_cell",
|
|
92
|
+
"rand 0.8.5",
|
|
93
|
+
"rustc_version_runtime",
|
|
94
|
+
"serde",
|
|
95
|
+
"serde_json",
|
|
100
96
|
]
|
|
101
97
|
|
|
102
98
|
[[package]]
|
|
103
99
|
name = "anyhow"
|
|
104
|
-
version = "1.0.
|
|
100
|
+
version = "1.0.100"
|
|
105
101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "
|
|
102
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
107
103
|
|
|
108
104
|
[[package]]
|
|
109
105
|
name = "arbitrary"
|
|
@@ -194,11 +190,11 @@ dependencies = [
|
|
|
194
190
|
|
|
195
191
|
[[package]]
|
|
196
192
|
name = "axum"
|
|
197
|
-
version = "0.8.
|
|
193
|
+
version = "0.8.7"
|
|
198
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
-
checksum = "
|
|
195
|
+
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
|
|
200
196
|
dependencies = [
|
|
201
|
-
"axum-core 0.5.
|
|
197
|
+
"axum-core 0.5.5",
|
|
202
198
|
"bytes",
|
|
203
199
|
"futures-util",
|
|
204
200
|
"http",
|
|
@@ -210,8 +206,7 @@ dependencies = [
|
|
|
210
206
|
"mime",
|
|
211
207
|
"percent-encoding",
|
|
212
208
|
"pin-project-lite",
|
|
213
|
-
"
|
|
214
|
-
"serde",
|
|
209
|
+
"serde_core",
|
|
215
210
|
"sync_wrapper",
|
|
216
211
|
"tower 0.5.2",
|
|
217
212
|
"tower-layer",
|
|
@@ -240,9 +235,9 @@ dependencies = [
|
|
|
240
235
|
|
|
241
236
|
[[package]]
|
|
242
237
|
name = "axum-core"
|
|
243
|
-
version = "0.5.
|
|
238
|
+
version = "0.5.5"
|
|
244
239
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
245
|
-
checksum = "
|
|
240
|
+
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
|
246
241
|
dependencies = [
|
|
247
242
|
"bytes",
|
|
248
243
|
"futures-core",
|
|
@@ -251,7 +246,6 @@ dependencies = [
|
|
|
251
246
|
"http-body-util",
|
|
252
247
|
"mime",
|
|
253
248
|
"pin-project-lite",
|
|
254
|
-
"rustversion",
|
|
255
249
|
"sync_wrapper",
|
|
256
250
|
"tower-layer",
|
|
257
251
|
"tower-service",
|
|
@@ -268,21 +262,6 @@ dependencies = [
|
|
|
268
262
|
"rand 0.8.5",
|
|
269
263
|
]
|
|
270
264
|
|
|
271
|
-
[[package]]
|
|
272
|
-
name = "backtrace"
|
|
273
|
-
version = "0.3.75"
|
|
274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
|
-
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
276
|
-
dependencies = [
|
|
277
|
-
"addr2line",
|
|
278
|
-
"cfg-if",
|
|
279
|
-
"libc",
|
|
280
|
-
"miniz_oxide",
|
|
281
|
-
"object",
|
|
282
|
-
"rustc-demangle",
|
|
283
|
-
"windows-targets 0.52.6",
|
|
284
|
-
]
|
|
285
|
-
|
|
286
265
|
[[package]]
|
|
287
266
|
name = "base64"
|
|
288
267
|
version = "0.21.7"
|
|
@@ -323,17 +302,33 @@ dependencies = [
|
|
|
323
302
|
|
|
324
303
|
[[package]]
|
|
325
304
|
name = "bitflags"
|
|
326
|
-
version = "2.
|
|
305
|
+
version = "2.10.0"
|
|
327
306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
328
|
-
checksum = "
|
|
307
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
308
|
+
|
|
309
|
+
[[package]]
|
|
310
|
+
name = "bon"
|
|
311
|
+
version = "3.8.1"
|
|
312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
+
checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
|
|
314
|
+
dependencies = [
|
|
315
|
+
"bon-macros",
|
|
316
|
+
"rustversion",
|
|
317
|
+
]
|
|
329
318
|
|
|
330
319
|
[[package]]
|
|
331
|
-
name = "
|
|
332
|
-
version = "
|
|
320
|
+
name = "bon-macros"
|
|
321
|
+
version = "3.8.1"
|
|
333
322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
-
checksum = "
|
|
323
|
+
checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
|
|
335
324
|
dependencies = [
|
|
336
|
-
"
|
|
325
|
+
"darling 0.21.3",
|
|
326
|
+
"ident_case",
|
|
327
|
+
"prettyplease",
|
|
328
|
+
"proc-macro2",
|
|
329
|
+
"quote",
|
|
330
|
+
"rustversion",
|
|
331
|
+
"syn",
|
|
337
332
|
]
|
|
338
333
|
|
|
339
334
|
[[package]]
|
|
@@ -350,27 +345,17 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
350
345
|
|
|
351
346
|
[[package]]
|
|
352
347
|
name = "bytes"
|
|
353
|
-
version = "1.
|
|
348
|
+
version = "1.11.0"
|
|
354
349
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
checksum = "
|
|
350
|
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
356
351
|
|
|
357
352
|
[[package]]
|
|
358
353
|
name = "bzip2"
|
|
359
|
-
version = "0.
|
|
360
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361
|
-
checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
|
|
362
|
-
dependencies = [
|
|
363
|
-
"bzip2-sys",
|
|
364
|
-
]
|
|
365
|
-
|
|
366
|
-
[[package]]
|
|
367
|
-
name = "bzip2-sys"
|
|
368
|
-
version = "0.1.13+1.0.8"
|
|
354
|
+
version = "0.6.1"
|
|
369
355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
-
checksum = "
|
|
356
|
+
checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
|
|
371
357
|
dependencies = [
|
|
372
|
-
"
|
|
373
|
-
"pkg-config",
|
|
358
|
+
"libbz2-rs-sys",
|
|
374
359
|
]
|
|
375
360
|
|
|
376
361
|
[[package]]
|
|
@@ -381,10 +366,11 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
381
366
|
|
|
382
367
|
[[package]]
|
|
383
368
|
name = "cc"
|
|
384
|
-
version = "1.2.
|
|
369
|
+
version = "1.2.48"
|
|
385
370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "
|
|
371
|
+
checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
|
|
387
372
|
dependencies = [
|
|
373
|
+
"find-msvc-tools",
|
|
388
374
|
"jobserver",
|
|
389
375
|
"libc",
|
|
390
376
|
"shlex",
|
|
@@ -401,9 +387,9 @@ dependencies = [
|
|
|
401
387
|
|
|
402
388
|
[[package]]
|
|
403
389
|
name = "cfg-if"
|
|
404
|
-
version = "1.0.
|
|
390
|
+
version = "1.0.4"
|
|
405
391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
406
|
-
checksum = "
|
|
392
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
407
393
|
|
|
408
394
|
[[package]]
|
|
409
395
|
name = "cfg_aliases"
|
|
@@ -413,9 +399,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
413
399
|
|
|
414
400
|
[[package]]
|
|
415
401
|
name = "chrono"
|
|
416
|
-
version = "0.4.
|
|
402
|
+
version = "0.4.42"
|
|
417
403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
-
checksum = "
|
|
404
|
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
419
405
|
dependencies = [
|
|
420
406
|
"num-traits",
|
|
421
407
|
"serde",
|
|
@@ -448,16 +434,6 @@ dependencies = [
|
|
|
448
434
|
"half",
|
|
449
435
|
]
|
|
450
436
|
|
|
451
|
-
[[package]]
|
|
452
|
-
name = "cipher"
|
|
453
|
-
version = "0.4.4"
|
|
454
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
-
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
456
|
-
dependencies = [
|
|
457
|
-
"crypto-common",
|
|
458
|
-
"inout",
|
|
459
|
-
]
|
|
460
|
-
|
|
461
437
|
[[package]]
|
|
462
438
|
name = "clang-sys"
|
|
463
439
|
version = "1.8.1"
|
|
@@ -471,9 +447,9 @@ dependencies = [
|
|
|
471
447
|
|
|
472
448
|
[[package]]
|
|
473
449
|
name = "clap"
|
|
474
|
-
version = "4.5.
|
|
450
|
+
version = "4.5.53"
|
|
475
451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
-
checksum = "
|
|
452
|
+
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
|
|
477
453
|
dependencies = [
|
|
478
454
|
"clap_builder",
|
|
479
455
|
"clap_derive",
|
|
@@ -481,9 +457,9 @@ dependencies = [
|
|
|
481
457
|
|
|
482
458
|
[[package]]
|
|
483
459
|
name = "clap_builder"
|
|
484
|
-
version = "4.5.
|
|
460
|
+
version = "4.5.53"
|
|
485
461
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
486
|
-
checksum = "
|
|
462
|
+
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
|
|
487
463
|
dependencies = [
|
|
488
464
|
"anstream",
|
|
489
465
|
"anstyle",
|
|
@@ -493,9 +469,9 @@ dependencies = [
|
|
|
493
469
|
|
|
494
470
|
[[package]]
|
|
495
471
|
name = "clap_derive"
|
|
496
|
-
version = "4.5.
|
|
472
|
+
version = "4.5.49"
|
|
497
473
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
-
checksum = "
|
|
474
|
+
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
499
475
|
dependencies = [
|
|
500
476
|
"heck",
|
|
501
477
|
"proc-macro2",
|
|
@@ -505,9 +481,9 @@ dependencies = [
|
|
|
505
481
|
|
|
506
482
|
[[package]]
|
|
507
483
|
name = "clap_lex"
|
|
508
|
-
version = "0.7.
|
|
484
|
+
version = "0.7.6"
|
|
509
485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
510
|
-
checksum = "
|
|
486
|
+
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|
511
487
|
|
|
512
488
|
[[package]]
|
|
513
489
|
name = "colorchoice"
|
|
@@ -522,8 +498,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
522
498
|
checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857"
|
|
523
499
|
dependencies = [
|
|
524
500
|
"futures-core",
|
|
525
|
-
"prost",
|
|
526
|
-
"prost-types",
|
|
501
|
+
"prost 0.13.5",
|
|
502
|
+
"prost-types 0.13.5",
|
|
527
503
|
"tonic 0.12.3",
|
|
528
504
|
"tracing-core",
|
|
529
505
|
]
|
|
@@ -541,8 +517,8 @@ dependencies = [
|
|
|
541
517
|
"hdrhistogram",
|
|
542
518
|
"humantime",
|
|
543
519
|
"hyper-util",
|
|
544
|
-
"prost",
|
|
545
|
-
"prost-types",
|
|
520
|
+
"prost 0.13.5",
|
|
521
|
+
"prost-types 0.13.5",
|
|
546
522
|
"serde",
|
|
547
523
|
"serde_json",
|
|
548
524
|
"thread_local",
|
|
@@ -555,10 +531,13 @@ dependencies = [
|
|
|
555
531
|
]
|
|
556
532
|
|
|
557
533
|
[[package]]
|
|
558
|
-
name = "
|
|
559
|
-
version = "0.
|
|
534
|
+
name = "convert_case"
|
|
535
|
+
version = "0.10.0"
|
|
560
536
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
-
checksum = "
|
|
537
|
+
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
|
|
538
|
+
dependencies = [
|
|
539
|
+
"unicode-segmentation",
|
|
540
|
+
]
|
|
562
541
|
|
|
563
542
|
[[package]]
|
|
564
543
|
name = "core-foundation"
|
|
@@ -576,30 +555,6 @@ version = "0.8.7"
|
|
|
576
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
577
556
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
578
557
|
|
|
579
|
-
[[package]]
|
|
580
|
-
name = "cpufeatures"
|
|
581
|
-
version = "0.2.17"
|
|
582
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
583
|
-
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
584
|
-
dependencies = [
|
|
585
|
-
"libc",
|
|
586
|
-
]
|
|
587
|
-
|
|
588
|
-
[[package]]
|
|
589
|
-
name = "crc"
|
|
590
|
-
version = "3.3.0"
|
|
591
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
592
|
-
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
|
593
|
-
dependencies = [
|
|
594
|
-
"crc-catalog",
|
|
595
|
-
]
|
|
596
|
-
|
|
597
|
-
[[package]]
|
|
598
|
-
name = "crc-catalog"
|
|
599
|
-
version = "2.4.0"
|
|
600
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
601
|
-
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
602
|
-
|
|
603
558
|
[[package]]
|
|
604
559
|
name = "crc32fast"
|
|
605
560
|
version = "1.5.0"
|
|
@@ -611,9 +566,9 @@ dependencies = [
|
|
|
611
566
|
|
|
612
567
|
[[package]]
|
|
613
568
|
name = "criterion"
|
|
614
|
-
version = "0.
|
|
569
|
+
version = "0.7.0"
|
|
615
570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
616
|
-
checksum = "
|
|
571
|
+
checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
|
|
617
572
|
dependencies = [
|
|
618
573
|
"anes",
|
|
619
574
|
"cast",
|
|
@@ -635,12 +590,12 @@ dependencies = [
|
|
|
635
590
|
|
|
636
591
|
[[package]]
|
|
637
592
|
name = "criterion-plot"
|
|
638
|
-
version = "0.
|
|
593
|
+
version = "0.6.0"
|
|
639
594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
640
|
-
checksum = "
|
|
595
|
+
checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
|
|
641
596
|
dependencies = [
|
|
642
597
|
"cast",
|
|
643
|
-
"itertools 0.
|
|
598
|
+
"itertools 0.13.0",
|
|
644
599
|
]
|
|
645
600
|
|
|
646
601
|
[[package]]
|
|
@@ -693,23 +648,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
693
648
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
694
649
|
|
|
695
650
|
[[package]]
|
|
696
|
-
name = "
|
|
697
|
-
version = "0.
|
|
651
|
+
name = "darling"
|
|
652
|
+
version = "0.20.11"
|
|
698
653
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "
|
|
654
|
+
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
700
655
|
dependencies = [
|
|
701
|
-
"
|
|
702
|
-
"
|
|
656
|
+
"darling_core 0.20.11",
|
|
657
|
+
"darling_macro 0.20.11",
|
|
703
658
|
]
|
|
704
659
|
|
|
705
660
|
[[package]]
|
|
706
661
|
name = "darling"
|
|
707
|
-
version = "0.
|
|
662
|
+
version = "0.21.3"
|
|
708
663
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
709
|
-
checksum = "
|
|
664
|
+
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
|
710
665
|
dependencies = [
|
|
711
|
-
"darling_core",
|
|
712
|
-
"darling_macro",
|
|
666
|
+
"darling_core 0.21.3",
|
|
667
|
+
"darling_macro 0.21.3",
|
|
713
668
|
]
|
|
714
669
|
|
|
715
670
|
[[package]]
|
|
@@ -726,13 +681,38 @@ dependencies = [
|
|
|
726
681
|
"syn",
|
|
727
682
|
]
|
|
728
683
|
|
|
684
|
+
[[package]]
|
|
685
|
+
name = "darling_core"
|
|
686
|
+
version = "0.21.3"
|
|
687
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
688
|
+
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
|
689
|
+
dependencies = [
|
|
690
|
+
"fnv",
|
|
691
|
+
"ident_case",
|
|
692
|
+
"proc-macro2",
|
|
693
|
+
"quote",
|
|
694
|
+
"strsim",
|
|
695
|
+
"syn",
|
|
696
|
+
]
|
|
697
|
+
|
|
729
698
|
[[package]]
|
|
730
699
|
name = "darling_macro"
|
|
731
700
|
version = "0.20.11"
|
|
732
701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
702
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
734
703
|
dependencies = [
|
|
735
|
-
"darling_core",
|
|
704
|
+
"darling_core 0.20.11",
|
|
705
|
+
"quote",
|
|
706
|
+
"syn",
|
|
707
|
+
]
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "darling_macro"
|
|
711
|
+
version = "0.21.3"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"darling_core 0.21.3",
|
|
736
716
|
"quote",
|
|
737
717
|
"syn",
|
|
738
718
|
]
|
|
@@ -751,21 +731,6 @@ dependencies = [
|
|
|
751
731
|
"parking_lot_core",
|
|
752
732
|
]
|
|
753
733
|
|
|
754
|
-
[[package]]
|
|
755
|
-
name = "deflate64"
|
|
756
|
-
version = "0.1.9"
|
|
757
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
758
|
-
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
|
759
|
-
|
|
760
|
-
[[package]]
|
|
761
|
-
name = "deranged"
|
|
762
|
-
version = "0.4.0"
|
|
763
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
-
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
765
|
-
dependencies = [
|
|
766
|
-
"powerfmt",
|
|
767
|
-
]
|
|
768
|
-
|
|
769
734
|
[[package]]
|
|
770
735
|
name = "derive_arbitrary"
|
|
771
736
|
version = "1.4.2"
|
|
@@ -792,7 +757,7 @@ version = "0.20.2"
|
|
|
792
757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
793
758
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
|
794
759
|
dependencies = [
|
|
795
|
-
"darling",
|
|
760
|
+
"darling 0.20.11",
|
|
796
761
|
"proc-macro2",
|
|
797
762
|
"quote",
|
|
798
763
|
"syn",
|
|
@@ -810,55 +775,46 @@ dependencies = [
|
|
|
810
775
|
|
|
811
776
|
[[package]]
|
|
812
777
|
name = "derive_more"
|
|
813
|
-
version = "2.0
|
|
778
|
+
version = "2.1.0"
|
|
814
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
815
|
-
checksum = "
|
|
780
|
+
checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618"
|
|
816
781
|
dependencies = [
|
|
817
782
|
"derive_more-impl",
|
|
818
783
|
]
|
|
819
784
|
|
|
820
785
|
[[package]]
|
|
821
786
|
name = "derive_more-impl"
|
|
822
|
-
version = "2.0
|
|
787
|
+
version = "2.1.0"
|
|
823
788
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
-
checksum = "
|
|
789
|
+
checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b"
|
|
825
790
|
dependencies = [
|
|
791
|
+
"convert_case",
|
|
826
792
|
"proc-macro2",
|
|
827
793
|
"quote",
|
|
794
|
+
"rustc_version",
|
|
828
795
|
"syn",
|
|
829
796
|
"unicode-xid",
|
|
830
797
|
]
|
|
831
798
|
|
|
832
|
-
[[package]]
|
|
833
|
-
name = "digest"
|
|
834
|
-
version = "0.10.7"
|
|
835
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
837
|
-
dependencies = [
|
|
838
|
-
"block-buffer",
|
|
839
|
-
"crypto-common",
|
|
840
|
-
"subtle",
|
|
841
|
-
]
|
|
842
|
-
|
|
843
799
|
[[package]]
|
|
844
800
|
name = "dirs"
|
|
845
|
-
version = "
|
|
801
|
+
version = "6.0.0"
|
|
846
802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
-
checksum = "
|
|
803
|
+
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
848
804
|
dependencies = [
|
|
849
805
|
"dirs-sys",
|
|
850
806
|
]
|
|
851
807
|
|
|
852
808
|
[[package]]
|
|
853
809
|
name = "dirs-sys"
|
|
854
|
-
version = "0.
|
|
810
|
+
version = "0.5.0"
|
|
855
811
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
856
|
-
checksum = "
|
|
812
|
+
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
857
813
|
dependencies = [
|
|
858
814
|
"libc",
|
|
859
815
|
"option-ext",
|
|
860
816
|
"redox_users",
|
|
861
|
-
"windows-sys 0.
|
|
817
|
+
"windows-sys 0.61.2",
|
|
862
818
|
]
|
|
863
819
|
|
|
864
820
|
[[package]]
|
|
@@ -884,6 +840,12 @@ version = "0.11.0"
|
|
|
884
840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
885
841
|
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
|
886
842
|
|
|
843
|
+
[[package]]
|
|
844
|
+
name = "dyn-clone"
|
|
845
|
+
version = "1.0.20"
|
|
846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
848
|
+
|
|
887
849
|
[[package]]
|
|
888
850
|
name = "either"
|
|
889
851
|
version = "1.15.0"
|
|
@@ -892,18 +854,18 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
892
854
|
|
|
893
855
|
[[package]]
|
|
894
856
|
name = "enum-iterator"
|
|
895
|
-
version = "2.
|
|
857
|
+
version = "2.3.0"
|
|
896
858
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
897
|
-
checksum = "
|
|
859
|
+
checksum = "a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016"
|
|
898
860
|
dependencies = [
|
|
899
861
|
"enum-iterator-derive",
|
|
900
862
|
]
|
|
901
863
|
|
|
902
864
|
[[package]]
|
|
903
865
|
name = "enum-iterator-derive"
|
|
904
|
-
version = "1.
|
|
866
|
+
version = "1.5.0"
|
|
905
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
-
checksum = "
|
|
868
|
+
checksum = "685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842"
|
|
907
869
|
dependencies = [
|
|
908
870
|
"proc-macro2",
|
|
909
871
|
"quote",
|
|
@@ -930,22 +892,23 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
930
892
|
|
|
931
893
|
[[package]]
|
|
932
894
|
name = "erased-serde"
|
|
933
|
-
version = "0.4.
|
|
895
|
+
version = "0.4.9"
|
|
934
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
935
|
-
checksum = "
|
|
897
|
+
checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
|
|
936
898
|
dependencies = [
|
|
937
899
|
"serde",
|
|
900
|
+
"serde_core",
|
|
938
901
|
"typeid",
|
|
939
902
|
]
|
|
940
903
|
|
|
941
904
|
[[package]]
|
|
942
905
|
name = "errno"
|
|
943
|
-
version = "0.3.
|
|
906
|
+
version = "0.3.14"
|
|
944
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
-
checksum = "
|
|
908
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
946
909
|
dependencies = [
|
|
947
910
|
"libc",
|
|
948
|
-
"windows-sys 0.
|
|
911
|
+
"windows-sys 0.61.2",
|
|
949
912
|
]
|
|
950
913
|
|
|
951
914
|
[[package]]
|
|
@@ -966,6 +929,12 @@ dependencies = [
|
|
|
966
929
|
"windows-sys 0.60.2",
|
|
967
930
|
]
|
|
968
931
|
|
|
932
|
+
[[package]]
|
|
933
|
+
name = "find-msvc-tools"
|
|
934
|
+
version = "0.1.5"
|
|
935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
936
|
+
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
|
937
|
+
|
|
969
938
|
[[package]]
|
|
970
939
|
name = "fixedbitset"
|
|
971
940
|
version = "0.5.7"
|
|
@@ -974,12 +943,13 @@ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
|
974
943
|
|
|
975
944
|
[[package]]
|
|
976
945
|
name = "flate2"
|
|
977
|
-
version = "1.1.
|
|
946
|
+
version = "1.1.7"
|
|
978
947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
-
checksum = "
|
|
948
|
+
checksum = "a2152dbcb980c05735e2a651d96011320a949eb31a0c8b38b72645ce97dec676"
|
|
980
949
|
dependencies = [
|
|
981
950
|
"crc32fast",
|
|
982
951
|
"miniz_oxide",
|
|
952
|
+
"zlib-rs",
|
|
983
953
|
]
|
|
984
954
|
|
|
985
955
|
[[package]]
|
|
@@ -990,15 +960,15 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
990
960
|
|
|
991
961
|
[[package]]
|
|
992
962
|
name = "foldhash"
|
|
993
|
-
version = "0.
|
|
963
|
+
version = "0.2.0"
|
|
994
964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
-
checksum = "
|
|
965
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
996
966
|
|
|
997
967
|
[[package]]
|
|
998
968
|
name = "form_urlencoded"
|
|
999
|
-
version = "1.2.
|
|
969
|
+
version = "1.2.2"
|
|
1000
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
-
checksum = "
|
|
971
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
1002
972
|
dependencies = [
|
|
1003
973
|
"percent-encoding",
|
|
1004
974
|
]
|
|
@@ -1115,24 +1085,14 @@ dependencies = [
|
|
|
1115
1085
|
"slab",
|
|
1116
1086
|
]
|
|
1117
1087
|
|
|
1118
|
-
[[package]]
|
|
1119
|
-
name = "generic-array"
|
|
1120
|
-
version = "0.14.7"
|
|
1121
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1122
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
1123
|
-
dependencies = [
|
|
1124
|
-
"typenum",
|
|
1125
|
-
"version_check",
|
|
1126
|
-
]
|
|
1127
|
-
|
|
1128
1088
|
[[package]]
|
|
1129
1089
|
name = "gethostname"
|
|
1130
|
-
version = "1.0
|
|
1090
|
+
version = "1.1.0"
|
|
1131
1091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
|
-
checksum = "
|
|
1092
|
+
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
|
|
1133
1093
|
dependencies = [
|
|
1134
1094
|
"rustix",
|
|
1135
|
-
"windows-
|
|
1095
|
+
"windows-link 0.2.1",
|
|
1136
1096
|
]
|
|
1137
1097
|
|
|
1138
1098
|
[[package]]
|
|
@@ -1144,30 +1104,24 @@ dependencies = [
|
|
|
1144
1104
|
"cfg-if",
|
|
1145
1105
|
"js-sys",
|
|
1146
1106
|
"libc",
|
|
1147
|
-
"wasi
|
|
1107
|
+
"wasi",
|
|
1148
1108
|
"wasm-bindgen",
|
|
1149
1109
|
]
|
|
1150
1110
|
|
|
1151
1111
|
[[package]]
|
|
1152
1112
|
name = "getrandom"
|
|
1153
|
-
version = "0.3.
|
|
1113
|
+
version = "0.3.4"
|
|
1154
1114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "
|
|
1115
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
1156
1116
|
dependencies = [
|
|
1157
1117
|
"cfg-if",
|
|
1158
1118
|
"js-sys",
|
|
1159
1119
|
"libc",
|
|
1160
1120
|
"r-efi",
|
|
1161
|
-
"
|
|
1121
|
+
"wasip2",
|
|
1162
1122
|
"wasm-bindgen",
|
|
1163
1123
|
]
|
|
1164
1124
|
|
|
1165
|
-
[[package]]
|
|
1166
|
-
name = "gimli"
|
|
1167
|
-
version = "0.31.1"
|
|
1168
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1169
|
-
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1170
|
-
|
|
1171
1125
|
[[package]]
|
|
1172
1126
|
name = "glob"
|
|
1173
1127
|
version = "0.3.3"
|
|
@@ -1176,17 +1130,17 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
|
1176
1130
|
|
|
1177
1131
|
[[package]]
|
|
1178
1132
|
name = "governor"
|
|
1179
|
-
version = "0.
|
|
1133
|
+
version = "0.10.2"
|
|
1180
1134
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
-
checksum = "
|
|
1135
|
+
checksum = "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79"
|
|
1182
1136
|
dependencies = [
|
|
1183
1137
|
"cfg-if",
|
|
1184
1138
|
"dashmap",
|
|
1185
1139
|
"futures-sink",
|
|
1186
1140
|
"futures-timer",
|
|
1187
1141
|
"futures-util",
|
|
1188
|
-
"getrandom 0.3.
|
|
1189
|
-
"
|
|
1142
|
+
"getrandom 0.3.4",
|
|
1143
|
+
"hashbrown 0.16.1",
|
|
1190
1144
|
"nonzero_ext",
|
|
1191
1145
|
"parking_lot",
|
|
1192
1146
|
"portable-atomic",
|
|
@@ -1209,7 +1163,7 @@ dependencies = [
|
|
|
1209
1163
|
"futures-core",
|
|
1210
1164
|
"futures-sink",
|
|
1211
1165
|
"http",
|
|
1212
|
-
"indexmap 2.
|
|
1166
|
+
"indexmap 2.12.1",
|
|
1213
1167
|
"slab",
|
|
1214
1168
|
"tokio",
|
|
1215
1169
|
"tokio-util",
|
|
@@ -1218,12 +1172,13 @@ dependencies = [
|
|
|
1218
1172
|
|
|
1219
1173
|
[[package]]
|
|
1220
1174
|
name = "half"
|
|
1221
|
-
version = "2.
|
|
1175
|
+
version = "2.7.1"
|
|
1222
1176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1223
|
-
checksum = "
|
|
1177
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
1224
1178
|
dependencies = [
|
|
1225
1179
|
"cfg-if",
|
|
1226
1180
|
"crunchy",
|
|
1181
|
+
"zerocopy",
|
|
1227
1182
|
]
|
|
1228
1183
|
|
|
1229
1184
|
[[package]]
|
|
@@ -1240,9 +1195,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
1240
1195
|
|
|
1241
1196
|
[[package]]
|
|
1242
1197
|
name = "hashbrown"
|
|
1243
|
-
version = "0.
|
|
1198
|
+
version = "0.16.1"
|
|
1244
1199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1245
|
-
checksum = "
|
|
1200
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1246
1201
|
dependencies = [
|
|
1247
1202
|
"allocator-api2",
|
|
1248
1203
|
"equivalent",
|
|
@@ -1268,23 +1223,13 @@ version = "0.5.0"
|
|
|
1268
1223
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1269
1224
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1270
1225
|
|
|
1271
|
-
[[package]]
|
|
1272
|
-
name = "hmac"
|
|
1273
|
-
version = "0.12.1"
|
|
1274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1275
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1276
|
-
dependencies = [
|
|
1277
|
-
"digest",
|
|
1278
|
-
]
|
|
1279
|
-
|
|
1280
1226
|
[[package]]
|
|
1281
1227
|
name = "http"
|
|
1282
|
-
version = "1.
|
|
1228
|
+
version = "1.4.0"
|
|
1283
1229
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1284
|
-
checksum = "
|
|
1230
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
1285
1231
|
dependencies = [
|
|
1286
1232
|
"bytes",
|
|
1287
|
-
"fnv",
|
|
1288
1233
|
"itoa",
|
|
1289
1234
|
]
|
|
1290
1235
|
|
|
@@ -1325,15 +1270,15 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
1325
1270
|
|
|
1326
1271
|
[[package]]
|
|
1327
1272
|
name = "humantime"
|
|
1328
|
-
version = "2.
|
|
1273
|
+
version = "2.3.0"
|
|
1329
1274
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1330
|
-
checksum = "
|
|
1275
|
+
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
1331
1276
|
|
|
1332
1277
|
[[package]]
|
|
1333
1278
|
name = "hyper"
|
|
1334
|
-
version = "1.
|
|
1279
|
+
version = "1.8.1"
|
|
1335
1280
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1336
|
-
checksum = "
|
|
1281
|
+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
|
1337
1282
|
dependencies = [
|
|
1338
1283
|
"atomic-waker",
|
|
1339
1284
|
"bytes",
|
|
@@ -1384,9 +1329,9 @@ dependencies = [
|
|
|
1384
1329
|
|
|
1385
1330
|
[[package]]
|
|
1386
1331
|
name = "hyper-util"
|
|
1387
|
-
version = "0.1.
|
|
1332
|
+
version = "0.1.19"
|
|
1388
1333
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1389
|
-
checksum = "
|
|
1334
|
+
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
|
1390
1335
|
dependencies = [
|
|
1391
1336
|
"base64 0.22.1",
|
|
1392
1337
|
"bytes",
|
|
@@ -1400,7 +1345,7 @@ dependencies = [
|
|
|
1400
1345
|
"libc",
|
|
1401
1346
|
"percent-encoding",
|
|
1402
1347
|
"pin-project-lite",
|
|
1403
|
-
"socket2 0.6.
|
|
1348
|
+
"socket2 0.6.1",
|
|
1404
1349
|
"tokio",
|
|
1405
1350
|
"tower-service",
|
|
1406
1351
|
"tracing",
|
|
@@ -1408,9 +1353,9 @@ dependencies = [
|
|
|
1408
1353
|
|
|
1409
1354
|
[[package]]
|
|
1410
1355
|
name = "icu_collections"
|
|
1411
|
-
version = "2.
|
|
1356
|
+
version = "2.1.1"
|
|
1412
1357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1413
|
-
checksum = "
|
|
1358
|
+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
1414
1359
|
dependencies = [
|
|
1415
1360
|
"displaydoc",
|
|
1416
1361
|
"potential_utf",
|
|
@@ -1421,9 +1366,9 @@ dependencies = [
|
|
|
1421
1366
|
|
|
1422
1367
|
[[package]]
|
|
1423
1368
|
name = "icu_locale_core"
|
|
1424
|
-
version = "2.
|
|
1369
|
+
version = "2.1.1"
|
|
1425
1370
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1426
|
-
checksum = "
|
|
1371
|
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
1427
1372
|
dependencies = [
|
|
1428
1373
|
"displaydoc",
|
|
1429
1374
|
"litemap",
|
|
@@ -1434,11 +1379,10 @@ dependencies = [
|
|
|
1434
1379
|
|
|
1435
1380
|
[[package]]
|
|
1436
1381
|
name = "icu_normalizer"
|
|
1437
|
-
version = "2.
|
|
1382
|
+
version = "2.1.1"
|
|
1438
1383
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1439
|
-
checksum = "
|
|
1384
|
+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
1440
1385
|
dependencies = [
|
|
1441
|
-
"displaydoc",
|
|
1442
1386
|
"icu_collections",
|
|
1443
1387
|
"icu_normalizer_data",
|
|
1444
1388
|
"icu_properties",
|
|
@@ -1449,42 +1393,38 @@ dependencies = [
|
|
|
1449
1393
|
|
|
1450
1394
|
[[package]]
|
|
1451
1395
|
name = "icu_normalizer_data"
|
|
1452
|
-
version = "2.
|
|
1396
|
+
version = "2.1.1"
|
|
1453
1397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1454
|
-
checksum = "
|
|
1398
|
+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
1455
1399
|
|
|
1456
1400
|
[[package]]
|
|
1457
1401
|
name = "icu_properties"
|
|
1458
|
-
version = "2.
|
|
1402
|
+
version = "2.1.1"
|
|
1459
1403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1460
|
-
checksum = "
|
|
1404
|
+
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
|
|
1461
1405
|
dependencies = [
|
|
1462
|
-
"displaydoc",
|
|
1463
1406
|
"icu_collections",
|
|
1464
1407
|
"icu_locale_core",
|
|
1465
1408
|
"icu_properties_data",
|
|
1466
1409
|
"icu_provider",
|
|
1467
|
-
"potential_utf",
|
|
1468
1410
|
"zerotrie",
|
|
1469
1411
|
"zerovec",
|
|
1470
1412
|
]
|
|
1471
1413
|
|
|
1472
1414
|
[[package]]
|
|
1473
1415
|
name = "icu_properties_data"
|
|
1474
|
-
version = "2.
|
|
1416
|
+
version = "2.1.1"
|
|
1475
1417
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1476
|
-
checksum = "
|
|
1418
|
+
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
|
|
1477
1419
|
|
|
1478
1420
|
[[package]]
|
|
1479
1421
|
name = "icu_provider"
|
|
1480
|
-
version = "2.
|
|
1422
|
+
version = "2.1.1"
|
|
1481
1423
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1482
|
-
checksum = "
|
|
1424
|
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
1483
1425
|
dependencies = [
|
|
1484
1426
|
"displaydoc",
|
|
1485
1427
|
"icu_locale_core",
|
|
1486
|
-
"stable_deref_trait",
|
|
1487
|
-
"tinystr",
|
|
1488
1428
|
"writeable",
|
|
1489
1429
|
"yoke",
|
|
1490
1430
|
"zerofrom",
|
|
@@ -1500,9 +1440,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
1500
1440
|
|
|
1501
1441
|
[[package]]
|
|
1502
1442
|
name = "idna"
|
|
1503
|
-
version = "1.0
|
|
1443
|
+
version = "1.1.0"
|
|
1504
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
-
checksum = "
|
|
1445
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1506
1446
|
dependencies = [
|
|
1507
1447
|
"idna_adapter",
|
|
1508
1448
|
"smallvec",
|
|
@@ -1531,21 +1471,12 @@ dependencies = [
|
|
|
1531
1471
|
|
|
1532
1472
|
[[package]]
|
|
1533
1473
|
name = "indexmap"
|
|
1534
|
-
version = "2.
|
|
1474
|
+
version = "2.12.1"
|
|
1535
1475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1536
|
-
checksum = "
|
|
1476
|
+
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
|
1537
1477
|
dependencies = [
|
|
1538
1478
|
"equivalent",
|
|
1539
|
-
"hashbrown 0.
|
|
1540
|
-
]
|
|
1541
|
-
|
|
1542
|
-
[[package]]
|
|
1543
|
-
name = "inout"
|
|
1544
|
-
version = "0.1.4"
|
|
1545
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1546
|
-
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
1547
|
-
dependencies = [
|
|
1548
|
-
"generic-array",
|
|
1479
|
+
"hashbrown 0.16.1",
|
|
1549
1480
|
]
|
|
1550
1481
|
|
|
1551
1482
|
[[package]]
|
|
@@ -1566,17 +1497,6 @@ dependencies = [
|
|
|
1566
1497
|
"rustversion",
|
|
1567
1498
|
]
|
|
1568
1499
|
|
|
1569
|
-
[[package]]
|
|
1570
|
-
name = "io-uring"
|
|
1571
|
-
version = "0.7.9"
|
|
1572
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1573
|
-
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
|
|
1574
|
-
dependencies = [
|
|
1575
|
-
"bitflags",
|
|
1576
|
-
"cfg-if",
|
|
1577
|
-
"libc",
|
|
1578
|
-
]
|
|
1579
|
-
|
|
1580
1500
|
[[package]]
|
|
1581
1501
|
name = "ipnet"
|
|
1582
1502
|
version = "2.11.0"
|
|
@@ -1585,9 +1505,9 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
1585
1505
|
|
|
1586
1506
|
[[package]]
|
|
1587
1507
|
name = "iri-string"
|
|
1588
|
-
version = "0.7.
|
|
1508
|
+
version = "0.7.9"
|
|
1589
1509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1590
|
-
checksum = "
|
|
1510
|
+
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
|
|
1591
1511
|
dependencies = [
|
|
1592
1512
|
"memchr",
|
|
1593
1513
|
"serde",
|
|
@@ -1595,18 +1515,9 @@ dependencies = [
|
|
|
1595
1515
|
|
|
1596
1516
|
[[package]]
|
|
1597
1517
|
name = "is_terminal_polyfill"
|
|
1598
|
-
version = "1.70.
|
|
1599
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1600
|
-
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
1601
|
-
|
|
1602
|
-
[[package]]
|
|
1603
|
-
name = "itertools"
|
|
1604
|
-
version = "0.10.5"
|
|
1518
|
+
version = "1.70.2"
|
|
1605
1519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
-
checksum = "
|
|
1607
|
-
dependencies = [
|
|
1608
|
-
"either",
|
|
1609
|
-
]
|
|
1520
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1610
1521
|
|
|
1611
1522
|
[[package]]
|
|
1612
1523
|
name = "itertools"
|
|
@@ -1643,19 +1554,19 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
1643
1554
|
|
|
1644
1555
|
[[package]]
|
|
1645
1556
|
name = "jobserver"
|
|
1646
|
-
version = "0.1.
|
|
1557
|
+
version = "0.1.34"
|
|
1647
1558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1648
|
-
checksum = "
|
|
1559
|
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
1649
1560
|
dependencies = [
|
|
1650
|
-
"getrandom 0.3.
|
|
1561
|
+
"getrandom 0.3.4",
|
|
1651
1562
|
"libc",
|
|
1652
1563
|
]
|
|
1653
1564
|
|
|
1654
1565
|
[[package]]
|
|
1655
1566
|
name = "js-sys"
|
|
1656
|
-
version = "0.3.
|
|
1567
|
+
version = "0.3.83"
|
|
1657
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1658
|
-
checksum = "
|
|
1569
|
+
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
|
1659
1570
|
dependencies = [
|
|
1660
1571
|
"once_cell",
|
|
1661
1572
|
"wasm-bindgen",
|
|
@@ -1673,68 +1584,93 @@ version = "1.3.0"
|
|
|
1673
1584
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
1585
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1675
1586
|
|
|
1587
|
+
[[package]]
|
|
1588
|
+
name = "libbz2-rs-sys"
|
|
1589
|
+
version = "0.2.2"
|
|
1590
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1591
|
+
checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
|
|
1592
|
+
|
|
1676
1593
|
[[package]]
|
|
1677
1594
|
name = "libc"
|
|
1678
|
-
version = "0.2.
|
|
1595
|
+
version = "0.2.178"
|
|
1679
1596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1680
|
-
checksum = "
|
|
1597
|
+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
|
1681
1598
|
|
|
1682
1599
|
[[package]]
|
|
1683
1600
|
name = "libloading"
|
|
1684
|
-
version = "0.8.
|
|
1601
|
+
version = "0.8.9"
|
|
1685
1602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1686
|
-
checksum = "
|
|
1603
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
1687
1604
|
dependencies = [
|
|
1688
1605
|
"cfg-if",
|
|
1689
|
-
"windows-
|
|
1606
|
+
"windows-link 0.2.1",
|
|
1690
1607
|
]
|
|
1691
1608
|
|
|
1692
1609
|
[[package]]
|
|
1693
1610
|
name = "libredox"
|
|
1694
|
-
version = "0.1.
|
|
1611
|
+
version = "0.1.10"
|
|
1695
1612
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1696
|
-
checksum = "
|
|
1613
|
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
|
1697
1614
|
dependencies = [
|
|
1698
1615
|
"bitflags",
|
|
1699
1616
|
"libc",
|
|
1700
1617
|
"redox_syscall",
|
|
1701
1618
|
]
|
|
1702
1619
|
|
|
1620
|
+
[[package]]
|
|
1621
|
+
name = "linkme"
|
|
1622
|
+
version = "0.3.35"
|
|
1623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1624
|
+
checksum = "5e3283ed2d0e50c06dd8602e0ab319bb048b6325d0bba739db64ed8205179898"
|
|
1625
|
+
dependencies = [
|
|
1626
|
+
"linkme-impl",
|
|
1627
|
+
]
|
|
1628
|
+
|
|
1629
|
+
[[package]]
|
|
1630
|
+
name = "linkme-impl"
|
|
1631
|
+
version = "0.3.35"
|
|
1632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1633
|
+
checksum = "e5cec0ec4228b4853bb129c84dbf093a27e6c7a20526da046defc334a1b017f7"
|
|
1634
|
+
dependencies = [
|
|
1635
|
+
"proc-macro2",
|
|
1636
|
+
"quote",
|
|
1637
|
+
"syn",
|
|
1638
|
+
]
|
|
1639
|
+
|
|
1703
1640
|
[[package]]
|
|
1704
1641
|
name = "linux-raw-sys"
|
|
1705
|
-
version = "0.
|
|
1642
|
+
version = "0.11.0"
|
|
1706
1643
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1707
|
-
checksum = "
|
|
1644
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
1708
1645
|
|
|
1709
1646
|
[[package]]
|
|
1710
1647
|
name = "litemap"
|
|
1711
|
-
version = "0.8.
|
|
1648
|
+
version = "0.8.1"
|
|
1712
1649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
-
checksum = "
|
|
1650
|
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
1714
1651
|
|
|
1715
1652
|
[[package]]
|
|
1716
1653
|
name = "lock_api"
|
|
1717
|
-
version = "0.4.
|
|
1654
|
+
version = "0.4.14"
|
|
1718
1655
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1719
|
-
checksum = "
|
|
1656
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1720
1657
|
dependencies = [
|
|
1721
|
-
"autocfg",
|
|
1722
1658
|
"scopeguard",
|
|
1723
1659
|
]
|
|
1724
1660
|
|
|
1725
1661
|
[[package]]
|
|
1726
1662
|
name = "log"
|
|
1727
|
-
version = "0.4.
|
|
1663
|
+
version = "0.4.29"
|
|
1728
1664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1729
|
-
checksum = "
|
|
1665
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1730
1666
|
|
|
1731
1667
|
[[package]]
|
|
1732
1668
|
name = "lru"
|
|
1733
|
-
version = "0.
|
|
1669
|
+
version = "0.16.2"
|
|
1734
1670
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1735
|
-
checksum = "
|
|
1671
|
+
checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
|
|
1736
1672
|
dependencies = [
|
|
1737
|
-
"hashbrown 0.
|
|
1673
|
+
"hashbrown 0.16.1",
|
|
1738
1674
|
]
|
|
1739
1675
|
|
|
1740
1676
|
[[package]]
|
|
@@ -1743,27 +1679,6 @@ version = "0.1.2"
|
|
|
1743
1679
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1744
1680
|
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1745
1681
|
|
|
1746
|
-
[[package]]
|
|
1747
|
-
name = "lzma-rs"
|
|
1748
|
-
version = "0.3.0"
|
|
1749
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1750
|
-
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
|
1751
|
-
dependencies = [
|
|
1752
|
-
"byteorder",
|
|
1753
|
-
"crc",
|
|
1754
|
-
]
|
|
1755
|
-
|
|
1756
|
-
[[package]]
|
|
1757
|
-
name = "lzma-sys"
|
|
1758
|
-
version = "0.1.20"
|
|
1759
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1760
|
-
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
|
|
1761
|
-
dependencies = [
|
|
1762
|
-
"cc",
|
|
1763
|
-
"libc",
|
|
1764
|
-
"pkg-config",
|
|
1765
|
-
]
|
|
1766
|
-
|
|
1767
1682
|
[[package]]
|
|
1768
1683
|
name = "magnus"
|
|
1769
1684
|
version = "0.7.1"
|
|
@@ -1789,11 +1704,11 @@ dependencies = [
|
|
|
1789
1704
|
|
|
1790
1705
|
[[package]]
|
|
1791
1706
|
name = "matchers"
|
|
1792
|
-
version = "0.
|
|
1707
|
+
version = "0.2.0"
|
|
1793
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1794
|
-
checksum = "
|
|
1709
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
1795
1710
|
dependencies = [
|
|
1796
|
-
"regex-automata
|
|
1711
|
+
"regex-automata",
|
|
1797
1712
|
]
|
|
1798
1713
|
|
|
1799
1714
|
[[package]]
|
|
@@ -1810,9 +1725,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
1810
1725
|
|
|
1811
1726
|
[[package]]
|
|
1812
1727
|
name = "memchr"
|
|
1813
|
-
version = "2.7.
|
|
1728
|
+
version = "2.7.6"
|
|
1814
1729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
-
checksum = "
|
|
1730
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
1816
1731
|
|
|
1817
1732
|
[[package]]
|
|
1818
1733
|
name = "mime"
|
|
@@ -1833,17 +1748,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1833
1748
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
1834
1749
|
dependencies = [
|
|
1835
1750
|
"adler2",
|
|
1751
|
+
"simd-adler32",
|
|
1836
1752
|
]
|
|
1837
1753
|
|
|
1838
1754
|
[[package]]
|
|
1839
1755
|
name = "mio"
|
|
1840
|
-
version = "1.
|
|
1756
|
+
version = "1.1.1"
|
|
1841
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1842
|
-
checksum = "
|
|
1758
|
+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
1843
1759
|
dependencies = [
|
|
1844
1760
|
"libc",
|
|
1845
|
-
"wasi
|
|
1846
|
-
"windows-sys 0.
|
|
1761
|
+
"wasi",
|
|
1762
|
+
"windows-sys 0.61.2",
|
|
1847
1763
|
]
|
|
1848
1764
|
|
|
1849
1765
|
[[package]]
|
|
@@ -1878,12 +1794,6 @@ version = "0.10.1"
|
|
|
1878
1794
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1879
1795
|
checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
|
1880
1796
|
|
|
1881
|
-
[[package]]
|
|
1882
|
-
name = "no-std-compat"
|
|
1883
|
-
version = "0.4.1"
|
|
1884
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
-
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
|
|
1886
|
-
|
|
1887
1797
|
[[package]]
|
|
1888
1798
|
name = "nom"
|
|
1889
1799
|
version = "7.1.3"
|
|
@@ -1911,20 +1821,13 @@ dependencies = [
|
|
|
1911
1821
|
|
|
1912
1822
|
[[package]]
|
|
1913
1823
|
name = "nu-ansi-term"
|
|
1914
|
-
version = "0.
|
|
1824
|
+
version = "0.50.3"
|
|
1915
1825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1916
|
-
checksum = "
|
|
1826
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1917
1827
|
dependencies = [
|
|
1918
|
-
"
|
|
1919
|
-
"winapi",
|
|
1828
|
+
"windows-sys 0.61.2",
|
|
1920
1829
|
]
|
|
1921
1830
|
|
|
1922
|
-
[[package]]
|
|
1923
|
-
name = "num-conv"
|
|
1924
|
-
version = "0.1.0"
|
|
1925
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
1927
|
-
|
|
1928
1831
|
[[package]]
|
|
1929
1832
|
name = "num-traits"
|
|
1930
1833
|
version = "0.2.19"
|
|
@@ -1935,12 +1838,22 @@ dependencies = [
|
|
|
1935
1838
|
]
|
|
1936
1839
|
|
|
1937
1840
|
[[package]]
|
|
1938
|
-
name = "
|
|
1939
|
-
version = "0.
|
|
1841
|
+
name = "objc2-core-foundation"
|
|
1842
|
+
version = "0.3.2"
|
|
1940
1843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1941
|
-
checksum = "
|
|
1844
|
+
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1942
1845
|
dependencies = [
|
|
1943
|
-
"
|
|
1846
|
+
"bitflags",
|
|
1847
|
+
]
|
|
1848
|
+
|
|
1849
|
+
[[package]]
|
|
1850
|
+
name = "objc2-io-kit"
|
|
1851
|
+
version = "0.3.2"
|
|
1852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1853
|
+
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
|
|
1854
|
+
dependencies = [
|
|
1855
|
+
"libc",
|
|
1856
|
+
"objc2-core-foundation",
|
|
1944
1857
|
]
|
|
1945
1858
|
|
|
1946
1859
|
[[package]]
|
|
@@ -1951,9 +1864,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
1951
1864
|
|
|
1952
1865
|
[[package]]
|
|
1953
1866
|
name = "once_cell_polyfill"
|
|
1954
|
-
version = "1.70.
|
|
1867
|
+
version = "1.70.2"
|
|
1955
1868
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1956
|
-
checksum = "
|
|
1869
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1957
1870
|
|
|
1958
1871
|
[[package]]
|
|
1959
1872
|
name = "oorandom"
|
|
@@ -1969,23 +1882,23 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
1969
1882
|
|
|
1970
1883
|
[[package]]
|
|
1971
1884
|
name = "opentelemetry"
|
|
1972
|
-
version = "0.
|
|
1885
|
+
version = "0.31.0"
|
|
1973
1886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1974
|
-
checksum = "
|
|
1887
|
+
checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0"
|
|
1975
1888
|
dependencies = [
|
|
1976
1889
|
"futures-core",
|
|
1977
1890
|
"futures-sink",
|
|
1978
1891
|
"js-sys",
|
|
1979
1892
|
"pin-project-lite",
|
|
1980
|
-
"thiserror 2.0.
|
|
1893
|
+
"thiserror 2.0.17",
|
|
1981
1894
|
"tracing",
|
|
1982
1895
|
]
|
|
1983
1896
|
|
|
1984
1897
|
[[package]]
|
|
1985
1898
|
name = "opentelemetry-http"
|
|
1986
|
-
version = "0.
|
|
1899
|
+
version = "0.31.0"
|
|
1987
1900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1988
|
-
checksum = "
|
|
1901
|
+
checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d"
|
|
1989
1902
|
dependencies = [
|
|
1990
1903
|
"async-trait",
|
|
1991
1904
|
"bytes",
|
|
@@ -1996,40 +1909,41 @@ dependencies = [
|
|
|
1996
1909
|
|
|
1997
1910
|
[[package]]
|
|
1998
1911
|
name = "opentelemetry-otlp"
|
|
1999
|
-
version = "0.
|
|
1912
|
+
version = "0.31.0"
|
|
2000
1913
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2001
|
-
checksum = "
|
|
1914
|
+
checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf"
|
|
2002
1915
|
dependencies = [
|
|
2003
1916
|
"http",
|
|
2004
1917
|
"opentelemetry",
|
|
2005
1918
|
"opentelemetry-http",
|
|
2006
1919
|
"opentelemetry-proto",
|
|
2007
1920
|
"opentelemetry_sdk",
|
|
2008
|
-
"prost",
|
|
1921
|
+
"prost 0.14.1",
|
|
2009
1922
|
"reqwest",
|
|
2010
|
-
"thiserror 2.0.
|
|
1923
|
+
"thiserror 2.0.17",
|
|
2011
1924
|
"tokio",
|
|
2012
|
-
"tonic 0.
|
|
1925
|
+
"tonic 0.14.2",
|
|
2013
1926
|
"tracing",
|
|
2014
1927
|
]
|
|
2015
1928
|
|
|
2016
1929
|
[[package]]
|
|
2017
1930
|
name = "opentelemetry-proto"
|
|
2018
|
-
version = "0.
|
|
1931
|
+
version = "0.31.0"
|
|
2019
1932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2020
|
-
checksum = "
|
|
1933
|
+
checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f"
|
|
2021
1934
|
dependencies = [
|
|
2022
1935
|
"opentelemetry",
|
|
2023
1936
|
"opentelemetry_sdk",
|
|
2024
|
-
"prost",
|
|
2025
|
-
"tonic 0.
|
|
1937
|
+
"prost 0.14.1",
|
|
1938
|
+
"tonic 0.14.2",
|
|
1939
|
+
"tonic-prost",
|
|
2026
1940
|
]
|
|
2027
1941
|
|
|
2028
1942
|
[[package]]
|
|
2029
1943
|
name = "opentelemetry_sdk"
|
|
2030
|
-
version = "0.
|
|
1944
|
+
version = "0.31.0"
|
|
2031
1945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2032
|
-
checksum = "
|
|
1946
|
+
checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd"
|
|
2033
1947
|
dependencies = [
|
|
2034
1948
|
"futures-channel",
|
|
2035
1949
|
"futures-executor",
|
|
@@ -2037,8 +1951,7 @@ dependencies = [
|
|
|
2037
1951
|
"opentelemetry",
|
|
2038
1952
|
"percent-encoding",
|
|
2039
1953
|
"rand 0.9.2",
|
|
2040
|
-
"
|
|
2041
|
-
"thiserror 2.0.16",
|
|
1954
|
+
"thiserror 2.0.17",
|
|
2042
1955
|
"tokio",
|
|
2043
1956
|
"tokio-stream",
|
|
2044
1957
|
]
|
|
@@ -2049,17 +1962,11 @@ version = "0.2.0"
|
|
|
2049
1962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
1963
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2051
1964
|
|
|
2052
|
-
[[package]]
|
|
2053
|
-
name = "overload"
|
|
2054
|
-
version = "0.1.1"
|
|
2055
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2056
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
2057
|
-
|
|
2058
1965
|
[[package]]
|
|
2059
1966
|
name = "parking_lot"
|
|
2060
|
-
version = "0.12.
|
|
1967
|
+
version = "0.12.5"
|
|
2061
1968
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2062
|
-
checksum = "
|
|
1969
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
2063
1970
|
dependencies = [
|
|
2064
1971
|
"lock_api",
|
|
2065
1972
|
"parking_lot_core",
|
|
@@ -2067,32 +1974,22 @@ dependencies = [
|
|
|
2067
1974
|
|
|
2068
1975
|
[[package]]
|
|
2069
1976
|
name = "parking_lot_core"
|
|
2070
|
-
version = "0.9.
|
|
1977
|
+
version = "0.9.12"
|
|
2071
1978
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2072
|
-
checksum = "
|
|
1979
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
2073
1980
|
dependencies = [
|
|
2074
1981
|
"cfg-if",
|
|
2075
1982
|
"libc",
|
|
2076
1983
|
"redox_syscall",
|
|
2077
1984
|
"smallvec",
|
|
2078
|
-
"windows-
|
|
2079
|
-
]
|
|
2080
|
-
|
|
2081
|
-
[[package]]
|
|
2082
|
-
name = "pbkdf2"
|
|
2083
|
-
version = "0.12.2"
|
|
2084
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2085
|
-
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
2086
|
-
dependencies = [
|
|
2087
|
-
"digest",
|
|
2088
|
-
"hmac",
|
|
1985
|
+
"windows-link 0.2.1",
|
|
2089
1986
|
]
|
|
2090
1987
|
|
|
2091
1988
|
[[package]]
|
|
2092
1989
|
name = "percent-encoding"
|
|
2093
|
-
version = "2.3.
|
|
1990
|
+
version = "2.3.2"
|
|
2094
1991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2095
|
-
checksum = "
|
|
1992
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
2096
1993
|
|
|
2097
1994
|
[[package]]
|
|
2098
1995
|
name = "petgraph"
|
|
@@ -2101,7 +1998,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2101
1998
|
checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
|
|
2102
1999
|
dependencies = [
|
|
2103
2000
|
"fixedbitset",
|
|
2104
|
-
"indexmap 2.
|
|
2001
|
+
"indexmap 2.12.1",
|
|
2105
2002
|
]
|
|
2106
2003
|
|
|
2107
2004
|
[[package]]
|
|
@@ -2196,19 +2093,13 @@ dependencies = [
|
|
|
2196
2093
|
|
|
2197
2094
|
[[package]]
|
|
2198
2095
|
name = "potential_utf"
|
|
2199
|
-
version = "0.1.
|
|
2096
|
+
version = "0.1.4"
|
|
2200
2097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2201
|
-
checksum = "
|
|
2098
|
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
2202
2099
|
dependencies = [
|
|
2203
2100
|
"zerovec",
|
|
2204
2101
|
]
|
|
2205
2102
|
|
|
2206
|
-
[[package]]
|
|
2207
|
-
name = "powerfmt"
|
|
2208
|
-
version = "0.2.0"
|
|
2209
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2210
|
-
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
2211
|
-
|
|
2212
2103
|
[[package]]
|
|
2213
2104
|
name = "ppv-lite86"
|
|
2214
2105
|
version = "0.2.21"
|
|
@@ -2256,18 +2147,18 @@ dependencies = [
|
|
|
2256
2147
|
|
|
2257
2148
|
[[package]]
|
|
2258
2149
|
name = "proc-macro-crate"
|
|
2259
|
-
version = "3.
|
|
2150
|
+
version = "3.4.0"
|
|
2260
2151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2261
|
-
checksum = "
|
|
2152
|
+
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
2262
2153
|
dependencies = [
|
|
2263
2154
|
"toml_edit",
|
|
2264
2155
|
]
|
|
2265
2156
|
|
|
2266
2157
|
[[package]]
|
|
2267
2158
|
name = "proc-macro2"
|
|
2268
|
-
version = "1.0.
|
|
2159
|
+
version = "1.0.103"
|
|
2269
2160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2270
|
-
checksum = "
|
|
2161
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
2271
2162
|
dependencies = [
|
|
2272
2163
|
"unicode-ident",
|
|
2273
2164
|
]
|
|
@@ -2284,7 +2175,7 @@ dependencies = [
|
|
|
2284
2175
|
"memchr",
|
|
2285
2176
|
"parking_lot",
|
|
2286
2177
|
"protobuf",
|
|
2287
|
-
"thiserror 2.0.
|
|
2178
|
+
"thiserror 2.0.17",
|
|
2288
2179
|
]
|
|
2289
2180
|
|
|
2290
2181
|
[[package]]
|
|
@@ -2294,14 +2185,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2294
2185
|
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
2295
2186
|
dependencies = [
|
|
2296
2187
|
"bytes",
|
|
2297
|
-
"prost-derive",
|
|
2188
|
+
"prost-derive 0.13.5",
|
|
2189
|
+
]
|
|
2190
|
+
|
|
2191
|
+
[[package]]
|
|
2192
|
+
name = "prost"
|
|
2193
|
+
version = "0.14.1"
|
|
2194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2195
|
+
checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
|
|
2196
|
+
dependencies = [
|
|
2197
|
+
"bytes",
|
|
2198
|
+
"prost-derive 0.14.1",
|
|
2298
2199
|
]
|
|
2299
2200
|
|
|
2300
2201
|
[[package]]
|
|
2301
2202
|
name = "prost-build"
|
|
2302
|
-
version = "0.
|
|
2203
|
+
version = "0.14.1"
|
|
2303
2204
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2304
|
-
checksum = "
|
|
2205
|
+
checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
|
|
2305
2206
|
dependencies = [
|
|
2306
2207
|
"heck",
|
|
2307
2208
|
"itertools 0.14.0",
|
|
@@ -2310,8 +2211,10 @@ dependencies = [
|
|
|
2310
2211
|
"once_cell",
|
|
2311
2212
|
"petgraph",
|
|
2312
2213
|
"prettyplease",
|
|
2313
|
-
"prost",
|
|
2314
|
-
"prost-types",
|
|
2214
|
+
"prost 0.14.1",
|
|
2215
|
+
"prost-types 0.14.1",
|
|
2216
|
+
"pulldown-cmark",
|
|
2217
|
+
"pulldown-cmark-to-cmark",
|
|
2315
2218
|
"regex",
|
|
2316
2219
|
"syn",
|
|
2317
2220
|
"tempfile",
|
|
@@ -2330,24 +2233,46 @@ dependencies = [
|
|
|
2330
2233
|
"syn",
|
|
2331
2234
|
]
|
|
2332
2235
|
|
|
2236
|
+
[[package]]
|
|
2237
|
+
name = "prost-derive"
|
|
2238
|
+
version = "0.14.1"
|
|
2239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2240
|
+
checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
|
|
2241
|
+
dependencies = [
|
|
2242
|
+
"anyhow",
|
|
2243
|
+
"itertools 0.14.0",
|
|
2244
|
+
"proc-macro2",
|
|
2245
|
+
"quote",
|
|
2246
|
+
"syn",
|
|
2247
|
+
]
|
|
2248
|
+
|
|
2333
2249
|
[[package]]
|
|
2334
2250
|
name = "prost-types"
|
|
2335
2251
|
version = "0.13.5"
|
|
2336
2252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2337
2253
|
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
|
|
2338
2254
|
dependencies = [
|
|
2339
|
-
"prost",
|
|
2255
|
+
"prost 0.13.5",
|
|
2256
|
+
]
|
|
2257
|
+
|
|
2258
|
+
[[package]]
|
|
2259
|
+
name = "prost-types"
|
|
2260
|
+
version = "0.14.1"
|
|
2261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2262
|
+
checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
|
|
2263
|
+
dependencies = [
|
|
2264
|
+
"prost 0.14.1",
|
|
2340
2265
|
]
|
|
2341
2266
|
|
|
2342
2267
|
[[package]]
|
|
2343
2268
|
name = "prost-wkt"
|
|
2344
|
-
version = "0.
|
|
2269
|
+
version = "0.7.0"
|
|
2345
2270
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2346
|
-
checksum = "
|
|
2271
|
+
checksum = "655944d0ce015e71b3ec21279437e6a09e58433e50c7b0677901f3d5235e74f5"
|
|
2347
2272
|
dependencies = [
|
|
2348
2273
|
"chrono",
|
|
2349
2274
|
"inventory",
|
|
2350
|
-
"prost",
|
|
2275
|
+
"prost 0.14.1",
|
|
2351
2276
|
"serde",
|
|
2352
2277
|
"serde_derive",
|
|
2353
2278
|
"serde_json",
|
|
@@ -2356,27 +2281,27 @@ dependencies = [
|
|
|
2356
2281
|
|
|
2357
2282
|
[[package]]
|
|
2358
2283
|
name = "prost-wkt-build"
|
|
2359
|
-
version = "0.
|
|
2284
|
+
version = "0.7.0"
|
|
2360
2285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2361
|
-
checksum = "
|
|
2286
|
+
checksum = "f869f1443fee474b785e935d92e1007f57443e485f51668ed41943fc01a321a2"
|
|
2362
2287
|
dependencies = [
|
|
2363
2288
|
"heck",
|
|
2364
|
-
"prost",
|
|
2289
|
+
"prost 0.14.1",
|
|
2365
2290
|
"prost-build",
|
|
2366
|
-
"prost-types",
|
|
2291
|
+
"prost-types 0.14.1",
|
|
2367
2292
|
"quote",
|
|
2368
2293
|
]
|
|
2369
2294
|
|
|
2370
2295
|
[[package]]
|
|
2371
2296
|
name = "prost-wkt-types"
|
|
2372
|
-
version = "0.
|
|
2297
|
+
version = "0.7.0"
|
|
2373
2298
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2374
|
-
checksum = "
|
|
2299
|
+
checksum = "eeeffd6b9becd4600dd461399f3f71aeda2ff0848802a9ed526cf12e8f42902a"
|
|
2375
2300
|
dependencies = [
|
|
2376
2301
|
"chrono",
|
|
2377
|
-
"prost",
|
|
2302
|
+
"prost 0.14.1",
|
|
2378
2303
|
"prost-build",
|
|
2379
|
-
"prost-types",
|
|
2304
|
+
"prost-types 0.14.1",
|
|
2380
2305
|
"prost-wkt",
|
|
2381
2306
|
"prost-wkt-build",
|
|
2382
2307
|
"regex",
|
|
@@ -2405,6 +2330,26 @@ dependencies = [
|
|
|
2405
2330
|
"thiserror 1.0.69",
|
|
2406
2331
|
]
|
|
2407
2332
|
|
|
2333
|
+
[[package]]
|
|
2334
|
+
name = "pulldown-cmark"
|
|
2335
|
+
version = "0.13.0"
|
|
2336
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2337
|
+
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
|
|
2338
|
+
dependencies = [
|
|
2339
|
+
"bitflags",
|
|
2340
|
+
"memchr",
|
|
2341
|
+
"unicase",
|
|
2342
|
+
]
|
|
2343
|
+
|
|
2344
|
+
[[package]]
|
|
2345
|
+
name = "pulldown-cmark-to-cmark"
|
|
2346
|
+
version = "21.1.0"
|
|
2347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2348
|
+
checksum = "8246feae3db61428fd0bb94285c690b460e4517d83152377543ca802357785f1"
|
|
2349
|
+
dependencies = [
|
|
2350
|
+
"pulldown-cmark",
|
|
2351
|
+
]
|
|
2352
|
+
|
|
2408
2353
|
[[package]]
|
|
2409
2354
|
name = "quanta"
|
|
2410
2355
|
version = "0.12.6"
|
|
@@ -2415,16 +2360,16 @@ dependencies = [
|
|
|
2415
2360
|
"libc",
|
|
2416
2361
|
"once_cell",
|
|
2417
2362
|
"raw-cpuid",
|
|
2418
|
-
"wasi
|
|
2363
|
+
"wasi",
|
|
2419
2364
|
"web-sys",
|
|
2420
2365
|
"winapi",
|
|
2421
2366
|
]
|
|
2422
2367
|
|
|
2423
2368
|
[[package]]
|
|
2424
2369
|
name = "quinn"
|
|
2425
|
-
version = "0.11.
|
|
2370
|
+
version = "0.11.9"
|
|
2426
2371
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2427
|
-
checksum = "
|
|
2372
|
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
2428
2373
|
dependencies = [
|
|
2429
2374
|
"bytes",
|
|
2430
2375
|
"cfg_aliases",
|
|
@@ -2433,8 +2378,8 @@ dependencies = [
|
|
|
2433
2378
|
"quinn-udp",
|
|
2434
2379
|
"rustc-hash 2.1.1",
|
|
2435
2380
|
"rustls",
|
|
2436
|
-
"socket2 0.
|
|
2437
|
-
"thiserror 2.0.
|
|
2381
|
+
"socket2 0.6.1",
|
|
2382
|
+
"thiserror 2.0.17",
|
|
2438
2383
|
"tokio",
|
|
2439
2384
|
"tracing",
|
|
2440
2385
|
"web-time",
|
|
@@ -2442,12 +2387,12 @@ dependencies = [
|
|
|
2442
2387
|
|
|
2443
2388
|
[[package]]
|
|
2444
2389
|
name = "quinn-proto"
|
|
2445
|
-
version = "0.11.
|
|
2390
|
+
version = "0.11.13"
|
|
2446
2391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2447
|
-
checksum = "
|
|
2392
|
+
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
|
|
2448
2393
|
dependencies = [
|
|
2449
2394
|
"bytes",
|
|
2450
|
-
"getrandom 0.3.
|
|
2395
|
+
"getrandom 0.3.4",
|
|
2451
2396
|
"lru-slab",
|
|
2452
2397
|
"rand 0.9.2",
|
|
2453
2398
|
"ring",
|
|
@@ -2455,7 +2400,7 @@ dependencies = [
|
|
|
2455
2400
|
"rustls",
|
|
2456
2401
|
"rustls-pki-types",
|
|
2457
2402
|
"slab",
|
|
2458
|
-
"thiserror 2.0.
|
|
2403
|
+
"thiserror 2.0.17",
|
|
2459
2404
|
"tinyvec",
|
|
2460
2405
|
"tracing",
|
|
2461
2406
|
"web-time",
|
|
@@ -2463,23 +2408,23 @@ dependencies = [
|
|
|
2463
2408
|
|
|
2464
2409
|
[[package]]
|
|
2465
2410
|
name = "quinn-udp"
|
|
2466
|
-
version = "0.5.
|
|
2411
|
+
version = "0.5.14"
|
|
2467
2412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2468
|
-
checksum = "
|
|
2413
|
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
2469
2414
|
dependencies = [
|
|
2470
2415
|
"cfg_aliases",
|
|
2471
2416
|
"libc",
|
|
2472
2417
|
"once_cell",
|
|
2473
|
-
"socket2 0.
|
|
2418
|
+
"socket2 0.6.1",
|
|
2474
2419
|
"tracing",
|
|
2475
|
-
"windows-sys 0.
|
|
2420
|
+
"windows-sys 0.60.2",
|
|
2476
2421
|
]
|
|
2477
2422
|
|
|
2478
2423
|
[[package]]
|
|
2479
2424
|
name = "quote"
|
|
2480
|
-
version = "1.0.
|
|
2425
|
+
version = "1.0.42"
|
|
2481
2426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2482
|
-
checksum = "
|
|
2427
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
2483
2428
|
dependencies = [
|
|
2484
2429
|
"proc-macro2",
|
|
2485
2430
|
]
|
|
@@ -2546,14 +2491,14 @@ version = "0.9.3"
|
|
|
2546
2491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2547
2492
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
2548
2493
|
dependencies = [
|
|
2549
|
-
"getrandom 0.3.
|
|
2494
|
+
"getrandom 0.3.4",
|
|
2550
2495
|
]
|
|
2551
2496
|
|
|
2552
2497
|
[[package]]
|
|
2553
2498
|
name = "raw-cpuid"
|
|
2554
|
-
version = "11.
|
|
2499
|
+
version = "11.6.0"
|
|
2555
2500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2556
|
-
checksum = "
|
|
2501
|
+
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
|
2557
2502
|
dependencies = [
|
|
2558
2503
|
"bitflags",
|
|
2559
2504
|
]
|
|
@@ -2580,18 +2525,18 @@ dependencies = [
|
|
|
2580
2525
|
|
|
2581
2526
|
[[package]]
|
|
2582
2527
|
name = "rb-sys"
|
|
2583
|
-
version = "0.9.
|
|
2528
|
+
version = "0.9.119"
|
|
2584
2529
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2585
|
-
checksum = "
|
|
2530
|
+
checksum = "4519fc8de033923105f512c504a8f27714ef38648ccc30969362194c50b2ed08"
|
|
2586
2531
|
dependencies = [
|
|
2587
2532
|
"rb-sys-build",
|
|
2588
2533
|
]
|
|
2589
2534
|
|
|
2590
2535
|
[[package]]
|
|
2591
2536
|
name = "rb-sys-build"
|
|
2592
|
-
version = "0.9.
|
|
2537
|
+
version = "0.9.119"
|
|
2593
2538
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2594
|
-
checksum = "
|
|
2539
|
+
checksum = "2e0109499e06c85f56df4abad7d9c642ea8a2dd821d1d7132b4d1b69534677f3"
|
|
2595
2540
|
dependencies = [
|
|
2596
2541
|
"bindgen",
|
|
2597
2542
|
"lazy_static",
|
|
@@ -2610,67 +2555,52 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
|
2610
2555
|
|
|
2611
2556
|
[[package]]
|
|
2612
2557
|
name = "redox_syscall"
|
|
2613
|
-
version = "0.5.
|
|
2558
|
+
version = "0.5.18"
|
|
2614
2559
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2615
|
-
checksum = "
|
|
2560
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2616
2561
|
dependencies = [
|
|
2617
2562
|
"bitflags",
|
|
2618
2563
|
]
|
|
2619
2564
|
|
|
2620
2565
|
[[package]]
|
|
2621
2566
|
name = "redox_users"
|
|
2622
|
-
version = "0.
|
|
2567
|
+
version = "0.5.2"
|
|
2623
2568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2624
|
-
checksum = "
|
|
2569
|
+
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
2625
2570
|
dependencies = [
|
|
2626
2571
|
"getrandom 0.2.16",
|
|
2627
2572
|
"libredox",
|
|
2628
|
-
"thiserror
|
|
2573
|
+
"thiserror 2.0.17",
|
|
2629
2574
|
]
|
|
2630
2575
|
|
|
2631
2576
|
[[package]]
|
|
2632
2577
|
name = "regex"
|
|
2633
|
-
version = "1.
|
|
2578
|
+
version = "1.12.2"
|
|
2634
2579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2635
|
-
checksum = "
|
|
2580
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
2636
2581
|
dependencies = [
|
|
2637
2582
|
"aho-corasick",
|
|
2638
2583
|
"memchr",
|
|
2639
|
-
"regex-automata
|
|
2640
|
-
"regex-syntax
|
|
2641
|
-
]
|
|
2642
|
-
|
|
2643
|
-
[[package]]
|
|
2644
|
-
name = "regex-automata"
|
|
2645
|
-
version = "0.1.10"
|
|
2646
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2647
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
2648
|
-
dependencies = [
|
|
2649
|
-
"regex-syntax 0.6.29",
|
|
2584
|
+
"regex-automata",
|
|
2585
|
+
"regex-syntax",
|
|
2650
2586
|
]
|
|
2651
2587
|
|
|
2652
2588
|
[[package]]
|
|
2653
2589
|
name = "regex-automata"
|
|
2654
|
-
version = "0.4.
|
|
2590
|
+
version = "0.4.13"
|
|
2655
2591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
-
checksum = "
|
|
2592
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
2657
2593
|
dependencies = [
|
|
2658
2594
|
"aho-corasick",
|
|
2659
2595
|
"memchr",
|
|
2660
|
-
"regex-syntax
|
|
2596
|
+
"regex-syntax",
|
|
2661
2597
|
]
|
|
2662
2598
|
|
|
2663
2599
|
[[package]]
|
|
2664
2600
|
name = "regex-syntax"
|
|
2665
|
-
version = "0.
|
|
2666
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2667
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
2668
|
-
|
|
2669
|
-
[[package]]
|
|
2670
|
-
name = "regex-syntax"
|
|
2671
|
-
version = "0.8.5"
|
|
2601
|
+
version = "0.8.8"
|
|
2672
2602
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2673
|
-
checksum = "
|
|
2603
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
2674
2604
|
|
|
2675
2605
|
[[package]]
|
|
2676
2606
|
name = "relative-path"
|
|
@@ -2680,9 +2610,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
|
|
2680
2610
|
|
|
2681
2611
|
[[package]]
|
|
2682
2612
|
name = "reqwest"
|
|
2683
|
-
version = "0.12.
|
|
2613
|
+
version = "0.12.24"
|
|
2684
2614
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2685
|
-
checksum = "
|
|
2615
|
+
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
|
|
2686
2616
|
dependencies = [
|
|
2687
2617
|
"base64 0.22.1",
|
|
2688
2618
|
"bytes",
|
|
@@ -2747,21 +2677,20 @@ dependencies = [
|
|
|
2747
2677
|
|
|
2748
2678
|
[[package]]
|
|
2749
2679
|
name = "rstest"
|
|
2750
|
-
version = "0.
|
|
2680
|
+
version = "0.26.1"
|
|
2751
2681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2752
|
-
checksum = "
|
|
2682
|
+
checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49"
|
|
2753
2683
|
dependencies = [
|
|
2754
2684
|
"futures-timer",
|
|
2755
2685
|
"futures-util",
|
|
2756
2686
|
"rstest_macros",
|
|
2757
|
-
"rustc_version",
|
|
2758
2687
|
]
|
|
2759
2688
|
|
|
2760
2689
|
[[package]]
|
|
2761
2690
|
name = "rstest_macros"
|
|
2762
|
-
version = "0.
|
|
2691
|
+
version = "0.26.1"
|
|
2763
2692
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2764
|
-
checksum = "
|
|
2693
|
+
checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0"
|
|
2765
2694
|
dependencies = [
|
|
2766
2695
|
"cfg-if",
|
|
2767
2696
|
"glob",
|
|
@@ -2775,12 +2704,6 @@ dependencies = [
|
|
|
2775
2704
|
"unicode-ident",
|
|
2776
2705
|
]
|
|
2777
2706
|
|
|
2778
|
-
[[package]]
|
|
2779
|
-
name = "rustc-demangle"
|
|
2780
|
-
version = "0.1.26"
|
|
2781
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2782
|
-
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
|
2783
|
-
|
|
2784
2707
|
[[package]]
|
|
2785
2708
|
name = "rustc-hash"
|
|
2786
2709
|
version = "1.1.0"
|
|
@@ -2803,47 +2726,33 @@ dependencies = [
|
|
|
2803
2726
|
]
|
|
2804
2727
|
|
|
2805
2728
|
[[package]]
|
|
2806
|
-
name = "
|
|
2807
|
-
version = "0.
|
|
2808
|
-
|
|
2809
|
-
"
|
|
2810
|
-
"rustfsm_trait",
|
|
2811
|
-
]
|
|
2812
|
-
|
|
2813
|
-
[[package]]
|
|
2814
|
-
name = "rustfsm_procmacro"
|
|
2815
|
-
version = "0.1.0"
|
|
2729
|
+
name = "rustc_version_runtime"
|
|
2730
|
+
version = "0.3.0"
|
|
2731
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2732
|
+
checksum = "2dd18cd2bae1820af0b6ad5e54f4a51d0f3fcc53b05f845675074efcc7af071d"
|
|
2816
2733
|
dependencies = [
|
|
2817
|
-
"
|
|
2818
|
-
"
|
|
2819
|
-
"quote",
|
|
2820
|
-
"rustfsm_trait",
|
|
2821
|
-
"syn",
|
|
2822
|
-
"trybuild",
|
|
2734
|
+
"rustc_version",
|
|
2735
|
+
"semver",
|
|
2823
2736
|
]
|
|
2824
2737
|
|
|
2825
|
-
[[package]]
|
|
2826
|
-
name = "rustfsm_trait"
|
|
2827
|
-
version = "0.1.0"
|
|
2828
|
-
|
|
2829
2738
|
[[package]]
|
|
2830
2739
|
name = "rustix"
|
|
2831
|
-
version = "1.
|
|
2740
|
+
version = "1.1.2"
|
|
2832
2741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2833
|
-
checksum = "
|
|
2742
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
2834
2743
|
dependencies = [
|
|
2835
2744
|
"bitflags",
|
|
2836
2745
|
"errno",
|
|
2837
2746
|
"libc",
|
|
2838
2747
|
"linux-raw-sys",
|
|
2839
|
-
"windows-sys 0.
|
|
2748
|
+
"windows-sys 0.61.2",
|
|
2840
2749
|
]
|
|
2841
2750
|
|
|
2842
2751
|
[[package]]
|
|
2843
2752
|
name = "rustls"
|
|
2844
|
-
version = "0.23.
|
|
2753
|
+
version = "0.23.35"
|
|
2845
2754
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2846
|
-
checksum = "
|
|
2755
|
+
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
|
2847
2756
|
dependencies = [
|
|
2848
2757
|
"log",
|
|
2849
2758
|
"once_cell",
|
|
@@ -2856,9 +2765,9 @@ dependencies = [
|
|
|
2856
2765
|
|
|
2857
2766
|
[[package]]
|
|
2858
2767
|
name = "rustls-native-certs"
|
|
2859
|
-
version = "0.8.
|
|
2768
|
+
version = "0.8.2"
|
|
2860
2769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2861
|
-
checksum = "
|
|
2770
|
+
checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
|
|
2862
2771
|
dependencies = [
|
|
2863
2772
|
"openssl-probe",
|
|
2864
2773
|
"rustls-pki-types",
|
|
@@ -2868,9 +2777,9 @@ dependencies = [
|
|
|
2868
2777
|
|
|
2869
2778
|
[[package]]
|
|
2870
2779
|
name = "rustls-pki-types"
|
|
2871
|
-
version = "1.
|
|
2780
|
+
version = "1.13.1"
|
|
2872
2781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2873
|
-
checksum = "
|
|
2782
|
+
checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
|
|
2874
2783
|
dependencies = [
|
|
2875
2784
|
"web-time",
|
|
2876
2785
|
"zeroize",
|
|
@@ -2878,9 +2787,9 @@ dependencies = [
|
|
|
2878
2787
|
|
|
2879
2788
|
[[package]]
|
|
2880
2789
|
name = "rustls-webpki"
|
|
2881
|
-
version = "0.103.
|
|
2790
|
+
version = "0.103.8"
|
|
2882
2791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2883
|
-
checksum = "
|
|
2792
|
+
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
|
2884
2793
|
dependencies = [
|
|
2885
2794
|
"ring",
|
|
2886
2795
|
"rustls-pki-types",
|
|
@@ -2910,11 +2819,11 @@ dependencies = [
|
|
|
2910
2819
|
|
|
2911
2820
|
[[package]]
|
|
2912
2821
|
name = "schannel"
|
|
2913
|
-
version = "0.1.
|
|
2822
|
+
version = "0.1.28"
|
|
2914
2823
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2915
|
-
checksum = "
|
|
2824
|
+
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
2916
2825
|
dependencies = [
|
|
2917
|
-
"windows-sys 0.
|
|
2826
|
+
"windows-sys 0.61.2",
|
|
2918
2827
|
]
|
|
2919
2828
|
|
|
2920
2829
|
[[package]]
|
|
@@ -2925,9 +2834,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2925
2834
|
|
|
2926
2835
|
[[package]]
|
|
2927
2836
|
name = "security-framework"
|
|
2928
|
-
version = "3.
|
|
2837
|
+
version = "3.5.1"
|
|
2929
2838
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2930
|
-
checksum = "
|
|
2839
|
+
checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
|
|
2931
2840
|
dependencies = [
|
|
2932
2841
|
"bitflags",
|
|
2933
2842
|
"core-foundation",
|
|
@@ -2938,9 +2847,9 @@ dependencies = [
|
|
|
2938
2847
|
|
|
2939
2848
|
[[package]]
|
|
2940
2849
|
name = "security-framework-sys"
|
|
2941
|
-
version = "2.
|
|
2850
|
+
version = "2.15.0"
|
|
2942
2851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2943
|
-
checksum = "
|
|
2852
|
+
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
2944
2853
|
dependencies = [
|
|
2945
2854
|
"core-foundation-sys",
|
|
2946
2855
|
"libc",
|
|
@@ -2948,9 +2857,9 @@ dependencies = [
|
|
|
2948
2857
|
|
|
2949
2858
|
[[package]]
|
|
2950
2859
|
name = "semver"
|
|
2951
|
-
version = "1.0.
|
|
2860
|
+
version = "1.0.27"
|
|
2952
2861
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2953
|
-
checksum = "
|
|
2862
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
2954
2863
|
|
|
2955
2864
|
[[package]]
|
|
2956
2865
|
name = "seq-macro"
|
|
@@ -2960,18 +2869,28 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2960
2869
|
|
|
2961
2870
|
[[package]]
|
|
2962
2871
|
name = "serde"
|
|
2963
|
-
version = "1.0.
|
|
2872
|
+
version = "1.0.228"
|
|
2964
2873
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2965
|
-
checksum = "
|
|
2874
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
2875
|
+
dependencies = [
|
|
2876
|
+
"serde_core",
|
|
2877
|
+
"serde_derive",
|
|
2878
|
+
]
|
|
2879
|
+
|
|
2880
|
+
[[package]]
|
|
2881
|
+
name = "serde_core"
|
|
2882
|
+
version = "1.0.228"
|
|
2883
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2884
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
2966
2885
|
dependencies = [
|
|
2967
2886
|
"serde_derive",
|
|
2968
2887
|
]
|
|
2969
2888
|
|
|
2970
2889
|
[[package]]
|
|
2971
2890
|
name = "serde_derive"
|
|
2972
|
-
version = "1.0.
|
|
2891
|
+
version = "1.0.228"
|
|
2973
2892
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2974
|
-
checksum = "
|
|
2893
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
2975
2894
|
dependencies = [
|
|
2976
2895
|
"proc-macro2",
|
|
2977
2896
|
"quote",
|
|
@@ -2980,32 +2899,24 @@ dependencies = [
|
|
|
2980
2899
|
|
|
2981
2900
|
[[package]]
|
|
2982
2901
|
name = "serde_json"
|
|
2983
|
-
version = "1.0.
|
|
2902
|
+
version = "1.0.145"
|
|
2984
2903
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2985
|
-
checksum = "
|
|
2904
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
2986
2905
|
dependencies = [
|
|
2987
2906
|
"itoa",
|
|
2988
2907
|
"memchr",
|
|
2989
2908
|
"ryu",
|
|
2990
2909
|
"serde",
|
|
2910
|
+
"serde_core",
|
|
2991
2911
|
]
|
|
2992
2912
|
|
|
2993
2913
|
[[package]]
|
|
2994
2914
|
name = "serde_spanned"
|
|
2995
|
-
version = "0.
|
|
2915
|
+
version = "1.0.3"
|
|
2996
2916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2997
|
-
checksum = "
|
|
2917
|
+
checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
|
|
2998
2918
|
dependencies = [
|
|
2999
|
-
"
|
|
3000
|
-
]
|
|
3001
|
-
|
|
3002
|
-
[[package]]
|
|
3003
|
-
name = "serde_spanned"
|
|
3004
|
-
version = "1.0.0"
|
|
3005
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3006
|
-
checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
|
|
3007
|
-
dependencies = [
|
|
3008
|
-
"serde",
|
|
2919
|
+
"serde_core",
|
|
3009
2920
|
]
|
|
3010
2921
|
|
|
3011
2922
|
[[package]]
|
|
@@ -3020,17 +2931,6 @@ dependencies = [
|
|
|
3020
2931
|
"serde",
|
|
3021
2932
|
]
|
|
3022
2933
|
|
|
3023
|
-
[[package]]
|
|
3024
|
-
name = "sha1"
|
|
3025
|
-
version = "0.10.6"
|
|
3026
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3027
|
-
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
3028
|
-
dependencies = [
|
|
3029
|
-
"cfg-if",
|
|
3030
|
-
"cpufeatures",
|
|
3031
|
-
"digest",
|
|
3032
|
-
]
|
|
3033
|
-
|
|
3034
2934
|
[[package]]
|
|
3035
2935
|
name = "sharded-slab"
|
|
3036
2936
|
version = "0.1.7"
|
|
@@ -3054,9 +2954,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3054
2954
|
|
|
3055
2955
|
[[package]]
|
|
3056
2956
|
name = "signal-hook-registry"
|
|
3057
|
-
version = "1.4.
|
|
2957
|
+
version = "1.4.7"
|
|
3058
2958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3059
|
-
checksum = "
|
|
2959
|
+
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
|
3060
2960
|
dependencies = [
|
|
3061
2961
|
"libc",
|
|
3062
2962
|
]
|
|
@@ -3106,12 +3006,12 @@ dependencies = [
|
|
|
3106
3006
|
|
|
3107
3007
|
[[package]]
|
|
3108
3008
|
name = "socket2"
|
|
3109
|
-
version = "0.6.
|
|
3009
|
+
version = "0.6.1"
|
|
3110
3010
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3111
|
-
checksum = "
|
|
3011
|
+
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
3112
3012
|
dependencies = [
|
|
3113
3013
|
"libc",
|
|
3114
|
-
"windows-sys 0.
|
|
3014
|
+
"windows-sys 0.60.2",
|
|
3115
3015
|
]
|
|
3116
3016
|
|
|
3117
3017
|
[[package]]
|
|
@@ -3125,9 +3025,9 @@ dependencies = [
|
|
|
3125
3025
|
|
|
3126
3026
|
[[package]]
|
|
3127
3027
|
name = "stable_deref_trait"
|
|
3128
|
-
version = "1.2.
|
|
3028
|
+
version = "1.2.1"
|
|
3129
3029
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3130
|
-
checksum = "
|
|
3030
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
3131
3031
|
|
|
3132
3032
|
[[package]]
|
|
3133
3033
|
name = "strsim"
|
|
@@ -3143,9 +3043,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
3143
3043
|
|
|
3144
3044
|
[[package]]
|
|
3145
3045
|
name = "syn"
|
|
3146
|
-
version = "2.0.
|
|
3046
|
+
version = "2.0.111"
|
|
3147
3047
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3148
|
-
checksum = "
|
|
3048
|
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
3149
3049
|
dependencies = [
|
|
3150
3050
|
"proc-macro2",
|
|
3151
3051
|
"quote",
|
|
@@ -3174,14 +3074,15 @@ dependencies = [
|
|
|
3174
3074
|
|
|
3175
3075
|
[[package]]
|
|
3176
3076
|
name = "sysinfo"
|
|
3177
|
-
version = "0.
|
|
3077
|
+
version = "0.37.2"
|
|
3178
3078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3179
|
-
checksum = "
|
|
3079
|
+
checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
|
|
3180
3080
|
dependencies = [
|
|
3181
|
-
"core-foundation-sys",
|
|
3182
3081
|
"libc",
|
|
3183
3082
|
"memchr",
|
|
3184
3083
|
"ntapi",
|
|
3084
|
+
"objc2-core-foundation",
|
|
3085
|
+
"objc2-io-kit",
|
|
3185
3086
|
"windows",
|
|
3186
3087
|
]
|
|
3187
3088
|
|
|
@@ -3198,25 +3099,25 @@ dependencies = [
|
|
|
3198
3099
|
|
|
3199
3100
|
[[package]]
|
|
3200
3101
|
name = "target-triple"
|
|
3201
|
-
version = "0.
|
|
3102
|
+
version = "1.0.0"
|
|
3202
3103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3203
|
-
checksum = "
|
|
3104
|
+
checksum = "591ef38edfb78ca4771ee32cf494cb8771944bee237a9b91fc9c1424ac4b777b"
|
|
3204
3105
|
|
|
3205
3106
|
[[package]]
|
|
3206
3107
|
name = "tempfile"
|
|
3207
|
-
version = "3.
|
|
3108
|
+
version = "3.23.0"
|
|
3208
3109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3209
|
-
checksum = "
|
|
3110
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
3210
3111
|
dependencies = [
|
|
3211
3112
|
"fastrand",
|
|
3212
|
-
"getrandom 0.3.
|
|
3113
|
+
"getrandom 0.3.4",
|
|
3213
3114
|
"once_cell",
|
|
3214
3115
|
"rustix",
|
|
3215
|
-
"windows-sys 0.
|
|
3116
|
+
"windows-sys 0.61.2",
|
|
3216
3117
|
]
|
|
3217
3118
|
|
|
3218
3119
|
[[package]]
|
|
3219
|
-
name = "
|
|
3120
|
+
name = "temporalio-client"
|
|
3220
3121
|
version = "0.1.0"
|
|
3221
3122
|
dependencies = [
|
|
3222
3123
|
"anyhow",
|
|
@@ -3224,9 +3125,10 @@ dependencies = [
|
|
|
3224
3125
|
"async-trait",
|
|
3225
3126
|
"backoff",
|
|
3226
3127
|
"base64 0.22.1",
|
|
3128
|
+
"bon",
|
|
3227
3129
|
"bytes",
|
|
3228
|
-
"derive_builder",
|
|
3229
3130
|
"derive_more",
|
|
3131
|
+
"dyn-clone",
|
|
3230
3132
|
"futures-retry",
|
|
3231
3133
|
"futures-util",
|
|
3232
3134
|
"http",
|
|
@@ -3236,13 +3138,13 @@ dependencies = [
|
|
|
3236
3138
|
"mockall",
|
|
3237
3139
|
"opentelemetry",
|
|
3238
3140
|
"parking_lot",
|
|
3141
|
+
"rand 0.9.2",
|
|
3239
3142
|
"rstest",
|
|
3240
3143
|
"slotmap",
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
"thiserror 2.0.16",
|
|
3144
|
+
"temporalio-common",
|
|
3145
|
+
"thiserror 2.0.17",
|
|
3244
3146
|
"tokio",
|
|
3245
|
-
"tonic 0.
|
|
3147
|
+
"tonic 0.14.2",
|
|
3246
3148
|
"tower 0.5.2",
|
|
3247
3149
|
"tracing",
|
|
3248
3150
|
"url",
|
|
@@ -3250,7 +3152,47 @@ dependencies = [
|
|
|
3250
3152
|
]
|
|
3251
3153
|
|
|
3252
3154
|
[[package]]
|
|
3253
|
-
name = "
|
|
3155
|
+
name = "temporalio-common"
|
|
3156
|
+
version = "0.1.0"
|
|
3157
|
+
dependencies = [
|
|
3158
|
+
"anyhow",
|
|
3159
|
+
"async-trait",
|
|
3160
|
+
"base64 0.22.1",
|
|
3161
|
+
"derive_builder",
|
|
3162
|
+
"derive_more",
|
|
3163
|
+
"dirs",
|
|
3164
|
+
"opentelemetry",
|
|
3165
|
+
"prost 0.14.1",
|
|
3166
|
+
"prost-wkt",
|
|
3167
|
+
"prost-wkt-types",
|
|
3168
|
+
"rand 0.9.2",
|
|
3169
|
+
"serde",
|
|
3170
|
+
"serde_json",
|
|
3171
|
+
"tempfile",
|
|
3172
|
+
"thiserror 2.0.17",
|
|
3173
|
+
"toml",
|
|
3174
|
+
"tonic 0.14.2",
|
|
3175
|
+
"tonic-prost",
|
|
3176
|
+
"tonic-prost-build",
|
|
3177
|
+
"tracing",
|
|
3178
|
+
"tracing-core",
|
|
3179
|
+
"url",
|
|
3180
|
+
"uuid",
|
|
3181
|
+
]
|
|
3182
|
+
|
|
3183
|
+
[[package]]
|
|
3184
|
+
name = "temporalio-macros"
|
|
3185
|
+
version = "0.1.0"
|
|
3186
|
+
dependencies = [
|
|
3187
|
+
"derive_more",
|
|
3188
|
+
"proc-macro2",
|
|
3189
|
+
"quote",
|
|
3190
|
+
"syn",
|
|
3191
|
+
"temporalio-common",
|
|
3192
|
+
]
|
|
3193
|
+
|
|
3194
|
+
[[package]]
|
|
3195
|
+
name = "temporalio-sdk"
|
|
3254
3196
|
version = "0.1.0-alpha.1"
|
|
3255
3197
|
dependencies = [
|
|
3256
3198
|
"anyhow",
|
|
@@ -3260,10 +3202,9 @@ dependencies = [
|
|
|
3260
3202
|
"parking_lot",
|
|
3261
3203
|
"prost-wkt-types",
|
|
3262
3204
|
"serde",
|
|
3263
|
-
"
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
"temporal-sdk-core-protos",
|
|
3205
|
+
"temporalio-client",
|
|
3206
|
+
"temporalio-common",
|
|
3207
|
+
"temporalio-sdk-core",
|
|
3267
3208
|
"tokio",
|
|
3268
3209
|
"tokio-stream",
|
|
3269
3210
|
"tokio-util",
|
|
@@ -3271,13 +3212,15 @@ dependencies = [
|
|
|
3271
3212
|
]
|
|
3272
3213
|
|
|
3273
3214
|
[[package]]
|
|
3274
|
-
name = "
|
|
3215
|
+
name = "temporalio-sdk-core"
|
|
3275
3216
|
version = "0.1.0"
|
|
3276
3217
|
dependencies = [
|
|
3218
|
+
"antithesis_sdk",
|
|
3277
3219
|
"anyhow",
|
|
3278
3220
|
"assert_matches",
|
|
3279
3221
|
"async-trait",
|
|
3280
3222
|
"bimap",
|
|
3223
|
+
"bytes",
|
|
3281
3224
|
"clap",
|
|
3282
3225
|
"console-subscriber",
|
|
3283
3226
|
"criterion",
|
|
@@ -3307,122 +3250,54 @@ dependencies = [
|
|
|
3307
3250
|
"pid",
|
|
3308
3251
|
"pin-project",
|
|
3309
3252
|
"prometheus",
|
|
3310
|
-
"prost",
|
|
3253
|
+
"prost 0.14.1",
|
|
3311
3254
|
"prost-wkt-types",
|
|
3312
3255
|
"rand 0.9.2",
|
|
3313
3256
|
"reqwest",
|
|
3314
3257
|
"ringbuf",
|
|
3315
3258
|
"rstest",
|
|
3316
|
-
"
|
|
3259
|
+
"semver",
|
|
3317
3260
|
"serde",
|
|
3318
3261
|
"serde_json",
|
|
3319
3262
|
"siphasher",
|
|
3320
3263
|
"slotmap",
|
|
3321
3264
|
"sysinfo",
|
|
3322
3265
|
"tar",
|
|
3323
|
-
"
|
|
3324
|
-
"
|
|
3325
|
-
"
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3328
|
-
"thiserror 2.0.16",
|
|
3266
|
+
"temporalio-client",
|
|
3267
|
+
"temporalio-common",
|
|
3268
|
+
"temporalio-macros",
|
|
3269
|
+
"temporalio-sdk",
|
|
3270
|
+
"thiserror 2.0.17",
|
|
3329
3271
|
"tokio",
|
|
3330
3272
|
"tokio-stream",
|
|
3331
3273
|
"tokio-util",
|
|
3332
|
-
"tonic 0.
|
|
3274
|
+
"tonic 0.14.2",
|
|
3333
3275
|
"tracing",
|
|
3334
3276
|
"tracing-subscriber",
|
|
3277
|
+
"trybuild",
|
|
3335
3278
|
"url",
|
|
3336
3279
|
"uuid",
|
|
3337
3280
|
"zip",
|
|
3338
3281
|
]
|
|
3339
3282
|
|
|
3340
|
-
[[package]]
|
|
3341
|
-
name = "temporal-sdk-core-api"
|
|
3342
|
-
version = "0.1.0"
|
|
3343
|
-
dependencies = [
|
|
3344
|
-
"async-trait",
|
|
3345
|
-
"derive_builder",
|
|
3346
|
-
"derive_more",
|
|
3347
|
-
"dirs",
|
|
3348
|
-
"opentelemetry",
|
|
3349
|
-
"prost",
|
|
3350
|
-
"serde",
|
|
3351
|
-
"serde_json",
|
|
3352
|
-
"tempfile",
|
|
3353
|
-
"temporal-sdk-core-protos",
|
|
3354
|
-
"thiserror 2.0.16",
|
|
3355
|
-
"toml 0.8.23",
|
|
3356
|
-
"tonic 0.13.1",
|
|
3357
|
-
"tracing",
|
|
3358
|
-
"tracing-core",
|
|
3359
|
-
"url",
|
|
3360
|
-
]
|
|
3361
|
-
|
|
3362
|
-
[[package]]
|
|
3363
|
-
name = "temporal-sdk-core-protos"
|
|
3364
|
-
version = "0.1.0"
|
|
3365
|
-
dependencies = [
|
|
3366
|
-
"anyhow",
|
|
3367
|
-
"base64 0.22.1",
|
|
3368
|
-
"derive_more",
|
|
3369
|
-
"prost",
|
|
3370
|
-
"prost-build",
|
|
3371
|
-
"prost-wkt",
|
|
3372
|
-
"prost-wkt-build",
|
|
3373
|
-
"prost-wkt-types",
|
|
3374
|
-
"rand 0.9.2",
|
|
3375
|
-
"serde",
|
|
3376
|
-
"serde_json",
|
|
3377
|
-
"thiserror 2.0.16",
|
|
3378
|
-
"tonic 0.13.1",
|
|
3379
|
-
"tonic-build",
|
|
3380
|
-
"uuid",
|
|
3381
|
-
]
|
|
3382
|
-
|
|
3383
|
-
[[package]]
|
|
3384
|
-
name = "temporal-sdk-core-test-utils"
|
|
3385
|
-
version = "0.1.0"
|
|
3386
|
-
dependencies = [
|
|
3387
|
-
"anyhow",
|
|
3388
|
-
"assert_matches",
|
|
3389
|
-
"async-trait",
|
|
3390
|
-
"bytes",
|
|
3391
|
-
"futures-util",
|
|
3392
|
-
"http-body-util",
|
|
3393
|
-
"hyper",
|
|
3394
|
-
"hyper-util",
|
|
3395
|
-
"parking_lot",
|
|
3396
|
-
"prost",
|
|
3397
|
-
"rand 0.9.2",
|
|
3398
|
-
"semver",
|
|
3399
|
-
"temporal-client",
|
|
3400
|
-
"temporal-sdk",
|
|
3401
|
-
"temporal-sdk-core",
|
|
3402
|
-
"temporal-sdk-core-api",
|
|
3403
|
-
"temporal-sdk-core-protos",
|
|
3404
|
-
"tokio",
|
|
3405
|
-
"tracing",
|
|
3406
|
-
"url",
|
|
3407
|
-
]
|
|
3408
|
-
|
|
3409
3283
|
[[package]]
|
|
3410
3284
|
name = "temporalio_bridge"
|
|
3411
3285
|
version = "0.1.0"
|
|
3412
3286
|
dependencies = [
|
|
3287
|
+
"async-trait",
|
|
3413
3288
|
"futures",
|
|
3289
|
+
"log",
|
|
3414
3290
|
"magnus",
|
|
3415
3291
|
"parking_lot",
|
|
3416
|
-
"prost",
|
|
3292
|
+
"prost 0.14.1",
|
|
3417
3293
|
"rb-sys",
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
"temporal-sdk-core-protos",
|
|
3294
|
+
"temporalio-client",
|
|
3295
|
+
"temporalio-common",
|
|
3296
|
+
"temporalio-sdk-core",
|
|
3422
3297
|
"tokio",
|
|
3423
3298
|
"tokio-stream",
|
|
3424
3299
|
"tokio-util",
|
|
3425
|
-
"tonic 0.
|
|
3300
|
+
"tonic 0.14.2",
|
|
3426
3301
|
"tracing",
|
|
3427
3302
|
"url",
|
|
3428
3303
|
]
|
|
@@ -3453,11 +3328,11 @@ dependencies = [
|
|
|
3453
3328
|
|
|
3454
3329
|
[[package]]
|
|
3455
3330
|
name = "thiserror"
|
|
3456
|
-
version = "2.0.
|
|
3331
|
+
version = "2.0.17"
|
|
3457
3332
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3458
|
-
checksum = "
|
|
3333
|
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
3459
3334
|
dependencies = [
|
|
3460
|
-
"thiserror-impl 2.0.
|
|
3335
|
+
"thiserror-impl 2.0.17",
|
|
3461
3336
|
]
|
|
3462
3337
|
|
|
3463
3338
|
[[package]]
|
|
@@ -3473,9 +3348,9 @@ dependencies = [
|
|
|
3473
3348
|
|
|
3474
3349
|
[[package]]
|
|
3475
3350
|
name = "thiserror-impl"
|
|
3476
|
-
version = "2.0.
|
|
3351
|
+
version = "2.0.17"
|
|
3477
3352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3478
|
-
checksum = "
|
|
3353
|
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
3479
3354
|
dependencies = [
|
|
3480
3355
|
"proc-macro2",
|
|
3481
3356
|
"quote",
|
|
@@ -3491,30 +3366,11 @@ dependencies = [
|
|
|
3491
3366
|
"cfg-if",
|
|
3492
3367
|
]
|
|
3493
3368
|
|
|
3494
|
-
[[package]]
|
|
3495
|
-
name = "time"
|
|
3496
|
-
version = "0.3.41"
|
|
3497
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3498
|
-
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
|
|
3499
|
-
dependencies = [
|
|
3500
|
-
"deranged",
|
|
3501
|
-
"num-conv",
|
|
3502
|
-
"powerfmt",
|
|
3503
|
-
"serde",
|
|
3504
|
-
"time-core",
|
|
3505
|
-
]
|
|
3506
|
-
|
|
3507
|
-
[[package]]
|
|
3508
|
-
name = "time-core"
|
|
3509
|
-
version = "0.1.4"
|
|
3510
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3511
|
-
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
|
|
3512
|
-
|
|
3513
3369
|
[[package]]
|
|
3514
3370
|
name = "tinystr"
|
|
3515
|
-
version = "0.8.
|
|
3371
|
+
version = "0.8.2"
|
|
3516
3372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3517
|
-
checksum = "
|
|
3373
|
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
3518
3374
|
dependencies = [
|
|
3519
3375
|
"displaydoc",
|
|
3520
3376
|
"zerovec",
|
|
@@ -3547,30 +3403,27 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3547
3403
|
|
|
3548
3404
|
[[package]]
|
|
3549
3405
|
name = "tokio"
|
|
3550
|
-
version = "1.
|
|
3406
|
+
version = "1.48.0"
|
|
3551
3407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3552
|
-
checksum = "
|
|
3408
|
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
|
3553
3409
|
dependencies = [
|
|
3554
|
-
"backtrace",
|
|
3555
3410
|
"bytes",
|
|
3556
|
-
"io-uring",
|
|
3557
3411
|
"libc",
|
|
3558
3412
|
"mio",
|
|
3559
3413
|
"parking_lot",
|
|
3560
3414
|
"pin-project-lite",
|
|
3561
3415
|
"signal-hook-registry",
|
|
3562
|
-
"
|
|
3563
|
-
"socket2 0.6.0",
|
|
3416
|
+
"socket2 0.6.1",
|
|
3564
3417
|
"tokio-macros",
|
|
3565
3418
|
"tracing",
|
|
3566
|
-
"windows-sys 0.
|
|
3419
|
+
"windows-sys 0.61.2",
|
|
3567
3420
|
]
|
|
3568
3421
|
|
|
3569
3422
|
[[package]]
|
|
3570
3423
|
name = "tokio-macros"
|
|
3571
|
-
version = "2.
|
|
3424
|
+
version = "2.6.0"
|
|
3572
3425
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3573
|
-
checksum = "
|
|
3426
|
+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
3574
3427
|
dependencies = [
|
|
3575
3428
|
"proc-macro2",
|
|
3576
3429
|
"quote",
|
|
@@ -3579,9 +3432,9 @@ dependencies = [
|
|
|
3579
3432
|
|
|
3580
3433
|
[[package]]
|
|
3581
3434
|
name = "tokio-rustls"
|
|
3582
|
-
version = "0.26.
|
|
3435
|
+
version = "0.26.4"
|
|
3583
3436
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3584
|
-
checksum = "
|
|
3437
|
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
3585
3438
|
dependencies = [
|
|
3586
3439
|
"rustls",
|
|
3587
3440
|
"tokio",
|
|
@@ -3600,9 +3453,9 @@ dependencies = [
|
|
|
3600
3453
|
|
|
3601
3454
|
[[package]]
|
|
3602
3455
|
name = "tokio-util"
|
|
3603
|
-
version = "0.7.
|
|
3456
|
+
version = "0.7.17"
|
|
3604
3457
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3605
|
-
checksum = "
|
|
3458
|
+
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
|
3606
3459
|
dependencies = [
|
|
3607
3460
|
"bytes",
|
|
3608
3461
|
"futures-core",
|
|
@@ -3613,26 +3466,14 @@ dependencies = [
|
|
|
3613
3466
|
|
|
3614
3467
|
[[package]]
|
|
3615
3468
|
name = "toml"
|
|
3616
|
-
version = "0.8
|
|
3617
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3618
|
-
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
3619
|
-
dependencies = [
|
|
3620
|
-
"serde",
|
|
3621
|
-
"serde_spanned 0.6.9",
|
|
3622
|
-
"toml_datetime 0.6.11",
|
|
3623
|
-
"toml_edit",
|
|
3624
|
-
]
|
|
3625
|
-
|
|
3626
|
-
[[package]]
|
|
3627
|
-
name = "toml"
|
|
3628
|
-
version = "0.9.5"
|
|
3469
|
+
version = "0.9.8"
|
|
3629
3470
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3630
|
-
checksum = "
|
|
3471
|
+
checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
|
|
3631
3472
|
dependencies = [
|
|
3632
|
-
"indexmap 2.
|
|
3633
|
-
"
|
|
3634
|
-
"serde_spanned
|
|
3635
|
-
"toml_datetime
|
|
3473
|
+
"indexmap 2.12.1",
|
|
3474
|
+
"serde_core",
|
|
3475
|
+
"serde_spanned",
|
|
3476
|
+
"toml_datetime",
|
|
3636
3477
|
"toml_parser",
|
|
3637
3478
|
"toml_writer",
|
|
3638
3479
|
"winnow",
|
|
@@ -3640,56 +3481,39 @@ dependencies = [
|
|
|
3640
3481
|
|
|
3641
3482
|
[[package]]
|
|
3642
3483
|
name = "toml_datetime"
|
|
3643
|
-
version = "0.
|
|
3644
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3645
|
-
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
3646
|
-
dependencies = [
|
|
3647
|
-
"serde",
|
|
3648
|
-
]
|
|
3649
|
-
|
|
3650
|
-
[[package]]
|
|
3651
|
-
name = "toml_datetime"
|
|
3652
|
-
version = "0.7.0"
|
|
3484
|
+
version = "0.7.3"
|
|
3653
3485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3654
|
-
checksum = "
|
|
3486
|
+
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
|
|
3655
3487
|
dependencies = [
|
|
3656
|
-
"
|
|
3488
|
+
"serde_core",
|
|
3657
3489
|
]
|
|
3658
3490
|
|
|
3659
3491
|
[[package]]
|
|
3660
3492
|
name = "toml_edit"
|
|
3661
|
-
version = "0.
|
|
3493
|
+
version = "0.23.7"
|
|
3662
3494
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3663
|
-
checksum = "
|
|
3495
|
+
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
|
|
3664
3496
|
dependencies = [
|
|
3665
|
-
"indexmap 2.
|
|
3666
|
-
"
|
|
3667
|
-
"
|
|
3668
|
-
"toml_datetime 0.6.11",
|
|
3669
|
-
"toml_write",
|
|
3497
|
+
"indexmap 2.12.1",
|
|
3498
|
+
"toml_datetime",
|
|
3499
|
+
"toml_parser",
|
|
3670
3500
|
"winnow",
|
|
3671
3501
|
]
|
|
3672
3502
|
|
|
3673
3503
|
[[package]]
|
|
3674
3504
|
name = "toml_parser"
|
|
3675
|
-
version = "1.0.
|
|
3505
|
+
version = "1.0.4"
|
|
3676
3506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3677
|
-
checksum = "
|
|
3507
|
+
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
|
|
3678
3508
|
dependencies = [
|
|
3679
3509
|
"winnow",
|
|
3680
3510
|
]
|
|
3681
3511
|
|
|
3682
|
-
[[package]]
|
|
3683
|
-
name = "toml_write"
|
|
3684
|
-
version = "0.1.2"
|
|
3685
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3686
|
-
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
3687
|
-
|
|
3688
3512
|
[[package]]
|
|
3689
3513
|
name = "toml_writer"
|
|
3690
|
-
version = "1.0.
|
|
3514
|
+
version = "1.0.4"
|
|
3691
3515
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3692
|
-
checksum = "
|
|
3516
|
+
checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
|
|
3693
3517
|
|
|
3694
3518
|
[[package]]
|
|
3695
3519
|
name = "tonic"
|
|
@@ -3711,7 +3535,7 @@ dependencies = [
|
|
|
3711
3535
|
"hyper-util",
|
|
3712
3536
|
"percent-encoding",
|
|
3713
3537
|
"pin-project",
|
|
3714
|
-
"prost",
|
|
3538
|
+
"prost 0.13.5",
|
|
3715
3539
|
"socket2 0.5.10",
|
|
3716
3540
|
"tokio",
|
|
3717
3541
|
"tokio-stream",
|
|
@@ -3723,12 +3547,12 @@ dependencies = [
|
|
|
3723
3547
|
|
|
3724
3548
|
[[package]]
|
|
3725
3549
|
name = "tonic"
|
|
3726
|
-
version = "0.
|
|
3550
|
+
version = "0.14.2"
|
|
3727
3551
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3728
|
-
checksum = "
|
|
3552
|
+
checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
|
|
3729
3553
|
dependencies = [
|
|
3730
3554
|
"async-trait",
|
|
3731
|
-
"axum 0.8.
|
|
3555
|
+
"axum 0.8.7",
|
|
3732
3556
|
"base64 0.22.1",
|
|
3733
3557
|
"bytes",
|
|
3734
3558
|
"h2",
|
|
@@ -3740,9 +3564,9 @@ dependencies = [
|
|
|
3740
3564
|
"hyper-util",
|
|
3741
3565
|
"percent-encoding",
|
|
3742
3566
|
"pin-project",
|
|
3743
|
-
"prost",
|
|
3744
3567
|
"rustls-native-certs",
|
|
3745
|
-
"socket2 0.
|
|
3568
|
+
"socket2 0.6.1",
|
|
3569
|
+
"sync_wrapper",
|
|
3746
3570
|
"tokio",
|
|
3747
3571
|
"tokio-rustls",
|
|
3748
3572
|
"tokio-stream",
|
|
@@ -3754,16 +3578,41 @@ dependencies = [
|
|
|
3754
3578
|
|
|
3755
3579
|
[[package]]
|
|
3756
3580
|
name = "tonic-build"
|
|
3757
|
-
version = "0.
|
|
3581
|
+
version = "0.14.2"
|
|
3582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3583
|
+
checksum = "4c40aaccc9f9eccf2cd82ebc111adc13030d23e887244bc9cfa5d1d636049de3"
|
|
3584
|
+
dependencies = [
|
|
3585
|
+
"prettyplease",
|
|
3586
|
+
"proc-macro2",
|
|
3587
|
+
"quote",
|
|
3588
|
+
"syn",
|
|
3589
|
+
]
|
|
3590
|
+
|
|
3591
|
+
[[package]]
|
|
3592
|
+
name = "tonic-prost"
|
|
3593
|
+
version = "0.14.2"
|
|
3758
3594
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3759
|
-
checksum = "
|
|
3595
|
+
checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
|
|
3596
|
+
dependencies = [
|
|
3597
|
+
"bytes",
|
|
3598
|
+
"prost 0.14.1",
|
|
3599
|
+
"tonic 0.14.2",
|
|
3600
|
+
]
|
|
3601
|
+
|
|
3602
|
+
[[package]]
|
|
3603
|
+
name = "tonic-prost-build"
|
|
3604
|
+
version = "0.14.2"
|
|
3605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3606
|
+
checksum = "b4a16cba4043dc3ff43fcb3f96b4c5c154c64cbd18ca8dce2ab2c6a451d058a2"
|
|
3760
3607
|
dependencies = [
|
|
3761
3608
|
"prettyplease",
|
|
3762
3609
|
"proc-macro2",
|
|
3763
3610
|
"prost-build",
|
|
3764
|
-
"prost-types",
|
|
3611
|
+
"prost-types 0.14.1",
|
|
3765
3612
|
"quote",
|
|
3766
3613
|
"syn",
|
|
3614
|
+
"tempfile",
|
|
3615
|
+
"tonic-build",
|
|
3767
3616
|
]
|
|
3768
3617
|
|
|
3769
3618
|
[[package]]
|
|
@@ -3794,7 +3643,7 @@ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
3794
3643
|
dependencies = [
|
|
3795
3644
|
"futures-core",
|
|
3796
3645
|
"futures-util",
|
|
3797
|
-
"indexmap 2.
|
|
3646
|
+
"indexmap 2.12.1",
|
|
3798
3647
|
"pin-project-lite",
|
|
3799
3648
|
"slab",
|
|
3800
3649
|
"sync_wrapper",
|
|
@@ -3807,9 +3656,9 @@ dependencies = [
|
|
|
3807
3656
|
|
|
3808
3657
|
[[package]]
|
|
3809
3658
|
name = "tower-http"
|
|
3810
|
-
version = "0.6.
|
|
3659
|
+
version = "0.6.7"
|
|
3811
3660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3812
|
-
checksum = "
|
|
3661
|
+
checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456"
|
|
3813
3662
|
dependencies = [
|
|
3814
3663
|
"bitflags",
|
|
3815
3664
|
"bytes",
|
|
@@ -3837,9 +3686,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
3837
3686
|
|
|
3838
3687
|
[[package]]
|
|
3839
3688
|
name = "tracing"
|
|
3840
|
-
version = "0.1.
|
|
3689
|
+
version = "0.1.43"
|
|
3841
3690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3842
|
-
checksum = "
|
|
3691
|
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
|
3843
3692
|
dependencies = [
|
|
3844
3693
|
"pin-project-lite",
|
|
3845
3694
|
"tracing-attributes",
|
|
@@ -3848,9 +3697,9 @@ dependencies = [
|
|
|
3848
3697
|
|
|
3849
3698
|
[[package]]
|
|
3850
3699
|
name = "tracing-attributes"
|
|
3851
|
-
version = "0.1.
|
|
3700
|
+
version = "0.1.31"
|
|
3852
3701
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3853
|
-
checksum = "
|
|
3702
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
3854
3703
|
dependencies = [
|
|
3855
3704
|
"proc-macro2",
|
|
3856
3705
|
"quote",
|
|
@@ -3859,9 +3708,9 @@ dependencies = [
|
|
|
3859
3708
|
|
|
3860
3709
|
[[package]]
|
|
3861
3710
|
name = "tracing-core"
|
|
3862
|
-
version = "0.1.
|
|
3711
|
+
version = "0.1.35"
|
|
3863
3712
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3864
|
-
checksum = "
|
|
3713
|
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
|
3865
3714
|
dependencies = [
|
|
3866
3715
|
"once_cell",
|
|
3867
3716
|
"valuable",
|
|
@@ -3869,15 +3718,15 @@ dependencies = [
|
|
|
3869
3718
|
|
|
3870
3719
|
[[package]]
|
|
3871
3720
|
name = "tracing-subscriber"
|
|
3872
|
-
version = "0.3.
|
|
3721
|
+
version = "0.3.22"
|
|
3873
3722
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3874
|
-
checksum = "
|
|
3723
|
+
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
3875
3724
|
dependencies = [
|
|
3876
3725
|
"matchers",
|
|
3877
3726
|
"nu-ansi-term",
|
|
3878
3727
|
"once_cell",
|
|
3879
3728
|
"parking_lot",
|
|
3880
|
-
"regex",
|
|
3729
|
+
"regex-automata",
|
|
3881
3730
|
"sharded-slab",
|
|
3882
3731
|
"thread_local",
|
|
3883
3732
|
"tracing",
|
|
@@ -3892,9 +3741,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
3892
3741
|
|
|
3893
3742
|
[[package]]
|
|
3894
3743
|
name = "trybuild"
|
|
3895
|
-
version = "1.0.
|
|
3744
|
+
version = "1.0.114"
|
|
3896
3745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3897
|
-
checksum = "
|
|
3746
|
+
checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335"
|
|
3898
3747
|
dependencies = [
|
|
3899
3748
|
"dissimilar",
|
|
3900
3749
|
"glob",
|
|
@@ -3903,7 +3752,7 @@ dependencies = [
|
|
|
3903
3752
|
"serde_json",
|
|
3904
3753
|
"target-triple",
|
|
3905
3754
|
"termcolor",
|
|
3906
|
-
"toml
|
|
3755
|
+
"toml",
|
|
3907
3756
|
]
|
|
3908
3757
|
|
|
3909
3758
|
[[package]]
|
|
@@ -3912,17 +3761,11 @@ version = "1.0.3"
|
|
|
3912
3761
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3913
3762
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
3914
3763
|
|
|
3915
|
-
[[package]]
|
|
3916
|
-
name = "typenum"
|
|
3917
|
-
version = "1.18.0"
|
|
3918
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3919
|
-
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
3920
|
-
|
|
3921
3764
|
[[package]]
|
|
3922
3765
|
name = "typetag"
|
|
3923
|
-
version = "0.2.
|
|
3766
|
+
version = "0.2.21"
|
|
3924
3767
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3925
|
-
checksum = "
|
|
3768
|
+
checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
|
|
3926
3769
|
dependencies = [
|
|
3927
3770
|
"erased-serde",
|
|
3928
3771
|
"inventory",
|
|
@@ -3933,20 +3776,32 @@ dependencies = [
|
|
|
3933
3776
|
|
|
3934
3777
|
[[package]]
|
|
3935
3778
|
name = "typetag-impl"
|
|
3936
|
-
version = "0.2.
|
|
3779
|
+
version = "0.2.21"
|
|
3937
3780
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3938
|
-
checksum = "
|
|
3781
|
+
checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
|
|
3939
3782
|
dependencies = [
|
|
3940
3783
|
"proc-macro2",
|
|
3941
3784
|
"quote",
|
|
3942
3785
|
"syn",
|
|
3943
3786
|
]
|
|
3944
3787
|
|
|
3788
|
+
[[package]]
|
|
3789
|
+
name = "unicase"
|
|
3790
|
+
version = "2.8.1"
|
|
3791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3792
|
+
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
3793
|
+
|
|
3945
3794
|
[[package]]
|
|
3946
3795
|
name = "unicode-ident"
|
|
3947
|
-
version = "1.0.
|
|
3796
|
+
version = "1.0.22"
|
|
3948
3797
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3949
|
-
checksum = "
|
|
3798
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
3799
|
+
|
|
3800
|
+
[[package]]
|
|
3801
|
+
name = "unicode-segmentation"
|
|
3802
|
+
version = "1.12.0"
|
|
3803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3804
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3950
3805
|
|
|
3951
3806
|
[[package]]
|
|
3952
3807
|
name = "unicode-xid"
|
|
@@ -3962,13 +3817,14 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
3962
3817
|
|
|
3963
3818
|
[[package]]
|
|
3964
3819
|
name = "url"
|
|
3965
|
-
version = "2.5.
|
|
3820
|
+
version = "2.5.7"
|
|
3966
3821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3967
|
-
checksum = "
|
|
3822
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
3968
3823
|
dependencies = [
|
|
3969
3824
|
"form_urlencoded",
|
|
3970
3825
|
"idna",
|
|
3971
3826
|
"percent-encoding",
|
|
3827
|
+
"serde",
|
|
3972
3828
|
]
|
|
3973
3829
|
|
|
3974
3830
|
[[package]]
|
|
@@ -3985,11 +3841,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
3985
3841
|
|
|
3986
3842
|
[[package]]
|
|
3987
3843
|
name = "uuid"
|
|
3988
|
-
version = "1.
|
|
3844
|
+
version = "1.19.0"
|
|
3989
3845
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3990
|
-
checksum = "
|
|
3846
|
+
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
|
3991
3847
|
dependencies = [
|
|
3992
|
-
"getrandom 0.3.
|
|
3848
|
+
"getrandom 0.3.4",
|
|
3993
3849
|
"js-sys",
|
|
3994
3850
|
"wasm-bindgen",
|
|
3995
3851
|
]
|
|
@@ -4032,45 +3888,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4032
3888
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
4033
3889
|
|
|
4034
3890
|
[[package]]
|
|
4035
|
-
name = "
|
|
4036
|
-
version = "0.
|
|
3891
|
+
name = "wasip2"
|
|
3892
|
+
version = "1.0.1+wasi-0.2.4"
|
|
4037
3893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4038
|
-
checksum = "
|
|
3894
|
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
4039
3895
|
dependencies = [
|
|
4040
|
-
"wit-bindgen
|
|
3896
|
+
"wit-bindgen",
|
|
4041
3897
|
]
|
|
4042
3898
|
|
|
4043
3899
|
[[package]]
|
|
4044
3900
|
name = "wasm-bindgen"
|
|
4045
|
-
version = "0.2.
|
|
3901
|
+
version = "0.2.106"
|
|
4046
3902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4047
|
-
checksum = "
|
|
3903
|
+
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
|
4048
3904
|
dependencies = [
|
|
4049
3905
|
"cfg-if",
|
|
4050
3906
|
"once_cell",
|
|
4051
3907
|
"rustversion",
|
|
4052
3908
|
"wasm-bindgen-macro",
|
|
4053
|
-
]
|
|
4054
|
-
|
|
4055
|
-
[[package]]
|
|
4056
|
-
name = "wasm-bindgen-backend"
|
|
4057
|
-
version = "0.2.100"
|
|
4058
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4059
|
-
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
4060
|
-
dependencies = [
|
|
4061
|
-
"bumpalo",
|
|
4062
|
-
"log",
|
|
4063
|
-
"proc-macro2",
|
|
4064
|
-
"quote",
|
|
4065
|
-
"syn",
|
|
4066
3909
|
"wasm-bindgen-shared",
|
|
4067
3910
|
]
|
|
4068
3911
|
|
|
4069
3912
|
[[package]]
|
|
4070
3913
|
name = "wasm-bindgen-futures"
|
|
4071
|
-
version = "0.4.
|
|
3914
|
+
version = "0.4.56"
|
|
4072
3915
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4073
|
-
checksum = "
|
|
3916
|
+
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
|
|
4074
3917
|
dependencies = [
|
|
4075
3918
|
"cfg-if",
|
|
4076
3919
|
"js-sys",
|
|
@@ -4081,9 +3924,9 @@ dependencies = [
|
|
|
4081
3924
|
|
|
4082
3925
|
[[package]]
|
|
4083
3926
|
name = "wasm-bindgen-macro"
|
|
4084
|
-
version = "0.2.
|
|
3927
|
+
version = "0.2.106"
|
|
4085
3928
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4086
|
-
checksum = "
|
|
3929
|
+
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
|
4087
3930
|
dependencies = [
|
|
4088
3931
|
"quote",
|
|
4089
3932
|
"wasm-bindgen-macro-support",
|
|
@@ -4091,22 +3934,22 @@ dependencies = [
|
|
|
4091
3934
|
|
|
4092
3935
|
[[package]]
|
|
4093
3936
|
name = "wasm-bindgen-macro-support"
|
|
4094
|
-
version = "0.2.
|
|
3937
|
+
version = "0.2.106"
|
|
4095
3938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4096
|
-
checksum = "
|
|
3939
|
+
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
|
4097
3940
|
dependencies = [
|
|
3941
|
+
"bumpalo",
|
|
4098
3942
|
"proc-macro2",
|
|
4099
3943
|
"quote",
|
|
4100
3944
|
"syn",
|
|
4101
|
-
"wasm-bindgen-backend",
|
|
4102
3945
|
"wasm-bindgen-shared",
|
|
4103
3946
|
]
|
|
4104
3947
|
|
|
4105
3948
|
[[package]]
|
|
4106
3949
|
name = "wasm-bindgen-shared"
|
|
4107
|
-
version = "0.2.
|
|
3950
|
+
version = "0.2.106"
|
|
4108
3951
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4109
|
-
checksum = "
|
|
3952
|
+
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
|
4110
3953
|
dependencies = [
|
|
4111
3954
|
"unicode-ident",
|
|
4112
3955
|
]
|
|
@@ -4126,9 +3969,9 @@ dependencies = [
|
|
|
4126
3969
|
|
|
4127
3970
|
[[package]]
|
|
4128
3971
|
name = "web-sys"
|
|
4129
|
-
version = "0.3.
|
|
3972
|
+
version = "0.3.83"
|
|
4130
3973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4131
|
-
checksum = "
|
|
3974
|
+
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
|
|
4132
3975
|
dependencies = [
|
|
4133
3976
|
"js-sys",
|
|
4134
3977
|
"wasm-bindgen",
|
|
@@ -4162,11 +4005,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
4162
4005
|
|
|
4163
4006
|
[[package]]
|
|
4164
4007
|
name = "winapi-util"
|
|
4165
|
-
version = "0.1.
|
|
4008
|
+
version = "0.1.11"
|
|
4166
4009
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4167
|
-
checksum = "
|
|
4010
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
4168
4011
|
dependencies = [
|
|
4169
|
-
"windows-sys 0.
|
|
4012
|
+
"windows-sys 0.61.2",
|
|
4170
4013
|
]
|
|
4171
4014
|
|
|
4172
4015
|
[[package]]
|
|
@@ -4177,31 +4020,55 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
4177
4020
|
|
|
4178
4021
|
[[package]]
|
|
4179
4022
|
name = "windows"
|
|
4180
|
-
version = "0.
|
|
4023
|
+
version = "0.61.3"
|
|
4181
4024
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4182
|
-
checksum = "
|
|
4025
|
+
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
|
4026
|
+
dependencies = [
|
|
4027
|
+
"windows-collections",
|
|
4028
|
+
"windows-core",
|
|
4029
|
+
"windows-future",
|
|
4030
|
+
"windows-link 0.1.3",
|
|
4031
|
+
"windows-numerics",
|
|
4032
|
+
]
|
|
4033
|
+
|
|
4034
|
+
[[package]]
|
|
4035
|
+
name = "windows-collections"
|
|
4036
|
+
version = "0.2.0"
|
|
4037
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4038
|
+
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
|
4183
4039
|
dependencies = [
|
|
4184
4040
|
"windows-core",
|
|
4185
|
-
"windows-targets 0.52.6",
|
|
4186
4041
|
]
|
|
4187
4042
|
|
|
4188
4043
|
[[package]]
|
|
4189
4044
|
name = "windows-core"
|
|
4190
|
-
version = "0.
|
|
4045
|
+
version = "0.61.2"
|
|
4191
4046
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4192
|
-
checksum = "
|
|
4047
|
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
4193
4048
|
dependencies = [
|
|
4194
4049
|
"windows-implement",
|
|
4195
4050
|
"windows-interface",
|
|
4051
|
+
"windows-link 0.1.3",
|
|
4196
4052
|
"windows-result",
|
|
4197
|
-
"windows-
|
|
4053
|
+
"windows-strings",
|
|
4054
|
+
]
|
|
4055
|
+
|
|
4056
|
+
[[package]]
|
|
4057
|
+
name = "windows-future"
|
|
4058
|
+
version = "0.2.1"
|
|
4059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4060
|
+
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
|
4061
|
+
dependencies = [
|
|
4062
|
+
"windows-core",
|
|
4063
|
+
"windows-link 0.1.3",
|
|
4064
|
+
"windows-threading",
|
|
4198
4065
|
]
|
|
4199
4066
|
|
|
4200
4067
|
[[package]]
|
|
4201
4068
|
name = "windows-implement"
|
|
4202
|
-
version = "0.
|
|
4069
|
+
version = "0.60.2"
|
|
4203
4070
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4204
|
-
checksum = "
|
|
4071
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
4205
4072
|
dependencies = [
|
|
4206
4073
|
"proc-macro2",
|
|
4207
4074
|
"quote",
|
|
@@ -4210,9 +4077,9 @@ dependencies = [
|
|
|
4210
4077
|
|
|
4211
4078
|
[[package]]
|
|
4212
4079
|
name = "windows-interface"
|
|
4213
|
-
version = "0.
|
|
4080
|
+
version = "0.59.3"
|
|
4214
4081
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4215
|
-
checksum = "
|
|
4082
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
4216
4083
|
dependencies = [
|
|
4217
4084
|
"proc-macro2",
|
|
4218
4085
|
"quote",
|
|
@@ -4226,37 +4093,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4226
4093
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
4227
4094
|
|
|
4228
4095
|
[[package]]
|
|
4229
|
-
name = "windows-
|
|
4230
|
-
version = "0.1
|
|
4096
|
+
name = "windows-link"
|
|
4097
|
+
version = "0.2.1"
|
|
4231
4098
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4232
|
-
checksum = "
|
|
4099
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
4100
|
+
|
|
4101
|
+
[[package]]
|
|
4102
|
+
name = "windows-numerics"
|
|
4103
|
+
version = "0.2.0"
|
|
4104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4105
|
+
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
|
4233
4106
|
dependencies = [
|
|
4234
|
-
"windows-
|
|
4107
|
+
"windows-core",
|
|
4108
|
+
"windows-link 0.1.3",
|
|
4235
4109
|
]
|
|
4236
4110
|
|
|
4237
4111
|
[[package]]
|
|
4238
|
-
name = "windows-
|
|
4239
|
-
version = "0.
|
|
4112
|
+
name = "windows-result"
|
|
4113
|
+
version = "0.3.4"
|
|
4240
4114
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4241
|
-
checksum = "
|
|
4115
|
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
4242
4116
|
dependencies = [
|
|
4243
|
-
"windows-
|
|
4117
|
+
"windows-link 0.1.3",
|
|
4244
4118
|
]
|
|
4245
4119
|
|
|
4246
4120
|
[[package]]
|
|
4247
|
-
name = "windows-
|
|
4248
|
-
version = "0.
|
|
4121
|
+
name = "windows-strings"
|
|
4122
|
+
version = "0.4.2"
|
|
4249
4123
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4250
|
-
checksum = "
|
|
4124
|
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
4251
4125
|
dependencies = [
|
|
4252
|
-
"windows-
|
|
4126
|
+
"windows-link 0.1.3",
|
|
4253
4127
|
]
|
|
4254
4128
|
|
|
4255
4129
|
[[package]]
|
|
4256
4130
|
name = "windows-sys"
|
|
4257
|
-
version = "0.
|
|
4131
|
+
version = "0.52.0"
|
|
4258
4132
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4259
|
-
checksum = "
|
|
4133
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
4260
4134
|
dependencies = [
|
|
4261
4135
|
"windows-targets 0.52.6",
|
|
4262
4136
|
]
|
|
@@ -4267,22 +4141,16 @@ version = "0.60.2"
|
|
|
4267
4141
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4268
4142
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
4269
4143
|
dependencies = [
|
|
4270
|
-
"windows-targets 0.53.
|
|
4144
|
+
"windows-targets 0.53.5",
|
|
4271
4145
|
]
|
|
4272
4146
|
|
|
4273
4147
|
[[package]]
|
|
4274
|
-
name = "windows-
|
|
4275
|
-
version = "0.
|
|
4148
|
+
name = "windows-sys"
|
|
4149
|
+
version = "0.61.2"
|
|
4276
4150
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4277
|
-
checksum = "
|
|
4151
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
4278
4152
|
dependencies = [
|
|
4279
|
-
"
|
|
4280
|
-
"windows_aarch64_msvc 0.48.5",
|
|
4281
|
-
"windows_i686_gnu 0.48.5",
|
|
4282
|
-
"windows_i686_msvc 0.48.5",
|
|
4283
|
-
"windows_x86_64_gnu 0.48.5",
|
|
4284
|
-
"windows_x86_64_gnullvm 0.48.5",
|
|
4285
|
-
"windows_x86_64_msvc 0.48.5",
|
|
4153
|
+
"windows-link 0.2.1",
|
|
4286
4154
|
]
|
|
4287
4155
|
|
|
4288
4156
|
[[package]]
|
|
@@ -4303,26 +4171,29 @@ dependencies = [
|
|
|
4303
4171
|
|
|
4304
4172
|
[[package]]
|
|
4305
4173
|
name = "windows-targets"
|
|
4306
|
-
version = "0.53.
|
|
4174
|
+
version = "0.53.5"
|
|
4307
4175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4308
|
-
checksum = "
|
|
4176
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
4309
4177
|
dependencies = [
|
|
4310
|
-
"windows-link",
|
|
4311
|
-
"windows_aarch64_gnullvm 0.53.
|
|
4312
|
-
"windows_aarch64_msvc 0.53.
|
|
4313
|
-
"windows_i686_gnu 0.53.
|
|
4314
|
-
"windows_i686_gnullvm 0.53.
|
|
4315
|
-
"windows_i686_msvc 0.53.
|
|
4316
|
-
"windows_x86_64_gnu 0.53.
|
|
4317
|
-
"windows_x86_64_gnullvm 0.53.
|
|
4318
|
-
"windows_x86_64_msvc 0.53.
|
|
4178
|
+
"windows-link 0.2.1",
|
|
4179
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
4180
|
+
"windows_aarch64_msvc 0.53.1",
|
|
4181
|
+
"windows_i686_gnu 0.53.1",
|
|
4182
|
+
"windows_i686_gnullvm 0.53.1",
|
|
4183
|
+
"windows_i686_msvc 0.53.1",
|
|
4184
|
+
"windows_x86_64_gnu 0.53.1",
|
|
4185
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
4186
|
+
"windows_x86_64_msvc 0.53.1",
|
|
4319
4187
|
]
|
|
4320
4188
|
|
|
4321
4189
|
[[package]]
|
|
4322
|
-
name = "
|
|
4323
|
-
version = "0.
|
|
4190
|
+
name = "windows-threading"
|
|
4191
|
+
version = "0.1.0"
|
|
4324
4192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4325
|
-
checksum = "
|
|
4193
|
+
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
|
4194
|
+
dependencies = [
|
|
4195
|
+
"windows-link 0.1.3",
|
|
4196
|
+
]
|
|
4326
4197
|
|
|
4327
4198
|
[[package]]
|
|
4328
4199
|
name = "windows_aarch64_gnullvm"
|
|
@@ -4332,15 +4203,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
4332
4203
|
|
|
4333
4204
|
[[package]]
|
|
4334
4205
|
name = "windows_aarch64_gnullvm"
|
|
4335
|
-
version = "0.53.
|
|
4206
|
+
version = "0.53.1"
|
|
4336
4207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4337
|
-
checksum = "
|
|
4338
|
-
|
|
4339
|
-
[[package]]
|
|
4340
|
-
name = "windows_aarch64_msvc"
|
|
4341
|
-
version = "0.48.5"
|
|
4342
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4343
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
4208
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
4344
4209
|
|
|
4345
4210
|
[[package]]
|
|
4346
4211
|
name = "windows_aarch64_msvc"
|
|
@@ -4350,15 +4215,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
4350
4215
|
|
|
4351
4216
|
[[package]]
|
|
4352
4217
|
name = "windows_aarch64_msvc"
|
|
4353
|
-
version = "0.53.
|
|
4354
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4355
|
-
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
|
4356
|
-
|
|
4357
|
-
[[package]]
|
|
4358
|
-
name = "windows_i686_gnu"
|
|
4359
|
-
version = "0.48.5"
|
|
4218
|
+
version = "0.53.1"
|
|
4360
4219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4361
|
-
checksum = "
|
|
4220
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
4362
4221
|
|
|
4363
4222
|
[[package]]
|
|
4364
4223
|
name = "windows_i686_gnu"
|
|
@@ -4368,9 +4227,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
4368
4227
|
|
|
4369
4228
|
[[package]]
|
|
4370
4229
|
name = "windows_i686_gnu"
|
|
4371
|
-
version = "0.53.
|
|
4230
|
+
version = "0.53.1"
|
|
4372
4231
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4373
|
-
checksum = "
|
|
4232
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
4374
4233
|
|
|
4375
4234
|
[[package]]
|
|
4376
4235
|
name = "windows_i686_gnullvm"
|
|
@@ -4380,15 +4239,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
4380
4239
|
|
|
4381
4240
|
[[package]]
|
|
4382
4241
|
name = "windows_i686_gnullvm"
|
|
4383
|
-
version = "0.53.
|
|
4242
|
+
version = "0.53.1"
|
|
4384
4243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4385
|
-
checksum = "
|
|
4386
|
-
|
|
4387
|
-
[[package]]
|
|
4388
|
-
name = "windows_i686_msvc"
|
|
4389
|
-
version = "0.48.5"
|
|
4390
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4391
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
4244
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
4392
4245
|
|
|
4393
4246
|
[[package]]
|
|
4394
4247
|
name = "windows_i686_msvc"
|
|
@@ -4398,15 +4251,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
4398
4251
|
|
|
4399
4252
|
[[package]]
|
|
4400
4253
|
name = "windows_i686_msvc"
|
|
4401
|
-
version = "0.53.
|
|
4254
|
+
version = "0.53.1"
|
|
4402
4255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4403
|
-
checksum = "
|
|
4404
|
-
|
|
4405
|
-
[[package]]
|
|
4406
|
-
name = "windows_x86_64_gnu"
|
|
4407
|
-
version = "0.48.5"
|
|
4408
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4409
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
4256
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
4410
4257
|
|
|
4411
4258
|
[[package]]
|
|
4412
4259
|
name = "windows_x86_64_gnu"
|
|
@@ -4416,15 +4263,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
4416
4263
|
|
|
4417
4264
|
[[package]]
|
|
4418
4265
|
name = "windows_x86_64_gnu"
|
|
4419
|
-
version = "0.53.
|
|
4266
|
+
version = "0.53.1"
|
|
4420
4267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4421
|
-
checksum = "
|
|
4422
|
-
|
|
4423
|
-
[[package]]
|
|
4424
|
-
name = "windows_x86_64_gnullvm"
|
|
4425
|
-
version = "0.48.5"
|
|
4426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4427
|
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
4268
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
4428
4269
|
|
|
4429
4270
|
[[package]]
|
|
4430
4271
|
name = "windows_x86_64_gnullvm"
|
|
@@ -4434,15 +4275,9 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
4434
4275
|
|
|
4435
4276
|
[[package]]
|
|
4436
4277
|
name = "windows_x86_64_gnullvm"
|
|
4437
|
-
version = "0.53.
|
|
4438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4439
|
-
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
|
4440
|
-
|
|
4441
|
-
[[package]]
|
|
4442
|
-
name = "windows_x86_64_msvc"
|
|
4443
|
-
version = "0.48.5"
|
|
4278
|
+
version = "0.53.1"
|
|
4444
4279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4445
|
-
checksum = "
|
|
4280
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
4446
4281
|
|
|
4447
4282
|
[[package]]
|
|
4448
4283
|
name = "windows_x86_64_msvc"
|
|
@@ -4452,60 +4287,47 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
4452
4287
|
|
|
4453
4288
|
[[package]]
|
|
4454
4289
|
name = "windows_x86_64_msvc"
|
|
4455
|
-
version = "0.53.
|
|
4290
|
+
version = "0.53.1"
|
|
4456
4291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4457
|
-
checksum = "
|
|
4292
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
4458
4293
|
|
|
4459
4294
|
[[package]]
|
|
4460
4295
|
name = "winnow"
|
|
4461
|
-
version = "0.7.
|
|
4296
|
+
version = "0.7.14"
|
|
4462
4297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4463
|
-
checksum = "
|
|
4298
|
+
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
4464
4299
|
dependencies = [
|
|
4465
4300
|
"memchr",
|
|
4466
4301
|
]
|
|
4467
4302
|
|
|
4468
4303
|
[[package]]
|
|
4469
|
-
name = "wit-bindgen
|
|
4470
|
-
version = "0.
|
|
4304
|
+
name = "wit-bindgen"
|
|
4305
|
+
version = "0.46.0"
|
|
4471
4306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4472
|
-
checksum = "
|
|
4473
|
-
dependencies = [
|
|
4474
|
-
"bitflags",
|
|
4475
|
-
]
|
|
4307
|
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
4476
4308
|
|
|
4477
4309
|
[[package]]
|
|
4478
4310
|
name = "writeable"
|
|
4479
|
-
version = "0.6.
|
|
4311
|
+
version = "0.6.2"
|
|
4480
4312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4481
|
-
checksum = "
|
|
4313
|
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
4482
4314
|
|
|
4483
4315
|
[[package]]
|
|
4484
4316
|
name = "xattr"
|
|
4485
|
-
version = "1.
|
|
4317
|
+
version = "1.6.1"
|
|
4486
4318
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4487
|
-
checksum = "
|
|
4319
|
+
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
|
|
4488
4320
|
dependencies = [
|
|
4489
4321
|
"libc",
|
|
4490
4322
|
"rustix",
|
|
4491
4323
|
]
|
|
4492
4324
|
|
|
4493
|
-
[[package]]
|
|
4494
|
-
name = "xz2"
|
|
4495
|
-
version = "0.1.7"
|
|
4496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4497
|
-
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
|
|
4498
|
-
dependencies = [
|
|
4499
|
-
"lzma-sys",
|
|
4500
|
-
]
|
|
4501
|
-
|
|
4502
4325
|
[[package]]
|
|
4503
4326
|
name = "yoke"
|
|
4504
|
-
version = "0.8.
|
|
4327
|
+
version = "0.8.1"
|
|
4505
4328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4506
|
-
checksum = "
|
|
4329
|
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
4507
4330
|
dependencies = [
|
|
4508
|
-
"serde",
|
|
4509
4331
|
"stable_deref_trait",
|
|
4510
4332
|
"yoke-derive",
|
|
4511
4333
|
"zerofrom",
|
|
@@ -4513,9 +4335,9 @@ dependencies = [
|
|
|
4513
4335
|
|
|
4514
4336
|
[[package]]
|
|
4515
4337
|
name = "yoke-derive"
|
|
4516
|
-
version = "0.8.
|
|
4338
|
+
version = "0.8.1"
|
|
4517
4339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4518
|
-
checksum = "
|
|
4340
|
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
4519
4341
|
dependencies = [
|
|
4520
4342
|
"proc-macro2",
|
|
4521
4343
|
"quote",
|
|
@@ -4525,18 +4347,18 @@ dependencies = [
|
|
|
4525
4347
|
|
|
4526
4348
|
[[package]]
|
|
4527
4349
|
name = "zerocopy"
|
|
4528
|
-
version = "0.8.
|
|
4350
|
+
version = "0.8.31"
|
|
4529
4351
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4530
|
-
checksum = "
|
|
4352
|
+
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
|
|
4531
4353
|
dependencies = [
|
|
4532
4354
|
"zerocopy-derive",
|
|
4533
4355
|
]
|
|
4534
4356
|
|
|
4535
4357
|
[[package]]
|
|
4536
4358
|
name = "zerocopy-derive"
|
|
4537
|
-
version = "0.8.
|
|
4359
|
+
version = "0.8.31"
|
|
4538
4360
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4539
|
-
checksum = "
|
|
4361
|
+
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
|
|
4540
4362
|
dependencies = [
|
|
4541
4363
|
"proc-macro2",
|
|
4542
4364
|
"quote",
|
|
@@ -4566,29 +4388,15 @@ dependencies = [
|
|
|
4566
4388
|
|
|
4567
4389
|
[[package]]
|
|
4568
4390
|
name = "zeroize"
|
|
4569
|
-
version = "1.8.
|
|
4570
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4571
|
-
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
4572
|
-
dependencies = [
|
|
4573
|
-
"zeroize_derive",
|
|
4574
|
-
]
|
|
4575
|
-
|
|
4576
|
-
[[package]]
|
|
4577
|
-
name = "zeroize_derive"
|
|
4578
|
-
version = "1.4.2"
|
|
4391
|
+
version = "1.8.2"
|
|
4579
4392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4580
|
-
checksum = "
|
|
4581
|
-
dependencies = [
|
|
4582
|
-
"proc-macro2",
|
|
4583
|
-
"quote",
|
|
4584
|
-
"syn",
|
|
4585
|
-
]
|
|
4393
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
4586
4394
|
|
|
4587
4395
|
[[package]]
|
|
4588
4396
|
name = "zerotrie"
|
|
4589
|
-
version = "0.2.
|
|
4397
|
+
version = "0.2.3"
|
|
4590
4398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4591
|
-
checksum = "
|
|
4399
|
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
4592
4400
|
dependencies = [
|
|
4593
4401
|
"displaydoc",
|
|
4594
4402
|
"yoke",
|
|
@@ -4597,9 +4405,9 @@ dependencies = [
|
|
|
4597
4405
|
|
|
4598
4406
|
[[package]]
|
|
4599
4407
|
name = "zerovec"
|
|
4600
|
-
version = "0.11.
|
|
4408
|
+
version = "0.11.5"
|
|
4601
4409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4602
|
-
checksum = "
|
|
4410
|
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
4603
4411
|
dependencies = [
|
|
4604
4412
|
"yoke",
|
|
4605
4413
|
"zerofrom",
|
|
@@ -4608,9 +4416,9 @@ dependencies = [
|
|
|
4608
4416
|
|
|
4609
4417
|
[[package]]
|
|
4610
4418
|
name = "zerovec-derive"
|
|
4611
|
-
version = "0.11.
|
|
4419
|
+
version = "0.11.2"
|
|
4612
4420
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4613
|
-
checksum = "
|
|
4421
|
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
4614
4422
|
dependencies = [
|
|
4615
4423
|
"proc-macro2",
|
|
4616
4424
|
"quote",
|
|
@@ -4619,39 +4427,31 @@ dependencies = [
|
|
|
4619
4427
|
|
|
4620
4428
|
[[package]]
|
|
4621
4429
|
name = "zip"
|
|
4622
|
-
version = "
|
|
4430
|
+
version = "4.6.1"
|
|
4623
4431
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4624
|
-
checksum = "
|
|
4432
|
+
checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1"
|
|
4625
4433
|
dependencies = [
|
|
4626
|
-
"aes",
|
|
4627
4434
|
"arbitrary",
|
|
4628
4435
|
"bzip2",
|
|
4629
|
-
"constant_time_eq",
|
|
4630
4436
|
"crc32fast",
|
|
4631
|
-
"crossbeam-utils",
|
|
4632
|
-
"deflate64",
|
|
4633
|
-
"displaydoc",
|
|
4634
4437
|
"flate2",
|
|
4635
|
-
"
|
|
4636
|
-
"hmac",
|
|
4637
|
-
"indexmap 2.10.0",
|
|
4638
|
-
"lzma-rs",
|
|
4438
|
+
"indexmap 2.12.1",
|
|
4639
4439
|
"memchr",
|
|
4640
|
-
"pbkdf2",
|
|
4641
|
-
"sha1",
|
|
4642
|
-
"thiserror 2.0.16",
|
|
4643
|
-
"time",
|
|
4644
|
-
"xz2",
|
|
4645
|
-
"zeroize",
|
|
4646
4440
|
"zopfli",
|
|
4647
4441
|
"zstd",
|
|
4648
4442
|
]
|
|
4649
4443
|
|
|
4444
|
+
[[package]]
|
|
4445
|
+
name = "zlib-rs"
|
|
4446
|
+
version = "0.5.3"
|
|
4447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4448
|
+
checksum = "36134c44663532e6519d7a6dfdbbe06f6f8192bde8ae9ed076e9b213f0e31df7"
|
|
4449
|
+
|
|
4650
4450
|
[[package]]
|
|
4651
4451
|
name = "zopfli"
|
|
4652
|
-
version = "0.8.
|
|
4452
|
+
version = "0.8.3"
|
|
4653
4453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4654
|
-
checksum = "
|
|
4454
|
+
checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
|
|
4655
4455
|
dependencies = [
|
|
4656
4456
|
"bumpalo",
|
|
4657
4457
|
"crc32fast",
|
|
@@ -4679,9 +4479,9 @@ dependencies = [
|
|
|
4679
4479
|
|
|
4680
4480
|
[[package]]
|
|
4681
4481
|
name = "zstd-sys"
|
|
4682
|
-
version = "2.0.
|
|
4482
|
+
version = "2.0.16+zstd.1.5.7"
|
|
4683
4483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4684
|
-
checksum = "
|
|
4484
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
4685
4485
|
dependencies = [
|
|
4686
4486
|
"cc",
|
|
4687
4487
|
"pkg-config",
|