libertem-qd-mpx 0.2.12__tar.gz → 0.2.14__tar.gz

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.

Potentially problematic release.


This version of libertem-qd-mpx might be problematic. Click here for more details.

Files changed (45) hide show
  1. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/Cargo.lock +608 -146
  2. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/PKG-INFO +8 -1
  3. {libertem_qd_mpx-0.2.12/libertem_qd_mpx → libertem_qd_mpx-0.2.14}/README.md +4 -0
  4. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/Cargo.toml +13 -4
  5. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/frame_stack.rs +21 -12
  6. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/generic_cam_client.rs +8 -2
  7. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/generic_connection.rs +15 -7
  8. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/lib.rs +1 -0
  9. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/py_cam_client.rs +4 -1
  10. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/py_connection.rs +19 -3
  11. libertem_qd_mpx-0.2.14/common/src/tracing.rs +111 -0
  12. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/Cargo.toml +8 -5
  13. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/examples/consumer/main.rs +2 -2
  14. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/examples/producer/main.rs +1 -1
  15. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/src/backend_memfd.rs +57 -47
  16. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/src/backend_shm.rs +32 -19
  17. libertem_qd_mpx-0.2.14/ipc_test/src/common.rs +11 -0
  18. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/src/lib.rs +1 -0
  19. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/src/slab.rs +49 -28
  20. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/Cargo.toml +11 -7
  21. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14/libertem_qd_mpx}/README.md +4 -0
  22. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/src/background_thread.rs +32 -32
  23. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/src/main_py.rs +10 -4
  24. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/pyproject.toml +8 -0
  25. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/stats/Cargo.toml +5 -2
  26. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/Cargo.toml +0 -0
  27. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/README.md +0 -0
  28. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/benches/casting.rs +0 -0
  29. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/background_thread.rs +0 -0
  30. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/decoder.rs +0 -0
  31. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/tcp.rs +0 -0
  32. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/common/src/utils.rs +0 -0
  33. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/README.md +0 -0
  34. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/run-consumer.sh +0 -0
  35. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/run-producer.sh +0 -0
  36. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/rust-toolchain.toml +0 -0
  37. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/ipc_test/src/freestack.rs +0 -0
  38. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/.github/workflows/CI.yml +0 -0
  39. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/.gitignore +0 -0
  40. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/benches/decoders.rs +0 -0
  41. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/examples/simple.py +0 -0
  42. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/src/base_types.rs +0 -0
  43. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/src/decoder.rs +0 -0
  44. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/libertem_qd_mpx/src/lib.rs +0 -0
  45. {libertem_qd_mpx-0.2.12 → libertem_qd_mpx-0.2.14}/stats/src/lib.rs +0 -0
@@ -20,75 +20,70 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
20
20
 
21
21
  [[package]]
22
22
  name = "accesskit"
23
- version = "0.9.0"
23
+ version = "0.11.2"
24
24
  source = "registry+https://github.com/rust-lang/crates.io-index"
25
- checksum = "4803cf8c252f374ae6bfbb341e49e5a37f7601f2ce74a105927a663eba952c67"
25
+ checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8"
26
26
 
27
27
  [[package]]
28
28
  name = "accesskit_consumer"
29
- version = "0.13.0"
29
+ version = "0.15.2"
30
30
  source = "registry+https://github.com/rust-lang/crates.io-index"
31
- checksum = "cee8cf1202a4f94d31837f1902ab0a75c77b65bf59719e093703abe83efd74ec"
31
+ checksum = "04bb4d9e4772fe0d47df57d0d5dbe5d85dd05e2f37ae1ddb6b105e76be58fb00"
32
32
  dependencies = [
33
33
  "accesskit",
34
- "parking_lot",
35
34
  ]
36
35
 
37
36
  [[package]]
38
37
  name = "accesskit_macos"
39
- version = "0.5.0"
38
+ version = "0.9.0"
40
39
  source = "registry+https://github.com/rust-lang/crates.io-index"
41
- checksum = "10be25f2b27bc33aa1647072e86b948b41596f1af1ae43a2b4b9be5d2011cbda"
40
+ checksum = "134d0acf6acb667c89d3332999b1a5df4edbc8d6113910f392ebb73f2b03bb56"
42
41
  dependencies = [
43
42
  "accesskit",
44
43
  "accesskit_consumer",
45
44
  "objc2",
46
45
  "once_cell",
47
- "parking_lot",
48
46
  ]
49
47
 
50
48
  [[package]]
51
49
  name = "accesskit_unix"
52
- version = "0.2.0"
50
+ version = "0.5.2"
53
51
  source = "registry+https://github.com/rust-lang/crates.io-index"
54
- checksum = "630e7ee8f93c6246478bf0df6760db899b28d9ad54353a5f2d3157138ba817fc"
52
+ checksum = "e084cb5168790c0c112626175412dc5ad127083441a8248ae49ddf6725519e83"
55
53
  dependencies = [
56
54
  "accesskit",
57
55
  "accesskit_consumer",
58
56
  "async-channel 1.9.0",
59
57
  "atspi",
60
58
  "futures-lite 1.13.0",
61
- "parking_lot",
62
59
  "serde",
63
60
  "zbus",
64
61
  ]
65
62
 
66
63
  [[package]]
67
64
  name = "accesskit_windows"
68
- version = "0.12.0"
65
+ version = "0.14.3"
69
66
  source = "registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = "a13c462fabdd950ef14308a9390b07fa2e2e3aabccba1f3ea36ea2231bb942ab"
67
+ checksum = "9eac0a7f2d7cd7a93b938af401d3d8e8b7094217989a7c25c55a953023436e31"
71
68
  dependencies = [
72
69
  "accesskit",
73
70
  "accesskit_consumer",
74
71
  "arrayvec",
75
72
  "once_cell",
76
- "parking_lot",
77
73
  "paste",
78
- "windows 0.42.0",
74
+ "windows 0.48.0",
79
75
  ]
80
76
 
81
77
  [[package]]
82
78
  name = "accesskit_winit"
83
- version = "0.10.0"
79
+ version = "0.14.4"
84
80
  source = "registry+https://github.com/rust-lang/crates.io-index"
85
- checksum = "17727888757ec027ec221db33070e226ee07df44425b583bc67684204d35eff9"
81
+ checksum = "825d23acee1bd6d25cbaa3ca6ed6e73faf24122a774ec33d52c5c86c6ab423c0"
86
82
  dependencies = [
87
83
  "accesskit",
88
84
  "accesskit_macos",
89
85
  "accesskit_unix",
90
86
  "accesskit_windows",
91
- "parking_lot",
92
87
  "winit",
93
88
  ]
94
89
 
@@ -109,9 +104,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
109
104
 
110
105
  [[package]]
