prosody 0.3.0 → 0.5.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/config.toml +3 -0
- data/.release-please-manifest.json +1 -1
- data/AGENTS.md +395 -0
- data/ARCHITECTURE.md +14 -4
- data/CHANGELOG.md +28 -0
- data/CLAUDE.md +1 -0
- data/CONFIGURATION.md +167 -0
- data/Cargo.lock +1115 -645
- data/Cargo.toml +7 -6
- data/README.md +436 -146
- data/Rakefile +11 -1
- data/examples/keyed_state.rb +70 -0
- data/examples/keyed_state.rbs +18 -0
- data/examples/keyed_state_windowing.rb +55 -0
- data/examples/keyed_state_windowing.rbs +16 -0
- data/ext/prosody/Cargo.toml +1 -0
- data/ext/prosody/src/admin.rs +1 -5
- data/ext/prosody/src/bridge/mod.rs +17 -32
- data/ext/prosody/src/client/config.rs +501 -28
- data/ext/prosody/src/client/mod.rs +167 -74
- data/ext/prosody/src/client/request.rs +132 -0
- data/ext/prosody/src/client/support.rs +122 -0
- data/ext/prosody/src/handler/context.rs +150 -5
- data/ext/prosody/src/handler/message.rs +67 -0
- data/ext/prosody/src/handler/mod.rs +115 -85
- data/ext/prosody/src/handler/state/mod.rs +488 -0
- data/ext/prosody/src/handler/state/registration.rs +104 -0
- data/ext/prosody/src/handler/state/scan.rs +218 -0
- data/ext/prosody/src/lib.rs +15 -3
- data/ext/prosody/src/published.rs +273 -0
- data/ext/prosody/src/scheduler/mod.rs +2 -2
- data/ext/prosody/src/scheduler/processor.rs +2 -2
- data/ext/prosody/src/scheduler/result.rs +7 -4
- data/ext/prosody/src/util.rs +86 -5
- data/lib/prosody/configuration.rb +71 -11
- data/lib/prosody/handler.rb +65 -8
- data/lib/prosody/native_stubs.rb +550 -9
- data/lib/prosody/request.rb +45 -0
- data/lib/prosody/state.rb +816 -0
- data/lib/prosody/version.rb +1 -1
- data/lib/prosody.rb +6 -0
- data/release-please-config.json +4 -0
- data/sig/configuration.rbs +70 -11
- data/sig/handler.rbs +17 -5
- data/sig/processor.rbs +28 -12
- data/sig/prosody.rbs +53 -7
- data/sig/request.rbs +66 -0
- data/sig/sentry.rbs +6 -0
- data/sig/state.rbs +390 -0
- data/steep_expectations.yml +57 -0
- data/typecheck/payload_types.rb +54 -0
- data/typecheck/payload_types.rbs +22 -0
- data/typecheck_negative/payload_types.rb +20 -0
- data/typecheck_negative/payload_types.rbs +9 -0
- metadata +32 -9
data/Cargo.lock
CHANGED
|
@@ -17,9 +17,9 @@ dependencies = [
|
|
|
17
17
|
|
|
18
18
|
[[package]]
|
|
19
19
|
name = "aho-corasick"
|
|
20
|
-
version = "1.1.
|
|
20
|
+
version = "1.1.5"
|
|
21
21
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
22
|
-
checksum = "
|
|
22
|
+
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
23
23
|
dependencies = [
|
|
24
24
|
"memchr",
|
|
25
25
|
]
|
|
@@ -32,24 +32,24 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
32
32
|
|
|
33
33
|
[[package]]
|
|
34
34
|
name = "android_system_properties"
|
|
35
|
-
version = "0.1.
|
|
35
|
+
version = "0.1.6"
|
|
36
36
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
37
|
-
checksum = "
|
|
37
|
+
checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
|
|
38
38
|
dependencies = [
|
|
39
39
|
"libc",
|
|
40
40
|
]
|
|
41
41
|
|
|
42
42
|
[[package]]
|
|
43
43
|
name = "anyhow"
|
|
44
|
-
version = "1.0.
|
|
44
|
+
version = "1.0.104"
|
|
45
45
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
46
|
-
checksum = "
|
|
46
|
+
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
|
|
47
47
|
|
|
48
48
|
[[package]]
|
|
49
49
|
name = "arc-swap"
|
|
50
|
-
version = "1.9.
|
|
50
|
+
version = "1.9.2"
|
|
51
51
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
52
|
-
checksum = "
|
|
52
|
+
checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
|
|
53
53
|
dependencies = [
|
|
54
54
|
"rustversion",
|
|
55
55
|
]
|
|
@@ -73,18 +73,18 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
73
73
|
dependencies = [
|
|
74
74
|
"proc-macro2",
|
|
75
75
|
"quote",
|
|
76
|
-
"syn",
|
|
76
|
+
"syn 2.0.119",
|
|
77
77
|
]
|
|
78
78
|
|
|
79
79
|
[[package]]
|
|
80
80
|
name = "async-trait"
|
|
81
|
-
version = "0.1.
|
|
81
|
+
version = "0.1.92"
|
|
82
82
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
-
checksum = "
|
|
83
|
+
checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667"
|
|
84
84
|
dependencies = [
|
|
85
85
|
"proc-macro2",
|
|
86
86
|
"quote",
|
|
87
|
-
"syn",
|
|
87
|
+
"syn 3.0.3",
|
|
88
88
|
]
|
|
89
89
|
|
|
90
90
|
[[package]]
|
|
@@ -101,9 +101,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
101
101
|
|
|
102
102
|
[[package]]
|
|
103
103
|
name = "autocfg"
|
|
104
|
-
version = "1.5.
|
|
104
|
+
version = "1.5.1"
|
|
105
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
-
checksum = "
|
|
106
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
107
107
|
|
|
108
108
|
[[package]]
|
|
109
109
|
name = "axum"
|
|
@@ -205,8 +205,8 @@ dependencies = [
|
|
|
205
205
|
"quote",
|
|
206
206
|
"regex",
|
|
207
207
|
"rustc-hash",
|
|
208
|
-
"shlex",
|
|
209
|
-
"syn",
|
|
208
|
+
"shlex 1.3.0",
|
|
209
|
+
"syn 2.0.119",
|
|
210
210
|
]
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
@@ -244,43 +244,43 @@ dependencies = [
|
|
|
244
244
|
|
|
245
245
|
[[package]]
|
|
246
246
|
name = "bitflags"
|
|
247
|
-
version = "2.
|
|
247
|
+
version = "2.13.1"
|
|
248
248
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
-
checksum = "
|
|
249
|
+
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
250
250
|
|
|
251
251
|
[[package]]
|
|
252
252
|
name = "block-buffer"
|
|
253
|
-
version = "0.
|
|
253
|
+
version = "0.12.1"
|
|
254
254
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
-
checksum = "
|
|
255
|
+
checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
|
|
256
256
|
dependencies = [
|
|
257
|
-
"
|
|
257
|
+
"hybrid-array",
|
|
258
258
|
]
|
|
259
259
|
|
|
260
260
|
[[package]]
|
|
261
|
-
name = "
|
|
262
|
-
version = "0.
|
|
261
|
+
name = "block2"
|
|
262
|
+
version = "0.6.2"
|
|
263
263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
-
checksum = "
|
|
264
|
+
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
|
|
265
265
|
dependencies = [
|
|
266
|
-
"
|
|
266
|
+
"objc2",
|
|
267
267
|
]
|
|
268
268
|
|
|
269
269
|
[[package]]
|
|
270
270
|
name = "bstr"
|
|
271
|
-
version = "1.
|
|
271
|
+
version = "1.13.1"
|
|
272
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
-
checksum = "
|
|
273
|
+
checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f"
|
|
274
274
|
dependencies = [
|
|
275
275
|
"memchr",
|
|
276
|
-
"
|
|
276
|
+
"serde_core",
|
|
277
277
|
]
|
|
278
278
|
|
|
279
279
|
[[package]]
|
|
280
280
|
name = "bumpalo"
|
|
281
|
-
version = "3.20.
|
|
281
|
+
version = "3.20.3"
|
|
282
282
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
-
checksum = "
|
|
283
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
284
284
|
|
|
285
285
|
[[package]]
|
|
286
286
|
name = "byteorder"
|
|
@@ -288,20 +288,34 @@ version = "1.5.0"
|
|
|
288
288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
289
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
290
290
|
|
|
291
|
+
[[package]]
|
|
292
|
+
name = "byteorder-lite"
|
|
293
|
+
version = "0.1.0"
|
|
294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
296
|
+
|
|
291
297
|
[[package]]
|
|
292
298
|
name = "bytes"
|
|
293
|
-
version = "1.
|
|
299
|
+
version = "1.12.1"
|
|
300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
302
|
+
|
|
303
|
+
[[package]]
|
|
304
|
+
name = "byteview"
|
|
305
|
+
version = "0.10.2"
|
|
294
306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
|
-
checksum = "
|
|
307
|
+
checksum = "0d74937895e761d5984206f82ca8ff7725d0fd8021921011921894b41ab1b9f7"
|
|
296
308
|
|
|
297
309
|
[[package]]
|
|
298
310
|
name = "cc"
|
|
299
|
-
version = "1.
|
|
311
|
+
version = "1.4.3"
|
|
300
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
-
checksum = "
|
|
313
|
+
checksum = "509591b7bcd67f4ef775afad7662703b4935daaa6ec0e5605cfb1090b32a2b6d"
|
|
302
314
|
dependencies = [
|
|
303
315
|
"find-msvc-tools",
|
|
304
|
-
"
|
|
316
|
+
"jobserver",
|
|
317
|
+
"libc",
|
|
318
|
+
"shlex 2.0.1",
|
|
305
319
|
]
|
|
306
320
|
|
|
307
321
|
[[package]]
|
|
@@ -321,9 +335,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
321
335
|
|
|
322
336
|
[[package]]
|
|
323
337
|
name = "chacha20"
|
|
324
|
-
version = "0.10.
|
|
338
|
+
version = "0.10.1"
|
|
325
339
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
326
|
-
checksum = "
|
|
340
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
327
341
|
dependencies = [
|
|
328
342
|
"cfg-if",
|
|
329
343
|
"cpufeatures 0.3.0",
|
|
@@ -332,9 +346,9 @@ dependencies = [
|
|
|
332
346
|
|
|
333
347
|
[[package]]
|
|
334
348
|
name = "chrono"
|
|
335
|
-
version = "0.4.
|
|
349
|
+
version = "0.4.45"
|
|
336
350
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "
|
|
351
|
+
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
|
|
338
352
|
dependencies = [
|
|
339
353
|
"iana-time-zone",
|
|
340
354
|
"js-sys",
|
|
@@ -345,9 +359,9 @@ dependencies = [
|
|
|
345
359
|
|
|
346
360
|
[[package]]
|
|
347
361
|
name = "clang-sys"
|
|
348
|
-
version = "1.
|
|
362
|
+
version = "1.9.1"
|
|
349
363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
-
checksum = "
|
|
364
|
+
checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
|
|
351
365
|
dependencies = [
|
|
352
366
|
"glob",
|
|
353
367
|
"libc",
|
|
@@ -363,11 +377,17 @@ dependencies = [
|
|
|
363
377
|
"cc",
|
|
364
378
|
]
|
|
365
379
|
|
|
380
|
+
[[package]]
|
|
381
|
+
name = "compare"
|
|
382
|
+
version = "0.0.6"
|
|
383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
|
+
checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
|
|
385
|
+
|
|
366
386
|
[[package]]
|
|
367
387
|
name = "const-hex"
|
|
368
|
-
version = "1.19.
|
|
388
|
+
version = "1.19.1"
|
|
369
389
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
-
checksum = "
|
|
390
|
+
checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
|
|
371
391
|
dependencies = [
|
|
372
392
|
"cfg-if",
|
|
373
393
|
"cpufeatures 0.2.17",
|
|
@@ -406,26 +426,53 @@ dependencies = [
|
|
|
406
426
|
]
|
|
407
427
|
|
|
408
428
|
[[package]]
|
|
409
|
-
name = "
|
|
410
|
-
version = "
|
|
429
|
+
name = "crc32fast"
|
|
430
|
+
version = "1.5.0"
|
|
431
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
432
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
433
|
+
dependencies = [
|
|
434
|
+
"cfg-if",
|
|
435
|
+
]
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "crossbeam-channel"
|
|
439
|
+
version = "0.5.16"
|
|
411
440
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
412
|
-
checksum = "
|
|
441
|
+
checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
|
|
442
|
+
dependencies = [
|
|
443
|
+
"crossbeam-utils",
|
|
444
|
+
]
|
|
413
445
|
|
|
414
446
|
[[package]]
|
|
415
|
-
name = "
|
|
416
|
-
version = "0.
|
|
447
|
+
name = "crossbeam-epoch"
|
|
448
|
+
version = "0.9.20"
|
|
417
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
-
checksum = "
|
|
450
|
+
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
|
|
419
451
|
dependencies = [
|
|
420
|
-
"
|
|
421
|
-
|
|
452
|
+
"crossbeam-utils",
|
|
453
|
+
]
|
|
454
|
+
|
|
455
|
+
[[package]]
|
|
456
|
+
name = "crossbeam-skiplist"
|
|
457
|
+
version = "0.1.3"
|
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
+
checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
|
|
460
|
+
dependencies = [
|
|
461
|
+
"crossbeam-epoch",
|
|
462
|
+
"crossbeam-utils",
|
|
422
463
|
]
|
|
423
464
|
|
|
465
|
+
[[package]]
|
|
466
|
+
name = "crossbeam-utils"
|
|
467
|
+
version = "0.8.22"
|
|
468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
|
+
checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
|
|
470
|
+
|
|
424
471
|
[[package]]
|
|
425
472
|
name = "crypto-common"
|
|
426
|
-
version = "0.2.
|
|
473
|
+
version = "0.2.2"
|
|
427
474
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
-
checksum = "
|
|
475
|
+
checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
|
|
429
476
|
dependencies = [
|
|
430
477
|
"hybrid-array",
|
|
431
478
|
]
|
|
@@ -436,8 +483,28 @@ version = "0.20.11"
|
|
|
436
483
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
484
|
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
|
|
438
485
|
dependencies = [
|
|
439
|
-
"darling_core",
|
|
440
|
-
"darling_macro",
|
|
486
|
+
"darling_core 0.20.11",
|
|
487
|
+
"darling_macro 0.20.11",
|
|
488
|
+
]
|
|
489
|
+
|
|
490
|
+
[[package]]
|
|
491
|
+
name = "darling"
|
|
492
|
+
version = "0.23.0"
|
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
+
checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
|
|
495
|
+
dependencies = [
|
|
496
|
+
"darling_core 0.23.0",
|
|
497
|
+
"darling_macro 0.23.0",
|
|
498
|
+
]
|
|
499
|
+
|
|
500
|
+
[[package]]
|
|
501
|
+
name = "darling"
|
|
502
|
+
version = "0.24.0"
|
|
503
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
504
|
+
checksum = "88490bf1b990d87eaaa7ac8aa887f629a08e7359765b4911faf63c3763347d23"
|
|
505
|
+
dependencies = [
|
|
506
|
+
"darling_core 0.24.0",
|
|
507
|
+
"darling_macro 0.24.0",
|
|
441
508
|
]
|
|
442
509
|
|
|
443
510
|
[[package]]
|
|
@@ -451,7 +518,33 @@ dependencies = [
|
|
|
451
518
|
"proc-macro2",
|
|
452
519
|
"quote",
|
|
453
520
|
"strsim",
|
|
454
|
-
"syn",
|
|
521
|
+
"syn 2.0.119",
|
|
522
|
+
]
|
|
523
|
+
|
|
524
|
+
[[package]]
|
|
525
|
+
name = "darling_core"
|
|
526
|
+
version = "0.23.0"
|
|
527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
528
|
+
checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
|
|
529
|
+
dependencies = [
|
|
530
|
+
"ident_case",
|
|
531
|
+
"proc-macro2",
|
|
532
|
+
"quote",
|
|
533
|
+
"strsim",
|
|
534
|
+
"syn 2.0.119",
|
|
535
|
+
]
|
|
536
|
+
|
|
537
|
+
[[package]]
|
|
538
|
+
name = "darling_core"
|
|
539
|
+
version = "0.24.0"
|
|
540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
+
checksum = "084e274f91c482280130e1e34e0b8d6e66776a060d7b6de7b84289ca778868c4"
|
|
542
|
+
dependencies = [
|
|
543
|
+
"ident_case",
|
|
544
|
+
"proc-macro2",
|
|
545
|
+
"quote",
|
|
546
|
+
"strsim",
|
|
547
|
+
"syn 3.0.3",
|
|
455
548
|
]
|
|
456
549
|
|
|
457
550
|
[[package]]
|
|
@@ -460,9 +553,31 @@ version = "0.20.11"
|
|
|
460
553
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
554
|
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
462
555
|
dependencies = [
|
|
463
|
-
"darling_core",
|
|
556
|
+
"darling_core 0.20.11",
|
|
557
|
+
"quote",
|
|
558
|
+
"syn 2.0.119",
|
|
559
|
+
]
|
|
560
|
+
|
|
561
|
+
[[package]]
|
|
562
|
+
name = "darling_macro"
|
|
563
|
+
version = "0.23.0"
|
|
564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
565
|
+
checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
566
|
+
dependencies = [
|
|
567
|
+
"darling_core 0.23.0",
|
|
568
|
+
"quote",
|
|
569
|
+
"syn 2.0.119",
|
|
570
|
+
]
|
|
571
|
+
|
|
572
|
+
[[package]]
|
|
573
|
+
name = "darling_macro"
|
|
574
|
+
version = "0.24.0"
|
|
575
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
576
|
+
checksum = "68f5792fa0d41cd2325ce0ffa64f0a340eaebd4971a3a0c5e1ffd2cc488a355e"
|
|
577
|
+
dependencies = [
|
|
578
|
+
"darling_core 0.24.0",
|
|
464
579
|
"quote",
|
|
465
|
-
"syn",
|
|
580
|
+
"syn 3.0.3",
|
|
466
581
|
]
|
|
467
582
|
|
|
468
583
|
[[package]]
|
|
@@ -479,6 +594,12 @@ dependencies = [
|
|
|
479
594
|
"parking_lot_core",
|
|
480
595
|
]
|
|
481
596
|
|
|
597
|
+
[[package]]
|
|
598
|
+
name = "deranged"
|
|
599
|
+
version = "0.5.8"
|
|
600
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
601
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
602
|
+
|
|
482
603
|
[[package]]
|
|
483
604
|
name = "derive_builder"
|
|
484
605
|
version = "0.20.2"
|
|
@@ -494,10 +615,10 @@ version = "0.20.2"
|
|
|
494
615
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
495
616
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
|
496
617
|
dependencies = [
|
|
497
|
-
"darling",
|
|
618
|
+
"darling 0.20.11",
|
|
498
619
|
"proc-macro2",
|
|
499
620
|
"quote",
|
|
500
|
-
"syn",
|
|
621
|
+
"syn 2.0.119",
|
|
501
622
|
]
|
|
502
623
|
|
|
503
624
|
[[package]]
|
|
@@ -507,39 +628,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
507
628
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
508
629
|
dependencies = [
|
|
509
630
|
"derive_builder_core",
|
|
510
|
-
"syn",
|
|
631
|
+
"syn 2.0.119",
|
|
511
632
|
]
|
|
512
633
|
|
|
513
634
|
[[package]]
|
|
514
635
|
name = "digest"
|
|
515
|
-
version = "0.
|
|
636
|
+
version = "0.11.3"
|
|
516
637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
-
checksum = "
|
|
638
|
+
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
|
|
518
639
|
dependencies = [
|
|
519
|
-
"block-buffer
|
|
520
|
-
"
|
|
640
|
+
"block-buffer",
|
|
641
|
+
"const-oid",
|
|
642
|
+
"crypto-common",
|
|
521
643
|
]
|
|
522
644
|
|
|
523
645
|
[[package]]
|
|
524
|
-
name = "
|
|
525
|
-
version = "0.
|
|
646
|
+
name = "dispatch2"
|
|
647
|
+
version = "0.3.1"
|
|
526
648
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
527
|
-
checksum = "
|
|
649
|
+
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
|
|
528
650
|
dependencies = [
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"
|
|
651
|
+
"bitflags",
|
|
652
|
+
"block2",
|
|
653
|
+
"libc",
|
|
654
|
+
"objc2",
|
|
532
655
|
]
|
|
533
656
|
|
|
534
657
|
[[package]]
|
|
535
658
|
name = "displaydoc"
|
|
536
|
-
version = "0.2.
|
|
659
|
+
version = "0.2.7"
|
|
537
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
|
-
checksum = "
|
|
661
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
539
662
|
dependencies = [
|
|
540
663
|
"proc-macro2",
|
|
541
664
|
"quote",
|
|
542
|
-
"syn",
|
|
665
|
+
"syn 3.0.3",
|
|
666
|
+
]
|
|
667
|
+
|
|
668
|
+
[[package]]
|
|
669
|
+
name = "dlopen2"
|
|
670
|
+
version = "0.8.2"
|
|
671
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
672
|
+
checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
|
|
673
|
+
dependencies = [
|
|
674
|
+
"libc",
|
|
675
|
+
"once_cell",
|
|
676
|
+
"winapi",
|
|
543
677
|
]
|
|
544
678
|
|
|
545
679
|
[[package]]
|
|
@@ -550,40 +684,52 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
550
684
|
|
|
551
685
|
[[package]]
|
|
552
686
|
name = "educe"
|
|
553
|
-
version = "0.6
|
|
687
|
+
version = "0.7.6"
|
|
554
688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
555
|
-
checksum = "
|
|
689
|
+
checksum = "e451fac8dd8dece16234604bf1efce6e90fddd8ab6ad4d66eec0eca5160959dd"
|
|
556
690
|
dependencies = [
|
|
557
691
|
"enum-ordinalize",
|
|
558
692
|
"proc-macro2",
|
|
559
693
|
"quote",
|
|
560
|
-
"syn",
|
|
694
|
+
"syn 3.0.3",
|
|
561
695
|
]
|
|
562
696
|
|
|
563
697
|
[[package]]
|
|
564
698
|
name = "either"
|
|
565
|
-
version = "1.
|
|
699
|
+
version = "1.17.0"
|
|
566
700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
-
checksum = "
|
|
701
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
568
702
|
|
|
569
703
|
[[package]]
|
|
570
704
|
name = "enum-ordinalize"
|
|
571
|
-
version = "4.
|
|
705
|
+
version = "4.4.2"
|
|
572
706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
-
checksum = "
|
|
707
|
+
checksum = "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677"
|
|
574
708
|
dependencies = [
|
|
575
709
|
"enum-ordinalize-derive",
|
|
576
710
|
]
|
|
577
711
|
|
|
578
712
|
[[package]]
|
|
579
713
|
name = "enum-ordinalize-derive"
|
|
580
|
-
version = "4.
|
|
714
|
+
version = "4.4.2"
|
|
581
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
-
checksum = "
|
|
716
|
+
checksum = "a65863d15a4ce2888bd2f0f543cc963d3879c3a022c8ee43f6141d479a3ac815"
|
|
583
717
|
dependencies = [
|
|
584
718
|
"proc-macro2",
|
|
585
719
|
"quote",
|
|
586
|
-
"syn",
|
|
720
|
+
"syn 3.0.3",
|
|
721
|
+
]
|
|
722
|
+
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "enum_dispatch"
|
|
725
|
+
version = "0.3.13"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
|
|
728
|
+
dependencies = [
|
|
729
|
+
"once_cell",
|
|
730
|
+
"proc-macro2",
|
|
731
|
+
"quote",
|
|
732
|
+
"syn 2.0.119",
|
|
587
733
|
]
|
|
588
734
|
|
|
589
735
|
[[package]]
|
|
@@ -603,17 +749,56 @@ dependencies = [
|
|
|
603
749
|
"typeid",
|
|
604
750
|
]
|
|
605
751
|
|
|
752
|
+
[[package]]
|
|
753
|
+
name = "errno"
|
|
754
|
+
version = "0.3.14"
|
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
757
|
+
dependencies = [
|
|
758
|
+
"libc",
|
|
759
|
+
"windows-sys",
|
|
760
|
+
]
|
|
761
|
+
|
|
762
|
+
[[package]]
|
|
763
|
+
name = "fastrand"
|
|
764
|
+
version = "2.5.0"
|
|
765
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
767
|
+
|
|
606
768
|
[[package]]
|
|
607
769
|
name = "find-msvc-tools"
|
|
608
|
-
version = "0.1.
|
|
770
|
+
version = "0.1.11"
|
|
609
771
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
610
|
-
checksum = "
|
|
772
|
+
checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "fixedbitset"
|
|
776
|
+
version = "0.5.7"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
611
779
|
|
|
612
780
|
[[package]]
|
|
613
781
|
name = "fixedstr"
|
|
614
|
-
version = "0.5.
|
|
782
|
+
version = "0.5.11"
|
|
783
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
784
|
+
checksum = "651755bc34f44f4fef9edc525a2a88d913303b83a75de6de855cce6ef9180188"
|
|
785
|
+
|
|
786
|
+
[[package]]
|
|
787
|
+
name = "fjall"
|
|
788
|
+
version = "3.1.9"
|
|
615
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
616
|
-
checksum = "
|
|
790
|
+
checksum = "d5427b70d8592043024955a4a40b5cf44af323fdad7c1f62848a01ec7806709e"
|
|
791
|
+
dependencies = [
|
|
792
|
+
"byteorder-lite",
|
|
793
|
+
"byteview",
|
|
794
|
+
"dashmap",
|
|
795
|
+
"flume",
|
|
796
|
+
"log",
|
|
797
|
+
"lsm-tree",
|
|
798
|
+
"lz4_flex 0.13.1",
|
|
799
|
+
"tempfile",
|
|
800
|
+
"xxhash-rust",
|
|
801
|
+
]
|
|
617
802
|
|
|
618
803
|
[[package]]
|
|
619
804
|
name = "float-cmp"
|
|
@@ -624,6 +809,15 @@ dependencies = [
|
|
|
624
809
|
"num-traits",
|
|
625
810
|
]
|
|
626
811
|
|
|
812
|
+
[[package]]
|
|
813
|
+
name = "flume"
|
|
814
|
+
version = "0.12.0"
|
|
815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
+
checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
|
|
817
|
+
dependencies = [
|
|
818
|
+
"spin",
|
|
819
|
+
]
|
|
820
|
+
|
|
627
821
|
[[package]]
|
|
628
822
|
name = "fnv"
|
|
629
823
|
version = "1.0.7"
|
|
@@ -653,9 +847,9 @@ dependencies = [
|
|
|
653
847
|
|
|
654
848
|
[[package]]
|
|
655
849
|
name = "futures"
|
|
656
|
-
version = "0.3.
|
|
850
|
+
version = "0.3.34"
|
|
657
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
-
checksum = "
|
|
852
|
+
checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
|
|
659
853
|
dependencies = [
|
|
660
854
|
"futures-channel",
|
|
661
855
|
"futures-core",
|
|
@@ -668,9 +862,9 @@ dependencies = [
|
|
|
668
862
|
|
|
669
863
|
[[package]]
|
|
670
864
|
name = "futures-channel"
|
|
671
|
-
version = "0.3.
|
|
865
|
+
version = "0.3.34"
|
|
672
866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
673
|
-
checksum = "
|
|
867
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
674
868
|
dependencies = [
|
|
675
869
|
"futures-core",
|
|
676
870
|
"futures-sink",
|
|
@@ -678,15 +872,15 @@ dependencies = [
|
|
|
678
872
|
|
|
679
873
|
[[package]]
|
|
680
874
|
name = "futures-core"
|
|
681
|
-
version = "0.3.
|
|
875
|
+
version = "0.3.34"
|
|
682
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "
|
|
877
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
684
878
|
|
|
685
879
|
[[package]]
|
|
686
880
|
name = "futures-executor"
|
|
687
|
-
version = "0.3.
|
|
881
|
+
version = "0.3.34"
|
|
688
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "
|
|
883
|
+
checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
|
|
690
884
|
dependencies = [
|
|
691
885
|
"futures-core",
|
|
692
886
|
"futures-task",
|
|
@@ -695,38 +889,38 @@ dependencies = [
|
|
|
695
889
|
|
|
696
890
|
[[package]]
|
|
697
891
|
name = "futures-io"
|
|
698
|
-
version = "0.3.
|
|
892
|
+
version = "0.3.34"
|
|
699
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
700
|
-
checksum = "
|
|
894
|
+
checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
|
|
701
895
|
|
|
702
896
|
[[package]]
|
|
703
897
|
name = "futures-macro"
|
|
704
|
-
version = "0.3.
|
|
898
|
+
version = "0.3.34"
|
|
705
899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
706
|
-
checksum = "
|
|
900
|
+
checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
707
901
|
dependencies = [
|
|
708
902
|
"proc-macro2",
|
|
709
903
|
"quote",
|
|
710
|
-
"syn",
|
|
904
|
+
"syn 3.0.3",
|
|
711
905
|
]
|
|
712
906
|
|
|
713
907
|
[[package]]
|
|
714
908
|
name = "futures-sink"
|
|
715
|
-
version = "0.3.
|
|
909
|
+
version = "0.3.34"
|
|
716
910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
717
|
-
checksum = "
|
|
911
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
718
912
|
|
|
719
913
|
[[package]]
|
|
720
914
|
name = "futures-task"
|
|
721
|
-
version = "0.3.
|
|
915
|
+
version = "0.3.34"
|
|
722
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
723
|
-
checksum = "
|
|
917
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
724
918
|
|
|
725
919
|
[[package]]
|
|
726
920
|
name = "futures-util"
|
|
727
|
-
version = "0.3.
|
|
921
|
+
version = "0.3.34"
|
|
728
922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
|
-
checksum = "
|
|
923
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
730
924
|
dependencies = [
|
|
731
925
|
"futures-channel",
|
|
732
926
|
"futures-core",
|
|
@@ -751,16 +945,6 @@ dependencies = [
|
|
|
751
945
|
"trilean",
|
|
752
946
|
]
|
|
753
947
|
|
|
754
|
-
[[package]]
|
|
755
|
-
name = "generic-array"
|
|
756
|
-
version = "0.14.7"
|
|
757
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
758
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
759
|
-
dependencies = [
|
|
760
|
-
"typenum",
|
|
761
|
-
"version_check",
|
|
762
|
-
]
|
|
763
|
-
|
|
764
948
|
[[package]]
|
|
765
949
|
name = "getrandom"
|
|
766
950
|
version = "0.3.4"
|
|
@@ -775,29 +959,27 @@ dependencies = [
|
|
|
775
959
|
|
|
776
960
|
[[package]]
|
|
777
961
|
name = "getrandom"
|
|
778
|
-
version = "0.4.
|
|
962
|
+
version = "0.4.3"
|
|
779
963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
780
|
-
checksum = "
|
|
964
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
781
965
|
dependencies = [
|
|
782
966
|
"cfg-if",
|
|
783
967
|
"libc",
|
|
784
968
|
"r-efi 6.0.0",
|
|
785
969
|
"rand_core 0.10.1",
|
|
786
|
-
"wasip2",
|
|
787
|
-
"wasip3",
|
|
788
970
|
]
|
|
789
971
|
|
|
790
972
|
[[package]]
|
|
791
973
|
name = "glob"
|
|
792
|
-
version = "0.3.
|
|
974
|
+
version = "0.3.4"
|
|
793
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
-
checksum = "
|
|
976
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
795
977
|
|
|
796
978
|
[[package]]
|
|
797
979
|
name = "globset"
|
|
798
|
-
version = "0.4.
|
|
980
|
+
version = "0.4.20"
|
|
799
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
-
checksum = "
|
|
982
|
+
checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988"
|
|
801
983
|
dependencies = [
|
|
802
984
|
"aho-corasick",
|
|
803
985
|
"bstr",
|
|
@@ -808,9 +990,9 @@ dependencies = [
|
|
|
808
990
|
|
|
809
991
|
[[package]]
|
|
810
992
|
name = "h2"
|
|
811
|
-
version = "0.4.
|
|
993
|
+
version = "0.4.15"
|
|
812
994
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
-
checksum = "
|
|
995
|
+
checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
|
|
814
996
|
dependencies = [
|
|
815
997
|
"atomic-waker",
|
|
816
998
|
"bytes",
|
|
@@ -868,6 +1050,11 @@ name = "hashbrown"
|
|
|
868
1050
|
version = "0.17.1"
|
|
869
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
870
1052
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1053
|
+
dependencies = [
|
|
1054
|
+
"allocator-api2",
|
|
1055
|
+
"equivalent",
|
|
1056
|
+
"foldhash 0.2.0",
|
|
1057
|
+
]
|
|
871
1058
|
|
|
872
1059
|
[[package]]
|
|
873
1060
|
name = "heck"
|
|
@@ -877,9 +1064,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
877
1064
|
|
|
878
1065
|
[[package]]
|
|
879
1066
|
name = "http"
|
|
880
|
-
version = "1.
|
|
1067
|
+
version = "1.5.0"
|
|
881
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
882
|
-
checksum = "
|
|
1069
|
+
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
|
|
883
1070
|
dependencies = [
|
|
884
1071
|
"bytes",
|
|
885
1072
|
"itoa",
|
|
@@ -887,9 +1074,9 @@ dependencies = [
|
|
|
887
1074
|
|
|
888
1075
|
[[package]]
|
|
889
1076
|
name = "http-body"
|
|
890
|
-
version = "1.0
|
|
1077
|
+
version = "1.1.0"
|
|
891
1078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
892
|
-
checksum = "
|
|
1079
|
+
checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
|
|
893
1080
|
dependencies = [
|
|
894
1081
|
"bytes",
|
|
895
1082
|
"http",
|
|
@@ -897,9 +1084,9 @@ dependencies = [
|
|
|
897
1084
|
|
|
898
1085
|
[[package]]
|
|
899
1086
|
name = "http-body-util"
|
|
900
|
-
version = "0.1.
|
|
1087
|
+
version = "0.1.5"
|
|
901
1088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
902
|
-
checksum = "
|
|
1089
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
903
1090
|
dependencies = [
|
|
904
1091
|
"bytes",
|
|
905
1092
|
"futures-core",
|
|
@@ -922,24 +1109,24 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
922
1109
|
|
|
923
1110
|
[[package]]
|
|
924
1111
|
name = "humantime"
|
|
925
|
-
version = "2.
|
|
1112
|
+
version = "2.4.0"
|
|
926
1113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
-
checksum = "
|
|
1114
|
+
checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
|
|
928
1115
|
|
|
929
1116
|
[[package]]
|
|
930
1117
|
name = "hybrid-array"
|
|
931
|
-
version = "0.4.
|
|
1118
|
+
version = "0.4.14"
|
|
932
1119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
-
checksum = "
|
|
1120
|
+
checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
|
|
934
1121
|
dependencies = [
|
|
935
1122
|
"typenum",
|
|
936
1123
|
]
|
|
937
1124
|
|
|
938
1125
|
[[package]]
|
|
939
1126
|
name = "hyper"
|
|
940
|
-
version = "1.
|
|
1127
|
+
version = "1.11.0"
|
|
941
1128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
-
checksum = "
|
|
1129
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
943
1130
|
dependencies = [
|
|
944
1131
|
"atomic-waker",
|
|
945
1132
|
"bytes",
|
|
@@ -987,7 +1174,7 @@ dependencies = [
|
|
|
987
1174
|
"libc",
|
|
988
1175
|
"percent-encoding",
|
|
989
1176
|
"pin-project-lite",
|
|
990
|
-
"socket2
|
|
1177
|
+
"socket2",
|
|
991
1178
|
"tokio",
|
|
992
1179
|
"tower-service",
|
|
993
1180
|
"tracing",
|
|
@@ -1019,9 +1206,9 @@ dependencies = [
|
|
|
1019
1206
|
|
|
1020
1207
|
[[package]]
|
|
1021
1208
|
name = "icu_collections"
|
|
1022
|
-
version = "2.
|
|
1209
|
+
version = "2.3.0"
|
|
1023
1210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
-
checksum = "
|
|
1211
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
1025
1212
|
dependencies = [
|
|
1026
1213
|
"displaydoc",
|
|
1027
1214
|
"potential_utf",
|
|
@@ -1033,9 +1220,9 @@ dependencies = [
|
|
|
1033
1220
|
|
|
1034
1221
|
[[package]]
|
|
1035
1222
|
name = "icu_locale_core"
|
|
1036
|
-
version = "2.
|
|
1223
|
+
version = "2.3.0"
|
|
1037
1224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1038
|
-
checksum = "
|
|
1225
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
1039
1226
|
dependencies = [
|
|
1040
1227
|
"displaydoc",
|
|
1041
1228
|
"litemap",
|
|
@@ -1046,9 +1233,9 @@ dependencies = [
|
|
|
1046
1233
|
|
|
1047
1234
|
[[package]]
|
|
1048
1235
|
name = "icu_normalizer"
|
|
1049
|
-
version = "2.
|
|
1236
|
+
version = "2.3.0"
|
|
1050
1237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1051
|
-
checksum = "
|
|
1238
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
1052
1239
|
dependencies = [
|
|
1053
1240
|
"icu_collections",
|
|
1054
1241
|
"icu_normalizer_data",
|
|
@@ -1060,16 +1247,17 @@ dependencies = [
|
|
|
1060
1247
|
|
|
1061
1248
|
[[package]]
|
|
1062
1249
|
name = "icu_normalizer_data"
|
|
1063
|
-
version = "2.
|
|
1250
|
+
version = "2.3.0"
|
|
1064
1251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
-
checksum = "
|
|
1252
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
1066
1253
|
|
|
1067
1254
|
[[package]]
|
|
1068
1255
|
name = "icu_properties"
|
|
1069
|
-
version = "2.
|
|
1256
|
+
version = "2.3.0"
|
|
1070
1257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1071
|
-
checksum = "
|
|
1258
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
1072
1259
|
dependencies = [
|
|
1260
|
+
"displaydoc",
|
|
1073
1261
|
"icu_collections",
|
|
1074
1262
|
"icu_locale_core",
|
|
1075
1263
|
"icu_properties_data",
|
|
@@ -1080,15 +1268,15 @@ dependencies = [
|
|
|
1080
1268
|
|
|
1081
1269
|
[[package]]
|
|
1082
1270
|
name = "icu_properties_data"
|
|
1083
|
-
version = "2.
|
|
1271
|
+
version = "2.3.0"
|
|
1084
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1085
|
-
checksum = "
|
|
1273
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
1086
1274
|
|
|
1087
1275
|
[[package]]
|
|
1088
1276
|
name = "icu_provider"
|
|
1089
|
-
version = "2.
|
|
1277
|
+
version = "2.3.0"
|
|
1090
1278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1091
|
-
checksum = "
|
|
1279
|
+
checksum = "92a7ed671a6aad807a8651a2e1782a6598fda9ce5185dd8158549e95a91c6428"
|
|
1092
1280
|
dependencies = [
|
|
1093
1281
|
"displaydoc",
|
|
1094
1282
|
"icu_locale_core",
|
|
@@ -1099,12 +1287,6 @@ dependencies = [
|
|
|
1099
1287
|
"zerovec",
|
|
1100
1288
|
]
|
|
1101
1289
|
|
|
1102
|
-
[[package]]
|
|
1103
|
-
name = "id-arena"
|
|
1104
|
-
version = "2.3.0"
|
|
1105
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1106
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1107
|
-
|
|
1108
1290
|
[[package]]
|
|
1109
1291
|
name = "ident_case"
|
|
1110
1292
|
version = "1.0.1"
|
|
@@ -1140,8 +1322,6 @@ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
|
1140
1322
|
dependencies = [
|
|
1141
1323
|
"equivalent",
|
|
1142
1324
|
"hashbrown 0.17.1",
|
|
1143
|
-
"serde",
|
|
1144
|
-
"serde_core",
|
|
1145
1325
|
]
|
|
1146
1326
|
|
|
1147
1327
|
[[package]]
|
|
@@ -1153,6 +1333,15 @@ dependencies = [
|
|
|
1153
1333
|
"hashbrown 0.15.5",
|
|
1154
1334
|
]
|
|
1155
1335
|
|
|
1336
|
+
[[package]]
|
|
1337
|
+
name = "interval-heap"
|
|
1338
|
+
version = "0.0.5"
|
|
1339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1340
|
+
checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
|
|
1341
|
+
dependencies = [
|
|
1342
|
+
"compare",
|
|
1343
|
+
]
|
|
1344
|
+
|
|
1156
1345
|
[[package]]
|
|
1157
1346
|
name = "intervallum"
|
|
1158
1347
|
version = "1.4.4"
|
|
@@ -1169,9 +1358,9 @@ dependencies = [
|
|
|
1169
1358
|
|
|
1170
1359
|
[[package]]
|
|
1171
1360
|
name = "ipnet"
|
|
1172
|
-
version = "2.12.
|
|
1361
|
+
version = "2.12.1"
|
|
1173
1362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1174
|
-
checksum = "
|
|
1363
|
+
checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
|
|
1175
1364
|
|
|
1176
1365
|
[[package]]
|
|
1177
1366
|
name = "itertools"
|
|
@@ -1184,9 +1373,9 @@ dependencies = [
|
|
|
1184
1373
|
|
|
1185
1374
|
[[package]]
|
|
1186
1375
|
name = "itertools"
|
|
1187
|
-
version = "0.
|
|
1376
|
+
version = "0.15.0"
|
|
1188
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1189
|
-
checksum = "
|
|
1378
|
+
checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
|
1190
1379
|
dependencies = [
|
|
1191
1380
|
"either",
|
|
1192
1381
|
]
|
|
@@ -1197,15 +1386,24 @@ version = "1.0.18"
|
|
|
1197
1386
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
1387
|
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1199
1388
|
|
|
1389
|
+
[[package]]
|
|
1390
|
+
name = "jobserver"
|
|
1391
|
+
version = "0.1.35"
|
|
1392
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1393
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
1394
|
+
dependencies = [
|
|
1395
|
+
"getrandom 0.4.3",
|
|
1396
|
+
"libc",
|
|
1397
|
+
]
|
|
1398
|
+
|
|
1200
1399
|
[[package]]
|
|
1201
1400
|
name = "js-sys"
|
|
1202
|
-
version = "0.3.
|
|
1401
|
+
version = "0.3.104"
|
|
1203
1402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
-
checksum = "
|
|
1403
|
+
checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
|
|
1205
1404
|
dependencies = [
|
|
1206
1405
|
"cfg-if",
|
|
1207
1406
|
"futures-util",
|
|
1208
|
-
"once_cell",
|
|
1209
1407
|
"wasm-bindgen",
|
|
1210
1408
|
]
|
|
1211
1409
|
|
|
@@ -1215,17 +1413,11 @@ version = "1.5.0"
|
|
|
1215
1413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1216
1414
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1217
1415
|
|
|
1218
|
-
[[package]]
|
|
1219
|
-
name = "leb128fmt"
|
|
1220
|
-
version = "0.1.0"
|
|
1221
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1222
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1223
|
-
|
|
1224
1416
|
[[package]]
|
|
1225
1417
|
name = "libc"
|
|
1226
|
-
version = "0.2.
|
|
1418
|
+
version = "0.2.189"
|
|
1227
1419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
-
checksum = "
|
|
1420
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1229
1421
|
|
|
1230
1422
|
[[package]]
|
|
1231
1423
|
name = "libloading"
|
|
@@ -1239,27 +1431,27 @@ dependencies = [
|
|
|
1239
1431
|
|
|
1240
1432
|
[[package]]
|
|
1241
1433
|
name = "libmimalloc-sys"
|
|
1242
|
-
version = "0.1.
|
|
1434
|
+
version = "0.1.49"
|
|
1243
1435
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1244
|
-
checksum = "
|
|
1436
|
+
checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9"
|
|
1245
1437
|
dependencies = [
|
|
1246
1438
|
"cc",
|
|
1247
1439
|
]
|
|
1248
1440
|
|
|
1249
1441
|
[[package]]
|
|
1250
1442
|
name = "libredox"
|
|
1251
|
-
version = "0.1.
|
|
1443
|
+
version = "0.1.20"
|
|
1252
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1253
|
-
checksum = "
|
|
1445
|
+
checksum = "28d0a00925a9f930d679b6789b721e3a7f9ed110f41b86d2497caa780c3a070a"
|
|
1254
1446
|
dependencies = [
|
|
1255
1447
|
"libc",
|
|
1256
1448
|
]
|
|
1257
1449
|
|
|
1258
1450
|
[[package]]
|
|
1259
1451
|
name = "libz-sys"
|
|
1260
|
-
version = "1.1.
|
|
1452
|
+
version = "1.1.29"
|
|
1261
1453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
-
checksum = "
|
|
1454
|
+
checksum = "85bc9657773828b90eeb625adff10eeac83cc21bbfd8e23a03eaa8a33c9e28d9"
|
|
1263
1455
|
dependencies = [
|
|
1264
1456
|
"cc",
|
|
1265
1457
|
"libc",
|
|
@@ -1267,11 +1459,17 @@ dependencies = [
|
|
|
1267
1459
|
"vcpkg",
|
|
1268
1460
|
]
|
|
1269
1461
|
|
|
1462
|
+
[[package]]
|
|
1463
|
+
name = "linux-raw-sys"
|
|
1464
|
+
version = "0.12.1"
|
|
1465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1466
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1467
|
+
|
|
1270
1468
|
[[package]]
|
|
1271
1469
|
name = "litemap"
|
|
1272
|
-
version = "0.8.
|
|
1470
|
+
version = "0.8.3"
|
|
1273
1471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1274
|
-
checksum = "
|
|
1472
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
1275
1473
|
|
|
1276
1474
|
[[package]]
|
|
1277
1475
|
name = "lock_api"
|
|
@@ -1284,19 +1482,56 @@ dependencies = [
|
|
|
1284
1482
|
|
|
1285
1483
|
[[package]]
|
|
1286
1484
|
name = "log"
|
|
1287
|
-
version = "0.4.
|
|
1485
|
+
version = "0.4.33"
|
|
1486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1487
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
1488
|
+
|
|
1489
|
+
[[package]]
|
|
1490
|
+
name = "lsm-tree"
|
|
1491
|
+
version = "3.1.9"
|
|
1492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1493
|
+
checksum = "03c4da84fa3a8638fb26d4432bfeb69a1b560905ee2980134d8993e2cfa0dbf3"
|
|
1494
|
+
dependencies = [
|
|
1495
|
+
"byteorder-lite",
|
|
1496
|
+
"byteview",
|
|
1497
|
+
"crossbeam-skiplist",
|
|
1498
|
+
"enum_dispatch",
|
|
1499
|
+
"interval-heap",
|
|
1500
|
+
"log",
|
|
1501
|
+
"lz4_flex 0.13.1",
|
|
1502
|
+
"quick_cache 0.6.24",
|
|
1503
|
+
"rustc-hash",
|
|
1504
|
+
"self_cell",
|
|
1505
|
+
"sfa",
|
|
1506
|
+
"tempfile",
|
|
1507
|
+
"varint-rs",
|
|
1508
|
+
"xxhash-rust",
|
|
1509
|
+
]
|
|
1510
|
+
|
|
1511
|
+
[[package]]
|
|
1512
|
+
name = "lz4_flex"
|
|
1513
|
+
version = "0.13.1"
|
|
1288
1514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1289
|
-
checksum = "
|
|
1515
|
+
checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
|
|
1516
|
+
dependencies = [
|
|
1517
|
+
"twox-hash",
|
|
1518
|
+
]
|
|
1290
1519
|
|
|
1291
1520
|
[[package]]
|
|
1292
1521
|
name = "lz4_flex"
|
|
1293
|
-
version = "0.
|
|
1522
|
+
version = "0.14.0"
|
|
1294
1523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1295
|
-
checksum = "
|
|
1524
|
+
checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226"
|
|
1296
1525
|
dependencies = [
|
|
1297
1526
|
"twox-hash",
|
|
1298
1527
|
]
|
|
1299
1528
|
|
|
1529
|
+
[[package]]
|
|
1530
|
+
name = "mac-addr"
|
|
1531
|
+
version = "0.3.0"
|
|
1532
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
|
+
checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f"
|
|
1534
|
+
|
|
1300
1535
|
[[package]]
|
|
1301
1536
|
name = "magnus"
|
|
1302
1537
|
version = "0.8.2"
|
|
@@ -1317,7 +1552,7 @@ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
|
1317
1552
|
dependencies = [
|
|
1318
1553
|
"proc-macro2",
|
|
1319
1554
|
"quote",
|
|
1320
|
-
"syn",
|
|
1555
|
+
"syn 2.0.119",
|
|
1321
1556
|
]
|
|
1322
1557
|
|
|
1323
1558
|
[[package]]
|
|
@@ -1337,15 +1572,15 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
1337
1572
|
|
|
1338
1573
|
[[package]]
|
|
1339
1574
|
name = "memchr"
|
|
1340
|
-
version = "2.8.
|
|
1575
|
+
version = "2.8.3"
|
|
1341
1576
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1342
|
-
checksum = "
|
|
1577
|
+
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
1343
1578
|
|
|
1344
1579
|
[[package]]
|
|
1345
1580
|
name = "mimalloc"
|
|
1346
|
-
version = "0.1.
|
|
1581
|
+
version = "0.1.52"
|
|
1347
1582
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1348
|
-
checksum = "
|
|
1583
|
+
checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862"
|
|
1349
1584
|
dependencies = [
|
|
1350
1585
|
"libmimalloc-sys",
|
|
1351
1586
|
]
|
|
@@ -1356,6 +1591,16 @@ version = "0.3.17"
|
|
|
1356
1591
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1357
1592
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1358
1593
|
|
|
1594
|
+
[[package]]
|
|
1595
|
+
name = "mime_guess"
|
|
1596
|
+
version = "2.0.5"
|
|
1597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1598
|
+
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
1599
|
+
dependencies = [
|
|
1600
|
+
"mime",
|
|
1601
|
+
"unicase",
|
|
1602
|
+
]
|
|
1603
|
+
|
|
1359
1604
|
[[package]]
|
|
1360
1605
|
name = "minimal-lexical"
|
|
1361
1606
|
version = "0.2.1"
|
|
@@ -1364,13 +1609,73 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
1364
1609
|
|
|
1365
1610
|
[[package]]
|
|
1366
1611
|
name = "mio"
|
|
1367
|
-
version = "1.2.
|
|
1612
|
+
version = "1.2.2"
|
|
1368
1613
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1369
|
-
checksum = "
|
|
1614
|
+
checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
|
1370
1615
|
dependencies = [
|
|
1371
1616
|
"libc",
|
|
1372
1617
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
1373
|
-
"windows-sys
|
|
1618
|
+
"windows-sys",
|
|
1619
|
+
]
|
|
1620
|
+
|
|
1621
|
+
[[package]]
|
|
1622
|
+
name = "multimap"
|
|
1623
|
+
version = "0.10.1"
|
|
1624
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1625
|
+
checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
|
|
1626
|
+
|
|
1627
|
+
[[package]]
|
|
1628
|
+
name = "netdev"
|
|
1629
|
+
version = "0.46.1"
|
|
1630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1631
|
+
checksum = "3a5f88621a4b468e8ce92626f847cc02462cef3e06d793baa8b1c8617e304b20"
|
|
1632
|
+
dependencies = [
|
|
1633
|
+
"block2",
|
|
1634
|
+
"dispatch2",
|
|
1635
|
+
"dlopen2",
|
|
1636
|
+
"ipnet",
|
|
1637
|
+
"libc",
|
|
1638
|
+
"mac-addr",
|
|
1639
|
+
"netlink-packet-core",
|
|
1640
|
+
"netlink-packet-route",
|
|
1641
|
+
"netlink-sys",
|
|
1642
|
+
"objc2-core-foundation",
|
|
1643
|
+
"objc2-system-configuration",
|
|
1644
|
+
"once_cell",
|
|
1645
|
+
"plist",
|
|
1646
|
+
"windows-sys",
|
|
1647
|
+
]
|
|
1648
|
+
|
|
1649
|
+
[[package]]
|
|
1650
|
+
name = "netlink-packet-core"
|
|
1651
|
+
version = "0.8.2"
|
|
1652
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1653
|
+
checksum = "b897d7bd4f0af82e68d40d0344cf37e97f9c97ddf74a098de3e4da05e96ca395"
|
|
1654
|
+
dependencies = [
|
|
1655
|
+
"paste",
|
|
1656
|
+
]
|
|
1657
|
+
|
|
1658
|
+
[[package]]
|
|
1659
|
+
name = "netlink-packet-route"
|
|
1660
|
+
version = "0.31.0"
|
|
1661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1662
|
+
checksum = "e2288fcb784eb3defd5fb16f4c4160d5f477de192eac730f43e1d11c24d9a007"
|
|
1663
|
+
dependencies = [
|
|
1664
|
+
"bitflags",
|
|
1665
|
+
"libc",
|
|
1666
|
+
"log",
|
|
1667
|
+
"netlink-packet-core",
|
|
1668
|
+
]
|
|
1669
|
+
|
|
1670
|
+
[[package]]
|
|
1671
|
+
name = "netlink-sys"
|
|
1672
|
+
version = "0.8.8"
|
|
1673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
|
+
checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
|
|
1675
|
+
dependencies = [
|
|
1676
|
+
"bytes",
|
|
1677
|
+
"libc",
|
|
1678
|
+
"log",
|
|
1374
1679
|
]
|
|
1375
1680
|
|
|
1376
1681
|
[[package]]
|
|
@@ -1395,14 +1700,20 @@ version = "0.50.3"
|
|
|
1395
1700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1396
1701
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1397
1702
|
dependencies = [
|
|
1398
|
-
"windows-sys
|
|
1703
|
+
"windows-sys",
|
|
1399
1704
|
]
|
|
1400
1705
|
|
|
1706
|
+
[[package]]
|
|
1707
|
+
name = "num-conv"
|
|
1708
|
+
version = "0.2.2"
|
|
1709
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1710
|
+
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
|
|
1711
|
+
|
|
1401
1712
|
[[package]]
|
|
1402
1713
|
name = "num-integer"
|
|
1403
|
-
version = "0.1.
|
|
1714
|
+
version = "0.1.47"
|
|
1404
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
|
-
checksum = "
|
|
1716
|
+
checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
|
|
1406
1717
|
dependencies = [
|
|
1407
1718
|
"num-traits",
|
|
1408
1719
|
]
|
|
@@ -1435,7 +1746,16 @@ dependencies = [
|
|
|
1435
1746
|
"proc-macro-crate",
|
|
1436
1747
|
"proc-macro2",
|
|
1437
1748
|
"quote",
|
|
1438
|
-
"syn",
|
|
1749
|
+
"syn 2.0.119",
|
|
1750
|
+
]
|
|
1751
|
+
|
|
1752
|
+
[[package]]
|
|
1753
|
+
name = "objc2"
|
|
1754
|
+
version = "0.6.4"
|
|
1755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1756
|
+
checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
|
|
1757
|
+
dependencies = [
|
|
1758
|
+
"objc2-encode",
|
|
1439
1759
|
]
|
|
1440
1760
|
|
|
1441
1761
|
[[package]]
|
|
@@ -1445,8 +1765,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1445
1765
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1446
1766
|
dependencies = [
|
|
1447
1767
|
"bitflags",
|
|
1768
|
+
"block2",
|
|
1769
|
+
"dispatch2",
|
|
1770
|
+
"libc",
|
|
1771
|
+
"objc2",
|
|
1448
1772
|
]
|
|
1449
1773
|
|
|
1774
|
+
[[package]]
|
|
1775
|
+
name = "objc2-encode"
|
|
1776
|
+
version = "4.1.0"
|
|
1777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1778
|
+
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
|
|
1779
|
+
|
|
1450
1780
|
[[package]]
|
|
1451
1781
|
name = "objc2-system-configuration"
|
|
1452
1782
|
version = "0.3.2"
|
|
@@ -1464,9 +1794,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
|
1464
1794
|
|
|
1465
1795
|
[[package]]
|
|
1466
1796
|
name = "opentelemetry"
|
|
1467
|
-
version = "0.
|
|
1797
|
+
version = "0.32.0"
|
|
1468
1798
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1469
|
-
checksum = "
|
|
1799
|
+
checksum = "b0142c63252a9e054e68a4c61a5778f7b14f576274d593f8ce883d191a099682"
|
|
1470
1800
|
dependencies = [
|
|
1471
1801
|
"futures-core",
|
|
1472
1802
|
"futures-sink",
|
|
@@ -1478,9 +1808,9 @@ dependencies = [
|
|
|
1478
1808
|
|
|
1479
1809
|
[[package]]
|
|
1480
1810
|
name = "opentelemetry-http"
|
|
1481
|
-
version = "0.
|
|
1811
|
+
version = "0.32.0"
|
|
1482
1812
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1483
|
-
checksum = "
|
|
1813
|
+
checksum = "5683015d09e2df236ef005b17f6f196f0d5f6313c4fa43a7b6a53b52776e4331"
|
|
1484
1814
|
dependencies = [
|
|
1485
1815
|
"async-trait",
|
|
1486
1816
|
"bytes",
|
|
@@ -1491,9 +1821,9 @@ dependencies = [
|
|
|
1491
1821
|
|
|
1492
1822
|
[[package]]
|
|
1493
1823
|
name = "opentelemetry-otlp"
|
|
1494
|
-
version = "0.
|
|
1824
|
+
version = "0.32.0"
|
|
1495
1825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1496
|
-
checksum = "
|
|
1826
|
+
checksum = "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35"
|
|
1497
1827
|
dependencies = [
|
|
1498
1828
|
"http",
|
|
1499
1829
|
"opentelemetry",
|
|
@@ -1506,14 +1836,14 @@ dependencies = [
|
|
|
1506
1836
|
"thiserror",
|
|
1507
1837
|
"tokio",
|
|
1508
1838
|
"tonic",
|
|
1509
|
-
"
|
|
1839
|
+
"tonic-types",
|
|
1510
1840
|
]
|
|
1511
1841
|
|
|
1512
1842
|
[[package]]
|
|
1513
1843
|
name = "opentelemetry-proto"
|
|
1514
|
-
version = "0.
|
|
1844
|
+
version = "0.32.0"
|
|
1515
1845
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1516
|
-
checksum = "
|
|
1846
|
+
checksum = "56d658ba1faf63f7b9c492cfbe6e0ec365440a16132d3270c1065f7b33f1b638"
|
|
1517
1847
|
dependencies = [
|
|
1518
1848
|
"base64",
|
|
1519
1849
|
"const-hex",
|
|
@@ -1521,23 +1851,29 @@ dependencies = [
|
|
|
1521
1851
|
"opentelemetry_sdk",
|
|
1522
1852
|
"prost",
|
|
1523
1853
|
"serde",
|
|
1524
|
-
"serde_json",
|
|
1525
1854
|
"tonic",
|
|
1526
1855
|
"tonic-prost",
|
|
1527
1856
|
]
|
|
1528
1857
|
|
|
1858
|
+
[[package]]
|
|
1859
|
+
name = "opentelemetry-semantic-conventions"
|
|
1860
|
+
version = "0.32.1"
|
|
1861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
+
checksum = "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47"
|
|
1863
|
+
|
|
1529
1864
|
[[package]]
|
|
1530
1865
|
name = "opentelemetry_sdk"
|
|
1531
|
-
version = "0.
|
|
1866
|
+
version = "0.32.1"
|
|
1532
1867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
|
-
checksum = "
|
|
1868
|
+
checksum = "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9"
|
|
1534
1869
|
dependencies = [
|
|
1535
1870
|
"futures-channel",
|
|
1536
1871
|
"futures-executor",
|
|
1537
1872
|
"futures-util",
|
|
1538
1873
|
"opentelemetry",
|
|
1539
1874
|
"percent-encoding",
|
|
1540
|
-
"
|
|
1875
|
+
"portable-atomic",
|
|
1876
|
+
"rand 0.9.5",
|
|
1541
1877
|
"thiserror",
|
|
1542
1878
|
"tokio",
|
|
1543
1879
|
"tokio-stream",
|
|
@@ -1566,6 +1902,12 @@ dependencies = [
|
|
|
1566
1902
|
"windows-link",
|
|
1567
1903
|
]
|
|
1568
1904
|
|
|
1905
|
+
[[package]]
|
|
1906
|
+
name = "parse-size"
|
|
1907
|
+
version = "1.1.0"
|
|
1908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1909
|
+
checksum = "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b"
|
|
1910
|
+
|
|
1569
1911
|
[[package]]
|
|
1570
1912
|
name = "paste"
|
|
1571
1913
|
version = "1.0.15"
|
|
@@ -1578,6 +1920,17 @@ version = "2.3.2"
|
|
|
1578
1920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1579
1921
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1580
1922
|
|
|
1923
|
+
[[package]]
|
|
1924
|
+
name = "petgraph"
|
|
1925
|
+
version = "0.8.3"
|
|
1926
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1927
|
+
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
|
|
1928
|
+
dependencies = [
|
|
1929
|
+
"fixedbitset",
|
|
1930
|
+
"hashbrown 0.15.5",
|
|
1931
|
+
"indexmap",
|
|
1932
|
+
]
|
|
1933
|
+
|
|
1581
1934
|
[[package]]
|
|
1582
1935
|
name = "pin-project"
|
|
1583
1936
|
version = "1.1.13"
|
|
@@ -1595,7 +1948,7 @@ checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
|
|
|
1595
1948
|
dependencies = [
|
|
1596
1949
|
"proc-macro2",
|
|
1597
1950
|
"quote",
|
|
1598
|
-
"syn",
|
|
1951
|
+
"syn 2.0.119",
|
|
1599
1952
|
]
|
|
1600
1953
|
|
|
1601
1954
|
[[package]]
|
|
@@ -1606,25 +1959,44 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
1606
1959
|
|
|
1607
1960
|
[[package]]
|
|
1608
1961
|
name = "pkg-config"
|
|
1609
|
-
version = "0.3.
|
|
1962
|
+
version = "0.3.34"
|
|
1963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
1965
|
+
|
|
1966
|
+
[[package]]
|
|
1967
|
+
name = "plist"
|
|
1968
|
+
version = "1.10.0"
|
|
1610
1969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
-
checksum = "
|
|
1970
|
+
checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
|
|
1971
|
+
dependencies = [
|
|
1972
|
+
"base64",
|
|
1973
|
+
"indexmap",
|
|
1974
|
+
"quick-xml",
|
|
1975
|
+
"serde",
|
|
1976
|
+
"time",
|
|
1977
|
+
]
|
|
1612
1978
|
|
|
1613
1979
|
[[package]]
|
|
1614
1980
|
name = "portable-atomic"
|
|
1615
|
-
version = "1.
|
|
1981
|
+
version = "1.15.0"
|
|
1616
1982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "
|
|
1983
|
+
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
1618
1984
|
|
|
1619
1985
|
[[package]]
|
|
1620
1986
|
name = "potential_utf"
|
|
1621
|
-
version = "0.1.
|
|
1987
|
+
version = "0.1.6"
|
|
1622
1988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "
|
|
1989
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
1624
1990
|
dependencies = [
|
|
1625
1991
|
"zerovec",
|
|
1626
1992
|
]
|
|
1627
1993
|
|
|
1994
|
+
[[package]]
|
|
1995
|
+
name = "powerfmt"
|
|
1996
|
+
version = "0.2.0"
|
|
1997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1998
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
1999
|
+
|
|
1628
2000
|
[[package]]
|
|
1629
2001
|
name = "ppv-lite86"
|
|
1630
2002
|
version = "0.2.21"
|
|
@@ -1641,7 +2013,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1641
2013
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1642
2014
|
dependencies = [
|
|
1643
2015
|
"proc-macro2",
|
|
1644
|
-
"syn",
|
|
2016
|
+
"syn 2.0.119",
|
|
1645
2017
|
]
|
|
1646
2018
|
|
|
1647
2019
|
[[package]]
|
|
@@ -1654,32 +2026,32 @@ dependencies = [
|
|
|
1654
2026
|
]
|
|
1655
2027
|
|
|
1656
2028
|
[[package]]
|
|
1657
|
-
name = "proc-macro-error-
|
|
1658
|
-
version = "
|
|
2029
|
+
name = "proc-macro-error-attr3"
|
|
2030
|
+
version = "3.1.0"
|
|
1659
2031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1660
|
-
checksum = "
|
|
2032
|
+
checksum = "b0084e6206a967a2dad822180626b2f6b07a3b379325e8f1ec0438e33a469ba7"
|
|
1661
2033
|
dependencies = [
|
|
1662
2034
|
"proc-macro2",
|
|
1663
2035
|
"quote",
|
|
1664
2036
|
]
|
|
1665
2037
|
|
|
1666
2038
|
[[package]]
|
|
1667
|
-
name = "proc-macro-
|
|
1668
|
-
version = "
|
|
2039
|
+
name = "proc-macro-error3"
|
|
2040
|
+
version = "3.1.0"
|
|
1669
2041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1670
|
-
checksum = "
|
|
2042
|
+
checksum = "0cf066225f2373bc711684792b69bdeac0356019b007e721090c24d92d5d5a50"
|
|
1671
2043
|
dependencies = [
|
|
1672
|
-
"proc-macro-error-
|
|
2044
|
+
"proc-macro-error-attr3",
|
|
1673
2045
|
"proc-macro2",
|
|
1674
2046
|
"quote",
|
|
1675
|
-
"syn",
|
|
2047
|
+
"syn 3.0.3",
|
|
1676
2048
|
]
|
|
1677
2049
|
|
|
1678
2050
|
[[package]]
|
|
1679
2051
|
name = "proc-macro2"
|
|
1680
|
-
version = "1.0.
|
|
2052
|
+
version = "1.0.107"
|
|
1681
2053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1682
|
-
checksum = "
|
|
2054
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
1683
2055
|
dependencies = [
|
|
1684
2056
|
"unicode-ident",
|
|
1685
2057
|
]
|
|
@@ -1692,7 +2064,7 @@ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
|
1692
2064
|
dependencies = [
|
|
1693
2065
|
"bitflags",
|
|
1694
2066
|
"num-traits",
|
|
1695
|
-
"rand 0.9.
|
|
2067
|
+
"rand 0.9.5",
|
|
1696
2068
|
"rand_chacha",
|
|
1697
2069
|
"rand_xorshift",
|
|
1698
2070
|
"regex-syntax",
|
|
@@ -1705,12 +2077,13 @@ version = "0.1.0"
|
|
|
1705
2077
|
dependencies = [
|
|
1706
2078
|
"atomic-take",
|
|
1707
2079
|
"bumpalo",
|
|
2080
|
+
"crossbeam-channel",
|
|
1708
2081
|
"educe",
|
|
1709
2082
|
"futures",
|
|
1710
2083
|
"magnus",
|
|
1711
2084
|
"mimalloc",
|
|
1712
2085
|
"opentelemetry",
|
|
1713
|
-
"prosody 0.
|
|
2086
|
+
"prosody 0.6.0",
|
|
1714
2087
|
"rb-sys",
|
|
1715
2088
|
"serde",
|
|
1716
2089
|
"serde-untagged",
|
|
@@ -1726,9 +2099,9 @@ dependencies = [
|
|
|
1726
2099
|
|
|
1727
2100
|
[[package]]
|
|
1728
2101
|
name = "prosody"
|
|
1729
|
-
version = "0.
|
|
2102
|
+
version = "0.6.0"
|
|
1730
2103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1731
|
-
checksum = "
|
|
2104
|
+
checksum = "991f789b5758693df96ef233e31fef51e2a3fc047ef08510a01b9d126b82f087"
|
|
1732
2105
|
dependencies = [
|
|
1733
2106
|
"ahash",
|
|
1734
2107
|
"aho-corasick",
|
|
@@ -1740,33 +2113,42 @@ dependencies = [
|
|
|
1740
2113
|
"base16ct",
|
|
1741
2114
|
"bytes",
|
|
1742
2115
|
"chrono",
|
|
2116
|
+
"crc32fast",
|
|
1743
2117
|
"crossbeam-utils",
|
|
1744
2118
|
"derive_builder",
|
|
1745
2119
|
"dyn-clone",
|
|
1746
2120
|
"educe",
|
|
1747
2121
|
"fixedstr",
|
|
2122
|
+
"fjall",
|
|
1748
2123
|
"futures",
|
|
1749
2124
|
"humantime",
|
|
1750
2125
|
"internment",
|
|
1751
2126
|
"intervallum",
|
|
2127
|
+
"itoa",
|
|
2128
|
+
"netdev",
|
|
1752
2129
|
"nohash-hasher",
|
|
1753
2130
|
"opentelemetry",
|
|
1754
2131
|
"opentelemetry-otlp",
|
|
2132
|
+
"opentelemetry-semantic-conventions",
|
|
1755
2133
|
"opentelemetry_sdk",
|
|
1756
2134
|
"parking_lot",
|
|
2135
|
+
"parse-size",
|
|
1757
2136
|
"paste",
|
|
1758
2137
|
"pin-project",
|
|
1759
2138
|
"portable-atomic",
|
|
2139
|
+
"prosody-macros",
|
|
2140
|
+
"prost",
|
|
1760
2141
|
"quanta",
|
|
1761
|
-
"quick_cache",
|
|
1762
|
-
"rand 0.10.
|
|
2142
|
+
"quick_cache 0.7.0",
|
|
2143
|
+
"rand 0.10.2",
|
|
1763
2144
|
"rdkafka",
|
|
2145
|
+
"rmp-serde",
|
|
1764
2146
|
"rust-embed",
|
|
1765
2147
|
"scc",
|
|
1766
2148
|
"scylla",
|
|
1767
2149
|
"serde",
|
|
1768
2150
|
"serde_json",
|
|
1769
|
-
"sha2
|
|
2151
|
+
"sha2",
|
|
1770
2152
|
"simd-json",
|
|
1771
2153
|
"smallvec",
|
|
1772
2154
|
"strum",
|
|
@@ -1774,6 +2156,10 @@ dependencies = [
|
|
|
1774
2156
|
"tokio",
|
|
1775
2157
|
"tokio-stream",
|
|
1776
2158
|
"tokio-util",
|
|
2159
|
+
"tonic",
|
|
2160
|
+
"tonic-health",
|
|
2161
|
+
"tonic-prost-build",
|
|
2162
|
+
"tonic-reflection",
|
|
1777
2163
|
"tracing",
|
|
1778
2164
|
"tracing-opentelemetry",
|
|
1779
2165
|
"tracing-subscriber",
|
|
@@ -1781,29 +2167,91 @@ dependencies = [
|
|
|
1781
2167
|
"validator",
|
|
1782
2168
|
"whoami",
|
|
1783
2169
|
"xxhash-rust",
|
|
2170
|
+
"zstd",
|
|
2171
|
+
]
|
|
2172
|
+
|
|
2173
|
+
[[package]]
|
|
2174
|
+
name = "prosody-macros"
|
|
2175
|
+
version = "0.6.0"
|
|
2176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2177
|
+
checksum = "89a35df2755d272d347e8556c6fe5d3bbcfac42d2528c6e96b54c70342beb90b"
|
|
2178
|
+
dependencies = [
|
|
2179
|
+
"proc-macro2",
|
|
2180
|
+
"quote",
|
|
2181
|
+
"syn 3.0.3",
|
|
1784
2182
|
]
|
|
1785
2183
|
|
|
1786
2184
|
[[package]]
|
|
1787
2185
|
name = "prost"
|
|
1788
|
-
version = "0.14.
|
|
2186
|
+
version = "0.14.4"
|
|
1789
2187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
-
checksum = "
|
|
2188
|
+
checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1"
|
|
1791
2189
|
dependencies = [
|
|
1792
2190
|
"bytes",
|
|
1793
2191
|
"prost-derive",
|
|
1794
2192
|
]
|
|
1795
2193
|
|
|
2194
|
+
[[package]]
|
|
2195
|
+
name = "prost-build"
|
|
2196
|
+
version = "0.14.4"
|
|
2197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2198
|
+
checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042"
|
|
2199
|
+
dependencies = [
|
|
2200
|
+
"heck",
|
|
2201
|
+
"itertools 0.13.0",
|
|
2202
|
+
"log",
|
|
2203
|
+
"multimap",
|
|
2204
|
+
"petgraph",
|
|
2205
|
+
"prettyplease",
|
|
2206
|
+
"prost",
|
|
2207
|
+
"prost-types",
|
|
2208
|
+
"pulldown-cmark",
|
|
2209
|
+
"pulldown-cmark-to-cmark",
|
|
2210
|
+
"regex",
|
|
2211
|
+
"syn 2.0.119",
|
|
2212
|
+
"tempfile",
|
|
2213
|
+
]
|
|
2214
|
+
|
|
1796
2215
|
[[package]]
|
|
1797
2216
|
name = "prost-derive"
|
|
1798
|
-
version = "0.14.
|
|
2217
|
+
version = "0.14.4"
|
|
1799
2218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1800
|
-
checksum = "
|
|
2219
|
+
checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
|
|
1801
2220
|
dependencies = [
|
|
1802
2221
|
"anyhow",
|
|
1803
|
-
"itertools 0.
|
|
2222
|
+
"itertools 0.13.0",
|
|
1804
2223
|
"proc-macro2",
|
|
1805
2224
|
"quote",
|
|
1806
|
-
"syn",
|
|
2225
|
+
"syn 2.0.119",
|
|
2226
|
+
]
|
|
2227
|
+
|
|
2228
|
+
[[package]]
|
|
2229
|
+
name = "prost-types"
|
|
2230
|
+
version = "0.14.4"
|
|
2231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2232
|
+
checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a"
|
|
2233
|
+
dependencies = [
|
|
2234
|
+
"prost",
|
|
2235
|
+
]
|
|
2236
|
+
|
|
2237
|
+
[[package]]
|
|
2238
|
+
name = "pulldown-cmark"
|
|
2239
|
+
version = "0.13.4"
|
|
2240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2241
|
+
checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
|
|
2242
|
+
dependencies = [
|
|
2243
|
+
"bitflags",
|
|
2244
|
+
"memchr",
|
|
2245
|
+
"unicase",
|
|
2246
|
+
]
|
|
2247
|
+
|
|
2248
|
+
[[package]]
|
|
2249
|
+
name = "pulldown-cmark-to-cmark"
|
|
2250
|
+
version = "22.0.1"
|
|
2251
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2252
|
+
checksum = "ab1ad36992cead65f02aa399a373a42730922f1525d988172634fdefdecb8a60"
|
|
2253
|
+
dependencies = [
|
|
2254
|
+
"pulldown-cmark",
|
|
1807
2255
|
]
|
|
1808
2256
|
|
|
1809
2257
|
[[package]]
|
|
@@ -1821,23 +2269,42 @@ dependencies = [
|
|
|
1821
2269
|
"winapi",
|
|
1822
2270
|
]
|
|
1823
2271
|
|
|
2272
|
+
[[package]]
|
|
2273
|
+
name = "quick-xml"
|
|
2274
|
+
version = "0.41.0"
|
|
2275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2276
|
+
checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
|
|
2277
|
+
dependencies = [
|
|
2278
|
+
"memchr",
|
|
2279
|
+
]
|
|
2280
|
+
|
|
1824
2281
|
[[package]]
|
|
1825
2282
|
name = "quick_cache"
|
|
1826
|
-
version = "0.6.
|
|
2283
|
+
version = "0.6.24"
|
|
1827
2284
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1828
|
-
checksum = "
|
|
2285
|
+
checksum = "b9c6658afe513a3b484e3abfdaa0d03ef3c0bbf017542c178dd55f94eb3051f9"
|
|
1829
2286
|
dependencies = [
|
|
1830
|
-
"ahash",
|
|
1831
2287
|
"equivalent",
|
|
1832
2288
|
"hashbrown 0.16.1",
|
|
2289
|
+
]
|
|
2290
|
+
|
|
2291
|
+
[[package]]
|
|
2292
|
+
name = "quick_cache"
|
|
2293
|
+
version = "0.7.0"
|
|
2294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2295
|
+
checksum = "403c1a912fec895cafb223201e368234842acb9220aaf08ab042ae89ba5f135c"
|
|
2296
|
+
dependencies = [
|
|
2297
|
+
"equivalent",
|
|
2298
|
+
"foldhash 0.2.0",
|
|
2299
|
+
"hashbrown 0.17.1",
|
|
1833
2300
|
"parking_lot",
|
|
1834
2301
|
]
|
|
1835
2302
|
|
|
1836
2303
|
[[package]]
|
|
1837
2304
|
name = "quote"
|
|
1838
|
-
version = "1.0.
|
|
2305
|
+
version = "1.0.47"
|
|
1839
2306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1840
|
-
checksum = "
|
|
2307
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
1841
2308
|
dependencies = [
|
|
1842
2309
|
"proc-macro2",
|
|
1843
2310
|
]
|
|
@@ -1856,9 +2323,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
1856
2323
|
|
|
1857
2324
|
[[package]]
|
|
1858
2325
|
name = "rand"
|
|
1859
|
-
version = "0.9.
|
|
2326
|
+
version = "0.9.5"
|
|
1860
2327
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1861
|
-
checksum = "
|
|
2328
|
+
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
|
1862
2329
|
dependencies = [
|
|
1863
2330
|
"rand_chacha",
|
|
1864
2331
|
"rand_core 0.9.5",
|
|
@@ -1866,12 +2333,12 @@ dependencies = [
|
|
|
1866
2333
|
|
|
1867
2334
|
[[package]]
|
|
1868
2335
|
name = "rand"
|
|
1869
|
-
version = "0.10.
|
|
2336
|
+
version = "0.10.2"
|
|
1870
2337
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
-
checksum = "
|
|
2338
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
1872
2339
|
dependencies = [
|
|
1873
2340
|
"chacha20",
|
|
1874
|
-
"getrandom 0.4.
|
|
2341
|
+
"getrandom 0.4.3",
|
|
1875
2342
|
"rand_core 0.10.1",
|
|
1876
2343
|
]
|
|
1877
2344
|
|
|
@@ -1948,7 +2415,7 @@ dependencies = [
|
|
|
1948
2415
|
"quote",
|
|
1949
2416
|
"regex",
|
|
1950
2417
|
"shell-words",
|
|
1951
|
-
"syn",
|
|
2418
|
+
"syn 2.0.119",
|
|
1952
2419
|
]
|
|
1953
2420
|
|
|
1954
2421
|
[[package]]
|
|
@@ -2000,29 +2467,29 @@ dependencies = [
|
|
|
2000
2467
|
|
|
2001
2468
|
[[package]]
|
|
2002
2469
|
name = "ref-cast"
|
|
2003
|
-
version = "1.0.
|
|
2470
|
+
version = "1.0.26"
|
|
2004
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2005
|
-
checksum = "
|
|
2472
|
+
checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
|
|
2006
2473
|
dependencies = [
|
|
2007
2474
|
"ref-cast-impl",
|
|
2008
2475
|
]
|
|
2009
2476
|
|
|
2010
2477
|
[[package]]
|
|
2011
2478
|
name = "ref-cast-impl"
|
|
2012
|
-
version = "1.0.
|
|
2479
|
+
version = "1.0.26"
|
|
2013
2480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2014
|
-
checksum = "
|
|
2481
|
+
checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
|
|
2015
2482
|
dependencies = [
|
|
2016
2483
|
"proc-macro2",
|
|
2017
2484
|
"quote",
|
|
2018
|
-
"syn",
|
|
2485
|
+
"syn 3.0.3",
|
|
2019
2486
|
]
|
|
2020
2487
|
|
|
2021
2488
|
[[package]]
|
|
2022
2489
|
name = "regex"
|
|
2023
|
-
version = "1.
|
|
2490
|
+
version = "1.13.1"
|
|
2024
2491
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2025
|
-
checksum = "
|
|
2492
|
+
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
2026
2493
|
dependencies = [
|
|
2027
2494
|
"aho-corasick",
|
|
2028
2495
|
"memchr",
|
|
@@ -2032,9 +2499,9 @@ dependencies = [
|
|
|
2032
2499
|
|
|
2033
2500
|
[[package]]
|
|
2034
2501
|
name = "regex-automata"
|
|
2035
|
-
version = "0.4.
|
|
2502
|
+
version = "0.4.18"
|
|
2036
2503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2037
|
-
checksum = "
|
|
2504
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
2038
2505
|
dependencies = [
|
|
2039
2506
|
"aho-corasick",
|
|
2040
2507
|
"memchr",
|
|
@@ -2043,15 +2510,15 @@ dependencies = [
|
|
|
2043
2510
|
|
|
2044
2511
|
[[package]]
|
|
2045
2512
|
name = "regex-syntax"
|
|
2046
|
-
version = "0.8.
|
|
2513
|
+
version = "0.8.11"
|
|
2047
2514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2048
|
-
checksum = "
|
|
2515
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
2049
2516
|
|
|
2050
2517
|
[[package]]
|
|
2051
2518
|
name = "reqwest"
|
|
2052
|
-
version = "0.
|
|
2519
|
+
version = "0.13.4"
|
|
2053
2520
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2054
|
-
checksum = "
|
|
2521
|
+
checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
|
|
2055
2522
|
dependencies = [
|
|
2056
2523
|
"base64",
|
|
2057
2524
|
"bytes",
|
|
@@ -2067,9 +2534,6 @@ dependencies = [
|
|
|
2067
2534
|
"log",
|
|
2068
2535
|
"percent-encoding",
|
|
2069
2536
|
"pin-project-lite",
|
|
2070
|
-
"serde",
|
|
2071
|
-
"serde_json",
|
|
2072
|
-
"serde_urlencoded",
|
|
2073
2537
|
"sync_wrapper",
|
|
2074
2538
|
"tokio",
|
|
2075
2539
|
"tower",
|
|
@@ -2081,11 +2545,30 @@ dependencies = [
|
|
|
2081
2545
|
"web-sys",
|
|
2082
2546
|
]
|
|
2083
2547
|
|
|
2548
|
+
[[package]]
|
|
2549
|
+
name = "rmp"
|
|
2550
|
+
version = "0.8.15"
|
|
2551
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2552
|
+
checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
|
|
2553
|
+
dependencies = [
|
|
2554
|
+
"num-traits",
|
|
2555
|
+
]
|
|
2556
|
+
|
|
2557
|
+
[[package]]
|
|
2558
|
+
name = "rmp-serde"
|
|
2559
|
+
version = "1.3.1"
|
|
2560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2561
|
+
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
|
|
2562
|
+
dependencies = [
|
|
2563
|
+
"rmp",
|
|
2564
|
+
"serde",
|
|
2565
|
+
]
|
|
2566
|
+
|
|
2084
2567
|
[[package]]
|
|
2085
2568
|
name = "rust-embed"
|
|
2086
|
-
version = "8.
|
|
2569
|
+
version = "8.12.0"
|
|
2087
2570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2088
|
-
checksum = "
|
|
2571
|
+
checksum = "e9e7760e252aaba7b09f4be00e36476cf585bdb68a53552ac954cdf504ab4bc9"
|
|
2089
2572
|
dependencies = [
|
|
2090
2573
|
"rust-embed-impl",
|
|
2091
2574
|
"rust-embed-utils",
|
|
@@ -2094,39 +2577,53 @@ dependencies = [
|
|
|
2094
2577
|
|
|
2095
2578
|
[[package]]
|
|
2096
2579
|
name = "rust-embed-impl"
|
|
2097
|
-
version = "8.
|
|
2580
|
+
version = "8.12.0"
|
|
2098
2581
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2099
|
-
checksum = "
|
|
2582
|
+
checksum = "3bcfc4d6f53af43755f7a723e4b6b8794fcce052a178dd8c6c1dadc5f5343097"
|
|
2100
2583
|
dependencies = [
|
|
2584
|
+
"mime_guess",
|
|
2101
2585
|
"proc-macro2",
|
|
2102
2586
|
"quote",
|
|
2103
2587
|
"rust-embed-utils",
|
|
2104
|
-
"syn",
|
|
2588
|
+
"syn 2.0.119",
|
|
2105
2589
|
"walkdir",
|
|
2106
2590
|
]
|
|
2107
2591
|
|
|
2108
2592
|
[[package]]
|
|
2109
2593
|
name = "rust-embed-utils"
|
|
2110
|
-
version = "8.
|
|
2594
|
+
version = "8.12.0"
|
|
2111
2595
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2112
|
-
checksum = "
|
|
2596
|
+
checksum = "42ffa149f6aa81b58a5b3011d01a857c4ed12c7a732d2c51947a4c7c692185f0"
|
|
2113
2597
|
dependencies = [
|
|
2114
2598
|
"globset",
|
|
2115
|
-
"sha2
|
|
2599
|
+
"sha2",
|
|
2116
2600
|
"walkdir",
|
|
2117
2601
|
]
|
|
2118
2602
|
|
|
2119
2603
|
[[package]]
|
|
2120
2604
|
name = "rustc-hash"
|
|
2121
|
-
version = "2.1.
|
|
2605
|
+
version = "2.1.3"
|
|
2122
2606
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
-
checksum = "
|
|
2607
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
2608
|
+
|
|
2609
|
+
[[package]]
|
|
2610
|
+
name = "rustix"
|
|
2611
|
+
version = "1.1.4"
|
|
2612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2613
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2614
|
+
dependencies = [
|
|
2615
|
+
"bitflags",
|
|
2616
|
+
"errno",
|
|
2617
|
+
"libc",
|
|
2618
|
+
"linux-raw-sys",
|
|
2619
|
+
"windows-sys",
|
|
2620
|
+
]
|
|
2124
2621
|
|
|
2125
2622
|
[[package]]
|
|
2126
2623
|
name = "rustversion"
|
|
2127
|
-
version = "1.0.
|
|
2624
|
+
version = "1.0.23"
|
|
2128
2625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2129
|
-
checksum = "
|
|
2626
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
2130
2627
|
|
|
2131
2628
|
[[package]]
|
|
2132
2629
|
name = "ryu"
|
|
@@ -2151,9 +2648,9 @@ dependencies = [
|
|
|
2151
2648
|
|
|
2152
2649
|
[[package]]
|
|
2153
2650
|
name = "scc"
|
|
2154
|
-
version = "3.
|
|
2651
|
+
version = "3.8.6"
|
|
2155
2652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2156
|
-
checksum = "
|
|
2653
|
+
checksum = "f8af0b99483d1c3e59471d4f0cb58b244169436a8979c889a91a3f697075ea01"
|
|
2157
2654
|
dependencies = [
|
|
2158
2655
|
"saa",
|
|
2159
2656
|
"sdd",
|
|
@@ -2167,9 +2664,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2167
2664
|
|
|
2168
2665
|
[[package]]
|
|
2169
2666
|
name = "scylla"
|
|
2170
|
-
version = "1.
|
|
2667
|
+
version = "1.8.0"
|
|
2171
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
-
checksum = "
|
|
2669
|
+
checksum = "a1163ef6fae8e222c156962532de31aa1cd19a83782c4eb196aab7fc76aebdae"
|
|
2173
2670
|
dependencies = [
|
|
2174
2671
|
"arc-swap",
|
|
2175
2672
|
"async-trait",
|
|
@@ -2177,13 +2674,14 @@ dependencies = [
|
|
|
2177
2674
|
"chrono",
|
|
2178
2675
|
"dashmap",
|
|
2179
2676
|
"futures",
|
|
2180
|
-
"hashbrown 0.
|
|
2181
|
-
"itertools 0.
|
|
2182
|
-
"rand 0.9.
|
|
2677
|
+
"hashbrown 0.17.1",
|
|
2678
|
+
"itertools 0.15.0",
|
|
2679
|
+
"rand 0.9.5",
|
|
2183
2680
|
"rand_pcg",
|
|
2184
2681
|
"scylla-cql",
|
|
2682
|
+
"scylla-cql-core",
|
|
2185
2683
|
"smallvec",
|
|
2186
|
-
"socket2
|
|
2684
|
+
"socket2",
|
|
2187
2685
|
"thiserror",
|
|
2188
2686
|
"tokio",
|
|
2189
2687
|
"tracing",
|
|
@@ -2192,16 +2690,16 @@ dependencies = [
|
|
|
2192
2690
|
|
|
2193
2691
|
[[package]]
|
|
2194
2692
|
name = "scylla-cql"
|
|
2195
|
-
version = "1.
|
|
2693
|
+
version = "1.8.0"
|
|
2196
2694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
-
checksum = "
|
|
2695
|
+
checksum = "86d9ae8618f958fedff008180f2237f6c9fe51a8e1e3496910fb3bb7f4b12816"
|
|
2198
2696
|
dependencies = [
|
|
2199
2697
|
"byteorder",
|
|
2200
2698
|
"bytes",
|
|
2201
2699
|
"chrono",
|
|
2202
|
-
"itertools 0.
|
|
2203
|
-
"lz4_flex",
|
|
2204
|
-
"scylla-
|
|
2700
|
+
"itertools 0.15.0",
|
|
2701
|
+
"lz4_flex 0.14.0",
|
|
2702
|
+
"scylla-cql-core",
|
|
2205
2703
|
"snap",
|
|
2206
2704
|
"stable_deref_trait",
|
|
2207
2705
|
"thiserror",
|
|
@@ -2210,32 +2708,47 @@ dependencies = [
|
|
|
2210
2708
|
"yoke",
|
|
2211
2709
|
]
|
|
2212
2710
|
|
|
2711
|
+
[[package]]
|
|
2712
|
+
name = "scylla-cql-core"
|
|
2713
|
+
version = "1.8.0"
|
|
2714
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2715
|
+
checksum = "0d98bb372cbdf09b575488a9493d2e5b3812c034353cb066e33ac0c386992eeb"
|
|
2716
|
+
dependencies = [
|
|
2717
|
+
"byteorder",
|
|
2718
|
+
"bytes",
|
|
2719
|
+
"chrono",
|
|
2720
|
+
"itertools 0.15.0",
|
|
2721
|
+
"scylla-macros",
|
|
2722
|
+
"thiserror",
|
|
2723
|
+
"uuid",
|
|
2724
|
+
]
|
|
2725
|
+
|
|
2213
2726
|
[[package]]
|
|
2214
2727
|
name = "scylla-macros"
|
|
2215
|
-
version = "1.
|
|
2728
|
+
version = "1.8.0"
|
|
2216
2729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2217
|
-
checksum = "
|
|
2730
|
+
checksum = "bc72604b7e5e759ca0e766f7324f0e1286e776fb154b6f8b658b89daf2e220ef"
|
|
2218
2731
|
dependencies = [
|
|
2219
|
-
"darling",
|
|
2732
|
+
"darling 0.24.0",
|
|
2220
2733
|
"proc-macro2",
|
|
2221
2734
|
"quote",
|
|
2222
|
-
"syn",
|
|
2735
|
+
"syn 3.0.3",
|
|
2223
2736
|
]
|
|
2224
2737
|
|
|
2225
2738
|
[[package]]
|
|
2226
2739
|
name = "sdd"
|
|
2227
|
-
version = "4.8.
|
|
2740
|
+
version = "4.8.8"
|
|
2228
2741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2229
|
-
checksum = "
|
|
2742
|
+
checksum = "1836bad8bdc9c6d665b63202da3d9c6d60ed1e597cae63620e21ebf89a3595a9"
|
|
2230
2743
|
dependencies = [
|
|
2231
2744
|
"saa",
|
|
2232
2745
|
]
|
|
2233
2746
|
|
|
2234
2747
|
[[package]]
|
|
2235
|
-
name = "
|
|
2236
|
-
version = "1.0
|
|
2748
|
+
name = "self_cell"
|
|
2749
|
+
version = "1.3.0"
|
|
2237
2750
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2238
|
-
checksum = "
|
|
2751
|
+
checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
|
|
2239
2752
|
|
|
2240
2753
|
[[package]]
|
|
2241
2754
|
name = "seq-macro"
|
|
@@ -2245,9 +2758,9 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2245
2758
|
|
|
2246
2759
|
[[package]]
|
|
2247
2760
|
name = "serde"
|
|
2248
|
-
version = "1.0.
|
|
2761
|
+
version = "1.0.229"
|
|
2249
2762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
-
checksum = "
|
|
2763
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
2251
2764
|
dependencies = [
|
|
2252
2765
|
"serde_core",
|
|
2253
2766
|
"serde_derive",
|
|
@@ -2267,29 +2780,29 @@ dependencies = [
|
|
|
2267
2780
|
|
|
2268
2781
|
[[package]]
|
|
2269
2782
|
name = "serde_core"
|
|
2270
|
-
version = "1.0.
|
|
2783
|
+
version = "1.0.229"
|
|
2271
2784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2272
|
-
checksum = "
|
|
2785
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
2273
2786
|
dependencies = [
|
|
2274
2787
|
"serde_derive",
|
|
2275
2788
|
]
|
|
2276
2789
|
|
|
2277
2790
|
[[package]]
|
|
2278
2791
|
name = "serde_derive"
|
|
2279
|
-
version = "1.0.
|
|
2792
|
+
version = "1.0.229"
|
|
2280
2793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2281
|
-
checksum = "
|
|
2794
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
2282
2795
|
dependencies = [
|
|
2283
2796
|
"proc-macro2",
|
|
2284
2797
|
"quote",
|
|
2285
|
-
"syn",
|
|
2798
|
+
"syn 3.0.3",
|
|
2286
2799
|
]
|
|
2287
2800
|
|
|
2288
2801
|
[[package]]
|
|
2289
2802
|
name = "serde_json"
|
|
2290
|
-
version = "1.0.
|
|
2803
|
+
version = "1.0.151"
|
|
2291
2804
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2292
|
-
checksum = "
|
|
2805
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
2293
2806
|
dependencies = [
|
|
2294
2807
|
"itoa",
|
|
2295
2808
|
"memchr",
|
|
@@ -2333,21 +2846,21 @@ dependencies = [
|
|
|
2333
2846
|
]
|
|
2334
2847
|
|
|
2335
2848
|
[[package]]
|
|
2336
|
-
name = "
|
|
2337
|
-
version = "1.0.
|
|
2849
|
+
name = "sfa"
|
|
2850
|
+
version = "1.0.0"
|
|
2338
2851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2339
|
-
checksum = "
|
|
2852
|
+
checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175"
|
|
2853
|
+
dependencies = [
|
|
2854
|
+
"byteorder-lite",
|
|
2855
|
+
"log",
|
|
2856
|
+
"xxhash-rust",
|
|
2857
|
+
]
|
|
2340
2858
|
|
|
2341
2859
|
[[package]]
|
|
2342
|
-
name = "
|
|
2343
|
-
version = "0.
|
|
2860
|
+
name = "sha1_smol"
|
|
2861
|
+
version = "1.0.1"
|
|
2344
2862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2345
|
-
checksum = "
|
|
2346
|
-
dependencies = [
|
|
2347
|
-
"cfg-if",
|
|
2348
|
-
"cpufeatures 0.2.17",
|
|
2349
|
-
"digest 0.10.7",
|
|
2350
|
-
]
|
|
2863
|
+
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
2351
2864
|
|
|
2352
2865
|
[[package]]
|
|
2353
2866
|
name = "sha2"
|
|
@@ -2357,7 +2870,7 @@ checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
|
|
|
2357
2870
|
dependencies = [
|
|
2358
2871
|
"cfg-if",
|
|
2359
2872
|
"cpufeatures 0.3.0",
|
|
2360
|
-
"digest
|
|
2873
|
+
"digest",
|
|
2361
2874
|
]
|
|
2362
2875
|
|
|
2363
2876
|
[[package]]
|
|
@@ -2381,11 +2894,17 @@ version = "1.3.0"
|
|
|
2381
2894
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2382
2895
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2383
2896
|
|
|
2897
|
+
[[package]]
|
|
2898
|
+
name = "shlex"
|
|
2899
|
+
version = "2.0.1"
|
|
2900
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2901
|
+
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
|
2902
|
+
|
|
2384
2903
|
[[package]]
|
|
2385
2904
|
name = "simd-json"
|
|
2386
|
-
version = "0.17.
|
|
2905
|
+
version = "0.17.3"
|
|
2387
2906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2388
|
-
checksum = "
|
|
2907
|
+
checksum = "e32d7ab2678282d21e53374fbead7119b7eacbede73685dcaac472870a29a11c"
|
|
2389
2908
|
dependencies = [
|
|
2390
2909
|
"halfbrown",
|
|
2391
2910
|
"ref-cast",
|
|
@@ -2409,34 +2928,33 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
2409
2928
|
|
|
2410
2929
|
[[package]]
|
|
2411
2930
|
name = "smallvec"
|
|
2412
|
-
version = "1.15.
|
|
2931
|
+
version = "1.15.2"
|
|
2413
2932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2414
|
-
checksum = "
|
|
2933
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
2415
2934
|
|
|
2416
2935
|
[[package]]
|
|
2417
2936
|
name = "snap"
|
|
2418
|
-
version = "1.1.
|
|
2937
|
+
version = "1.1.2"
|
|
2419
2938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2420
|
-
checksum = "
|
|
2939
|
+
checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886"
|
|
2421
2940
|
|
|
2422
2941
|
[[package]]
|
|
2423
2942
|
name = "socket2"
|
|
2424
|
-
version = "0.5
|
|
2943
|
+
version = "0.6.5"
|
|
2425
2944
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2426
|
-
checksum = "
|
|
2945
|
+
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2427
2946
|
dependencies = [
|
|
2428
2947
|
"libc",
|
|
2429
|
-
"windows-sys
|
|
2948
|
+
"windows-sys",
|
|
2430
2949
|
]
|
|
2431
2950
|
|
|
2432
2951
|
[[package]]
|
|
2433
|
-
name = "
|
|
2434
|
-
version = "0.
|
|
2952
|
+
name = "spin"
|
|
2953
|
+
version = "0.9.9"
|
|
2435
2954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2436
|
-
checksum = "
|
|
2955
|
+
checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
|
|
2437
2956
|
dependencies = [
|
|
2438
|
-
"
|
|
2439
|
-
"windows-sys 0.61.2",
|
|
2957
|
+
"lock_api",
|
|
2440
2958
|
]
|
|
2441
2959
|
|
|
2442
2960
|
[[package]]
|
|
@@ -2469,14 +2987,25 @@ dependencies = [
|
|
|
2469
2987
|
"heck",
|
|
2470
2988
|
"proc-macro2",
|
|
2471
2989
|
"quote",
|
|
2472
|
-
"syn",
|
|
2990
|
+
"syn 2.0.119",
|
|
2991
|
+
]
|
|
2992
|
+
|
|
2993
|
+
[[package]]
|
|
2994
|
+
name = "syn"
|
|
2995
|
+
version = "2.0.119"
|
|
2996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2997
|
+
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
2998
|
+
dependencies = [
|
|
2999
|
+
"proc-macro2",
|
|
3000
|
+
"quote",
|
|
3001
|
+
"unicode-ident",
|
|
2473
3002
|
]
|
|
2474
3003
|
|
|
2475
3004
|
[[package]]
|
|
2476
3005
|
name = "syn"
|
|
2477
|
-
version = "
|
|
3006
|
+
version = "3.0.3"
|
|
2478
3007
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2479
|
-
checksum = "
|
|
3008
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
2480
3009
|
dependencies = [
|
|
2481
3010
|
"proc-macro2",
|
|
2482
3011
|
"quote",
|
|
@@ -2500,7 +3029,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2500
3029
|
dependencies = [
|
|
2501
3030
|
"proc-macro2",
|
|
2502
3031
|
"quote",
|
|
2503
|
-
"syn",
|
|
3032
|
+
"syn 2.0.119",
|
|
2504
3033
|
]
|
|
2505
3034
|
|
|
2506
3035
|
[[package]]
|
|
@@ -2509,40 +3038,83 @@ version = "1.0.1"
|
|
|
2509
3038
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2510
3039
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
2511
3040
|
|
|
3041
|
+
[[package]]
|
|
3042
|
+
name = "tempfile"
|
|
3043
|
+
version = "3.27.0"
|
|
3044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3045
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3046
|
+
dependencies = [
|
|
3047
|
+
"fastrand",
|
|
3048
|
+
"getrandom 0.4.3",
|
|
3049
|
+
"once_cell",
|
|
3050
|
+
"rustix",
|
|
3051
|
+
"windows-sys",
|
|
3052
|
+
]
|
|
3053
|
+
|
|
2512
3054
|
[[package]]
|
|
2513
3055
|
name = "thiserror"
|
|
2514
|
-
version = "2.0.
|
|
3056
|
+
version = "2.0.20"
|
|
2515
3057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2516
|
-
checksum = "
|
|
3058
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
2517
3059
|
dependencies = [
|
|
2518
3060
|
"thiserror-impl",
|
|
2519
3061
|
]
|
|
2520
3062
|
|
|
2521
3063
|
[[package]]
|
|
2522
3064
|
name = "thiserror-impl"
|
|
2523
|
-
version = "2.0.
|
|
3065
|
+
version = "2.0.20"
|
|
2524
3066
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2525
|
-
checksum = "
|
|
3067
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
2526
3068
|
dependencies = [
|
|
2527
3069
|
"proc-macro2",
|
|
2528
3070
|
"quote",
|
|
2529
|
-
"syn",
|
|
3071
|
+
"syn 3.0.3",
|
|
2530
3072
|
]
|
|
2531
3073
|
|
|
2532
3074
|
[[package]]
|
|
2533
3075
|
name = "thread_local"
|
|
2534
|
-
version = "1.1.
|
|
3076
|
+
version = "1.1.10"
|
|
2535
3077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2536
|
-
checksum = "
|
|
3078
|
+
checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
|
|
2537
3079
|
dependencies = [
|
|
2538
3080
|
"cfg-if",
|
|
2539
3081
|
]
|
|
2540
3082
|
|
|
3083
|
+
[[package]]
|
|
3084
|
+
name = "time"
|
|
3085
|
+
version = "0.3.55"
|
|
3086
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3087
|
+
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
|
|
3088
|
+
dependencies = [
|
|
3089
|
+
"deranged",
|
|
3090
|
+
"num-conv",
|
|
3091
|
+
"powerfmt",
|
|
3092
|
+
"serde_core",
|
|
3093
|
+
"time-core",
|
|
3094
|
+
"time-macros",
|
|
3095
|
+
]
|
|
3096
|
+
|
|
3097
|
+
[[package]]
|
|
3098
|
+
name = "time-core"
|
|
3099
|
+
version = "0.1.9"
|
|
3100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3101
|
+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
3102
|
+
|
|
3103
|
+
[[package]]
|
|
3104
|
+
name = "time-macros"
|
|
3105
|
+
version = "0.2.32"
|
|
3106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3107
|
+
checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
|
|
3108
|
+
dependencies = [
|
|
3109
|
+
"num-conv",
|
|
3110
|
+
"time-core",
|
|
3111
|
+
]
|
|
3112
|
+
|
|
2541
3113
|
[[package]]
|
|
2542
3114
|
name = "tinystr"
|
|
2543
|
-
version = "0.8.
|
|
3115
|
+
version = "0.8.4"
|
|
2544
3116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2545
|
-
checksum = "
|
|
3117
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
2546
3118
|
dependencies = [
|
|
2547
3119
|
"displaydoc",
|
|
2548
3120
|
"zerovec",
|
|
@@ -2550,36 +3122,36 @@ dependencies = [
|
|
|
2550
3122
|
|
|
2551
3123
|
[[package]]
|
|
2552
3124
|
name = "tokio"
|
|
2553
|
-
version = "1.
|
|
3125
|
+
version = "1.53.1"
|
|
2554
3126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2555
|
-
checksum = "
|
|
3127
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
2556
3128
|
dependencies = [
|
|
2557
3129
|
"bytes",
|
|
2558
3130
|
"libc",
|
|
2559
3131
|
"mio",
|
|
2560
3132
|
"parking_lot",
|
|
2561
3133
|
"pin-project-lite",
|
|
2562
|
-
"socket2
|
|
3134
|
+
"socket2",
|
|
2563
3135
|
"tokio-macros",
|
|
2564
|
-
"windows-sys
|
|
3136
|
+
"windows-sys",
|
|
2565
3137
|
]
|
|
2566
3138
|
|
|
2567
3139
|
[[package]]
|
|
2568
3140
|
name = "tokio-macros"
|
|
2569
|
-
version = "2.7.
|
|
3141
|
+
version = "2.7.2"
|
|
2570
3142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2571
|
-
checksum = "
|
|
3143
|
+
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
|
|
2572
3144
|
dependencies = [
|
|
2573
3145
|
"proc-macro2",
|
|
2574
3146
|
"quote",
|
|
2575
|
-
"syn",
|
|
3147
|
+
"syn 3.0.3",
|
|
2576
3148
|
]
|
|
2577
3149
|
|
|
2578
3150
|
[[package]]
|
|
2579
3151
|
name = "tokio-stream"
|
|
2580
|
-
version = "0.1.
|
|
3152
|
+
version = "0.1.19"
|
|
2581
3153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2582
|
-
checksum = "
|
|
3154
|
+
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
|
|
2583
3155
|
dependencies = [
|
|
2584
3156
|
"futures-core",
|
|
2585
3157
|
"pin-project-lite",
|
|
@@ -2589,13 +3161,14 @@ dependencies = [
|
|
|
2589
3161
|
|
|
2590
3162
|
[[package]]
|
|
2591
3163
|
name = "tokio-util"
|
|
2592
|
-
version = "0.7.
|
|
3164
|
+
version = "0.7.19"
|
|
2593
3165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2594
|
-
checksum = "
|
|
3166
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
2595
3167
|
dependencies = [
|
|
2596
3168
|
"bytes",
|
|
2597
3169
|
"futures-core",
|
|
2598
3170
|
"futures-sink",
|
|
3171
|
+
"libc",
|
|
2599
3172
|
"pin-project-lite",
|
|
2600
3173
|
"slab",
|
|
2601
3174
|
"tokio",
|
|
@@ -2612,9 +3185,9 @@ dependencies = [
|
|
|
2612
3185
|
|
|
2613
3186
|
[[package]]
|
|
2614
3187
|
name = "toml_edit"
|
|
2615
|
-
version = "0.25.
|
|
3188
|
+
version = "0.25.13+spec-1.1.0"
|
|
2616
3189
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2617
|
-
checksum = "
|
|
3190
|
+
checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
|
|
2618
3191
|
dependencies = [
|
|
2619
3192
|
"indexmap",
|
|
2620
3193
|
"toml_datetime",
|
|
@@ -2624,9 +3197,9 @@ dependencies = [
|
|
|
2624
3197
|
|
|
2625
3198
|
[[package]]
|
|
2626
3199
|
name = "toml_parser"
|
|
2627
|
-
version = "1.1.
|
|
3200
|
+
version = "1.1.3+spec-1.1.0"
|
|
2628
3201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2629
|
-
checksum = "
|
|
3202
|
+
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
|
|
2630
3203
|
dependencies = [
|
|
2631
3204
|
"winnow",
|
|
2632
3205
|
]
|
|
@@ -2638,8 +3211,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2638
3211
|
checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
|
|
2639
3212
|
dependencies = [
|
|
2640
3213
|
"async-trait",
|
|
3214
|
+
"axum",
|
|
2641
3215
|
"base64",
|
|
2642
3216
|
"bytes",
|
|
3217
|
+
"h2",
|
|
2643
3218
|
"http",
|
|
2644
3219
|
"http-body",
|
|
2645
3220
|
"http-body-util",
|
|
@@ -2648,6 +3223,7 @@ dependencies = [
|
|
|
2648
3223
|
"hyper-util",
|
|
2649
3224
|
"percent-encoding",
|
|
2650
3225
|
"pin-project",
|
|
3226
|
+
"socket2",
|
|
2651
3227
|
"sync_wrapper",
|
|
2652
3228
|
"tokio",
|
|
2653
3229
|
"tokio-stream",
|
|
@@ -2657,6 +3233,31 @@ dependencies = [
|
|
|
2657
3233
|
"tracing",
|
|
2658
3234
|
]
|
|
2659
3235
|
|
|
3236
|
+
[[package]]
|
|
3237
|
+
name = "tonic-build"
|
|
3238
|
+
version = "0.14.6"
|
|
3239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3240
|
+
checksum = "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322"
|
|
3241
|
+
dependencies = [
|
|
3242
|
+
"prettyplease",
|
|
3243
|
+
"proc-macro2",
|
|
3244
|
+
"quote",
|
|
3245
|
+
"syn 2.0.119",
|
|
3246
|
+
]
|
|
3247
|
+
|
|
3248
|
+
[[package]]
|
|
3249
|
+
name = "tonic-health"
|
|
3250
|
+
version = "0.14.6"
|
|
3251
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3252
|
+
checksum = "fcfab99db777fba2802f0dfa861d1628d1ae916fb199d29819941f139ae85082"
|
|
3253
|
+
dependencies = [
|
|
3254
|
+
"prost",
|
|
3255
|
+
"tokio",
|
|
3256
|
+
"tokio-stream",
|
|
3257
|
+
"tonic",
|
|
3258
|
+
"tonic-prost",
|
|
3259
|
+
]
|
|
3260
|
+
|
|
2660
3261
|
[[package]]
|
|
2661
3262
|
name = "tonic-prost"
|
|
2662
3263
|
version = "0.14.6"
|
|
@@ -2668,6 +3269,47 @@ dependencies = [
|
|
|
2668
3269
|
"tonic",
|
|
2669
3270
|
]
|
|
2670
3271
|
|
|
3272
|
+
[[package]]
|
|
3273
|
+
name = "tonic-prost-build"
|
|
3274
|
+
version = "0.14.6"
|
|
3275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3276
|
+
checksum = "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27"
|
|
3277
|
+
dependencies = [
|
|
3278
|
+
"prettyplease",
|
|
3279
|
+
"proc-macro2",
|
|
3280
|
+
"prost-build",
|
|
3281
|
+
"prost-types",
|
|
3282
|
+
"quote",
|
|
3283
|
+
"syn 2.0.119",
|
|
3284
|
+
"tempfile",
|
|
3285
|
+
"tonic-build",
|
|
3286
|
+
]
|
|
3287
|
+
|
|
3288
|
+
[[package]]
|
|
3289
|
+
name = "tonic-reflection"
|
|
3290
|
+
version = "0.14.6"
|
|
3291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3292
|
+
checksum = "acccd136a4bf19810a1fde9c74edc6129b42a66b44d0c1c8aaa67aeb49a146a7"
|
|
3293
|
+
dependencies = [
|
|
3294
|
+
"prost",
|
|
3295
|
+
"prost-types",
|
|
3296
|
+
"tokio",
|
|
3297
|
+
"tokio-stream",
|
|
3298
|
+
"tonic",
|
|
3299
|
+
"tonic-prost",
|
|
3300
|
+
]
|
|
3301
|
+
|
|
3302
|
+
[[package]]
|
|
3303
|
+
name = "tonic-types"
|
|
3304
|
+
version = "0.14.6"
|
|
3305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3306
|
+
checksum = "73ab1b02061f83d519bba3caa167f88f261ef05720ab8ebc954ade70de3348e8"
|
|
3307
|
+
dependencies = [
|
|
3308
|
+
"prost",
|
|
3309
|
+
"prost-types",
|
|
3310
|
+
"tonic",
|
|
3311
|
+
]
|
|
3312
|
+
|
|
2671
3313
|
[[package]]
|
|
2672
3314
|
name = "tower"
|
|
2673
3315
|
version = "0.5.3"
|
|
@@ -2737,7 +3379,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
2737
3379
|
dependencies = [
|
|
2738
3380
|
"proc-macro2",
|
|
2739
3381
|
"quote",
|
|
2740
|
-
"syn",
|
|
3382
|
+
"syn 2.0.119",
|
|
2741
3383
|
]
|
|
2742
3384
|
|
|
2743
3385
|
[[package]]
|
|
@@ -2763,9 +3405,9 @@ dependencies = [
|
|
|
2763
3405
|
|
|
2764
3406
|
[[package]]
|
|
2765
3407
|
name = "tracing-opentelemetry"
|
|
2766
|
-
version = "0.
|
|
3408
|
+
version = "0.33.0"
|
|
2767
3409
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2768
|
-
checksum = "
|
|
3410
|
+
checksum = "adbc64cba7137545b8044cb1fe9814f7aacf3c6b5f9b45be8bb5db538befdb26"
|
|
2769
3411
|
dependencies = [
|
|
2770
3412
|
"js-sys",
|
|
2771
3413
|
"opentelemetry",
|
|
@@ -2810,9 +3452,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
2810
3452
|
|
|
2811
3453
|
[[package]]
|
|
2812
3454
|
name = "twox-hash"
|
|
2813
|
-
version = "2.1.
|
|
3455
|
+
version = "2.1.3"
|
|
2814
3456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2815
|
-
checksum = "
|
|
3457
|
+
checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
|
|
2816
3458
|
|
|
2817
3459
|
[[package]]
|
|
2818
3460
|
name = "typeid"
|
|
@@ -2822,9 +3464,9 @@ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
2822
3464
|
|
|
2823
3465
|
[[package]]
|
|
2824
3466
|
name = "typenum"
|
|
2825
|
-
version = "1.20.
|
|
3467
|
+
version = "1.20.1"
|
|
2826
3468
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2827
|
-
checksum = "
|
|
3469
|
+
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
|
|
2828
3470
|
|
|
2829
3471
|
[[package]]
|
|
2830
3472
|
name = "unarray"
|
|
@@ -2833,16 +3475,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2833
3475
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
2834
3476
|
|
|
2835
3477
|
[[package]]
|
|
2836
|
-
name = "
|
|
2837
|
-
version = "
|
|
3478
|
+
name = "unicase"
|
|
3479
|
+
version = "2.9.0"
|
|
2838
3480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2839
|
-
checksum = "
|
|
3481
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
2840
3482
|
|
|
2841
3483
|
[[package]]
|
|
2842
|
-
name = "unicode-
|
|
2843
|
-
version = "0.
|
|
3484
|
+
name = "unicode-ident"
|
|
3485
|
+
version = "1.0.24"
|
|
2844
3486
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2845
|
-
checksum = "
|
|
3487
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2846
3488
|
|
|
2847
3489
|
[[package]]
|
|
2848
3490
|
name = "url"
|
|
@@ -2864,11 +3506,11 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
2864
3506
|
|
|
2865
3507
|
[[package]]
|
|
2866
3508
|
name = "uuid"
|
|
2867
|
-
version = "1.
|
|
3509
|
+
version = "1.24.1"
|
|
2868
3510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2869
|
-
checksum = "
|
|
3511
|
+
checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
|
|
2870
3512
|
dependencies = [
|
|
2871
|
-
"getrandom 0.4.
|
|
3513
|
+
"getrandom 0.4.3",
|
|
2872
3514
|
"js-sys",
|
|
2873
3515
|
"sha1_smol",
|
|
2874
3516
|
"wasm-bindgen",
|
|
@@ -2876,12 +3518,11 @@ dependencies = [
|
|
|
2876
3518
|
|
|
2877
3519
|
[[package]]
|
|
2878
3520
|
name = "validator"
|
|
2879
|
-
version = "0.
|
|
3521
|
+
version = "0.21.0"
|
|
2880
3522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2881
|
-
checksum = "
|
|
3523
|
+
checksum = "c3d68c6633c483df6780cc5277a417c7c2d1bceee2649d06c8ab6b0fd2dd3c81"
|
|
2882
3524
|
dependencies = [
|
|
2883
3525
|
"idna",
|
|
2884
|
-
"once_cell",
|
|
2885
3526
|
"regex",
|
|
2886
3527
|
"serde",
|
|
2887
3528
|
"serde_derive",
|
|
@@ -2892,16 +3533,15 @@ dependencies = [
|
|
|
2892
3533
|
|
|
2893
3534
|
[[package]]
|
|
2894
3535
|
name = "validator_derive"
|
|
2895
|
-
version = "0.20.
|
|
3536
|
+
version = "0.20.1"
|
|
2896
3537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2897
|
-
checksum = "
|
|
3538
|
+
checksum = "240e4b81c20a1d6d50d1d7265c658dfbd204e8b9ac4d80f3c931f39462196335"
|
|
2898
3539
|
dependencies = [
|
|
2899
|
-
"darling",
|
|
2900
|
-
"
|
|
2901
|
-
"proc-macro-error2",
|
|
3540
|
+
"darling 0.23.0",
|
|
3541
|
+
"proc-macro-error3",
|
|
2902
3542
|
"proc-macro2",
|
|
2903
3543
|
"quote",
|
|
2904
|
-
"syn",
|
|
3544
|
+
"syn 2.0.119",
|
|
2905
3545
|
]
|
|
2906
3546
|
|
|
2907
3547
|
[[package]]
|
|
@@ -2912,9 +3552,9 @@ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
2912
3552
|
|
|
2913
3553
|
[[package]]
|
|
2914
3554
|
name = "value-trait"
|
|
2915
|
-
version = "0.12.
|
|
3555
|
+
version = "0.12.2"
|
|
2916
3556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2917
|
-
checksum = "
|
|
3557
|
+
checksum = "f3f4b4a98dfe54bc9ed3641af7ffcb837240269627dbd5cb047d13daa39736cc"
|
|
2918
3558
|
dependencies = [
|
|
2919
3559
|
"float-cmp",
|
|
2920
3560
|
"halfbrown",
|
|
@@ -2922,6 +3562,12 @@ dependencies = [
|
|
|
2922
3562
|
"ryu",
|
|
2923
3563
|
]
|
|
2924
3564
|
|
|
3565
|
+
[[package]]
|
|
3566
|
+
name = "varint-rs"
|
|
3567
|
+
version = "2.2.1"
|
|
3568
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3569
|
+
checksum = "bfa6c38708f6257f1ec2ca7e5a11f9bbf58a27d7060078b6b333624968183d96"
|
|
3570
|
+
|
|
2925
3571
|
[[package]]
|
|
2926
3572
|
name = "vcpkg"
|
|
2927
3573
|
version = "0.2.15"
|
|
@@ -2970,20 +3616,11 @@ dependencies = [
|
|
|
2970
3616
|
|
|
2971
3617
|
[[package]]
|
|
2972
3618
|
name = "wasip2"
|
|
2973
|
-
version = "1.0.
|
|
3619
|
+
version = "1.0.4+wasi-0.2.12"
|
|
2974
3620
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2975
|
-
checksum = "
|
|
3621
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
2976
3622
|
dependencies = [
|
|
2977
|
-
"wit-bindgen
|
|
2978
|
-
]
|
|
2979
|
-
|
|
2980
|
-
[[package]]
|
|
2981
|
-
name = "wasip3"
|
|
2982
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
2983
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2984
|
-
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
2985
|
-
dependencies = [
|
|
2986
|
-
"wit-bindgen 0.51.0",
|
|
3623
|
+
"wit-bindgen",
|
|
2987
3624
|
]
|
|
2988
3625
|
|
|
2989
3626
|
[[package]]
|
|
@@ -2997,9 +3634,9 @@ dependencies = [
|
|
|
2997
3634
|
|
|
2998
3635
|
[[package]]
|
|
2999
3636
|
name = "wasm-bindgen"
|
|
3000
|
-
version = "0.2.
|
|
3637
|
+
version = "0.2.127"
|
|
3001
3638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3002
|
-
checksum = "
|
|
3639
|
+
checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
|
|
3003
3640
|
dependencies = [
|
|
3004
3641
|
"cfg-if",
|
|
3005
3642
|
"once_cell",
|
|
@@ -3010,9 +3647,9 @@ dependencies = [
|
|
|
3010
3647
|
|
|
3011
3648
|
[[package]]
|
|
3012
3649
|
name = "wasm-bindgen-futures"
|
|
3013
|
-
version = "0.4.
|
|
3650
|
+
version = "0.4.77"
|
|
3014
3651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3015
|
-
checksum = "
|
|
3652
|
+
checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
|
|
3016
3653
|
dependencies = [
|
|
3017
3654
|
"js-sys",
|
|
3018
3655
|
"wasm-bindgen",
|
|
@@ -3020,9 +3657,9 @@ dependencies = [
|
|
|
3020
3657
|
|
|
3021
3658
|
[[package]]
|
|
3022
3659
|
name = "wasm-bindgen-macro"
|
|
3023
|
-
version = "0.2.
|
|
3660
|
+
version = "0.2.127"
|
|
3024
3661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3025
|
-
checksum = "
|
|
3662
|
+
checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
|
|
3026
3663
|
dependencies = [
|
|
3027
3664
|
"quote",
|
|
3028
3665
|
"wasm-bindgen-macro-support",
|
|
@@ -3030,65 +3667,31 @@ dependencies = [
|
|
|
3030
3667
|
|
|
3031
3668
|
[[package]]
|
|
3032
3669
|
name = "wasm-bindgen-macro-support"
|
|
3033
|
-
version = "0.2.
|
|
3670
|
+
version = "0.2.127"
|
|
3034
3671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3035
|
-
checksum = "
|
|
3672
|
+
checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
|
|
3036
3673
|
dependencies = [
|
|
3037
3674
|
"bumpalo",
|
|
3038
3675
|
"proc-macro2",
|
|
3039
3676
|
"quote",
|
|
3040
|
-
"syn",
|
|
3677
|
+
"syn 2.0.119",
|
|
3041
3678
|
"wasm-bindgen-shared",
|
|
3042
3679
|
]
|
|
3043
3680
|
|
|
3044
3681
|
[[package]]
|
|
3045
3682
|
name = "wasm-bindgen-shared"
|
|
3046
|
-
version = "0.2.
|
|
3683
|
+
version = "0.2.127"
|
|
3047
3684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3048
|
-
checksum = "
|
|
3685
|
+
checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
|
|
3049
3686
|
dependencies = [
|
|
3050
3687
|
"unicode-ident",
|
|
3051
3688
|
]
|
|
3052
3689
|
|
|
3053
|
-
[[package]]
|
|
3054
|
-
name = "wasm-encoder"
|
|
3055
|
-
version = "0.244.0"
|
|
3056
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3057
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3058
|
-
dependencies = [
|
|
3059
|
-
"leb128fmt",
|
|
3060
|
-
"wasmparser",
|
|
3061
|
-
]
|
|
3062
|
-
|
|
3063
|
-
[[package]]
|
|
3064
|
-
name = "wasm-metadata"
|
|
3065
|
-
version = "0.244.0"
|
|
3066
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3067
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3068
|
-
dependencies = [
|
|
3069
|
-
"anyhow",
|
|
3070
|
-
"indexmap",
|
|
3071
|
-
"wasm-encoder",
|
|
3072
|
-
"wasmparser",
|
|
3073
|
-
]
|
|
3074
|
-
|
|
3075
|
-
[[package]]
|
|
3076
|
-
name = "wasmparser"
|
|
3077
|
-
version = "0.244.0"
|
|
3078
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3079
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3080
|
-
dependencies = [
|
|
3081
|
-
"bitflags",
|
|
3082
|
-
"hashbrown 0.15.5",
|
|
3083
|
-
"indexmap",
|
|
3084
|
-
"semver",
|
|
3085
|
-
]
|
|
3086
|
-
|
|
3087
3690
|
[[package]]
|
|
3088
3691
|
name = "web-sys"
|
|
3089
|
-
version = "0.3.
|
|
3692
|
+
version = "0.3.104"
|
|
3090
3693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3091
|
-
checksum = "
|
|
3694
|
+
checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
|
|
3092
3695
|
dependencies = [
|
|
3093
3696
|
"js-sys",
|
|
3094
3697
|
"wasm-bindgen",
|
|
@@ -3106,9 +3709,9 @@ dependencies = [
|
|
|
3106
3709
|
|
|
3107
3710
|
[[package]]
|
|
3108
3711
|
name = "whoami"
|
|
3109
|
-
version = "2.1.
|
|
3712
|
+
version = "2.1.3"
|
|
3110
3713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3111
|
-
checksum = "
|
|
3714
|
+
checksum = "626c4bac6755d76ffc12cb01b2eac751db1996b9e0041de9aa02c8c211ddc82c"
|
|
3112
3715
|
dependencies = [
|
|
3113
3716
|
"libc",
|
|
3114
3717
|
"libredox",
|
|
@@ -3139,7 +3742,7 @@ version = "0.1.11"
|
|
|
3139
3742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3140
3743
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3141
3744
|
dependencies = [
|
|
3142
|
-
"windows-sys
|
|
3745
|
+
"windows-sys",
|
|
3143
3746
|
]
|
|
3144
3747
|
|
|
3145
3748
|
[[package]]
|
|
@@ -3169,7 +3772,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
3169
3772
|
dependencies = [
|
|
3170
3773
|
"proc-macro2",
|
|
3171
3774
|
"quote",
|
|
3172
|
-
"syn",
|
|
3775
|
+
"syn 2.0.119",
|
|
3173
3776
|
]
|
|
3174
3777
|
|
|
3175
3778
|
[[package]]
|
|
@@ -3180,7 +3783,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
3180
3783
|
dependencies = [
|
|
3181
3784
|
"proc-macro2",
|
|
3182
3785
|
"quote",
|
|
3183
|
-
"syn",
|
|
3786
|
+
"syn 2.0.119",
|
|
3184
3787
|
]
|
|
3185
3788
|
|
|
3186
3789
|
[[package]]
|
|
@@ -3207,15 +3810,6 @@ dependencies = [
|
|
|
3207
3810
|
"windows-link",
|
|
3208
3811
|
]
|
|
3209
3812
|
|
|
3210
|
-
[[package]]
|
|
3211
|
-
name = "windows-sys"
|
|
3212
|
-
version = "0.52.0"
|
|
3213
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3214
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
3215
|
-
dependencies = [
|
|
3216
|
-
"windows-targets",
|
|
3217
|
-
]
|
|
3218
|
-
|
|
3219
3813
|
[[package]]
|
|
3220
3814
|
name = "windows-sys"
|
|
3221
3815
|
version = "0.61.2"
|
|
@@ -3225,190 +3819,38 @@ dependencies = [
|
|
|
3225
3819
|
"windows-link",
|
|
3226
3820
|
]
|
|
3227
3821
|
|
|
3228
|
-
[[package]]
|
|
3229
|
-
name = "windows-targets"
|
|
3230
|
-
version = "0.52.6"
|
|
3231
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3232
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
3233
|
-
dependencies = [
|
|
3234
|
-
"windows_aarch64_gnullvm",
|
|
3235
|
-
"windows_aarch64_msvc",
|
|
3236
|
-
"windows_i686_gnu",
|
|
3237
|
-
"windows_i686_gnullvm",
|
|
3238
|
-
"windows_i686_msvc",
|
|
3239
|
-
"windows_x86_64_gnu",
|
|
3240
|
-
"windows_x86_64_gnullvm",
|
|
3241
|
-
"windows_x86_64_msvc",
|
|
3242
|
-
]
|
|
3243
|
-
|
|
3244
|
-
[[package]]
|
|
3245
|
-
name = "windows_aarch64_gnullvm"
|
|
3246
|
-
version = "0.52.6"
|
|
3247
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3248
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
3249
|
-
|
|
3250
|
-
[[package]]
|
|
3251
|
-
name = "windows_aarch64_msvc"
|
|
3252
|
-
version = "0.52.6"
|
|
3253
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3254
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
3255
|
-
|
|
3256
|
-
[[package]]
|
|
3257
|
-
name = "windows_i686_gnu"
|
|
3258
|
-
version = "0.52.6"
|
|
3259
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3260
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
3261
|
-
|
|
3262
|
-
[[package]]
|
|
3263
|
-
name = "windows_i686_gnullvm"
|
|
3264
|
-
version = "0.52.6"
|
|
3265
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3266
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
3267
|
-
|
|
3268
|
-
[[package]]
|
|
3269
|
-
name = "windows_i686_msvc"
|
|
3270
|
-
version = "0.52.6"
|
|
3271
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3272
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
3273
|
-
|
|
3274
|
-
[[package]]
|
|
3275
|
-
name = "windows_x86_64_gnu"
|
|
3276
|
-
version = "0.52.6"
|
|
3277
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3278
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
3279
|
-
|
|
3280
|
-
[[package]]
|
|
3281
|
-
name = "windows_x86_64_gnullvm"
|
|
3282
|
-
version = "0.52.6"
|
|
3283
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3284
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
3285
|
-
|
|
3286
|
-
[[package]]
|
|
3287
|
-
name = "windows_x86_64_msvc"
|
|
3288
|
-
version = "0.52.6"
|
|
3289
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3290
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
3291
|
-
|
|
3292
3822
|
[[package]]
|
|
3293
3823
|
name = "winnow"
|
|
3294
|
-
version = "1.0.
|
|
3824
|
+
version = "1.0.4"
|
|
3295
3825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3296
|
-
checksum = "
|
|
3826
|
+
checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
|
|
3297
3827
|
dependencies = [
|
|
3298
3828
|
"memchr",
|
|
3299
3829
|
]
|
|
3300
3830
|
|
|
3301
|
-
[[package]]
|
|
3302
|
-
name = "wit-bindgen"
|
|
3303
|
-
version = "0.51.0"
|
|
3304
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3305
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
3306
|
-
dependencies = [
|
|
3307
|
-
"wit-bindgen-rust-macro",
|
|
3308
|
-
]
|
|
3309
|
-
|
|
3310
3831
|
[[package]]
|
|
3311
3832
|
name = "wit-bindgen"
|
|
3312
3833
|
version = "0.57.1"
|
|
3313
3834
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3314
3835
|
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
3315
3836
|
|
|
3316
|
-
[[package]]
|
|
3317
|
-
name = "wit-bindgen-core"
|
|
3318
|
-
version = "0.51.0"
|
|
3319
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3320
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
3321
|
-
dependencies = [
|
|
3322
|
-
"anyhow",
|
|
3323
|
-
"heck",
|
|
3324
|
-
"wit-parser",
|
|
3325
|
-
]
|
|
3326
|
-
|
|
3327
|
-
[[package]]
|
|
3328
|
-
name = "wit-bindgen-rust"
|
|
3329
|
-
version = "0.51.0"
|
|
3330
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3331
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
3332
|
-
dependencies = [
|
|
3333
|
-
"anyhow",
|
|
3334
|
-
"heck",
|
|
3335
|
-
"indexmap",
|
|
3336
|
-
"prettyplease",
|
|
3337
|
-
"syn",
|
|
3338
|
-
"wasm-metadata",
|
|
3339
|
-
"wit-bindgen-core",
|
|
3340
|
-
"wit-component",
|
|
3341
|
-
]
|
|
3342
|
-
|
|
3343
|
-
[[package]]
|
|
3344
|
-
name = "wit-bindgen-rust-macro"
|
|
3345
|
-
version = "0.51.0"
|
|
3346
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3347
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
3348
|
-
dependencies = [
|
|
3349
|
-
"anyhow",
|
|
3350
|
-
"prettyplease",
|
|
3351
|
-
"proc-macro2",
|
|
3352
|
-
"quote",
|
|
3353
|
-
"syn",
|
|
3354
|
-
"wit-bindgen-core",
|
|
3355
|
-
"wit-bindgen-rust",
|
|
3356
|
-
]
|
|
3357
|
-
|
|
3358
|
-
[[package]]
|
|
3359
|
-
name = "wit-component"
|
|
3360
|
-
version = "0.244.0"
|
|
3361
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3362
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
3363
|
-
dependencies = [
|
|
3364
|
-
"anyhow",
|
|
3365
|
-
"bitflags",
|
|
3366
|
-
"indexmap",
|
|
3367
|
-
"log",
|
|
3368
|
-
"serde",
|
|
3369
|
-
"serde_derive",
|
|
3370
|
-
"serde_json",
|
|
3371
|
-
"wasm-encoder",
|
|
3372
|
-
"wasm-metadata",
|
|
3373
|
-
"wasmparser",
|
|
3374
|
-
"wit-parser",
|
|
3375
|
-
]
|
|
3376
|
-
|
|
3377
|
-
[[package]]
|
|
3378
|
-
name = "wit-parser"
|
|
3379
|
-
version = "0.244.0"
|
|
3380
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3381
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
3382
|
-
dependencies = [
|
|
3383
|
-
"anyhow",
|
|
3384
|
-
"id-arena",
|
|
3385
|
-
"indexmap",
|
|
3386
|
-
"log",
|
|
3387
|
-
"semver",
|
|
3388
|
-
"serde",
|
|
3389
|
-
"serde_derive",
|
|
3390
|
-
"serde_json",
|
|
3391
|
-
"unicode-xid",
|
|
3392
|
-
"wasmparser",
|
|
3393
|
-
]
|
|
3394
|
-
|
|
3395
3837
|
[[package]]
|
|
3396
3838
|
name = "writeable"
|
|
3397
|
-
version = "0.6.
|
|
3839
|
+
version = "0.6.4"
|
|
3398
3840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3399
|
-
checksum = "
|
|
3841
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
3400
3842
|
|
|
3401
3843
|
[[package]]
|
|
3402
3844
|
name = "xxhash-rust"
|
|
3403
|
-
version = "0.8.
|
|
3845
|
+
version = "0.8.18"
|
|
3404
3846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3405
|
-
checksum = "
|
|
3847
|
+
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
|
|
3406
3848
|
|
|
3407
3849
|
[[package]]
|
|
3408
3850
|
name = "yoke"
|
|
3409
|
-
version = "0.8.
|
|
3851
|
+
version = "0.8.3"
|
|
3410
3852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3411
|
-
checksum = "
|
|
3853
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
3412
3854
|
dependencies = [
|
|
3413
3855
|
"stable_deref_trait",
|
|
3414
3856
|
"yoke-derive",
|
|
@@ -3423,28 +3865,28 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
3423
3865
|
dependencies = [
|
|
3424
3866
|
"proc-macro2",
|
|
3425
3867
|
"quote",
|
|
3426
|
-
"syn",
|
|
3868
|
+
"syn 2.0.119",
|
|
3427
3869
|
"synstructure",
|
|
3428
3870
|
]
|
|
3429
3871
|
|
|
3430
3872
|
[[package]]
|
|
3431
3873
|
name = "zerocopy"
|
|
3432
|
-
version = "0.8.
|
|
3874
|
+
version = "0.8.56"
|
|
3433
3875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3434
|
-
checksum = "
|
|
3876
|
+
checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
|
|
3435
3877
|
dependencies = [
|
|
3436
3878
|
"zerocopy-derive",
|
|
3437
3879
|
]
|
|
3438
3880
|
|
|
3439
3881
|
[[package]]
|
|
3440
3882
|
name = "zerocopy-derive"
|
|
3441
|
-
version = "0.8.
|
|
3883
|
+
version = "0.8.56"
|
|
3442
3884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3443
|
-
checksum = "
|
|
3885
|
+
checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
|
|
3444
3886
|
dependencies = [
|
|
3445
3887
|
"proc-macro2",
|
|
3446
3888
|
"quote",
|
|
3447
|
-
"syn",
|
|
3889
|
+
"syn 2.0.119",
|
|
3448
3890
|
]
|
|
3449
3891
|
|
|
3450
3892
|
[[package]]
|
|
@@ -3464,15 +3906,15 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
3464
3906
|
dependencies = [
|
|
3465
3907
|
"proc-macro2",
|
|
3466
3908
|
"quote",
|
|
3467
|
-
"syn",
|
|
3909
|
+
"syn 2.0.119",
|
|
3468
3910
|
"synstructure",
|
|
3469
3911
|
]
|
|
3470
3912
|
|
|
3471
3913
|
[[package]]
|
|
3472
3914
|
name = "zerotrie"
|
|
3473
|
-
version = "0.2.
|
|
3915
|
+
version = "0.2.5"
|
|
3474
3916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3475
|
-
checksum = "
|
|
3917
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
3476
3918
|
dependencies = [
|
|
3477
3919
|
"displaydoc",
|
|
3478
3920
|
"yoke",
|
|
@@ -3481,9 +3923,9 @@ dependencies = [
|
|
|
3481
3923
|
|
|
3482
3924
|
[[package]]
|
|
3483
3925
|
name = "zerovec"
|
|
3484
|
-
version = "0.11.
|
|
3926
|
+
version = "0.11.7"
|
|
3485
3927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3486
|
-
checksum = "
|
|
3928
|
+
checksum = "94b5c6b5976d66c1d703c4fd17d3f5e43c8cedaacf604961b171adc7130896d8"
|
|
3487
3929
|
dependencies = [
|
|
3488
3930
|
"yoke",
|
|
3489
3931
|
"zerofrom",
|
|
@@ -3492,17 +3934,45 @@ dependencies = [
|
|
|
3492
3934
|
|
|
3493
3935
|
[[package]]
|
|
3494
3936
|
name = "zerovec-derive"
|
|
3495
|
-
version = "0.11.
|
|
3937
|
+
version = "0.11.4"
|
|
3496
3938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3497
|
-
checksum = "
|
|
3939
|
+
checksum = "47402523226a02bfe5230160dc3ccc089aa6f6f19e7fcbb4e6f824bbb1b4aa62"
|
|
3498
3940
|
dependencies = [
|
|
3499
3941
|
"proc-macro2",
|
|
3500
3942
|
"quote",
|
|
3501
|
-
"syn",
|
|
3943
|
+
"syn 3.0.3",
|
|
3502
3944
|
]
|
|
3503
3945
|
|
|
3504
3946
|
[[package]]
|
|
3505
3947
|
name = "zmij"
|
|
3506
|
-
version = "1.0.
|
|
3948
|
+
version = "1.0.23"
|
|
3949
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3950
|
+
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
3951
|
+
|
|
3952
|
+
[[package]]
|
|
3953
|
+
name = "zstd"
|
|
3954
|
+
version = "0.13.3"
|
|
3507
3955
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3508
|
-
checksum = "
|
|
3956
|
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
|
|
3957
|
+
dependencies = [
|
|
3958
|
+
"zstd-safe",
|
|
3959
|
+
]
|
|
3960
|
+
|
|
3961
|
+
[[package]]
|
|
3962
|
+
name = "zstd-safe"
|
|
3963
|
+
version = "7.2.4"
|
|
3964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3965
|
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
|
|
3966
|
+
dependencies = [
|
|
3967
|
+
"zstd-sys",
|
|
3968
|
+
]
|
|
3969
|
+
|
|
3970
|
+
[[package]]
|
|
3971
|
+
name = "zstd-sys"
|
|
3972
|
+
version = "2.0.16+zstd.1.5.7"
|
|
3973
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3974
|
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
|
|
3975
|
+
dependencies = [
|
|
3976
|
+
"cc",
|
|
3977
|
+
"pkg-config",
|
|
3978
|
+
]
|