prosody 0.4.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 +2 -2
- data/CHANGELOG.md +15 -0
- data/CLAUDE.md +1 -0
- data/CONFIGURATION.md +167 -0
- data/Cargo.lock +660 -326
- data/Cargo.toml +2 -1
- data/README.md +290 -191
- data/examples/keyed_state.rb +15 -3
- data/examples/keyed_state_windowing.rb +9 -1
- data/ext/prosody/Cargo.toml +2 -1
- data/ext/prosody/src/admin.rs +1 -5
- data/ext/prosody/src/bridge/mod.rs +17 -32
- data/ext/prosody/src/client/config.rs +194 -89
- 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 +24 -20
- data/ext/prosody/src/handler/message.rs +50 -0
- data/ext/prosody/src/handler/mod.rs +112 -84
- 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 +49 -15
- data/lib/prosody/handler.rb +63 -10
- data/lib/prosody/native_stubs.rb +197 -31
- data/lib/prosody/request.rb +45 -0
- data/lib/prosody/state.rb +164 -41
- data/lib/prosody/version.rb +1 -1
- data/lib/prosody.rb +1 -0
- data/sig/configuration.rbs +51 -15
- data/sig/handler.rbs +12 -4
- data/sig/prosody.rbs +43 -2
- data/sig/request.rbs +66 -0
- data/sig/state.rbs +165 -47
- data/steep_expectations.yml +10 -0
- data/typecheck/payload_types.rb +14 -3
- data/typecheck/payload_types.rbs +4 -2
- data/typecheck_negative/payload_types.rb +4 -0
- data/typecheck_negative/payload_types.rbs +1 -0
- metadata +12 -2
- data/ext/prosody/src/handler/state.rs +0 -1035
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,18 +32,18 @@ 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"
|
|
@@ -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]]
|
|
@@ -206,7 +206,7 @@ dependencies = [
|
|
|
206
206
|
"regex",
|
|
207
207
|
"rustc-hash",
|
|
208
208
|
"shlex 1.3.0",
|
|
209
|
-
"syn",
|
|
209
|
+
"syn 2.0.119",
|
|
210
210
|
]
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
@@ -257,11 +257,20 @@ dependencies = [
|
|
|
257
257
|
"hybrid-array",
|
|
258
258
|
]
|
|
259
259
|
|
|
260
|
+
[[package]]
|
|
261
|
+
name = "block2"
|
|
262
|
+
version = "0.6.2"
|
|
263
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
+
checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
|
|
265
|
+
dependencies = [
|
|
266
|
+
"objc2",
|
|
267
|
+
]
|
|
268
|
+
|
|
260
269
|
[[package]]
|
|
261
270
|
name = "bstr"
|
|
262
|
-
version = "1.13.
|
|
271
|
+
version = "1.13.1"
|
|
263
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
264
|
-
checksum = "
|
|
273
|
+
checksum = "6bb31b46c14244e20ee9984b11bf5c992b91fb6939fea616e3512c8baecdbe5f"
|
|
265
274
|
dependencies = [
|
|
266
275
|
"memchr",
|
|
267
276
|
"serde_core",
|
|
@@ -293,15 +302,15 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
|
293
302
|
|
|
294
303
|
[[package]]
|
|
295
304
|
name = "byteview"
|
|
296
|
-
version = "0.10.
|
|
305
|
+
version = "0.10.2"
|
|
297
306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
-
checksum = "
|
|
307
|
+
checksum = "0d74937895e761d5984206f82ca8ff7725d0fd8021921011921894b41ab1b9f7"
|
|
299
308
|
|
|
300
309
|
[[package]]
|
|
301
310
|
name = "cc"
|
|
302
|
-
version = "1.
|
|
311
|
+
version = "1.4.3"
|
|
303
312
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
304
|
-
checksum = "
|
|
313
|
+
checksum = "509591b7bcd67f4ef775afad7662703b4935daaa6ec0e5605cfb1090b32a2b6d"
|
|
305
314
|
dependencies = [
|
|
306
315
|
"find-msvc-tools",
|
|
307
316
|
"jobserver",
|
|
@@ -350,9 +359,9 @@ dependencies = [
|
|
|
350
359
|
|
|
351
360
|
[[package]]
|
|
352
361
|
name = "clang-sys"
|
|
353
|
-
version = "1.
|
|
362
|
+
version = "1.9.1"
|
|
354
363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
-
checksum = "
|
|
364
|
+
checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
|
|
356
365
|
dependencies = [
|
|
357
366
|
"glob",
|
|
358
367
|
"libc",
|
|
@@ -416,6 +425,24 @@ dependencies = [
|
|
|
416
425
|
"libc",
|
|
417
426
|
]
|
|
418
427
|
|
|
428
|
+
[[package]]
|
|
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"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
|
|
442
|
+
dependencies = [
|
|
443
|
+
"crossbeam-utils",
|
|
444
|
+
]
|
|
445
|
+
|
|
419
446
|
[[package]]
|
|
420
447
|
name = "crossbeam-epoch"
|
|
421
448
|
version = "0.9.20"
|
|
@@ -470,6 +497,16 @@ dependencies = [
|
|
|
470
497
|
"darling_macro 0.23.0",
|
|
471
498
|
]
|
|
472
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",
|
|
508
|
+
]
|
|
509
|
+
|
|
473
510
|
[[package]]
|
|
474
511
|
name = "darling_core"
|
|
475
512
|
version = "0.20.11"
|
|
@@ -481,7 +518,7 @@ dependencies = [
|
|
|
481
518
|
"proc-macro2",
|
|
482
519
|
"quote",
|
|
483
520
|
"strsim",
|
|
484
|
-
"syn",
|
|
521
|
+
"syn 2.0.119",
|
|
485
522
|
]
|
|
486
523
|
|
|
487
524
|
[[package]]
|
|
@@ -494,7 +531,20 @@ dependencies = [
|
|
|
494
531
|
"proc-macro2",
|
|
495
532
|
"quote",
|
|
496
533
|
"strsim",
|
|
497
|
-
"syn",
|
|
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",
|
|
498
548
|
]
|
|
499
549
|
|
|
500
550
|
[[package]]
|
|
@@ -505,7 +555,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
505
555
|
dependencies = [
|
|
506
556
|
"darling_core 0.20.11",
|
|
507
557
|
"quote",
|
|
508
|
-
"syn",
|
|
558
|
+
"syn 2.0.119",
|
|
509
559
|
]
|
|
510
560
|
|
|
511
561
|
[[package]]
|
|
@@ -516,7 +566,18 @@ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
|
|
|
516
566
|
dependencies = [
|
|
517
567
|
"darling_core 0.23.0",
|
|
518
568
|
"quote",
|
|
519
|
-
"syn",
|
|
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",
|
|
579
|
+
"quote",
|
|
580
|
+
"syn 3.0.3",
|
|
520
581
|
]
|
|
521
582
|
|
|
522
583
|
[[package]]
|
|
@@ -533,6 +594,12 @@ dependencies = [
|
|
|
533
594
|
"parking_lot_core",
|
|
534
595
|
]
|
|
535
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
|
+
|
|
536
603
|
[[package]]
|
|
537
604
|
name = "derive_builder"
|
|
538
605
|
version = "0.20.2"
|
|
@@ -551,7 +618,7 @@ dependencies = [
|
|
|
551
618
|
"darling 0.20.11",
|
|
552
619
|
"proc-macro2",
|
|
553
620
|
"quote",
|
|
554
|
-
"syn",
|
|
621
|
+
"syn 2.0.119",
|
|
555
622
|
]
|
|
556
623
|
|
|
557
624
|
[[package]]
|
|
@@ -561,7 +628,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
561
628
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
562
629
|
dependencies = [
|
|
563
630
|
"derive_builder_core",
|
|
564
|
-
"syn",
|
|
631
|
+
"syn 2.0.119",
|
|
565
632
|
]
|
|
566
633
|
|
|
567
634
|
[[package]]
|
|
@@ -575,15 +642,38 @@ dependencies = [
|
|
|
575
642
|
"crypto-common",
|
|
576
643
|
]
|
|
577
644
|
|
|
645
|
+
[[package]]
|
|
646
|
+
name = "dispatch2"
|
|
647
|
+
version = "0.3.1"
|
|
648
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
+
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
|
|
650
|
+
dependencies = [
|
|
651
|
+
"bitflags",
|
|
652
|
+
"block2",
|
|
653
|
+
"libc",
|
|
654
|
+
"objc2",
|
|
655
|
+
]
|
|
656
|
+
|
|
578
657
|
[[package]]
|
|
579
658
|
name = "displaydoc"
|
|
580
|
-
version = "0.2.
|
|
659
|
+
version = "0.2.7"
|
|
581
660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
-
checksum = "
|
|
661
|
+
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
|
|
583
662
|
dependencies = [
|
|
584
663
|
"proc-macro2",
|
|
585
664
|
"quote",
|
|
586
|
-
"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",
|
|
587
677
|
]
|
|
588
678
|
|
|
589
679
|
[[package]]
|
|
@@ -594,40 +684,40 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
594
684
|
|
|
595
685
|
[[package]]
|
|
596
686
|
name = "educe"
|
|
597
|
-
version = "0.7.
|
|
687
|
+
version = "0.7.6"
|
|
598
688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
-
checksum = "
|
|
689
|
+
checksum = "e451fac8dd8dece16234604bf1efce6e90fddd8ab6ad4d66eec0eca5160959dd"
|
|
600
690
|
dependencies = [
|
|
601
691
|
"enum-ordinalize",
|
|
602
692
|
"proc-macro2",
|
|
603
693
|
"quote",
|
|
604
|
-
"syn",
|
|
694
|
+
"syn 3.0.3",
|
|
605
695
|
]
|
|
606
696
|
|
|
607
697
|
[[package]]
|
|
608
698
|
name = "either"
|
|
609
|
-
version = "1.
|
|
699
|
+
version = "1.17.0"
|
|
610
700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
-
checksum = "
|
|
701
|
+
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
612
702
|
|
|
613
703
|
[[package]]
|
|
614
704
|
name = "enum-ordinalize"
|
|
615
|
-
version = "4.4.
|
|
705
|
+
version = "4.4.2"
|
|
616
706
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
-
checksum = "
|
|
707
|
+
checksum = "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677"
|
|
618
708
|
dependencies = [
|
|
619
709
|
"enum-ordinalize-derive",
|
|
620
710
|
]
|
|
621
711
|
|
|
622
712
|
[[package]]
|
|
623
713
|
name = "enum-ordinalize-derive"
|
|
624
|
-
version = "4.4.
|
|
714
|
+
version = "4.4.2"
|
|
625
715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
626
|
-
checksum = "
|
|
716
|
+
checksum = "a65863d15a4ce2888bd2f0f543cc963d3879c3a022c8ee43f6141d479a3ac815"
|
|
627
717
|
dependencies = [
|
|
628
718
|
"proc-macro2",
|
|
629
719
|
"quote",
|
|
630
|
-
"syn",
|
|
720
|
+
"syn 3.0.3",
|
|
631
721
|
]
|
|
632
722
|
|
|
633
723
|
[[package]]
|
|
@@ -639,7 +729,7 @@ dependencies = [
|
|
|
639
729
|
"once_cell",
|
|
640
730
|
"proc-macro2",
|
|
641
731
|
"quote",
|
|
642
|
-
"syn",
|
|
732
|
+
"syn 2.0.119",
|
|
643
733
|
]
|
|
644
734
|
|
|
645
735
|
[[package]]
|
|
@@ -666,20 +756,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
666
756
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
667
757
|
dependencies = [
|
|
668
758
|
"libc",
|
|
669
|
-
"windows-sys
|
|
759
|
+
"windows-sys",
|
|
670
760
|
]
|
|
671
761
|
|
|
672
762
|
[[package]]
|
|
673
763
|
name = "fastrand"
|
|
674
|
-
version = "2.
|
|
764
|
+
version = "2.5.0"
|
|
675
765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
-
checksum = "
|
|
766
|
+
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
677
767
|
|
|
678
768
|
[[package]]
|
|
679
769
|
name = "find-msvc-tools"
|
|
680
|
-
version = "0.1.
|
|
770
|
+
version = "0.1.11"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "fixedbitset"
|
|
776
|
+
version = "0.5.7"
|
|
681
777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
682
|
-
checksum = "
|
|
778
|
+
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
|
|
683
779
|
|
|
684
780
|
[[package]]
|
|
685
781
|
name = "fixedstr"
|
|
@@ -689,9 +785,9 @@ checksum = "651755bc34f44f4fef9edc525a2a88d913303b83a75de6de855cce6ef9180188"
|
|
|
689
785
|
|
|
690
786
|
[[package]]
|
|
691
787
|
name = "fjall"
|
|
692
|
-
version = "3.1.
|
|
788
|
+
version = "3.1.9"
|
|
693
789
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
-
checksum = "
|
|
790
|
+
checksum = "d5427b70d8592043024955a4a40b5cf44af323fdad7c1f62848a01ec7806709e"
|
|
695
791
|
dependencies = [
|
|
696
792
|
"byteorder-lite",
|
|
697
793
|
"byteview",
|
|
@@ -751,9 +847,9 @@ dependencies = [
|
|
|
751
847
|
|
|
752
848
|
[[package]]
|
|
753
849
|
name = "futures"
|
|
754
|
-
version = "0.3.
|
|
850
|
+
version = "0.3.34"
|
|
755
851
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
-
checksum = "
|
|
852
|
+
checksum = "9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3"
|
|
757
853
|
dependencies = [
|
|
758
854
|
"futures-channel",
|
|
759
855
|
"futures-core",
|
|
@@ -766,9 +862,9 @@ dependencies = [
|
|
|
766
862
|
|
|
767
863
|
[[package]]
|
|
768
864
|
name = "futures-channel"
|
|
769
|
-
version = "0.3.
|
|
865
|
+
version = "0.3.34"
|
|
770
866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
771
|
-
checksum = "
|
|
867
|
+
checksum = "b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4"
|
|
772
868
|
dependencies = [
|
|
773
869
|
"futures-core",
|
|
774
870
|
"futures-sink",
|
|
@@ -776,15 +872,15 @@ dependencies = [
|
|
|
776
872
|
|
|
777
873
|
[[package]]
|
|
778
874
|
name = "futures-core"
|
|
779
|
-
version = "0.3.
|
|
875
|
+
version = "0.3.34"
|
|
780
876
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
781
|
-
checksum = "
|
|
877
|
+
checksum = "92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e"
|
|
782
878
|
|
|
783
879
|
[[package]]
|
|
784
880
|
name = "futures-executor"
|
|
785
|
-
version = "0.3.
|
|
881
|
+
version = "0.3.34"
|
|
786
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
787
|
-
checksum = "
|
|
883
|
+
checksum = "031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432"
|
|
788
884
|
dependencies = [
|
|
789
885
|
"futures-core",
|
|
790
886
|
"futures-task",
|
|
@@ -793,38 +889,38 @@ dependencies = [
|
|
|
793
889
|
|
|
794
890
|
[[package]]
|
|
795
891
|
name = "futures-io"
|
|
796
|
-
version = "0.3.
|
|
892
|
+
version = "0.3.34"
|
|
797
893
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
-
checksum = "
|
|
894
|
+
checksum = "53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed"
|
|
799
895
|
|
|
800
896
|
[[package]]
|
|
801
897
|
name = "futures-macro"
|
|
802
|
-
version = "0.3.
|
|
898
|
+
version = "0.3.34"
|
|
803
899
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
804
|
-
checksum = "
|
|
900
|
+
checksum = "9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44"
|
|
805
901
|
dependencies = [
|
|
806
902
|
"proc-macro2",
|
|
807
903
|
"quote",
|
|
808
|
-
"syn",
|
|
904
|
+
"syn 3.0.3",
|
|
809
905
|
]
|
|
810
906
|
|
|
811
907
|
[[package]]
|
|
812
908
|
name = "futures-sink"
|
|
813
|
-
version = "0.3.
|
|
909
|
+
version = "0.3.34"
|
|
814
910
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
815
|
-
checksum = "
|
|
911
|
+
checksum = "1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d"
|
|
816
912
|
|
|
817
913
|
[[package]]
|
|
818
914
|
name = "futures-task"
|
|
819
|
-
version = "0.3.
|
|
915
|
+
version = "0.3.34"
|
|
820
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
|
-
checksum = "
|
|
917
|
+
checksum = "cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd"
|
|
822
918
|
|
|
823
919
|
[[package]]
|
|
824
920
|
name = "futures-util"
|
|
825
|
-
version = "0.3.
|
|
921
|
+
version = "0.3.34"
|
|
826
922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
-
checksum = "
|
|
923
|
+
checksum = "0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc"
|
|
828
924
|
dependencies = [
|
|
829
925
|
"futures-channel",
|
|
830
926
|
"futures-core",
|
|
@@ -875,15 +971,15 @@ dependencies = [
|
|
|
875
971
|
|
|
876
972
|
[[package]]
|
|
877
973
|
name = "glob"
|
|
878
|
-
version = "0.3.
|
|
974
|
+
version = "0.3.4"
|
|
879
975
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
880
|
-
checksum = "
|
|
976
|
+
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
881
977
|
|
|
882
978
|
[[package]]
|
|
883
979
|
name = "globset"
|
|
884
|
-
version = "0.4.
|
|
980
|
+
version = "0.4.20"
|
|
885
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
-
checksum = "
|
|
982
|
+
checksum = "07c34a9410465b45bd9787443bc7370f37735bad04b0f0cd57ff1a3186c98988"
|
|
887
983
|
dependencies = [
|
|
888
984
|
"aho-corasick",
|
|
889
985
|
"bstr",
|
|
@@ -954,6 +1050,11 @@ name = "hashbrown"
|
|
|
954
1050
|
version = "0.17.1"
|
|
955
1051
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
1052
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
1053
|
+
dependencies = [
|
|
1054
|
+
"allocator-api2",
|
|
1055
|
+
"equivalent",
|
|
1056
|
+
"foldhash 0.2.0",
|
|
1057
|
+
]
|
|
957
1058
|
|
|
958
1059
|
[[package]]
|
|
959
1060
|
name = "heck"
|
|
@@ -963,9 +1064,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
963
1064
|
|
|
964
1065
|
[[package]]
|
|
965
1066
|
name = "http"
|
|
966
|
-
version = "1.
|
|
1067
|
+
version = "1.5.0"
|
|
967
1068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
968
|
-
checksum = "
|
|
1069
|
+
checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
|
|
969
1070
|
dependencies = [
|
|
970
1071
|
"bytes",
|
|
971
1072
|
"itoa",
|
|
@@ -983,9 +1084,9 @@ dependencies = [
|
|
|
983
1084
|
|
|
984
1085
|
[[package]]
|
|
985
1086
|
name = "http-body-util"
|
|
986
|
-
version = "0.1.
|
|
1087
|
+
version = "0.1.5"
|
|
987
1088
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
988
|
-
checksum = "
|
|
1089
|
+
checksum = "23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c"
|
|
989
1090
|
dependencies = [
|
|
990
1091
|
"bytes",
|
|
991
1092
|
"futures-core",
|
|
@@ -1014,18 +1115,18 @@ checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
|
|
|
1014
1115
|
|
|
1015
1116
|
[[package]]
|
|
1016
1117
|
name = "hybrid-array"
|
|
1017
|
-
version = "0.4.
|
|
1118
|
+
version = "0.4.14"
|
|
1018
1119
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
-
checksum = "
|
|
1120
|
+
checksum = "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
|
|
1020
1121
|
dependencies = [
|
|
1021
1122
|
"typenum",
|
|
1022
1123
|
]
|
|
1023
1124
|
|
|
1024
1125
|
[[package]]
|
|
1025
1126
|
name = "hyper"
|
|
1026
|
-
version = "1.
|
|
1127
|
+
version = "1.11.0"
|
|
1027
1128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1028
|
-
checksum = "
|
|
1129
|
+
checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
|
|
1029
1130
|
dependencies = [
|
|
1030
1131
|
"atomic-waker",
|
|
1031
1132
|
"bytes",
|
|
@@ -1073,7 +1174,7 @@ dependencies = [
|
|
|
1073
1174
|
"libc",
|
|
1074
1175
|
"percent-encoding",
|
|
1075
1176
|
"pin-project-lite",
|
|
1076
|
-
"socket2
|
|
1177
|
+
"socket2",
|
|
1077
1178
|
"tokio",
|
|
1078
1179
|
"tower-service",
|
|
1079
1180
|
"tracing",
|
|
@@ -1105,9 +1206,9 @@ dependencies = [
|
|
|
1105
1206
|
|
|
1106
1207
|
[[package]]
|
|
1107
1208
|
name = "icu_collections"
|
|
1108
|
-
version = "2.
|
|
1209
|
+
version = "2.3.0"
|
|
1109
1210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1110
|
-
checksum = "
|
|
1211
|
+
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
|
|
1111
1212
|
dependencies = [
|
|
1112
1213
|
"displaydoc",
|
|
1113
1214
|
"potential_utf",
|
|
@@ -1119,9 +1220,9 @@ dependencies = [
|
|
|
1119
1220
|
|
|
1120
1221
|
[[package]]
|
|
1121
1222
|
name = "icu_locale_core"
|
|
1122
|
-
version = "2.
|
|
1223
|
+
version = "2.3.0"
|
|
1123
1224
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
-
checksum = "
|
|
1225
|
+
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
|
|
1125
1226
|
dependencies = [
|
|
1126
1227
|
"displaydoc",
|
|
1127
1228
|
"litemap",
|
|
@@ -1132,9 +1233,9 @@ dependencies = [
|
|
|
1132
1233
|
|
|
1133
1234
|
[[package]]
|
|
1134
1235
|
name = "icu_normalizer"
|
|
1135
|
-
version = "2.
|
|
1236
|
+
version = "2.3.0"
|
|
1136
1237
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
-
checksum = "
|
|
1238
|
+
checksum = "12f9cf5f235641ed274641dd81c3f28d870e276763d0797aeeab72317b1c646f"
|
|
1138
1239
|
dependencies = [
|
|
1139
1240
|
"icu_collections",
|
|
1140
1241
|
"icu_normalizer_data",
|
|
@@ -1146,16 +1247,17 @@ dependencies = [
|
|
|
1146
1247
|
|
|
1147
1248
|
[[package]]
|
|
1148
1249
|
name = "icu_normalizer_data"
|
|
1149
|
-
version = "2.
|
|
1250
|
+
version = "2.3.0"
|
|
1150
1251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1151
|
-
checksum = "
|
|
1252
|
+
checksum = "1563da1ed3e0b3bf3d74c9b85917ac9c56464d2f57242270c09c9e752f8021a0"
|
|
1152
1253
|
|
|
1153
1254
|
[[package]]
|
|
1154
1255
|
name = "icu_properties"
|
|
1155
|
-
version = "2.
|
|
1256
|
+
version = "2.3.0"
|
|
1156
1257
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1157
|
-
checksum = "
|
|
1258
|
+
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
|
|
1158
1259
|
dependencies = [
|
|
1260
|
+
"displaydoc",
|
|
1159
1261
|
"icu_collections",
|
|
1160
1262
|
"icu_locale_core",
|
|
1161
1263
|
"icu_properties_data",
|
|
@@ -1166,15 +1268,15 @@ dependencies = [
|
|
|
1166
1268
|
|
|
1167
1269
|
[[package]]
|
|
1168
1270
|
name = "icu_properties_data"
|
|
1169
|
-
version = "2.
|
|
1271
|
+
version = "2.3.0"
|
|
1170
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1171
|
-
checksum = "
|
|
1273
|
+
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"
|
|
1172
1274
|
|
|
1173
1275
|
[[package]]
|
|
1174
1276
|
name = "icu_provider"
|
|
1175
|
-
version = "2.
|
|
1277
|
+
version = "2.3.0"
|
|
1176
1278
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1177
|
-
checksum = "
|
|
1279
|
+
checksum = "92a7ed671a6aad807a8651a2e1782a6598fda9ce5185dd8158549e95a91c6428"
|
|
1178
1280
|
dependencies = [
|
|
1179
1281
|
"displaydoc",
|
|
1180
1282
|
"icu_locale_core",
|
|
@@ -1256,9 +1358,9 @@ dependencies = [
|
|
|
1256
1358
|
|
|
1257
1359
|
[[package]]
|
|
1258
1360
|
name = "ipnet"
|
|
1259
|
-
version = "2.12.
|
|
1361
|
+
version = "2.12.1"
|
|
1260
1362
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
-
checksum = "
|
|
1363
|
+
checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
|
|
1262
1364
|
|
|
1263
1365
|
[[package]]
|
|
1264
1366
|
name = "itertools"
|
|
@@ -1271,9 +1373,9 @@ dependencies = [
|
|
|
1271
1373
|
|
|
1272
1374
|
[[package]]
|
|
1273
1375
|
name = "itertools"
|
|
1274
|
-
version = "0.
|
|
1376
|
+
version = "0.15.0"
|
|
1275
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1276
|
-
checksum = "
|
|
1378
|
+
checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
|
1277
1379
|
dependencies = [
|
|
1278
1380
|
"either",
|
|
1279
1381
|
]
|
|
@@ -1296,9 +1398,9 @@ dependencies = [
|
|
|
1296
1398
|
|
|
1297
1399
|
[[package]]
|
|
1298
1400
|
name = "js-sys"
|
|
1299
|
-
version = "0.3.
|
|
1401
|
+
version = "0.3.104"
|
|
1300
1402
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1301
|
-
checksum = "
|
|
1403
|
+
checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
|
|
1302
1404
|
dependencies = [
|
|
1303
1405
|
"cfg-if",
|
|
1304
1406
|
"futures-util",
|
|
@@ -1313,9 +1415,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
1313
1415
|
|
|
1314
1416
|
[[package]]
|
|
1315
1417
|
name = "libc"
|
|
1316
|
-
version = "0.2.
|
|
1418
|
+
version = "0.2.189"
|
|
1317
1419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1420
|
+
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
1319
1421
|
|
|
1320
1422
|
[[package]]
|
|
1321
1423
|
name = "libloading"
|
|
@@ -1338,9 +1440,9 @@ dependencies = [
|
|
|
1338
1440
|
|
|
1339
1441
|
[[package]]
|
|
1340
1442
|
name = "libredox"
|
|
1341
|
-
version = "0.1.
|
|
1443
|
+
version = "0.1.20"
|
|
1342
1444
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1343
|
-
checksum = "
|
|
1445
|
+
checksum = "28d0a00925a9f930d679b6789b721e3a7f9ed110f41b86d2497caa780c3a070a"
|
|
1344
1446
|
dependencies = [
|
|
1345
1447
|
"libc",
|
|
1346
1448
|
]
|
|
@@ -1365,9 +1467,9 @@ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
|
1365
1467
|
|
|
1366
1468
|
[[package]]
|
|
1367
1469
|
name = "litemap"
|
|
1368
|
-
version = "0.8.
|
|
1470
|
+
version = "0.8.3"
|
|
1369
1471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1370
|
-
checksum = "
|
|
1472
|
+
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"
|
|
1371
1473
|
|
|
1372
1474
|
[[package]]
|
|
1373
1475
|
name = "lock_api"
|
|
@@ -1386,9 +1488,9 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
|
1386
1488
|
|
|
1387
1489
|
[[package]]
|
|
1388
1490
|
name = "lsm-tree"
|
|
1389
|
-
version = "3.1.
|
|
1491
|
+
version = "3.1.9"
|
|
1390
1492
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1391
|
-
checksum = "
|
|
1493
|
+
checksum = "03c4da84fa3a8638fb26d4432bfeb69a1b560905ee2980134d8993e2cfa0dbf3"
|
|
1392
1494
|
dependencies = [
|
|
1393
1495
|
"byteorder-lite",
|
|
1394
1496
|
"byteview",
|
|
@@ -1408,22 +1510,28 @@ dependencies = [
|
|
|
1408
1510
|
|
|
1409
1511
|
[[package]]
|
|
1410
1512
|
name = "lz4_flex"
|
|
1411
|
-
version = "0.
|
|
1513
|
+
version = "0.13.1"
|
|
1412
1514
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1413
|
-
checksum = "
|
|
1515
|
+
checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
|
|
1414
1516
|
dependencies = [
|
|
1415
1517
|
"twox-hash",
|
|
1416
1518
|
]
|
|
1417
1519
|
|
|
1418
1520
|
[[package]]
|
|
1419
1521
|
name = "lz4_flex"
|
|
1420
|
-
version = "0.
|
|
1522
|
+
version = "0.14.0"
|
|
1421
1523
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1422
|
-
checksum = "
|
|
1524
|
+
checksum = "ecbdfe44b1bd960b68170b417450a628c43f7cf56bb3c5317e61cb230ee7f226"
|
|
1423
1525
|
dependencies = [
|
|
1424
1526
|
"twox-hash",
|
|
1425
1527
|
]
|
|
1426
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
|
+
|
|
1427
1535
|
[[package]]
|
|
1428
1536
|
name = "magnus"
|
|
1429
1537
|
version = "0.8.2"
|
|
@@ -1444,7 +1552,7 @@ checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
|
1444
1552
|
dependencies = [
|
|
1445
1553
|
"proc-macro2",
|
|
1446
1554
|
"quote",
|
|
1447
|
-
"syn",
|
|
1555
|
+
"syn 2.0.119",
|
|
1448
1556
|
]
|
|
1449
1557
|
|
|
1450
1558
|
[[package]]
|
|
@@ -1507,7 +1615,67 @@ checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
|
|
|
1507
1615
|
dependencies = [
|
|
1508
1616
|
"libc",
|
|
1509
1617
|
"wasi 0.11.1+wasi-snapshot-preview1",
|
|
1510
|
-
"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",
|
|
1511
1679
|
]
|
|
1512
1680
|
|
|
1513
1681
|
[[package]]
|
|
@@ -1532,14 +1700,20 @@ version = "0.50.3"
|
|
|
1532
1700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1533
1701
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
1534
1702
|
dependencies = [
|
|
1535
|
-
"windows-sys
|
|
1703
|
+
"windows-sys",
|
|
1536
1704
|
]
|
|
1537
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
|
+
|
|
1538
1712
|
[[package]]
|
|
1539
1713
|
name = "num-integer"
|
|
1540
|
-
version = "0.1.
|
|
1714
|
+
version = "0.1.47"
|
|
1541
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1542
|
-
checksum = "
|
|
1716
|
+
checksum = "7ce2d95d4b3734dc35aa2f45e1aa22cd416814592a4f9d9205e11affd5b8e10b"
|
|
1543
1717
|
dependencies = [
|
|
1544
1718
|
"num-traits",
|
|
1545
1719
|
]
|
|
@@ -1572,7 +1746,16 @@ dependencies = [
|
|
|
1572
1746
|
"proc-macro-crate",
|
|
1573
1747
|
"proc-macro2",
|
|
1574
1748
|
"quote",
|
|
1575
|
-
"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",
|
|
1576
1759
|
]
|
|
1577
1760
|
|
|
1578
1761
|
[[package]]
|
|
@@ -1582,8 +1765,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1582
1765
|
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
|
|
1583
1766
|
dependencies = [
|
|
1584
1767
|
"bitflags",
|
|
1768
|
+
"block2",
|
|
1769
|
+
"dispatch2",
|
|
1770
|
+
"libc",
|
|
1771
|
+
"objc2",
|
|
1585
1772
|
]
|
|
1586
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
|
+
|
|
1587
1780
|
[[package]]
|
|
1588
1781
|
name = "objc2-system-configuration"
|
|
1589
1782
|
version = "0.3.2"
|
|
@@ -1662,6 +1855,12 @@ dependencies = [
|
|
|
1662
1855
|
"tonic-prost",
|
|
1663
1856
|
]
|
|
1664
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
|
+
|
|
1665
1864
|
[[package]]
|
|
1666
1865
|
name = "opentelemetry_sdk"
|
|
1667
1866
|
version = "0.32.1"
|
|
@@ -1703,6 +1902,12 @@ dependencies = [
|
|
|
1703
1902
|
"windows-link",
|
|
1704
1903
|
]
|
|
1705
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
|
+
|
|
1706
1911
|
[[package]]
|
|
1707
1912
|
name = "paste"
|
|
1708
1913
|
version = "1.0.15"
|
|
@@ -1715,6 +1920,17 @@ version = "2.3.2"
|
|
|
1715
1920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
1921
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1717
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
|
+
|
|
1718
1934
|
[[package]]
|
|
1719
1935
|
name = "pin-project"
|
|
1720
1936
|
version = "1.1.13"
|
|
@@ -1732,7 +1948,7 @@ checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
|
|
|
1732
1948
|
dependencies = [
|
|
1733
1949
|
"proc-macro2",
|
|
1734
1950
|
"quote",
|
|
1735
|
-
"syn",
|
|
1951
|
+
"syn 2.0.119",
|
|
1736
1952
|
]
|
|
1737
1953
|
|
|
1738
1954
|
[[package]]
|
|
@@ -1743,25 +1959,44 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
|
1743
1959
|
|
|
1744
1960
|
[[package]]
|
|
1745
1961
|
name = "pkg-config"
|
|
1746
|
-
version = "0.3.
|
|
1962
|
+
version = "0.3.34"
|
|
1747
1963
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1748
|
-
checksum = "
|
|
1964
|
+
checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
|
|
1965
|
+
|
|
1966
|
+
[[package]]
|
|
1967
|
+
name = "plist"
|
|
1968
|
+
version = "1.10.0"
|
|
1969
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
+
checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
|
|
1971
|
+
dependencies = [
|
|
1972
|
+
"base64",
|
|
1973
|
+
"indexmap",
|
|
1974
|
+
"quick-xml",
|
|
1975
|
+
"serde",
|
|
1976
|
+
"time",
|
|
1977
|
+
]
|
|
1749
1978
|
|
|
1750
1979
|
[[package]]
|
|
1751
1980
|
name = "portable-atomic"
|
|
1752
|
-
version = "1.
|
|
1981
|
+
version = "1.15.0"
|
|
1753
1982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1754
|
-
checksum = "
|
|
1983
|
+
checksum = "05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85"
|
|
1755
1984
|
|
|
1756
1985
|
[[package]]
|
|
1757
1986
|
name = "potential_utf"
|
|
1758
|
-
version = "0.1.
|
|
1987
|
+
version = "0.1.6"
|
|
1759
1988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1760
|
-
checksum = "
|
|
1989
|
+
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
|
|
1761
1990
|
dependencies = [
|
|
1762
1991
|
"zerovec",
|
|
1763
1992
|
]
|
|
1764
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
|
+
|
|
1765
2000
|
[[package]]
|
|
1766
2001
|
name = "ppv-lite86"
|
|
1767
2002
|
version = "0.2.21"
|
|
@@ -1771,6 +2006,16 @@ dependencies = [
|
|
|
1771
2006
|
"zerocopy",
|
|
1772
2007
|
]
|
|
1773
2008
|
|
|
2009
|
+
[[package]]
|
|
2010
|
+
name = "prettyplease"
|
|
2011
|
+
version = "0.2.37"
|
|
2012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2013
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2014
|
+
dependencies = [
|
|
2015
|
+
"proc-macro2",
|
|
2016
|
+
"syn 2.0.119",
|
|
2017
|
+
]
|
|
2018
|
+
|
|
1774
2019
|
[[package]]
|
|
1775
2020
|
name = "proc-macro-crate"
|
|
1776
2021
|
version = "3.5.0"
|
|
@@ -1782,9 +2027,9 @@ dependencies = [
|
|
|
1782
2027
|
|
|
1783
2028
|
[[package]]
|
|
1784
2029
|
name = "proc-macro-error-attr3"
|
|
1785
|
-
version = "3.0
|
|
2030
|
+
version = "3.1.0"
|
|
1786
2031
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1787
|
-
checksum = "
|
|
2032
|
+
checksum = "b0084e6206a967a2dad822180626b2f6b07a3b379325e8f1ec0438e33a469ba7"
|
|
1788
2033
|
dependencies = [
|
|
1789
2034
|
"proc-macro2",
|
|
1790
2035
|
"quote",
|
|
@@ -1792,21 +2037,21 @@ dependencies = [
|
|
|
1792
2037
|
|
|
1793
2038
|
[[package]]
|
|
1794
2039
|
name = "proc-macro-error3"
|
|
1795
|
-
version = "3.0
|
|
2040
|
+
version = "3.1.0"
|
|
1796
2041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1797
|
-
checksum = "
|
|
2042
|
+
checksum = "0cf066225f2373bc711684792b69bdeac0356019b007e721090c24d92d5d5a50"
|
|
1798
2043
|
dependencies = [
|
|
1799
2044
|
"proc-macro-error-attr3",
|
|
1800
2045
|
"proc-macro2",
|
|
1801
2046
|
"quote",
|
|
1802
|
-
"syn",
|
|
2047
|
+
"syn 3.0.3",
|
|
1803
2048
|
]
|
|
1804
2049
|
|
|
1805
2050
|
[[package]]
|
|
1806
2051
|
name = "proc-macro2"
|
|
1807
|
-
version = "1.0.
|
|
2052
|
+
version = "1.0.107"
|
|
1808
2053
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
-
checksum = "
|
|
2054
|
+
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
1810
2055
|
dependencies = [
|
|
1811
2056
|
"unicode-ident",
|
|
1812
2057
|
]
|
|
@@ -1832,12 +2077,13 @@ version = "0.1.0"
|
|
|
1832
2077
|
dependencies = [
|
|
1833
2078
|
"atomic-take",
|
|
1834
2079
|
"bumpalo",
|
|
2080
|
+
"crossbeam-channel",
|
|
1835
2081
|
"educe",
|
|
1836
2082
|
"futures",
|
|
1837
2083
|
"magnus",
|
|
1838
2084
|
"mimalloc",
|
|
1839
2085
|
"opentelemetry",
|
|
1840
|
-
"prosody 0.
|
|
2086
|
+
"prosody 0.6.0",
|
|
1841
2087
|
"rb-sys",
|
|
1842
2088
|
"serde",
|
|
1843
2089
|
"serde-untagged",
|
|
@@ -1853,9 +2099,9 @@ dependencies = [
|
|
|
1853
2099
|
|
|
1854
2100
|
[[package]]
|
|
1855
2101
|
name = "prosody"
|
|
1856
|
-
version = "0.
|
|
2102
|
+
version = "0.6.0"
|
|
1857
2103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1858
|
-
checksum = "
|
|
2104
|
+
checksum = "991f789b5758693df96ef233e31fef51e2a3fc047ef08510a01b9d126b82f087"
|
|
1859
2105
|
dependencies = [
|
|
1860
2106
|
"ahash",
|
|
1861
2107
|
"aho-corasick",
|
|
@@ -1867,6 +2113,7 @@ dependencies = [
|
|
|
1867
2113
|
"base16ct",
|
|
1868
2114
|
"bytes",
|
|
1869
2115
|
"chrono",
|
|
2116
|
+
"crc32fast",
|
|
1870
2117
|
"crossbeam-utils",
|
|
1871
2118
|
"derive_builder",
|
|
1872
2119
|
"dyn-clone",
|
|
@@ -1877,14 +2124,20 @@ dependencies = [
|
|
|
1877
2124
|
"humantime",
|
|
1878
2125
|
"internment",
|
|
1879
2126
|
"intervallum",
|
|
2127
|
+
"itoa",
|
|
2128
|
+
"netdev",
|
|
1880
2129
|
"nohash-hasher",
|
|
1881
2130
|
"opentelemetry",
|
|
1882
2131
|
"opentelemetry-otlp",
|
|
2132
|
+
"opentelemetry-semantic-conventions",
|
|
1883
2133
|
"opentelemetry_sdk",
|
|
1884
2134
|
"parking_lot",
|
|
2135
|
+
"parse-size",
|
|
1885
2136
|
"paste",
|
|
1886
2137
|
"pin-project",
|
|
1887
2138
|
"portable-atomic",
|
|
2139
|
+
"prosody-macros",
|
|
2140
|
+
"prost",
|
|
1888
2141
|
"quanta",
|
|
1889
2142
|
"quick_cache 0.7.0",
|
|
1890
2143
|
"rand 0.10.2",
|
|
@@ -1903,6 +2156,10 @@ dependencies = [
|
|
|
1903
2156
|
"tokio",
|
|
1904
2157
|
"tokio-stream",
|
|
1905
2158
|
"tokio-util",
|
|
2159
|
+
"tonic",
|
|
2160
|
+
"tonic-health",
|
|
2161
|
+
"tonic-prost-build",
|
|
2162
|
+
"tonic-reflection",
|
|
1906
2163
|
"tracing",
|
|
1907
2164
|
"tracing-opentelemetry",
|
|
1908
2165
|
"tracing-subscriber",
|
|
@@ -1913,6 +2170,17 @@ dependencies = [
|
|
|
1913
2170
|
"zstd",
|
|
1914
2171
|
]
|
|
1915
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",
|
|
2182
|
+
]
|
|
2183
|
+
|
|
1916
2184
|
[[package]]
|
|
1917
2185
|
name = "prost"
|
|
1918
2186
|
version = "0.14.4"
|
|
@@ -1923,6 +2191,27 @@ dependencies = [
|
|
|
1923
2191
|
"prost-derive",
|
|
1924
2192
|
]
|
|
1925
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
|
+
|
|
1926
2215
|
[[package]]
|
|
1927
2216
|
name = "prost-derive"
|
|
1928
2217
|
version = "0.14.4"
|
|
@@ -1930,10 +2219,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1930
2219
|
checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
|
|
1931
2220
|
dependencies = [
|
|
1932
2221
|
"anyhow",
|
|
1933
|
-
"itertools 0.
|
|
2222
|
+
"itertools 0.13.0",
|
|
1934
2223
|
"proc-macro2",
|
|
1935
2224
|
"quote",
|
|
1936
|
-
"syn",
|
|
2225
|
+
"syn 2.0.119",
|
|
1937
2226
|
]
|
|
1938
2227
|
|
|
1939
2228
|
[[package]]
|
|
@@ -1945,6 +2234,26 @@ dependencies = [
|
|
|
1945
2234
|
"prost",
|
|
1946
2235
|
]
|
|
1947
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",
|
|
2255
|
+
]
|
|
2256
|
+
|
|
1948
2257
|
[[package]]
|
|
1949
2258
|
name = "quanta"
|
|
1950
2259
|
version = "0.12.6"
|
|
@@ -1960,6 +2269,15 @@ dependencies = [
|
|
|
1960
2269
|
"winapi",
|
|
1961
2270
|
]
|
|
1962
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
|
+
|
|
1963
2281
|
[[package]]
|
|
1964
2282
|
name = "quick_cache"
|
|
1965
2283
|
version = "0.6.24"
|
|
@@ -1984,9 +2302,9 @@ dependencies = [
|
|
|
1984
2302
|
|
|
1985
2303
|
[[package]]
|
|
1986
2304
|
name = "quote"
|
|
1987
|
-
version = "1.0.
|
|
2305
|
+
version = "1.0.47"
|
|
1988
2306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1989
|
-
checksum = "
|
|
2307
|
+
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
1990
2308
|
dependencies = [
|
|
1991
2309
|
"proc-macro2",
|
|
1992
2310
|
]
|
|
@@ -2097,7 +2415,7 @@ dependencies = [
|
|
|
2097
2415
|
"quote",
|
|
2098
2416
|
"regex",
|
|
2099
2417
|
"shell-words",
|
|
2100
|
-
"syn",
|
|
2418
|
+
"syn 2.0.119",
|
|
2101
2419
|
]
|
|
2102
2420
|
|
|
2103
2421
|
[[package]]
|
|
@@ -2149,22 +2467,22 @@ dependencies = [
|
|
|
2149
2467
|
|
|
2150
2468
|
[[package]]
|
|
2151
2469
|
name = "ref-cast"
|
|
2152
|
-
version = "1.0.
|
|
2470
|
+
version = "1.0.26"
|
|
2153
2471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2154
|
-
checksum = "
|
|
2472
|
+
checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
|
|
2155
2473
|
dependencies = [
|
|
2156
2474
|
"ref-cast-impl",
|
|
2157
2475
|
]
|
|
2158
2476
|
|
|
2159
2477
|
[[package]]
|
|
2160
2478
|
name = "ref-cast-impl"
|
|
2161
|
-
version = "1.0.
|
|
2479
|
+
version = "1.0.26"
|
|
2162
2480
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
-
checksum = "
|
|
2481
|
+
checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
|
|
2164
2482
|
dependencies = [
|
|
2165
2483
|
"proc-macro2",
|
|
2166
2484
|
"quote",
|
|
2167
|
-
"syn",
|
|
2485
|
+
"syn 3.0.3",
|
|
2168
2486
|
]
|
|
2169
2487
|
|
|
2170
2488
|
[[package]]
|
|
@@ -2181,9 +2499,9 @@ dependencies = [
|
|
|
2181
2499
|
|
|
2182
2500
|
[[package]]
|
|
2183
2501
|
name = "regex-automata"
|
|
2184
|
-
version = "0.4.
|
|
2502
|
+
version = "0.4.18"
|
|
2185
2503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2186
|
-
checksum = "
|
|
2504
|
+
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
2187
2505
|
dependencies = [
|
|
2188
2506
|
"aho-corasick",
|
|
2189
2507
|
"memchr",
|
|
@@ -2267,7 +2585,7 @@ dependencies = [
|
|
|
2267
2585
|
"proc-macro2",
|
|
2268
2586
|
"quote",
|
|
2269
2587
|
"rust-embed-utils",
|
|
2270
|
-
"syn",
|
|
2588
|
+
"syn 2.0.119",
|
|
2271
2589
|
"walkdir",
|
|
2272
2590
|
]
|
|
2273
2591
|
|
|
@@ -2298,7 +2616,7 @@ dependencies = [
|
|
|
2298
2616
|
"errno",
|
|
2299
2617
|
"libc",
|
|
2300
2618
|
"linux-raw-sys",
|
|
2301
|
-
"windows-sys
|
|
2619
|
+
"windows-sys",
|
|
2302
2620
|
]
|
|
2303
2621
|
|
|
2304
2622
|
[[package]]
|
|
@@ -2330,9 +2648,9 @@ dependencies = [
|
|
|
2330
2648
|
|
|
2331
2649
|
[[package]]
|
|
2332
2650
|
name = "scc"
|
|
2333
|
-
version = "3.8.
|
|
2651
|
+
version = "3.8.6"
|
|
2334
2652
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2335
|
-
checksum = "
|
|
2653
|
+
checksum = "f8af0b99483d1c3e59471d4f0cb58b244169436a8979c889a91a3f697075ea01"
|
|
2336
2654
|
dependencies = [
|
|
2337
2655
|
"saa",
|
|
2338
2656
|
"sdd",
|
|
@@ -2346,9 +2664,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
2346
2664
|
|
|
2347
2665
|
[[package]]
|
|
2348
2666
|
name = "scylla"
|
|
2349
|
-
version = "1.
|
|
2667
|
+
version = "1.8.0"
|
|
2350
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2351
|
-
checksum = "
|
|
2669
|
+
checksum = "a1163ef6fae8e222c156962532de31aa1cd19a83782c4eb196aab7fc76aebdae"
|
|
2352
2670
|
dependencies = [
|
|
2353
2671
|
"arc-swap",
|
|
2354
2672
|
"async-trait",
|
|
@@ -2356,14 +2674,14 @@ dependencies = [
|
|
|
2356
2674
|
"chrono",
|
|
2357
2675
|
"dashmap",
|
|
2358
2676
|
"futures",
|
|
2359
|
-
"hashbrown 0.
|
|
2360
|
-
"itertools 0.
|
|
2677
|
+
"hashbrown 0.17.1",
|
|
2678
|
+
"itertools 0.15.0",
|
|
2361
2679
|
"rand 0.9.5",
|
|
2362
2680
|
"rand_pcg",
|
|
2363
2681
|
"scylla-cql",
|
|
2364
2682
|
"scylla-cql-core",
|
|
2365
2683
|
"smallvec",
|
|
2366
|
-
"socket2
|
|
2684
|
+
"socket2",
|
|
2367
2685
|
"thiserror",
|
|
2368
2686
|
"tokio",
|
|
2369
2687
|
"tracing",
|
|
@@ -2372,15 +2690,15 @@ dependencies = [
|
|
|
2372
2690
|
|
|
2373
2691
|
[[package]]
|
|
2374
2692
|
name = "scylla-cql"
|
|
2375
|
-
version = "1.
|
|
2693
|
+
version = "1.8.0"
|
|
2376
2694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2377
|
-
checksum = "
|
|
2695
|
+
checksum = "86d9ae8618f958fedff008180f2237f6c9fe51a8e1e3496910fb3bb7f4b12816"
|
|
2378
2696
|
dependencies = [
|
|
2379
2697
|
"byteorder",
|
|
2380
2698
|
"bytes",
|
|
2381
2699
|
"chrono",
|
|
2382
|
-
"itertools 0.
|
|
2383
|
-
"lz4_flex 0.
|
|
2700
|
+
"itertools 0.15.0",
|
|
2701
|
+
"lz4_flex 0.14.0",
|
|
2384
2702
|
"scylla-cql-core",
|
|
2385
2703
|
"snap",
|
|
2386
2704
|
"stable_deref_trait",
|
|
@@ -2392,14 +2710,14 @@ dependencies = [
|
|
|
2392
2710
|
|
|
2393
2711
|
[[package]]
|
|
2394
2712
|
name = "scylla-cql-core"
|
|
2395
|
-
version = "1.
|
|
2713
|
+
version = "1.8.0"
|
|
2396
2714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2397
|
-
checksum = "
|
|
2715
|
+
checksum = "0d98bb372cbdf09b575488a9493d2e5b3812c034353cb066e33ac0c386992eeb"
|
|
2398
2716
|
dependencies = [
|
|
2399
2717
|
"byteorder",
|
|
2400
2718
|
"bytes",
|
|
2401
2719
|
"chrono",
|
|
2402
|
-
"itertools 0.
|
|
2720
|
+
"itertools 0.15.0",
|
|
2403
2721
|
"scylla-macros",
|
|
2404
2722
|
"thiserror",
|
|
2405
2723
|
"uuid",
|
|
@@ -2407,14 +2725,14 @@ dependencies = [
|
|
|
2407
2725
|
|
|
2408
2726
|
[[package]]
|
|
2409
2727
|
name = "scylla-macros"
|
|
2410
|
-
version = "1.
|
|
2728
|
+
version = "1.8.0"
|
|
2411
2729
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2412
|
-
checksum = "
|
|
2730
|
+
checksum = "bc72604b7e5e759ca0e766f7324f0e1286e776fb154b6f8b658b89daf2e220ef"
|
|
2413
2731
|
dependencies = [
|
|
2414
|
-
"darling 0.
|
|
2732
|
+
"darling 0.24.0",
|
|
2415
2733
|
"proc-macro2",
|
|
2416
2734
|
"quote",
|
|
2417
|
-
"syn",
|
|
2735
|
+
"syn 3.0.3",
|
|
2418
2736
|
]
|
|
2419
2737
|
|
|
2420
2738
|
[[package]]
|
|
@@ -2440,9 +2758,9 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
2440
2758
|
|
|
2441
2759
|
[[package]]
|
|
2442
2760
|
name = "serde"
|
|
2443
|
-
version = "1.0.
|
|
2761
|
+
version = "1.0.229"
|
|
2444
2762
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2445
|
-
checksum = "
|
|
2763
|
+
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
2446
2764
|
dependencies = [
|
|
2447
2765
|
"serde_core",
|
|
2448
2766
|
"serde_derive",
|
|
@@ -2462,29 +2780,29 @@ dependencies = [
|
|
|
2462
2780
|
|
|
2463
2781
|
[[package]]
|
|
2464
2782
|
name = "serde_core"
|
|
2465
|
-
version = "1.0.
|
|
2783
|
+
version = "1.0.229"
|
|
2466
2784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2467
|
-
checksum = "
|
|
2785
|
+
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
2468
2786
|
dependencies = [
|
|
2469
2787
|
"serde_derive",
|
|
2470
2788
|
]
|
|
2471
2789
|
|
|
2472
2790
|
[[package]]
|
|
2473
2791
|
name = "serde_derive"
|
|
2474
|
-
version = "1.0.
|
|
2792
|
+
version = "1.0.229"
|
|
2475
2793
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2476
|
-
checksum = "
|
|
2794
|
+
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
2477
2795
|
dependencies = [
|
|
2478
2796
|
"proc-macro2",
|
|
2479
2797
|
"quote",
|
|
2480
|
-
"syn",
|
|
2798
|
+
"syn 3.0.3",
|
|
2481
2799
|
]
|
|
2482
2800
|
|
|
2483
2801
|
[[package]]
|
|
2484
2802
|
name = "serde_json"
|
|
2485
|
-
version = "1.0.
|
|
2803
|
+
version = "1.0.151"
|
|
2486
2804
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2487
|
-
checksum = "
|
|
2805
|
+
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
2488
2806
|
dependencies = [
|
|
2489
2807
|
"itoa",
|
|
2490
2808
|
"memchr",
|
|
@@ -2620,16 +2938,6 @@ version = "1.1.2"
|
|
|
2620
2938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2621
2939
|
checksum = "199905e6153d6405f9728fe44daace35f8f837bbf830bb6e85fbd5828709a886"
|
|
2622
2940
|
|
|
2623
|
-
[[package]]
|
|
2624
|
-
name = "socket2"
|
|
2625
|
-
version = "0.5.10"
|
|
2626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2627
|
-
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
2628
|
-
dependencies = [
|
|
2629
|
-
"libc",
|
|
2630
|
-
"windows-sys 0.52.0",
|
|
2631
|
-
]
|
|
2632
|
-
|
|
2633
2941
|
[[package]]
|
|
2634
2942
|
name = "socket2"
|
|
2635
2943
|
version = "0.6.5"
|
|
@@ -2637,7 +2945,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2637
2945
|
checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
|
|
2638
2946
|
dependencies = [
|
|
2639
2947
|
"libc",
|
|
2640
|
-
"windows-sys
|
|
2948
|
+
"windows-sys",
|
|
2641
2949
|
]
|
|
2642
2950
|
|
|
2643
2951
|
[[package]]
|
|
@@ -2679,7 +2987,7 @@ dependencies = [
|
|
|
2679
2987
|
"heck",
|
|
2680
2988
|
"proc-macro2",
|
|
2681
2989
|
"quote",
|
|
2682
|
-
"syn",
|
|
2990
|
+
"syn 2.0.119",
|
|
2683
2991
|
]
|
|
2684
2992
|
|
|
2685
2993
|
[[package]]
|
|
@@ -2693,6 +3001,17 @@ dependencies = [
|
|
|
2693
3001
|
"unicode-ident",
|
|
2694
3002
|
]
|
|
2695
3003
|
|
|
3004
|
+
[[package]]
|
|
3005
|
+
name = "syn"
|
|
3006
|
+
version = "3.0.3"
|
|
3007
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3008
|
+
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
3009
|
+
dependencies = [
|
|
3010
|
+
"proc-macro2",
|
|
3011
|
+
"quote",
|
|
3012
|
+
"unicode-ident",
|
|
3013
|
+
]
|
|
3014
|
+
|
|
2696
3015
|
[[package]]
|
|
2697
3016
|
name = "sync_wrapper"
|
|
2698
3017
|
version = "1.0.2"
|
|
@@ -2710,7 +3029,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2710
3029
|
dependencies = [
|
|
2711
3030
|
"proc-macro2",
|
|
2712
3031
|
"quote",
|
|
2713
|
-
"syn",
|
|
3032
|
+
"syn 2.0.119",
|
|
2714
3033
|
]
|
|
2715
3034
|
|
|
2716
3035
|
[[package]]
|
|
@@ -2729,27 +3048,27 @@ dependencies = [
|
|
|
2729
3048
|
"getrandom 0.4.3",
|
|
2730
3049
|
"once_cell",
|
|
2731
3050
|
"rustix",
|
|
2732
|
-
"windows-sys
|
|
3051
|
+
"windows-sys",
|
|
2733
3052
|
]
|
|
2734
3053
|
|
|
2735
3054
|
[[package]]
|
|
2736
3055
|
name = "thiserror"
|
|
2737
|
-
version = "2.0.
|
|
3056
|
+
version = "2.0.20"
|
|
2738
3057
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2739
|
-
checksum = "
|
|
3058
|
+
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
2740
3059
|
dependencies = [
|
|
2741
3060
|
"thiserror-impl",
|
|
2742
3061
|
]
|
|
2743
3062
|
|
|
2744
3063
|
[[package]]
|
|
2745
3064
|
name = "thiserror-impl"
|
|
2746
|
-
version = "2.0.
|
|
3065
|
+
version = "2.0.20"
|
|
2747
3066
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2748
|
-
checksum = "
|
|
3067
|
+
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
2749
3068
|
dependencies = [
|
|
2750
3069
|
"proc-macro2",
|
|
2751
3070
|
"quote",
|
|
2752
|
-
"syn",
|
|
3071
|
+
"syn 3.0.3",
|
|
2753
3072
|
]
|
|
2754
3073
|
|
|
2755
3074
|
[[package]]
|
|
@@ -2761,11 +3080,41 @@ dependencies = [
|
|
|
2761
3080
|
"cfg-if",
|
|
2762
3081
|
]
|
|
2763
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
|
+
|
|
2764
3113
|
[[package]]
|
|
2765
3114
|
name = "tinystr"
|
|
2766
|
-
version = "0.8.
|
|
3115
|
+
version = "0.8.4"
|
|
2767
3116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2768
|
-
checksum = "
|
|
3117
|
+
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
|
|
2769
3118
|
dependencies = [
|
|
2770
3119
|
"displaydoc",
|
|
2771
3120
|
"zerovec",
|
|
@@ -2773,36 +3122,36 @@ dependencies = [
|
|
|
2773
3122
|
|
|
2774
3123
|
[[package]]
|
|
2775
3124
|
name = "tokio"
|
|
2776
|
-
version = "1.
|
|
3125
|
+
version = "1.53.1"
|
|
2777
3126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2778
|
-
checksum = "
|
|
3127
|
+
checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
|
|
2779
3128
|
dependencies = [
|
|
2780
3129
|
"bytes",
|
|
2781
3130
|
"libc",
|
|
2782
3131
|
"mio",
|
|
2783
3132
|
"parking_lot",
|
|
2784
3133
|
"pin-project-lite",
|
|
2785
|
-
"socket2
|
|
3134
|
+
"socket2",
|
|
2786
3135
|
"tokio-macros",
|
|
2787
|
-
"windows-sys
|
|
3136
|
+
"windows-sys",
|
|
2788
3137
|
]
|
|
2789
3138
|
|
|
2790
3139
|
[[package]]
|
|
2791
3140
|
name = "tokio-macros"
|
|
2792
|
-
version = "2.7.
|
|
3141
|
+
version = "2.7.2"
|
|
2793
3142
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2794
|
-
checksum = "
|
|
3143
|
+
checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
|
|
2795
3144
|
dependencies = [
|
|
2796
3145
|
"proc-macro2",
|
|
2797
3146
|
"quote",
|
|
2798
|
-
"syn",
|
|
3147
|
+
"syn 3.0.3",
|
|
2799
3148
|
]
|
|
2800
3149
|
|
|
2801
3150
|
[[package]]
|
|
2802
3151
|
name = "tokio-stream"
|
|
2803
|
-
version = "0.1.
|
|
3152
|
+
version = "0.1.19"
|
|
2804
3153
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
-
checksum = "
|
|
3154
|
+
checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
|
|
2806
3155
|
dependencies = [
|
|
2807
3156
|
"futures-core",
|
|
2808
3157
|
"pin-project-lite",
|
|
@@ -2812,13 +3161,14 @@ dependencies = [
|
|
|
2812
3161
|
|
|
2813
3162
|
[[package]]
|
|
2814
3163
|
name = "tokio-util"
|
|
2815
|
-
version = "0.7.
|
|
3164
|
+
version = "0.7.19"
|
|
2816
3165
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2817
|
-
checksum = "
|
|
3166
|
+
checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
|
|
2818
3167
|
dependencies = [
|
|
2819
3168
|
"bytes",
|
|
2820
3169
|
"futures-core",
|
|
2821
3170
|
"futures-sink",
|
|
3171
|
+
"libc",
|
|
2822
3172
|
"pin-project-lite",
|
|
2823
3173
|
"slab",
|
|
2824
3174
|
"tokio",
|
|
@@ -2847,9 +3197,9 @@ dependencies = [
|
|
|
2847
3197
|
|
|
2848
3198
|
[[package]]
|
|
2849
3199
|
name = "toml_parser"
|
|
2850
|
-
version = "1.1.
|
|
3200
|
+
version = "1.1.3+spec-1.1.0"
|
|
2851
3201
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2852
|
-
checksum = "
|
|
3202
|
+
checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
|
|
2853
3203
|
dependencies = [
|
|
2854
3204
|
"winnow",
|
|
2855
3205
|
]
|
|
@@ -2861,8 +3211,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2861
3211
|
checksum = "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef"
|
|
2862
3212
|
dependencies = [
|
|
2863
3213
|
"async-trait",
|
|
3214
|
+
"axum",
|
|
2864
3215
|
"base64",
|
|
2865
3216
|
"bytes",
|
|
3217
|
+
"h2",
|
|
2866
3218
|
"http",
|
|
2867
3219
|
"http-body",
|
|
2868
3220
|
"http-body-util",
|
|
@@ -2871,6 +3223,7 @@ dependencies = [
|
|
|
2871
3223
|
"hyper-util",
|
|
2872
3224
|
"percent-encoding",
|
|
2873
3225
|
"pin-project",
|
|
3226
|
+
"socket2",
|
|
2874
3227
|
"sync_wrapper",
|
|
2875
3228
|
"tokio",
|
|
2876
3229
|
"tokio-stream",
|
|
@@ -2880,6 +3233,31 @@ dependencies = [
|
|
|
2880
3233
|
"tracing",
|
|
2881
3234
|
]
|
|
2882
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
|
+
|
|
2883
3261
|
[[package]]
|
|
2884
3262
|
name = "tonic-prost"
|
|
2885
3263
|
version = "0.14.6"
|
|
@@ -2891,6 +3269,36 @@ dependencies = [
|
|
|
2891
3269
|
"tonic",
|
|
2892
3270
|
]
|
|
2893
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
|
+
|
|
2894
3302
|
[[package]]
|
|
2895
3303
|
name = "tonic-types"
|
|
2896
3304
|
version = "0.14.6"
|
|
@@ -2971,7 +3379,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
|
2971
3379
|
dependencies = [
|
|
2972
3380
|
"proc-macro2",
|
|
2973
3381
|
"quote",
|
|
2974
|
-
"syn",
|
|
3382
|
+
"syn 2.0.119",
|
|
2975
3383
|
]
|
|
2976
3384
|
|
|
2977
3385
|
[[package]]
|
|
@@ -3044,9 +3452,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
3044
3452
|
|
|
3045
3453
|
[[package]]
|
|
3046
3454
|
name = "twox-hash"
|
|
3047
|
-
version = "2.1.
|
|
3455
|
+
version = "2.1.3"
|
|
3048
3456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3049
|
-
checksum = "
|
|
3457
|
+
checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
|
|
3050
3458
|
|
|
3051
3459
|
[[package]]
|
|
3052
3460
|
name = "typeid"
|
|
@@ -3098,9 +3506,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
3098
3506
|
|
|
3099
3507
|
[[package]]
|
|
3100
3508
|
name = "uuid"
|
|
3101
|
-
version = "1.24.
|
|
3509
|
+
version = "1.24.1"
|
|
3102
3510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3103
|
-
checksum = "
|
|
3511
|
+
checksum = "2cefc03fd367c0c6d4305de1b312cf00248c4114f4a0418ce6a6af769e3b0bd9"
|
|
3104
3512
|
dependencies = [
|
|
3105
3513
|
"getrandom 0.4.3",
|
|
3106
3514
|
"js-sys",
|
|
@@ -3110,12 +3518,11 @@ dependencies = [
|
|
|
3110
3518
|
|
|
3111
3519
|
[[package]]
|
|
3112
3520
|
name = "validator"
|
|
3113
|
-
version = "0.
|
|
3521
|
+
version = "0.21.0"
|
|
3114
3522
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3115
|
-
checksum = "
|
|
3523
|
+
checksum = "c3d68c6633c483df6780cc5277a417c7c2d1bceee2649d06c8ab6b0fd2dd3c81"
|
|
3116
3524
|
dependencies = [
|
|
3117
3525
|
"idna",
|
|
3118
|
-
"once_cell",
|
|
3119
3526
|
"regex",
|
|
3120
3527
|
"serde",
|
|
3121
3528
|
"serde_derive",
|
|
@@ -3134,7 +3541,7 @@ dependencies = [
|
|
|
3134
3541
|
"proc-macro-error3",
|
|
3135
3542
|
"proc-macro2",
|
|
3136
3543
|
"quote",
|
|
3137
|
-
"syn",
|
|
3544
|
+
"syn 2.0.119",
|
|
3138
3545
|
]
|
|
3139
3546
|
|
|
3140
3547
|
[[package]]
|
|
@@ -3227,9 +3634,9 @@ dependencies = [
|
|
|
3227
3634
|
|
|
3228
3635
|
[[package]]
|
|
3229
3636
|
name = "wasm-bindgen"
|
|
3230
|
-
version = "0.2.
|
|
3637
|
+
version = "0.2.127"
|
|
3231
3638
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3232
|
-
checksum = "
|
|
3639
|
+
checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
|
|
3233
3640
|
dependencies = [
|
|
3234
3641
|
"cfg-if",
|
|
3235
3642
|
"once_cell",
|
|
@@ -3240,9 +3647,9 @@ dependencies = [
|
|
|
3240
3647
|
|
|
3241
3648
|
[[package]]
|
|
3242
3649
|
name = "wasm-bindgen-futures"
|
|
3243
|
-
version = "0.4.
|
|
3650
|
+
version = "0.4.77"
|
|
3244
3651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3245
|
-
checksum = "
|
|
3652
|
+
checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
|
|
3246
3653
|
dependencies = [
|
|
3247
3654
|
"js-sys",
|
|
3248
3655
|
"wasm-bindgen",
|
|
@@ -3250,9 +3657,9 @@ dependencies = [
|
|
|
3250
3657
|
|
|
3251
3658
|
[[package]]
|
|
3252
3659
|
name = "wasm-bindgen-macro"
|
|
3253
|
-
version = "0.2.
|
|
3660
|
+
version = "0.2.127"
|
|
3254
3661
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3255
|
-
checksum = "
|
|
3662
|
+
checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
|
|
3256
3663
|
dependencies = [
|
|
3257
3664
|
"quote",
|
|
3258
3665
|
"wasm-bindgen-macro-support",
|
|
@@ -3260,31 +3667,31 @@ dependencies = [
|
|
|
3260
3667
|
|
|
3261
3668
|
[[package]]
|
|
3262
3669
|
name = "wasm-bindgen-macro-support"
|
|
3263
|
-
version = "0.2.
|
|
3670
|
+
version = "0.2.127"
|
|
3264
3671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3265
|
-
checksum = "
|
|
3672
|
+
checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
|
|
3266
3673
|
dependencies = [
|
|
3267
3674
|
"bumpalo",
|
|
3268
3675
|
"proc-macro2",
|
|
3269
3676
|
"quote",
|
|
3270
|
-
"syn",
|
|
3677
|
+
"syn 2.0.119",
|
|
3271
3678
|
"wasm-bindgen-shared",
|
|
3272
3679
|
]
|
|
3273
3680
|
|
|
3274
3681
|
[[package]]
|
|
3275
3682
|
name = "wasm-bindgen-shared"
|
|
3276
|
-
version = "0.2.
|
|
3683
|
+
version = "0.2.127"
|
|
3277
3684
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3278
|
-
checksum = "
|
|
3685
|
+
checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
|
|
3279
3686
|
dependencies = [
|
|
3280
3687
|
"unicode-ident",
|
|
3281
3688
|
]
|
|
3282
3689
|
|
|
3283
3690
|
[[package]]
|
|
3284
3691
|
name = "web-sys"
|
|
3285
|
-
version = "0.3.
|
|
3692
|
+
version = "0.3.104"
|
|
3286
3693
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3287
|
-
checksum = "
|
|
3694
|
+
checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
|
|
3288
3695
|
dependencies = [
|
|
3289
3696
|
"js-sys",
|
|
3290
3697
|
"wasm-bindgen",
|
|
@@ -3302,9 +3709,9 @@ dependencies = [
|
|
|
3302
3709
|
|
|
3303
3710
|
[[package]]
|
|
3304
3711
|
name = "whoami"
|
|
3305
|
-
version = "2.1.
|
|
3712
|
+
version = "2.1.3"
|
|
3306
3713
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3307
|
-
checksum = "
|
|
3714
|
+
checksum = "626c4bac6755d76ffc12cb01b2eac751db1996b9e0041de9aa02c8c211ddc82c"
|
|
3308
3715
|
dependencies = [
|
|
3309
3716
|
"libc",
|
|
3310
3717
|
"libredox",
|
|
@@ -3335,7 +3742,7 @@ version = "0.1.11"
|
|
|
3335
3742
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3336
3743
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
3337
3744
|
dependencies = [
|
|
3338
|
-
"windows-sys
|
|
3745
|
+
"windows-sys",
|
|
3339
3746
|
]
|
|
3340
3747
|
|
|
3341
3748
|
[[package]]
|
|
@@ -3365,7 +3772,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
3365
3772
|
dependencies = [
|
|
3366
3773
|
"proc-macro2",
|
|
3367
3774
|
"quote",
|
|
3368
|
-
"syn",
|
|
3775
|
+
"syn 2.0.119",
|
|
3369
3776
|
]
|
|
3370
3777
|
|
|
3371
3778
|
[[package]]
|
|
@@ -3376,7 +3783,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
3376
3783
|
dependencies = [
|
|
3377
3784
|
"proc-macro2",
|
|
3378
3785
|
"quote",
|
|
3379
|
-
"syn",
|
|
3786
|
+
"syn 2.0.119",
|
|
3380
3787
|
]
|
|
3381
3788
|
|
|
3382
3789
|
[[package]]
|
|
@@ -3403,15 +3810,6 @@ dependencies = [
|
|
|
3403
3810
|
"windows-link",
|
|
3404
3811
|
]
|
|
3405
3812
|
|
|
3406
|
-
[[package]]
|
|
3407
|
-
name = "windows-sys"
|
|
3408
|
-
version = "0.52.0"
|
|
3409
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3410
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
3411
|
-
dependencies = [
|
|
3412
|
-
"windows-targets",
|
|
3413
|
-
]
|
|
3414
|
-
|
|
3415
3813
|
[[package]]
|
|
3416
3814
|
name = "windows-sys"
|
|
3417
3815
|
version = "0.61.2"
|
|
@@ -3421,70 +3819,6 @@ dependencies = [
|
|
|
3421
3819
|
"windows-link",
|
|
3422
3820
|
]
|
|
3423
3821
|
|
|
3424
|
-
[[package]]
|
|
3425
|
-
name = "windows-targets"
|
|
3426
|
-
version = "0.52.6"
|
|
3427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3428
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
3429
|
-
dependencies = [
|
|
3430
|
-
"windows_aarch64_gnullvm",
|
|
3431
|
-
"windows_aarch64_msvc",
|
|
3432
|
-
"windows_i686_gnu",
|
|
3433
|
-
"windows_i686_gnullvm",
|
|
3434
|
-
"windows_i686_msvc",
|
|
3435
|
-
"windows_x86_64_gnu",
|
|
3436
|
-
"windows_x86_64_gnullvm",
|
|
3437
|
-
"windows_x86_64_msvc",
|
|
3438
|
-
]
|
|
3439
|
-
|
|
3440
|
-
[[package]]
|
|
3441
|
-
name = "windows_aarch64_gnullvm"
|
|
3442
|
-
version = "0.52.6"
|
|
3443
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3444
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
3445
|
-
|
|
3446
|
-
[[package]]
|
|
3447
|
-
name = "windows_aarch64_msvc"
|
|
3448
|
-
version = "0.52.6"
|
|
3449
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3450
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
3451
|
-
|
|
3452
|
-
[[package]]
|
|
3453
|
-
name = "windows_i686_gnu"
|
|
3454
|
-
version = "0.52.6"
|
|
3455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3456
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
3457
|
-
|
|
3458
|
-
[[package]]
|
|
3459
|
-
name = "windows_i686_gnullvm"
|
|
3460
|
-
version = "0.52.6"
|
|
3461
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3462
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
3463
|
-
|
|
3464
|
-
[[package]]
|
|
3465
|
-
name = "windows_i686_msvc"
|
|
3466
|
-
version = "0.52.6"
|
|
3467
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3468
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
3469
|
-
|
|
3470
|
-
[[package]]
|
|
3471
|
-
name = "windows_x86_64_gnu"
|
|
3472
|
-
version = "0.52.6"
|
|
3473
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3474
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
3475
|
-
|
|
3476
|
-
[[package]]
|
|
3477
|
-
name = "windows_x86_64_gnullvm"
|
|
3478
|
-
version = "0.52.6"
|
|
3479
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3480
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
3481
|
-
|
|
3482
|
-
[[package]]
|
|
3483
|
-
name = "windows_x86_64_msvc"
|
|
3484
|
-
version = "0.52.6"
|
|
3485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3486
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
3487
|
-
|
|
3488
3822
|
[[package]]
|
|
3489
3823
|
name = "winnow"
|
|
3490
3824
|
version = "1.0.4"
|
|
@@ -3502,15 +3836,15 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
|
3502
3836
|
|
|
3503
3837
|
[[package]]
|
|
3504
3838
|
name = "writeable"
|
|
3505
|
-
version = "0.6.
|
|
3839
|
+
version = "0.6.4"
|
|
3506
3840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3507
|
-
checksum = "
|
|
3841
|
+
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"
|
|
3508
3842
|
|
|
3509
3843
|
[[package]]
|
|
3510
3844
|
name = "xxhash-rust"
|
|
3511
|
-
version = "0.8.
|
|
3845
|
+
version = "0.8.18"
|
|
3512
3846
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3513
|
-
checksum = "
|
|
3847
|
+
checksum = "aee1b19627c7c60102ab80d3a9cbe18de90bfe03bfa6c3715447681f0e8c8af6"
|
|
3514
3848
|
|
|
3515
3849
|
[[package]]
|
|
3516
3850
|
name = "yoke"
|
|
@@ -3531,28 +3865,28 @@ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
|
|
|
3531
3865
|
dependencies = [
|
|
3532
3866
|
"proc-macro2",
|
|
3533
3867
|
"quote",
|
|
3534
|
-
"syn",
|
|
3868
|
+
"syn 2.0.119",
|
|
3535
3869
|
"synstructure",
|
|
3536
3870
|
]
|
|
3537
3871
|
|
|
3538
3872
|
[[package]]
|
|
3539
3873
|
name = "zerocopy"
|
|
3540
|
-
version = "0.8.
|
|
3874
|
+
version = "0.8.56"
|
|
3541
3875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3542
|
-
checksum = "
|
|
3876
|
+
checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
|
|
3543
3877
|
dependencies = [
|
|
3544
3878
|
"zerocopy-derive",
|
|
3545
3879
|
]
|
|
3546
3880
|
|
|
3547
3881
|
[[package]]
|
|
3548
3882
|
name = "zerocopy-derive"
|
|
3549
|
-
version = "0.8.
|
|
3883
|
+
version = "0.8.56"
|
|
3550
3884
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3551
|
-
checksum = "
|
|
3885
|
+
checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
|
|
3552
3886
|
dependencies = [
|
|
3553
3887
|
"proc-macro2",
|
|
3554
3888
|
"quote",
|
|
3555
|
-
"syn",
|
|
3889
|
+
"syn 2.0.119",
|
|
3556
3890
|
]
|
|
3557
3891
|
|
|
3558
3892
|
[[package]]
|
|
@@ -3572,15 +3906,15 @@ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
|
|
|
3572
3906
|
dependencies = [
|
|
3573
3907
|
"proc-macro2",
|
|
3574
3908
|
"quote",
|
|
3575
|
-
"syn",
|
|
3909
|
+
"syn 2.0.119",
|
|
3576
3910
|
"synstructure",
|
|
3577
3911
|
]
|
|
3578
3912
|
|
|
3579
3913
|
[[package]]
|
|
3580
3914
|
name = "zerotrie"
|
|
3581
|
-
version = "0.2.
|
|
3915
|
+
version = "0.2.5"
|
|
3582
3916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3583
|
-
checksum = "
|
|
3917
|
+
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
|
|
3584
3918
|
dependencies = [
|
|
3585
3919
|
"displaydoc",
|
|
3586
3920
|
"yoke",
|
|
@@ -3589,9 +3923,9 @@ dependencies = [
|
|
|
3589
3923
|
|
|
3590
3924
|
[[package]]
|
|
3591
3925
|
name = "zerovec"
|
|
3592
|
-
version = "0.11.
|
|
3926
|
+
version = "0.11.7"
|
|
3593
3927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3594
|
-
checksum = "
|
|
3928
|
+
checksum = "94b5c6b5976d66c1d703c4fd17d3f5e43c8cedaacf604961b171adc7130896d8"
|
|
3595
3929
|
dependencies = [
|
|
3596
3930
|
"yoke",
|
|
3597
3931
|
"zerofrom",
|
|
@@ -3600,13 +3934,13 @@ dependencies = [
|
|
|
3600
3934
|
|
|
3601
3935
|
[[package]]
|
|
3602
3936
|
name = "zerovec-derive"
|
|
3603
|
-
version = "0.11.
|
|
3937
|
+
version = "0.11.4"
|
|
3604
3938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3605
|
-
checksum = "
|
|
3939
|
+
checksum = "47402523226a02bfe5230160dc3ccc089aa6f6f19e7fcbb4e6f824bbb1b4aa62"
|
|
3606
3940
|
dependencies = [
|
|
3607
3941
|
"proc-macro2",
|
|
3608
3942
|
"quote",
|
|
3609
|
-
"syn",
|
|
3943
|
+
"syn 3.0.3",
|
|
3610
3944
|
]
|
|
3611
3945
|
|
|
3612
3946
|
[[package]]
|