111
106
  name = "ahash"
112
- version = "0.8.7"
107
+ version = "0.8.11"
113
108
  source = "registry+https://github.com/rust-lang/crates.io-index"
114
- checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
109
+ checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
115
110
  dependencies = [
116
111
  "cfg-if 1.0.0",
117
112
  "once_cell",
@@ -174,9 +169,9 @@ dependencies = [
174
169
 
175
170
  [[package]]
176
171
  name = "anstyle"
177
- version = "1.0.5"
172
+ version = "1.0.8"
178
173
  source = "registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
174
+ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
180
175
 
181
176
  [[package]]
182
177
  name = "anstyle-parse"
@@ -406,6 +401,28 @@ dependencies = [
406
401
  "windows-sys 0.48.0",
407
402
  ]
408
403
 
404
+ [[package]]
405
+ name = "async-stream"
406
+ version = "0.3.5"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
409
+ dependencies = [
410
+ "async-stream-impl",
411
+ "futures-core",
412
+ "pin-project-lite",
413
+ ]
414
+
415
+ [[package]]
416
+ name = "async-stream-impl"
417
+ version = "0.3.5"
418
+ source = "registry+https://github.com/rust-lang/crates.io-index"
419
+ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
420
+ dependencies = [
421
+ "proc-macro2",
422
+ "quote",
423
+ "syn 2.0.48",
424
+ ]
425
+
409
426
  [[package]]
410
427
  name = "async-task"
411
428
  version = "4.7.0"
@@ -437,9 +454,9 @@ checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
437
454
 
438
455
  [[package]]
439
456
  name = "atspi"
440
- version = "0.8.7"
457
+ version = "0.10.1"
441
458
  source = "registry+https://github.com/rust-lang/crates.io-index"
442
- checksum = "ab84c09a770065868da0d713f1f4b35af85d96530a868f1c1a6c249178379187"
459
+ checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa"
443
460
  dependencies = [
444
461
  "async-recursion",
445
462
  "async-trait",
@@ -454,17 +471,12 @@ dependencies = [
454
471
 
455
472
  [[package]]
456
473
  name = "atspi-macros"
457
- version = "0.1.4"
474
+ version = "0.2.0"
458
475
  source = "registry+https://github.com/rust-lang/crates.io-index"
459
- checksum = "b3ebc5a6f61f6996eca56a4cece7b3fe7da3b86f0473c7b71ab44e229f3acce4"
476
+ checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768"
460
477
  dependencies = [
461
- "proc-macro2",
462
478
  "quote",
463
- "serde",
464
479
  "syn 1.0.109",
465
- "zbus",
466
- "zbus_names",
467
- "zvariant",
468
480
  ]
469
481
 
470
482
  [[package]]
@@ -484,6 +496,53 @@ version = "1.1.0"
484
496
  source = "registry+https://github.com/rust-lang/crates.io-index"
485
497
  checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
486
498
 
499
+ [[package]]
500
+ name = "axum"
501
+ version = "0.7.5"
502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
503
+ checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
504
+ dependencies = [
505
+ "async-trait",
506
+ "axum-core",
507
+ "bytes",
508
+ "futures-util",
509
+ "http 1.1.0",
510
+ "http-body 1.0.1",
511
+ "http-body-util",
512
+ "itoa",
513
+ "matchit",
514
+ "memchr",
515
+ "mime",
516
+ "percent-encoding",
517
+ "pin-project-lite",
518
+ "rustversion",
519
+ "serde",
520
+ "sync_wrapper 1.0.1",
521
+ "tower",
522
+ "tower-layer",
523
+ "tower-service",
524
+ ]
525
+
526
+ [[package]]
527
+ name = "axum-core"
528
+ version = "0.4.4"
529
+ source = "registry+https://github.com/rust-lang/crates.io-index"
530
+ checksum = "5e6b8ba012a258d63c9adfa28b9ddcf66149da6f986c5b5452e629d5ee64bf00"
531
+ dependencies = [
532
+ "async-trait",
533
+ "bytes",
534
+ "futures-util",
535
+ "http 1.1.0",
536
+ "http-body 1.0.1",
537
+ "http-body-util",
538
+ "mime",
539
+ "pin-project-lite",
540
+ "rustversion",
541
+ "sync_wrapper 1.0.1",
542
+ "tower-layer",
543
+ "tower-service",
544
+ ]
545
+
487
546
  [[package]]
488
547
  name = "backtrace"
489
548
  version = "0.3.69"
@@ -511,6 +570,12 @@ version = "0.21.7"
511
570
  source = "registry+https://github.com/rust-lang/crates.io-index"
512
571
  checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
513
572
 
573
+ [[package]]
574
+ name = "base64"
575
+ version = "0.22.1"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
578
+
514
579
  [[package]]
515
580
  name = "bincode"
516
581
  version = "1.3.3"
@@ -556,9 +621,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
556
621
 
557
622
  [[package]]
558
623
  name = "bitflags"
559
- version = "2.4.2"
624
+ version = "2.6.0"
560
625
  source = "registry+https://github.com/rust-lang/crates.io-index"
561
- checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
626
+ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
562
627
 
563
628
  [[package]]
564
629
  name = "block"
@@ -652,9 +717,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
652
717
 
653
718
  [[package]]
654
719
  name = "bytes"
655
- version = "1.5.0"
720
+ version = "1.7.2"
656
721
  source = "registry+https://github.com/rust-lang/crates.io-index"
657
- checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
722
+ checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
658
723
 
659
724
  [[package]]
660
725
  name = "calloop"
@@ -729,6 +794,12 @@ version = "0.1.1"
729
794
  source = "registry+https://github.com/rust-lang/crates.io-index"
730
795
  checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
731
796
 
797
+ [[package]]
798
+ name = "cfg_aliases"
799
+ version = "0.2.1"
800
+ source = "registry+https://github.com/rust-lang/crates.io-index"
801
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
802
+
732
803
  [[package]]
733
804
  name = "cgl"
734
805
  version = "0.3.2"
@@ -866,6 +937,36 @@ dependencies = [
866
937
  "winapi",
867
938
  ]
868
939
 
940
+ [[package]]
941
+ name = "cocoa"
942
+ version = "0.24.1"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
945
+ dependencies = [
946
+ "bitflags 1.3.2",
947
+ "block",
948
+ "cocoa-foundation",
949
+ "core-foundation",
950
+ "core-graphics",
951
+ "foreign-types",
952
+ "libc",
953
+ "objc",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "cocoa-foundation"
958
+ version = "0.1.2"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
961
+ dependencies = [
962
+ "bitflags 1.3.2",
963
+ "block",
964
+ "core-foundation",
965
+ "core-graphics-types",
966
+ "libc",
967
+ "objc",
968
+ ]
969
+
869
970
  [[package]]
870
971
  name = "color_quant"
871
972
  version = "1.1.0"
@@ -890,7 +991,7 @@ dependencies = [
890
991
 
891
992
  [[package]]
892
993
  name = "common"
893
- version = "0.2.12"
994
+ version = "0.2.14"
894
995
  dependencies = [
895
996
  "bincode",
896
997
  "criterion",
@@ -900,11 +1001,16 @@ dependencies = [
900
1001
  "ndarray",
901
1002
  "num",
902
1003
  "numpy",
1004
+ "opentelemetry",
1005
+ "opentelemetry-otlp",
1006
+ "opentelemetry-semantic-conventions",
1007
+ "opentelemetry_sdk",
903
1008
  "pyo3",
904
1009
  "serde",
905
1010
  "stats",
906
1011
  "tempfile",
907
1012
  "thiserror",
1013
+ "tokio",
908
1014
  "zerocopy",
909
1015
  ]
910
1016
 
@@ -1138,72 +1244,76 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1138
1244
 
1139
1245
  [[package]]
1140
1246
  name = "ecolor"
1141
- version = "0.21.0"
1247
+ version = "0.22.0"
1142
1248
  source = "registry+https://github.com/rust-lang/crates.io-index"
1143
- checksum = "1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9"
1249
+ checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63"
1144
1250
  dependencies = [
1145
1251
  "bytemuck",
1146
1252
  ]
1147
1253
 
1148
1254
  [[package]]
1149
1255
  name = "eframe"
1150
- version = "0.21.3"
1256
+ version = "0.22.0"
1151
1257
  source = "registry+https://github.com/rust-lang/crates.io-index"
1152
- checksum = "3df3ce60931e5f2d83bab4484d1a283908534d5308cc6b0c5c22c59cd15ee7cc"
1258
+ checksum = "bf4596583a2c680c55b6feaa748f74890c4f9cb9c7cb69d6117110444cb65b2f"
1153
1259
  dependencies = [
1154
1260
  "bytemuck",
1261
+ "cocoa",
1155
1262
  "egui",
1156
1263
  "egui-winit",
1157
1264
  "egui_glow",
1158
1265
  "glow",
1159
1266
  "glutin",
1160
1267
  "glutin-winit",
1268
+ "image",
1161
1269
  "js-sys",
1270
+ "log",
1271
+ "objc",
1162
1272
  "percent-encoding",
1163
1273
  "raw-window-handle",
1164
1274
  "thiserror",
1165
- "tracing",
1166
1275
  "wasm-bindgen",
1167
1276
  "wasm-bindgen-futures",
1168
1277
  "web-sys",
1278
+ "winapi",
1169
1279
  "winit",
1170
1280
  ]
1171
1281
 
1172
1282
  [[package]]
1173
1283
  name = "egui"
1174
- version = "0.21.0"
1284
+ version = "0.22.0"
1175
1285
  source = "registry+https://github.com/rust-lang/crates.io-index"
1176
- checksum = "6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe"
1286
+ checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7"
1177
1287
  dependencies = [
1178
1288
  "accesskit",
1179
1289
  "ahash",
1180
1290
  "epaint",
1291
+ "log",
1181
1292
  "nohash-hasher",
1182
- "tracing",
1183
1293
  ]
1184
1294
 
1185
1295
  [[package]]
1186
1296
  name = "egui-winit"
1187
- version = "0.21.1"
1297
+ version = "0.22.0"
1188
1298
  source = "registry+https://github.com/rust-lang/crates.io-index"
1189
- checksum = "ab43597ba41f0ce39a364ad83185594578bfd8b3409b99dbcbb01df23afc3dbb"
1299
+ checksum = "4a49155fd4a0a4fb21224407a91de0030847972ef90fc64edb63621caea61cb2"
1190
1300
  dependencies = [
1191
1301
  "accesskit_winit",
1192
- "android-activity",
1193
1302
  "arboard",
1194
1303
  "egui",
1195
1304
  "instant",
1305
+ "log",
1306
+ "raw-window-handle",
1196
1307
  "smithay-clipboard",
1197
- "tracing",
1198
1308
  "webbrowser",
1199
1309
  "winit",
1200
1310
  ]
1201
1311
 
1202
1312
  [[package]]
1203
1313
  name = "egui_extras"
1204
- version = "0.21.0"
1314
+ version = "0.22.0"
1205
1315
  source = "registry+https://github.com/rust-lang/crates.io-index"
1206
- checksum = "8f051342e97dfa2445107cb7d2e720617f5c840199b5cb4fe0ffcf481fcf5cce"
1316
+ checksum = "9278f4337b526f0d57e5375e5a7340a311fa6ee8f9fcc75721ac50af13face02"
1207
1317
  dependencies = [
1208
1318
  "egui",
1209
1319
  "image",
@@ -1212,15 +1322,15 @@ dependencies = [
1212
1322
 
1213
1323
  [[package]]
1214
1324
  name = "egui_glow"
1215
- version = "0.21.0"
1325
+ version = "0.22.0"
1216
1326
  source = "registry+https://github.com/rust-lang/crates.io-index"
1217
- checksum = "8257332fb168a965b3dca81d6a344e053153773c889cabdba0b3b76f1629ae81"
1327
+ checksum = "1f8c2752cdf1b0ef5fcda59a898cacabad974d4f5880e92a420b2c917022da64"
1218
1328
  dependencies = [
1219
1329
  "bytemuck",
1220
1330
  "egui",
1221
1331
  "glow",
1332
+ "log",
1222
1333
  "memoffset 0.6.5",
1223
- "tracing",
1224
1334
  "wasm-bindgen",
1225
1335
  "web-sys",
1226
1336
  ]
@@ -1233,9 +1343,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
1233
1343
 
1234
1344
  [[package]]
1235
1345
  name = "emath"
1236
- version = "0.21.0"
1346
+ version = "0.22.0"
1237
1347
  source = "registry+https://github.com/rust-lang/crates.io-index"
1238
- checksum = "b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e"
1348
+ checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b"
1239
1349
  dependencies = [
1240
1350
  "bytemuck",
1241
1351
  ]
@@ -1270,24 +1380,34 @@ dependencies = [
1270
1380
  "syn 2.0.48",
1271
1381
  ]
1272
1382
 
1383
+ [[package]]
1384
+ name = "env_filter"
1385
+ version = "0.1.2"
1386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1387
+ checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
1388
+ dependencies = [
1389
+ "log",
1390
+ "regex",
1391
+ ]
1392
+
1273
1393
  [[package]]
1274
1394
  name = "env_logger"
1275
- version = "0.9.3"
1395
+ version = "0.11.5"
1276
1396
  source = "registry+https://github.com/rust-lang/crates.io-index"
1277
- checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
1397
+ checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
1278
1398
  dependencies = [
1279
- "atty",
1399
+ "anstream",
1400
+ "anstyle",
1401
+ "env_filter",
1280
1402
  "humantime",
1281
1403
  "log",
1282
- "regex",
1283
- "termcolor",
1284
1404
  ]
1285
1405
 
1286
1406
  [[package]]
1287
1407
  name = "epaint"
1288
- version = "0.21.0"
1408
+ version = "0.22.0"
1289
1409
  source = "registry+https://github.com/rust-lang/crates.io-index"
1290
- checksum = "12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95"
1410
+ checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b"
1291
1411
  dependencies = [
1292
1412
  "ab_glyph",
1293
1413
  "ahash",
@@ -1295,6 +1415,7 @@ dependencies = [
1295
1415
  "bytemuck",
1296
1416
  "ecolor",
1297
1417
  "emath",
1418
+ "log",
1298
1419
  "nohash-hasher",
1299
1420
  "parking_lot",
1300
1421
  ]
@@ -1467,6 +1588,17 @@ version = "0.3.30"
1467
1588
  source = "registry+https://github.com/rust-lang/crates.io-index"
1468
1589
  checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
1469
1590
 
1591
+ [[package]]
1592
+ name = "futures-executor"
1593
+ version = "0.3.30"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
1596
+ dependencies = [
1597
+ "futures-core",
1598
+ "futures-task",
1599
+ "futures-util",
1600
+ ]
1601
+
1470
1602
  [[package]]
1471
1603
  name = "futures-io"
1472
1604
  version = "0.3.30"
@@ -1624,7 +1756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1624
1756
  checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe"
1625
1757
  dependencies = [
1626
1758
  "bitflags 1.3.2",
1627
- "cfg_aliases",
1759
+ "cfg_aliases 0.1.1",
1628
1760
  "cgl",
1629
1761
  "core-foundation",
1630
1762
  "dispatch",
@@ -1646,7 +1778,7 @@ version = "0.3.0"
1646
1778
  source = "registry+https://github.com/rust-lang/crates.io-index"
1647
1779
  checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4"
1648
1780
  dependencies = [
1649
- "cfg_aliases",
1781
+ "cfg_aliases 0.1.1",
1650
1782
  "glutin",
1651
1783
  "raw-window-handle",
1652
1784
  "winit",
@@ -1692,7 +1824,26 @@ dependencies = [
1692
1824
  "futures-core",
1693
1825
  "futures-sink",
1694
1826
  "futures-util",
1695
- "http",
1827
+ "http 0.2.11",
1828
+ "indexmap 2.2.2",
1829
+ "slab",
1830
+ "tokio",
1831
+ "tokio-util",
1832
+ "tracing",
1833
+ ]
1834
+
1835
+ [[package]]
1836
+ name = "h2"
1837
+ version = "0.4.6"
1838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+ checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
1840
+ dependencies = [
1841
+ "atomic-waker",
1842
+ "bytes",
1843
+ "fnv",
1844
+ "futures-core",
1845
+ "futures-sink",
1846
+ "http 1.1.0",
1696
1847
  "indexmap 2.2.2",
1697
1848
  "slab",
1698
1849
  "tokio",
@@ -1768,6 +1919,17 @@ dependencies = [
1768
1919
  "itoa",
1769
1920
  ]
1770
1921
 
1922
+ [[package]]
1923
+ name = "http"
1924
+ version = "1.1.0"
1925
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1926
+ checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1927
+ dependencies = [
1928
+ "bytes",
1929
+ "fnv",
1930
+ "itoa",
1931
+ ]
1932
+
1771
1933
  [[package]]
1772
1934
  name = "http-body"
1773
1935
  version = "0.4.6"
@@ -1775,7 +1937,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
1937
  checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1776
1938
  dependencies = [
1777
1939
  "bytes",
1778
- "http",
1940
+ "http 0.2.11",
1941
+ "pin-project-lite",
1942
+ ]
1943
+
1944
+ [[package]]
1945
+ name = "http-body"
1946
+ version = "1.0.1"
1947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1948
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1949
+ dependencies = [
1950
+ "bytes",
1951
+ "http 1.1.0",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "http-body-util"
1956
+ version = "0.1.2"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1959
+ dependencies = [
1960
+ "bytes",
1961
+ "futures-util",
1962
+ "http 1.1.0",
1963
+ "http-body 1.0.1",
1779
1964
  "pin-project-lite",
1780
1965
  ]
1781
1966
 
@@ -1807,9 +1992,9 @@ dependencies = [
1807
1992
  "futures-channel",
1808
1993
  "futures-core",
1809
1994
  "futures-util",
1810
- "h2",
1811
- "http",
1812
- "http-body",
1995
+ "h2 0.3.26",
1996
+ "http 0.2.11",
1997
+ "http-body 0.4.6",
1813
1998
  "httparse",
1814
1999
  "httpdate",
1815
2000
  "itoa",
@@ -1821,6 +2006,40 @@ dependencies = [
1821
2006
  "want",
1822
2007
  ]
1823
2008
 
2009
+ [[package]]
2010
+ name = "hyper"
2011
+ version = "1.4.1"
2012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+ checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2014
+ dependencies = [
2015
+ "bytes",
2016
+ "futures-channel",
2017
+ "futures-util",
2018
+ "h2 0.4.6",
2019
+ "http 1.1.0",
2020
+ "http-body 1.0.1",
2021
+ "httparse",
2022
+ "httpdate",
2023
+ "itoa",
2024
+ "pin-project-lite",
2025
+ "smallvec",
2026
+ "tokio",
2027
+ "want",
2028
+ ]
2029
+
2030
+ [[package]]
2031
+ name = "hyper-timeout"
2032
+ version = "0.5.1"
2033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+ checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
2035
+ dependencies = [
2036
+ "hyper 1.4.1",
2037
+ "hyper-util",
2038
+ "pin-project-lite",
2039
+ "tokio",
2040
+ "tower-service",
2041
+ ]
2042
+
1824
2043
  [[package]]
1825
2044
  name = "hyper-tls"
1826
2045
  version = "0.5.0"
@@ -1828,12 +2047,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1828
2047
  checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1829
2048
  dependencies = [
1830
2049
  "bytes",
1831
- "hyper",
2050
+ "hyper 0.14.28",
1832
2051
  "native-tls",
1833
2052
  "tokio",
1834
2053
  "tokio-native-tls",
1835
2054
  ]
1836
2055
 
2056
+ [[package]]
2057
+ name = "hyper-util"
2058
+ version = "0.1.8"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba"
2061
+ dependencies = [
2062
+ "bytes",
2063
+ "futures-channel",
2064
+ "futures-util",
2065
+ "http 1.1.0",
2066
+ "http-body 1.0.1",
2067
+ "hyper 1.4.1",
2068
+ "pin-project-lite",
2069
+ "socket2 0.5.5",
2070
+ "tokio",
2071
+ "tower",
2072
+ "tower-service",
2073
+ "tracing",
2074
+ ]
2075
+
1837
2076
  [[package]]
1838
2077
  name = "idna"
1839
2078
  version = "0.5.0"
@@ -1923,7 +2162,7 @@ dependencies = [
1923
2162
  "log",
1924
2163
  "memfd",
1925
2164
  "memmap2",
1926
- "nix 0.26.4",
2165
+ "nix 0.29.0",
1927
2166
  "page_size",
1928
2167
  "raw_sync",
1929
2168
  "sendfd",
@@ -2016,9 +2255,9 @@ dependencies = [
2016
2255
 
2017
2256
  [[package]]
2018
2257
  name = "js-sys"
2019
- version = "0.3.61"
2258
+ version = "0.3.70"
2020
2259
  source = "registry+https://github.com/rust-lang/crates.io-index"
2021
- checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2260
+ checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
2022
2261
  dependencies = [
2023
2262
  "wasm-bindgen",
2024
2263
  ]
@@ -2059,13 +2298,13 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2059
2298
 
2060
2299
  [[package]]
2061
2300
  name = "libc"
2062
- version = "0.2.153"
2301
+ version = "0.2.159"
2063
2302
  source = "registry+https://github.com/rust-lang/crates.io-index"
2064
- checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2303
+ checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
2065
2304
 
2066
2305
  [[package]]
2067
2306
  name = "libertem-asi-mpx3"
2068
- version = "0.2.12"
2307
+ version = "0.2.14"
2069
2308
  dependencies = [
2070
2309
  "bincode",
2071
2310
  "common",
@@ -2074,6 +2313,7 @@ dependencies = [
2074
2313
  "log",
2075
2314
  "num",
2076
2315
  "numpy",
2316
+ "opentelemetry",
2077
2317
  "pyo3",
2078
2318
  "serde",
2079
2319
  "serval-client",
@@ -2085,7 +2325,7 @@ dependencies = [
2085
2325
 
2086
2326
  [[package]]
2087
2327
  name = "libertem-asi-tpx3"
2088
- version = "0.2.12"
2328
+ version = "0.2.14"
2089
2329
  dependencies = [
2090
2330
  "bincode",
2091
2331
  "common",
@@ -2095,18 +2335,20 @@ dependencies = [
2095
2335
  "ipc-test",
2096
2336
  "log",
2097
2337
  "numpy",
2338
+ "opentelemetry",
2098
2339
  "page_size",
2099
2340
  "pyo3",
2100
2341
  "serde",
2101
2342
  "stats",
2102
2343
  "tempfile",
2344
+ "thiserror",
2103
2345
  "uuid",
2104
2346
  "zerocopy",
2105
2347
  ]
2106
2348
 
2107
2349
  [[package]]
2108
2350
  name = "libertem-dectris"
2109
- version = "0.2.12"
2351
+ version = "0.2.14"
2110
2352
  dependencies = [
2111
2353
  "bincode",
2112
2354
  "bs_sys",
@@ -2118,9 +2360,10 @@ dependencies = [
2118
2360
  "lz4",
2119
2361
  "md5",
2120
2362
  "memmap2",
2121
- "nix 0.26.4",
2363
+ "nix 0.29.0",
2122
2364
  "num",
2123
2365
  "numpy",
2366
+ "opentelemetry",
2124
2367
  "pyo3",
2125
2368
  "serde",
2126
2369
  "serde_json",
@@ -2135,7 +2378,7 @@ dependencies = [
2135
2378
 
2136
2379
  [[package]]
2137
2380
  name = "libertem_qd_mpx"
2138
- version = "0.2.12"
2381
+ version = "0.2.14"
2139
2382
  dependencies = [
2140
2383
  "bincode",
2141
2384
  "common",
@@ -2147,6 +2390,7 @@ dependencies = [
2147
2390
  "log",
2148
2391
  "num",
2149
2392
  "numpy",
2393
+ "opentelemetry",
2150
2394
  "pyo3",
2151
2395
  "rand",
2152
2396
  "serde",
@@ -2183,7 +2427,7 @@ version = "0.0.2"
2183
2427
  source = "registry+https://github.com/rust-lang/crates.io-index"
2184
2428
  checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2185
2429
  dependencies = [
2186
- "bitflags 2.4.2",
2430
+ "bitflags 2.6.0",
2187
2431
  "libc",
2188
2432
  "redox_syscall 0.4.1",
2189
2433
  ]
@@ -2212,9 +2456,9 @@ dependencies = [
2212
2456
 
2213
2457
  [[package]]
2214
2458
  name = "log"
2215
- version = "0.4.21"
2459
+ version = "0.4.22"
2216
2460
  source = "registry+https://github.com/rust-lang/crates.io-index"
2217
- checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2461
+ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2218
2462
 
2219
2463
  [[package]]
2220
2464
  name = "lz4"
@@ -2245,6 +2489,12 @@ dependencies = [
2245
2489
  "libc",
2246
2490
  ]
2247
2491
 
2492
+ [[package]]
2493
+ name = "matchit"
2494
+ version = "0.7.3"
2495
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2496
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2497
+
2248
2498
  [[package]]
2249
2499
  name = "matrixmultiply"
2250
2500
  version = "0.3.8"
@@ -2492,7 +2742,6 @@ dependencies = [
2492
2742
  "cfg-if 1.0.0",
2493
2743
  "libc",
2494
2744
  "memoffset 0.7.1",
2495
- "pin-utils",
2496
2745
  ]
2497
2746
 
2498
2747
  [[package]]
@@ -2501,8 +2750,20 @@ version = "0.27.1"
2501
2750
  source = "registry+https://github.com/rust-lang/crates.io-index"
2502
2751
  checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2503
2752
  dependencies = [
2504
- "bitflags 2.4.2",
2753
+ "bitflags 2.6.0",
2754
+ "cfg-if 1.0.0",
2755
+ "libc",
2756
+ ]
2757
+
2758
+ [[package]]
2759
+ name = "nix"
2760
+ version = "0.29.0"
2761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2762
+ checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2763
+ dependencies = [
2764
+ "bitflags 2.6.0",
2505
2765
  "cfg-if 1.0.0",
2766
+ "cfg_aliases 0.2.1",
2506
2767
  "libc",
2507
2768
  ]
2508
2769
 
@@ -2763,7 +3024,7 @@ version = "0.10.64"
2763
3024
  source = "registry+https://github.com/rust-lang/crates.io-index"
2764
3025
  checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
2765
3026
  dependencies = [
2766
- "bitflags 2.4.2",
3027
+ "bitflags 2.6.0",
2767
3028
  "cfg-if 1.0.0",
2768
3029
  "foreign-types",
2769
3030
  "libc",
@@ -2801,6 +3062,77 @@ dependencies = [
2801
3062
  "vcpkg",
2802
3063
  ]
2803
3064
 
3065
+ [[package]]
3066
+ name = "opentelemetry"
3067
+ version = "0.25.0"
3068
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3069
+ checksum = "803801d3d3b71cd026851a53f974ea03df3d179cb758b260136a6c9e22e196af"
3070
+ dependencies = [
3071
+ "futures-core",
3072
+ "futures-sink",
3073
+ "js-sys",
3074
+ "once_cell",
3075
+ "pin-project-lite",
3076
+ "thiserror",
3077
+ ]
3078
+
3079
+ [[package]]
3080
+ name = "opentelemetry-otlp"
3081
+ version = "0.25.0"
3082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+ checksum = "596b1719b3cab83addb20bcbffdf21575279d9436d9ccccfe651a3bf0ab5ab06"
3084
+ dependencies = [
3085
+ "async-trait",
3086
+ "futures-core",
3087
+ "http 1.1.0",
3088
+ "opentelemetry",
3089
+ "opentelemetry-proto",
3090
+ "opentelemetry_sdk",
3091
+ "prost",
3092
+ "thiserror",
3093
+ "tokio",
3094
+ "tonic",
3095
+ ]
3096
+
3097
+ [[package]]
3098
+ name = "opentelemetry-proto"
3099
+ version = "0.25.0"
3100
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+ checksum = "2c43620e8f93359eb7e627a3b16ee92d8585774986f24f2ab010817426c5ce61"
3102
+ dependencies = [
3103
+ "opentelemetry",
3104
+ "opentelemetry_sdk",
3105
+ "prost",
3106
+ "tonic",
3107
+ ]
3108
+
3109
+ [[package]]
3110
+ name = "opentelemetry-semantic-conventions"
3111
+ version = "0.25.0"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "9b8e442487022a943e2315740e443dc5ee95fd541c18f509a5a6251b408a9f95"
3114
+
3115
+ [[package]]
3116
+ name = "opentelemetry_sdk"
3117
+ version = "0.25.0"
3118
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3119
+ checksum = "e0da0d6b47a3dbc6e9c9e36a0520e25cf943e046843818faaa3f87365a548c82"
3120
+ dependencies = [
3121
+ "async-trait",
3122
+ "futures-channel",
3123
+ "futures-executor",
3124
+ "futures-util",
3125
+ "glob",
3126
+ "once_cell",
3127
+ "opentelemetry",
3128
+ "percent-encoding",
3129
+ "rand",
3130
+ "serde_json",
3131
+ "thiserror",
3132
+ "tokio",
3133
+ "tokio-stream",
3134
+ ]
3135
+
2804
3136
  [[package]]
2805
3137
  name = "orbclient"
2806
3138
  version = "0.3.47"
@@ -2898,6 +3230,26 @@ version = "2.3.1"
2898
3230
  source = "registry+https://github.com/rust-lang/crates.io-index"
2899
3231
  checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2900
3232
 
3233
+ [[package]]
3234
+ name = "pin-project"
3235
+ version = "1.1.5"
3236
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3237
+ checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
3238
+ dependencies = [
3239
+ "pin-project-internal",
3240
+ ]
3241
+
3242
+ [[package]]
3243
+ name = "pin-project-internal"
3244
+ version = "1.1.5"
3245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3246
+ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
3247
+ dependencies = [
3248
+ "proc-macro2",
3249
+ "quote",
3250
+ "syn 2.0.48",
3251
+ ]
3252
+
2901
3253
  [[package]]
2902
3254
  name = "pin-project-lite"
2903
3255
  version = "0.2.13"
@@ -3077,6 +3429,29 @@ dependencies = [
3077
3429
  "unicode-ident",
3078
3430
  ]
3079
3431
 
3432
+ [[package]]
3433
+ name = "prost"
3434
+ version = "0.13.2"
3435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3436
+ checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995"
3437
+ dependencies = [
3438
+ "bytes",
3439
+ "prost-derive",
3440
+ ]
3441
+
3442
+ [[package]]
3443
+ name = "prost-derive"
3444
+ version = "0.13.2"
3445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3446
+ checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac"
3447
+ dependencies = [
3448
+ "anyhow",
3449
+ "itertools 0.13.0",
3450
+ "proc-macro2",
3451
+ "quote",
3452
+ "syn 2.0.48",
3453
+ ]
3454
+
3080
3455
  [[package]]
3081
3456
  name = "pyo3"
3082
3457
  version = "0.21.2"
@@ -3291,10 +3666,10 @@ dependencies = [
3291
3666
  "encoding_rs",
3292
3667
  "futures-core",
3293
3668
  "futures-util",
3294
- "h2",
3295
- "http",
3296
- "http-body",
3297
- "hyper",
3669
+ "h2 0.3.26",
3670
+ "http 0.2.11",
3671
+ "http-body 0.4.6",
3672
+ "hyper 0.14.28",
3298
3673
  "hyper-tls",
3299
3674
  "ipnet",
3300
3675
  "js-sys",
@@ -3308,7 +3683,7 @@ dependencies = [
3308
3683
  "serde",
3309
3684
  "serde_json",
3310
3685
  "serde_urlencoded",
3311
- "sync_wrapper",
3686
+ "sync_wrapper 0.1.2",
3312
3687
  "system-configuration",
3313
3688
  "tokio",
3314
3689
  "tokio-native-tls",
@@ -3352,7 +3727,7 @@ version = "0.38.31"
3352
3727
  source = "registry+https://github.com/rust-lang/crates.io-index"
3353
3728
  checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
3354
3729
  dependencies = [
3355
- "bitflags 2.4.2",
3730
+ "bitflags 2.6.0",
3356
3731
  "errno",
3357
3732
  "libc",
3358
3733
  "linux-raw-sys 0.4.13",
@@ -3368,6 +3743,12 @@ dependencies = [
3368
3743
  "base64 0.21.7",
3369
3744
  ]
3370
3745
 
3746
+ [[package]]
3747
+ name = "rustversion"
3748
+ version = "1.0.17"
3749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3750
+ checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
3751
+
3371
3752
  [[package]]
3372
3753
  name = "ryu"
3373
3754
  version = "1.0.16"
@@ -3451,30 +3832,18 @@ dependencies = [
3451
3832
 
3452
3833
  [[package]]
3453
3834
  name = "serde"
3454
- version = "1.0.199"
3835
+ version = "1.0.210"
3455
3836
  source = "registry+https://github.com/rust-lang/crates.io-index"
3456
- checksum = "0c9f6e76df036c77cd94996771fb40db98187f096dd0b9af39c6c6e452ba966a"
3837
+ checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
3457
3838
  dependencies = [
3458
3839
  "serde_derive",
3459
3840
  ]
3460
3841
 
3461
- [[package]]
3462
- name = "serde-xml-rs"
3463
- version = "0.4.1"
3464
- source = "registry+https://github.com/rust-lang/crates.io-index"
3465
- checksum = "f0bf1ba0696ccf0872866277143ff1fd14d22eec235d2b23702f95e6660f7dfa"
3466
- dependencies = [
3467
- "log",
3468
- "serde",
3469
- "thiserror",
3470
- "xml-rs",
3471
- ]
3472
-
3473
3842
  [[package]]
3474
3843
  name = "serde_derive"
3475
- version = "1.0.199"
3844
+ version = "1.0.210"
3476
3845
  source = "registry+https://github.com/rust-lang/crates.io-index"
3477
- checksum = "11bd257a6541e141e42ca6d24ae26f7714887b47e89aa739099104c7e4d3b7fc"
3846
+ checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
3478
3847
  dependencies = [
3479
3848
  "proc-macro2",
3480
3849
  "quote",
@@ -3483,11 +3852,12 @@ dependencies = [
3483
3852
 
3484
3853
  [[package]]
3485
3854
  name = "serde_json"
3486
- version = "1.0.113"
3855
+ version = "1.0.128"
3487
3856
  source = "registry+https://github.com/rust-lang/crates.io-index"
3488
- checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
3857
+ checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
3489
3858
  dependencies = [
3490
3859
  "itoa",
3860
+ "memchr",
3491
3861
  "ryu",
3492
3862
  "serde",
3493
3863
  ]
@@ -3531,6 +3901,7 @@ dependencies = [
3531
3901
  "reqwest",
3532
3902
  "serde",
3533
3903
  "serde_json",
3904
+ "thiserror",
3534
3905
  "url",
3535
3906
  ]
3536
3907
 
@@ -3738,6 +4109,12 @@ version = "0.1.2"
3738
4109
  source = "registry+https://github.com/rust-lang/crates.io-index"
3739
4110
  checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3740
4111
 
4112
+ [[package]]
4113
+ name = "sync_wrapper"
4114
+ version = "1.0.1"
4115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4116
+ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
4117
+
3741
4118
  [[package]]
3742
4119
  name = "system-configuration"
3743
4120
  version = "0.5.1"
@@ -3813,18 +4190,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
3813
4190
 
3814
4191
  [[package]]
3815
4192
  name = "thiserror"
3816
- version = "1.0.61"
4193
+ version = "1.0.64"
3817
4194
  source = "registry+https://github.com/rust-lang/crates.io-index"
3818
- checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
4195
+ checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
3819
4196
  dependencies = [
3820
4197
  "thiserror-impl",
3821
4198
  ]
3822
4199
 
3823
4200
  [[package]]
3824
4201
  name = "thiserror-impl"
3825
- version = "1.0.61"
4202
+ version = "1.0.64"
3826
4203
  source = "registry+https://github.com/rust-lang/crates.io-index"
3827
- checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
4204
+ checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
3828
4205
  dependencies = [
3829
4206
  "proc-macro2",
3830
4207
  "quote",
@@ -3915,9 +4292,21 @@ dependencies = [
3915
4292
  "num_cpus",
3916
4293
  "pin-project-lite",
3917
4294
  "socket2 0.5.5",
4295
+ "tokio-macros",
3918
4296
  "windows-sys 0.48.0",
3919
4297
  ]
3920
4298
 
4299
+ [[package]]
4300
+ name = "tokio-macros"
4301
+ version = "2.3.0"
4302
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4303
+ checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
4304
+ dependencies = [
4305
+ "proc-macro2",
4306
+ "quote",
4307
+ "syn 2.0.48",
4308
+ ]
4309
+
3921
4310
  [[package]]
3922
4311
  name = "tokio-native-tls"
3923
4312
  version = "0.3.1"
@@ -3928,6 +4317,17 @@ dependencies = [
3928
4317
  "tokio",
3929
4318
  ]
3930
4319
 
4320
+ [[package]]
4321
+ name = "tokio-stream"
4322
+ version = "0.1.16"
4323
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4324
+ checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
4325
+ dependencies = [
4326
+ "futures-core",
4327
+ "pin-project-lite",
4328
+ "tokio",
4329
+ ]
4330
+
3931
4331
  [[package]]
3932
4332
  name = "tokio-tungstenite"
3933
4333
  version = "0.18.0"
@@ -3999,6 +4399,62 @@ dependencies = [
3999
4399
  "winnow",
4000
4400
  ]
4001
4401
 
4402
+ [[package]]
4403
+ name = "tonic"
4404
+ version = "0.12.2"
4405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4406
+ checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad"
4407
+ dependencies = [
4408
+ "async-stream",
4409
+ "async-trait",
4410
+ "axum",
4411
+ "base64 0.22.1",
4412
+ "bytes",
4413
+ "h2 0.4.6",
4414
+ "http 1.1.0",
4415
+ "http-body 1.0.1",
4416
+ "http-body-util",
4417
+ "hyper 1.4.1",
4418
+ "hyper-timeout",
4419
+ "hyper-util",
4420
+ "percent-encoding",
4421
+ "pin-project",
4422
+ "prost",
4423
+ "socket2 0.5.5",
4424
+ "tokio",
4425
+ "tokio-stream",
4426
+ "tower",
4427
+ "tower-layer",
4428
+ "tower-service",
4429
+ "tracing",
4430
+ ]
4431
+
4432
+ [[package]]
4433
+ name = "tower"
4434
+ version = "0.4.13"
4435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4436
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
4437
+ dependencies = [
4438
+ "futures-core",
4439
+ "futures-util",
4440
+ "indexmap 1.9.3",
4441
+ "pin-project",
4442
+ "pin-project-lite",
4443
+ "rand",
4444
+ "slab",
4445
+ "tokio",
4446
+ "tokio-util",
4447
+ "tower-layer",
4448
+ "tower-service",
4449
+ "tracing",
4450
+ ]
4451
+
4452
+ [[package]]
4453
+ name = "tower-layer"
4454
+ version = "0.3.3"
4455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4456
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4457
+
4002
4458
  [[package]]
4003
4459
  name = "tower-service"
4004
4460
  version = "0.3.2"
@@ -4083,7 +4539,7 @@ dependencies = [
4083
4539
  "base64 0.13.1",
4084
4540
  "byteorder",
4085
4541
  "bytes",
4086
- "http",
4542
+ "http 0.2.11",
4087
4543
  "httparse",
4088
4544
  "log",
4089
4545
  "rand",
@@ -4233,34 +4689,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4233
4689
 
4234
4690
  [[package]]
4235
4691
  name = "wasm-bindgen"
4236
- version = "0.2.84"
4692
+ version = "0.2.93"
4237
4693
  source = "registry+https://github.com/rust-lang/crates.io-index"
4238
- checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
4694
+ checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
4239
4695
  dependencies = [
4240
4696
  "cfg-if 1.0.0",
4697
+ "once_cell",
4241
4698
  "wasm-bindgen-macro",
4242
4699
  ]
4243
4700
 
4244
4701
  [[package]]
4245
4702
  name = "wasm-bindgen-backend"
4246
- version = "0.2.84"
4703
+ version = "0.2.93"
4247
4704
  source = "registry+https://github.com/rust-lang/crates.io-index"
4248
- checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
4705
+ checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
4249
4706
  dependencies = [
4250
4707
  "bumpalo",
4251
4708
  "log",
4252
4709
  "once_cell",
4253
4710
  "proc-macro2",
4254
4711
  "quote",
4255
- "syn 1.0.109",
4712
+ "syn 2.0.48",
4256
4713
  "wasm-bindgen-shared",
4257
4714
  ]
4258
4715
 
4259
4716
  [[package]]
4260
4717
  name = "wasm-bindgen-futures"
4261
- version = "0.4.34"
4718
+ version = "0.4.43"
4262
4719
  source = "registry+https://github.com/rust-lang/crates.io-index"
4263
- checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
4720
+ checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
4264
4721
  dependencies = [
4265
4722
  "cfg-if 1.0.0",
4266
4723
  "js-sys",
@@ -4270,9 +4727,9 @@ dependencies = [
4270
4727
 
4271
4728
  [[package]]
4272
4729
  name = "wasm-bindgen-macro"
4273
- version = "0.2.84"
4730
+ version = "0.2.93"
4274
4731
  source = "registry+https://github.com/rust-lang/crates.io-index"
4275
- checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
4732
+ checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
4276
4733
  dependencies = [
4277
4734
  "quote",
4278
4735
  "wasm-bindgen-macro-support",
@@ -4280,22 +4737,22 @@ dependencies = [
4280
4737
 
4281
4738
  [[package]]
4282
4739
  name = "wasm-bindgen-macro-support"
4283
- version = "0.2.84"
4740
+ version = "0.2.93"
4284
4741
  source = "registry+https://github.com/rust-lang/crates.io-index"
4285
- checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
4742
+ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
4286
4743
  dependencies = [
4287
4744
  "proc-macro2",
4288
4745
  "quote",
4289
- "syn 1.0.109",
4746
+ "syn 2.0.48",
4290
4747
  "wasm-bindgen-backend",
4291
4748
  "wasm-bindgen-shared",
4292
4749
  ]
4293
4750
 
4294
4751
  [[package]]
4295
4752
  name = "wasm-bindgen-shared"
4296
- version = "0.2.84"
4753
+ version = "0.2.93"
4297
4754
  source = "registry+https://github.com/rust-lang/crates.io-index"
4298
- checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
4755
+ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
4299
4756
 
4300
4757
  [[package]]
4301
4758
  name = "wayland-client"
@@ -4384,9 +4841,9 @@ dependencies = [
4384
4841
 
4385
4842
  [[package]]
4386
4843
  name = "web-sys"
4387
- version = "0.3.61"
4844
+ version = "0.3.70"
4388
4845
  source = "registry+https://github.com/rust-lang/crates.io-index"
4389
- checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
4846
+ checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
4390
4847
  dependencies = [
4391
4848
  "js-sys",
4392
4849
  "wasm-bindgen",
@@ -4394,9 +4851,9 @@ dependencies = [
4394
4851
 
4395
4852
  [[package]]
4396
4853
  name = "webbrowser"
4397
- version = "0.8.12"
4854
+ version = "0.8.15"
4398
4855
  source = "registry+https://github.com/rust-lang/crates.io-index"
4399
- checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71"
4856
+ checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
4400
4857
  dependencies = [
4401
4858
  "core-foundation",
4402
4859
  "home",
@@ -4491,25 +4948,31 @@ dependencies = [
4491
4948
 
4492
4949
  [[package]]
4493
4950
  name = "windows"
4494
- version = "0.42.0"
4951
+ version = "0.48.0"
4495
4952
  source = "registry+https://github.com/rust-lang/crates.io-index"
4496
- checksum = "0286ba339aa753e70765d521bb0242cc48e1194562bfa2a2ad7ac8a6de28f5d5"
4953
+ checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
4497
4954
  dependencies = [
4498
4955
  "windows-implement",
4499
- "windows_aarch64_gnullvm 0.42.2",
4500
- "windows_aarch64_msvc 0.42.2",
4501
- "windows_i686_gnu 0.42.2",
4502
- "windows_i686_msvc 0.42.2",
4503
- "windows_x86_64_gnu 0.42.2",
4504
- "windows_x86_64_gnullvm 0.42.2",
4505
- "windows_x86_64_msvc 0.42.2",
4956
+ "windows-interface",
4957
+ "windows-targets 0.48.5",
4506
4958
  ]
4507
4959
 
4508
4960
  [[package]]
4509
4961
  name = "windows-implement"
4510
- version = "0.42.0"
4962
+ version = "0.48.0"
4963
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4964
+ checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
4965
+ dependencies = [
4966
+ "proc-macro2",
4967
+ "quote",
4968
+ "syn 1.0.109",
4969
+ ]
4970
+
4971
+ [[package]]
4972
+ name = "windows-interface"
4973
+ version = "0.48.0"
4511
4974
  source = "registry+https://github.com/rust-lang/crates.io-index"
4512
- checksum = "9539b6bd3eadbd9de66c9666b22d802b833da7e996bc06896142e09854a61767"
4975
+ checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
4513
4976
  dependencies = [
4514
4977
  "proc-macro2",
4515
4978
  "quote",
@@ -4752,7 +5215,7 @@ checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
4752
5215
  dependencies = [
4753
5216
  "android-activity",
4754
5217
  "bitflags 1.3.2",
4755
- "cfg_aliases",
5218
+ "cfg_aliases 0.1.1",
4756
5219
  "core-foundation",
4757
5220
  "core-graphics",
4758
5221
  "dispatch",
@@ -4882,7 +5345,6 @@ dependencies = [
4882
5345
  "ordered-stream",
4883
5346
  "rand",
4884
5347
  "serde",
4885
- "serde-xml-rs",
4886
5348
  "serde_repr",
4887
5349
  "sha1",
4888
5350
  "static_assertions",