python-auditor 0.5.0__tar.gz → 0.6.1__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.
Files changed (142) hide show
  1. {python_auditor-0.5.0 → python_auditor-0.6.1}/Cargo.lock +236 -98
  2. {python_auditor-0.5.0 → python_auditor-0.6.1}/Cargo.toml +10 -9
  3. {python_auditor-0.5.0 → python_auditor-0.6.1}/PKG-INFO +1 -1
  4. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +50 -0
  5. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-36fad28130fa066e2182edb3019f5d7e77a635c6116aa9c8a5b358114fb8c57c.json → python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +4 -2
  6. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +17 -0
  7. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +26 -0
  8. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +26 -0
  9. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +52 -0
  10. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-0de2b3aa2731428f5c749d7c166ab8be945eb01c6515fb3db329e45e39fd7d12.json → python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +2 -2
  11. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +20 -0
  12. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +28 -0
  13. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +26 -0
  14. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-b205b9e460541ad09dcd6de4d75df490a88f4b31b3ef45a9ec68047c39081eb5.json → python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +2 -2
  15. python_auditor-0.6.1/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +52 -0
  16. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/Cargo.toml +33 -38
  17. python_auditor-0.6.1/local_dependencies/auditor/configuration/base.yaml +16 -0
  18. python_auditor-0.6.1/local_dependencies/auditor/configuration/local.yaml +4 -0
  19. python_auditor-0.6.1/local_dependencies/auditor/src/configuration.rs +172 -0
  20. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/constants.rs +0 -1
  21. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/record.rs +50 -7
  22. python_auditor-0.6.1/local_dependencies/auditor/src/lib.rs +25 -0
  23. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/metrics/database.rs +16 -19
  24. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/add.rs +23 -144
  25. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +70 -119
  26. python_auditor-0.6.1/local_dependencies/auditor/src/routes/get.rs +49 -0
  27. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/update.rs +2 -2
  28. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/add.rs +21 -83
  29. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/advanced_queries.rs +42 -69
  30. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/main.rs +0 -1
  31. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/update.rs +9 -40
  32. python_auditor-0.6.1/local_dependencies/auditor-client/.env +1 -0
  33. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +26 -0
  34. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +26 -0
  35. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +12 -0
  36. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +12 -0
  37. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +20 -0
  38. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +12 -0
  39. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +26 -0
  40. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +12 -0
  41. python_auditor-0.6.1/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +12 -0
  42. python_auditor-0.6.1/local_dependencies/auditor-client/Cargo.toml +59 -0
  43. python_auditor-0.6.1/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +260 -0
  44. python_auditor-0.6.1/local_dependencies/auditor-client/benches/configuration/bench.yaml +4 -0
  45. {python_auditor-0.5.0/local_dependencies/auditor → python_auditor-0.6.1/local_dependencies/auditor-client}/benches/configuration.rs +12 -0
  46. python_auditor-0.6.1/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +7 -0
  47. python_auditor-0.6.1/local_dependencies/auditor-client/src/constants.rs +9 -0
  48. python_auditor-0.6.1/local_dependencies/auditor-client/src/database.rs +361 -0
  49. python_auditor-0.5.0/local_dependencies/auditor/src/client/mod.rs → python_auditor-0.6.1/local_dependencies/auditor-client/src/lib.rs +925 -14
  50. python_auditor-0.6.1/scripts/test_add_update_queued.py +72 -0
  51. python_auditor-0.6.1/scripts/test_advanced_query_queued.py +231 -0
  52. python_auditor-0.6.1/scripts/test_bulk_insert_queued.py +74 -0
  53. python_auditor-0.6.1/scripts/test_components_queued.py +72 -0
  54. python_auditor-0.6.1/scripts/test_get_since_queued.py +84 -0
  55. python_auditor-0.6.1/scripts/test_get_single_record_queued.py +63 -0
  56. python_auditor-0.6.1/scripts/test_meta_queued.py +67 -0
  57. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/blocking_client.rs +5 -5
  58. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/builder.rs +42 -3
  59. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/client.rs +22 -22
  60. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/lib.rs +2 -0
  61. python_auditor-0.6.1/src/queued_client.rs +275 -0
  62. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-17f4686d8430a057a076f44db1d54859c3fb4f569d162d7095f8734b87ab73b7.json +0 -100
  63. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-3da9ad5248c244c040b47e27cbbca081b156fd5b88bffac65be6bb7ba7aabafe.json +0 -16
  64. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-4e72ae54be447c525721306d208b926c647e3f8149bbd428a97ecbc9f8bceca5.json +0 -102
  65. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-50c6776ca37b9b56b92848573f32d72f44631c9ff702bb468dc7a7f5520a6f48.json +0 -18
  66. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-520d88dec0363b824ca4af064510c2e837819eb7877850ff8077643a5bdbe3e2.json +0 -26
  67. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-622a95c18c6d5bb7d69e5f557e4742a07db9389fb810005f9e8bc142686c7846.json +0 -28
  68. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-6ba76bcc9e877d3b6e353a4b85a1115d4821d4304b91593614ea39597ae29bc1.json +0 -18
  69. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-6c7c9b840bd8bf36dd80484f6c82787423b2304ccff83a98a57ec398c1b46ddb.json +0 -28
  70. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-80a4ffc9c5af2cf8570c4543df24cc9fc9604f98bc4716ae4f99479af245774e.json +0 -17
  71. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-b4e6b925764d8bdabd3aa358f357fc59f0e71b39e06c82e332185cc9ab0b04ed.json +0 -102
  72. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-e6c7e05a8f9aac8353000db25e8ac0bc54f7ff067ab70715b8659cb835f45af6.json +0 -102
  73. python_auditor-0.5.0/local_dependencies/auditor/.sqlx/query-f9013f697e7b81594947530172248a0400cfbf7e316d0224b4692475a12a7d7f.json +0 -16
  74. python_auditor-0.5.0/local_dependencies/auditor/benches/benchmark_with_http_request.rs +0 -1106
  75. python_auditor-0.5.0/local_dependencies/auditor/benches/configuration/bench.yaml +0 -2
  76. python_auditor-0.5.0/local_dependencies/auditor/src/lib.rs +0 -540
  77. python_auditor-0.5.0/local_dependencies/auditor/src/routes/get.rs +0 -79
  78. python_auditor-0.5.0/local_dependencies/auditor/tests/api/client.rs +0 -653
  79. {python_auditor-0.5.0 → python_auditor-0.6.1}/.cargo/config.toml +0 -0
  80. {python_auditor-0.5.0 → python_auditor-0.6.1}/.readthedocs.yaml +0 -0
  81. {python_auditor-0.5.0 → python_auditor-0.6.1}/README.md +0 -0
  82. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/Makefile +0 -0
  83. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/api.rst +0 -0
  84. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/changelog.rst +0 -0
  85. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/conf.py +0 -0
  86. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/examples.rst +0 -0
  87. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/index.rst +0 -0
  88. {python_auditor-0.5.0 → python_auditor-0.6.1}/docs/make.bat +0 -0
  89. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/.env +0 -0
  90. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/build.rs +0 -0
  91. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
  92. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/configuration/production.yaml +0 -0
  93. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
  94. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
  95. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
  96. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
  97. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/component.rs +0 -0
  98. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/meta.rs +0 -0
  99. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/mod.rs +0 -0
  100. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/score.rs +0 -0
  101. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
  102. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/validname.rs +0 -0
  103. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
  104. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/error.rs +0 -0
  105. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/macros.rs +0 -0
  106. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/main.rs +0 -0
  107. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
  108. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
  109. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/mod.rs +0 -0
  110. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
  111. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/startup.rs +0 -0
  112. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/src/telemetry.rs +0 -0
  113. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/get.rs +0 -0
  114. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
  115. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
  116. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
  117. {python_auditor-0.5.0 → python_auditor-0.6.1}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
  118. {python_auditor-0.5.0/local_dependencies/auditor → python_auditor-0.6.1/local_dependencies/auditor-client}/benches/README.md +0 -0
  119. {python_auditor-0.5.0/local_dependencies/auditor → python_auditor-0.6.1/local_dependencies/auditor-client}/configuration/base.yaml +0 -0
  120. {python_auditor-0.5.0/local_dependencies/auditor → python_auditor-0.6.1/local_dependencies/auditor-client}/configuration/local.yaml +0 -0
  121. {python_auditor-0.5.0/local_dependencies/auditor → python_auditor-0.6.1/local_dependencies/auditor-client}/src/configuration.rs +0 -0
  122. {python_auditor-0.5.0 → python_auditor-0.6.1}/pyproject.toml +0 -0
  123. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_add_update.py +0 -0
  124. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_add_update_blocking.py +0 -0
  125. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_advanced_query.py +0 -0
  126. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_advanced_query_blocking.py +0 -0
  127. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_bulk_insert.py +0 -0
  128. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_bulk_insert_blocking.py +0 -0
  129. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_components.py +0 -0
  130. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_components_blocking.py +0 -0
  131. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_eq.py +0 -0
  132. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_get_since.py +0 -0
  133. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_get_since_blocking.py +0 -0
  134. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_get_single_record.py +0 -0
  135. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_get_single_record_blocking.py +0 -0
  136. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_meta.py +0 -0
  137. {python_auditor-0.5.0 → python_auditor-0.6.1}/scripts/test_meta_blocking.py +0 -0
  138. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/domain/component.rs +0 -0
  139. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/domain/meta.rs +0 -0
  140. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/domain/mod.rs +0 -0
  141. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/domain/record.rs +0 -0
  142. {python_auditor-0.5.0 → python_auditor-0.6.1}/src/domain/score.rs +0 -0
@@ -21,16 +21,16 @@ dependencies = [
21
21
 
22
22
  [[package]]
23
23
  name = "actix-http"
24
- version = "3.6.0"
24
+ version = "3.7.0"
25
25
  source = "registry+https://github.com/rust-lang/crates.io-index"
26
- checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
26
+ checksum = "4eb9843d84c775696c37d9a418bbb01b932629d01870722c0f13eb3f95e2536d"
27
27
  dependencies = [
28
28
  "actix-codec",
29
29
  "actix-rt",
30
30
  "actix-service",
31
31
  "actix-utils",
32
32
  "ahash 0.8.11",
33
- "base64 0.21.7",
33
+ "base64 0.22.0",
34
34
  "bitflags 2.5.0",
35
35
  "brotli",
36
36
  "bytes",
@@ -70,13 +70,15 @@ dependencies = [
70
70
 
71
71
  [[package]]
72
72
  name = "actix-router"
73
- version = "0.5.2"
73
+ version = "0.5.3"
74
74
  source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
75
+ checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
76
76
  dependencies = [
77
77
  "bytestring",
78
+ "cfg-if",
78
79
  "http 0.2.12",
79
80
  "regex",
81
+ "regex-lite",
80
82
  "serde",
81
83
  "tracing",
82
84
  ]
@@ -131,9 +133,9 @@ dependencies = [
131
133
 
132
134
  [[package]]
133
135
  name = "actix-web"
134
- version = "4.5.1"
136
+ version = "4.8.0"
135
137
  source = "registry+https://github.com/rust-lang/crates.io-index"
136
- checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
138
+ checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff"
137
139
  dependencies = [
138
140
  "actix-codec",
139
141
  "actix-http",
@@ -160,6 +162,7 @@ dependencies = [
160
162
  "once_cell",
161
163
  "pin-project-lite",
162
164
  "regex",
165
+ "regex-lite",
163
166
  "serde",
164
167
  "serde_json",
165
168
  "serde_urlencoded",
@@ -171,9 +174,9 @@ dependencies = [
171
174
 
172
175
  [[package]]
173
176
  name = "actix-web-codegen"
174
- version = "4.2.2"
177
+ version = "4.3.0"
175
178
  source = "registry+https://github.com/rust-lang/crates.io-index"
176
- checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
179
+ checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
177
180
  dependencies = [
178
181
  "actix-router",
179
182
  "proc-macro2",
@@ -190,8 +193,8 @@ dependencies = [
190
193
  "actix-http",
191
194
  "actix-web",
192
195
  "futures-util",
193
- "opentelemetry",
194
- "opentelemetry-prometheus",
196
+ "opentelemetry 0.22.0",
197
+ "opentelemetry-prometheus 0.15.0",
195
198
  "opentelemetry-semantic-conventions",
196
199
  "prometheus",
197
200
  "serde",
@@ -295,9 +298,9 @@ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
295
298
 
296
299
  [[package]]
297
300
  name = "anyhow"
298
- version = "1.0.82"
301
+ version = "1.0.86"
299
302
  source = "registry+https://github.com/rust-lang/crates.io-index"
300
- checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
303
+ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
301
304
 
302
305
  [[package]]
303
306
  name = "assert-json-diff"
@@ -331,7 +334,7 @@ dependencies = [
331
334
 
332
335
  [[package]]
333
336
  name = "auditor"
334
- version = "0.5.0"
337
+ version = "0.6.1"
335
338
  dependencies = [
336
339
  "actix-web",
337
340
  "actix-web-opentelemetry",
@@ -339,21 +342,18 @@ dependencies = [
339
342
  "chrono",
340
343
  "claims",
341
344
  "config",
342
- "criterion",
343
- "criterion-macro",
344
345
  "fake",
345
- "itertools 0.12.1",
346
+ "itertools 0.13.0",
346
347
  "num-traits",
347
348
  "once_cell",
348
- "opentelemetry",
349
- "opentelemetry-prometheus",
349
+ "opentelemetry 0.23.0",
350
+ "opentelemetry-prometheus 0.16.0",
350
351
  "opentelemetry_api",
351
- "opentelemetry_sdk",
352
+ "opentelemetry_sdk 0.23.0",
352
353
  "prometheus",
353
354
  "quickcheck",
354
355
  "quickcheck_macros",
355
356
  "rand",
356
- "rand_distr",
357
357
  "regex",
358
358
  "reqwest",
359
359
  "secrecy",
@@ -376,21 +376,53 @@ dependencies = [
376
376
  "wiremock",
377
377
  ]
378
378
 
379
+ [[package]]
380
+ name = "auditor-client"
381
+ version = "0.6.1"
382
+ dependencies = [
383
+ "anyhow",
384
+ "auditor",
385
+ "bincode",
386
+ "chrono",
387
+ "claims",
388
+ "config",
389
+ "criterion",
390
+ "criterion-macro",
391
+ "fake",
392
+ "itertools 0.13.0",
393
+ "once_cell",
394
+ "rand",
395
+ "rand_distr",
396
+ "reqwest",
397
+ "serde",
398
+ "serde-aux",
399
+ "serde_qs",
400
+ "sqlx",
401
+ "thiserror",
402
+ "tokio",
403
+ "tracing",
404
+ "tracing-subscriber",
405
+ "urlencoding",
406
+ "uuid",
407
+ "wiremock",
408
+ ]
409
+
379
410
  [[package]]
380
411
  name = "auditor-priority-plugin"
381
- version = "0.5.0"
412
+ version = "0.6.1"
382
413
  dependencies = [
383
414
  "actix-web",
384
415
  "actix-web-opentelemetry",
385
416
  "anyhow",
386
417
  "auditor",
418
+ "auditor-client",
387
419
  "chrono",
388
420
  "config",
389
421
  "num-traits",
390
- "opentelemetry",
391
- "opentelemetry-prometheus",
422
+ "opentelemetry 0.23.0",
423
+ "opentelemetry-prometheus 0.16.0",
392
424
  "opentelemetry_api",
393
- "opentelemetry_sdk",
425
+ "opentelemetry_sdk 0.23.0",
394
426
  "prometheus",
395
427
  "serde",
396
428
  "serde-aux",
@@ -405,16 +437,17 @@ dependencies = [
405
437
 
406
438
  [[package]]
407
439
  name = "auditor-slurm-collector"
408
- version = "0.5.0"
440
+ version = "0.6.1"
409
441
  dependencies = [
410
442
  "anyhow",
411
443
  "auditor",
444
+ "auditor-client",
412
445
  "bincode",
413
446
  "chrono",
414
447
  "color-eyre",
415
448
  "config",
416
449
  "fake",
417
- "itertools 0.12.1",
450
+ "itertools 0.13.0",
418
451
  "once_cell",
419
452
  "regex",
420
453
  "serde",
@@ -430,10 +463,11 @@ dependencies = [
430
463
 
431
464
  [[package]]
432
465
  name = "auditor-slurm-epilog-collector"
433
- version = "0.5.0"
466
+ version = "0.6.1"
434
467
  dependencies = [
435
468
  "anyhow",
436
469
  "auditor",
470
+ "auditor-client",
437
471
  "chrono",
438
472
  "config",
439
473
  "regex",
@@ -525,9 +559,9 @@ dependencies = [
525
559
 
526
560
  [[package]]
527
561
  name = "brotli"
528
- version = "3.5.0"
562
+ version = "6.0.0"
529
563
  source = "registry+https://github.com/rust-lang/crates.io-index"
530
- checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
564
+ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
531
565
  dependencies = [
532
566
  "alloc-no-stdlib",
533
567
  "alloc-stdlib",
@@ -536,9 +570,9 @@ dependencies = [
536
570
 
537
571
  [[package]]
538
572
  name = "brotli-decompressor"
539
- version = "2.5.1"
573
+ version = "4.0.1"
540
574
  source = "registry+https://github.com/rust-lang/crates.io-index"
541
- checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
575
+ checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
542
576
  dependencies = [
543
577
  "alloc-no-stdlib",
544
578
  "alloc-stdlib",
@@ -602,10 +636,8 @@ checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
602
636
  dependencies = [
603
637
  "android-tzdata",
604
638
  "iana-time-zone",
605
- "js-sys",
606
639
  "num-traits",
607
640
  "serde",
608
- "wasm-bindgen",
609
641
  "windows-targets 0.52.5",
610
642
  ]
611
643
 
@@ -808,9 +840,9 @@ dependencies = [
808
840
 
809
841
  [[package]]
810
842
  name = "criterion-macro"
811
- version = "0.3.4"
843
+ version = "0.4.0"
812
844
  source = "registry+https://github.com/rust-lang/crates.io-index"
813
- checksum = "8421c08c2e60050bb24ebfb7232bdd2fcf44fa74c5777b00a71daa7d332a8164"
845
+ checksum = "288a8f36b28a19d7dbd572c76006c0a0eba1f3bf912a254dda211c6f665e7ffc"
814
846
  dependencies = [
815
847
  "proc-macro2",
816
848
  "quote",
@@ -826,15 +858,6 @@ dependencies = [
826
858
  "itertools 0.10.5",
827
859
  ]
828
860
 
829
- [[package]]
830
- name = "crossbeam-channel"
831
- version = "0.5.12"
832
- source = "registry+https://github.com/rust-lang/crates.io-index"
833
- checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
834
- dependencies = [
835
- "crossbeam-utils",
836
- ]
837
-
838
861
  [[package]]
839
862
  name = "crossbeam-deque"
840
863
  version = "0.8.5"
@@ -1479,19 +1502,20 @@ dependencies = [
1479
1502
 
1480
1503
  [[package]]
1481
1504
  name = "hyper-rustls"
1482
- version = "0.26.0"
1505
+ version = "0.27.2"
1483
1506
  source = "registry+https://github.com/rust-lang/crates.io-index"
1484
- checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
1507
+ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
1485
1508
  dependencies = [
1486
1509
  "futures-util",
1487
1510
  "http 1.1.0",
1488
1511
  "hyper",
1489
1512
  "hyper-util",
1490
- "rustls 0.22.4",
1513
+ "rustls 0.23.10",
1491
1514
  "rustls-pki-types",
1492
1515
  "tokio",
1493
1516
  "tokio-rustls",
1494
1517
  "tower-service",
1518
+ "webpki-roots 0.26.1",
1495
1519
  ]
1496
1520
 
1497
1521
  [[package]]
@@ -1622,6 +1646,15 @@ dependencies = [
1622
1646
  "either",
1623
1647
  ]
1624
1648
 
1649
+ [[package]]
1650
+ name = "itertools"
1651
+ version = "0.13.0"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1654
+ dependencies = [
1655
+ "either",
1656
+ ]
1657
+
1625
1658
  [[package]]
1626
1659
  name = "itoa"
1627
1660
  version = "1.0.11"
@@ -1878,9 +1911,9 @@ dependencies = [
1878
1911
 
1879
1912
  [[package]]
1880
1913
  name = "num-traits"
1881
- version = "0.2.18"
1914
+ version = "0.2.19"
1882
1915
  source = "registry+https://github.com/rust-lang/crates.io-index"
1883
- checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
1916
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1884
1917
  dependencies = [
1885
1918
  "autocfg",
1886
1919
  "libm",
@@ -1932,6 +1965,20 @@ dependencies = [
1932
1965
  "urlencoding",
1933
1966
  ]
1934
1967
 
1968
+ [[package]]
1969
+ name = "opentelemetry"
1970
+ version = "0.23.0"
1971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1972
+ checksum = "1b69a91d4893e713e06f724597ad630f1fa76057a5e1026c0ca67054a9032a76"
1973
+ dependencies = [
1974
+ "futures-core",
1975
+ "futures-sink",
1976
+ "js-sys",
1977
+ "once_cell",
1978
+ "pin-project-lite",
1979
+ "thiserror",
1980
+ ]
1981
+
1935
1982
  [[package]]
1936
1983
  name = "opentelemetry-prometheus"
1937
1984
  version = "0.15.0"
@@ -1939,8 +1986,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1939
1986
  checksum = "30bbcf6341cab7e2193e5843f0ac36c446a5b3fccb28747afaeda17996dcd02e"
1940
1987
  dependencies = [
1941
1988
  "once_cell",
1942
- "opentelemetry",
1943
- "opentelemetry_sdk",
1989
+ "opentelemetry 0.22.0",
1990
+ "opentelemetry_sdk 0.22.1",
1991
+ "prometheus",
1992
+ "protobuf",
1993
+ ]
1994
+
1995
+ [[package]]
1996
+ name = "opentelemetry-prometheus"
1997
+ version = "0.16.0"
1998
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1999
+ checksum = "5e1a24eafe47b693cb938f8505f240dc26c71db60df9aca376b4f857e9653ec7"
2000
+ dependencies = [
2001
+ "once_cell",
2002
+ "opentelemetry 0.23.0",
2003
+ "opentelemetry_sdk 0.23.0",
1944
2004
  "prometheus",
1945
2005
  "protobuf",
1946
2006
  ]
@@ -1974,13 +2034,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
2034
  checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e"
1975
2035
  dependencies = [
1976
2036
  "async-trait",
1977
- "crossbeam-channel",
1978
2037
  "futures-channel",
1979
2038
  "futures-executor",
1980
2039
  "futures-util",
1981
2040
  "glob",
1982
2041
  "once_cell",
1983
- "opentelemetry",
2042
+ "opentelemetry 0.22.0",
2043
+ "ordered-float",
2044
+ "thiserror",
2045
+ ]
2046
+
2047
+ [[package]]
2048
+ name = "opentelemetry_sdk"
2049
+ version = "0.23.0"
2050
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2051
+ checksum = "ae312d58eaa90a82d2e627fd86e075cf5230b3f11794e2ed74199ebbe572d4fd"
2052
+ dependencies = [
2053
+ "async-trait",
2054
+ "futures-channel",
2055
+ "futures-executor",
2056
+ "futures-util",
2057
+ "glob",
2058
+ "lazy_static",
2059
+ "once_cell",
2060
+ "opentelemetry 0.23.0",
1984
2061
  "ordered-float",
1985
2062
  "percent-encoding",
1986
2063
  "rand",
@@ -2229,9 +2306,9 @@ dependencies = [
2229
2306
 
2230
2307
  [[package]]
2231
2308
  name = "prometheus"
2232
- version = "0.13.3"
2309
+ version = "0.13.4"
2233
2310
  source = "registry+https://github.com/rust-lang/crates.io-index"
2234
- checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
2311
+ checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
2235
2312
  dependencies = [
2236
2313
  "cfg-if",
2237
2314
  "fnv",
@@ -2340,10 +2417,11 @@ dependencies = [
2340
2417
 
2341
2418
  [[package]]
2342
2419
  name = "python-auditor"
2343
- version = "0.5.0"
2420
+ version = "0.6.1"
2344
2421
  dependencies = [
2345
2422
  "anyhow",
2346
2423
  "auditor",
2424
+ "auditor-client",
2347
2425
  "chrono",
2348
2426
  "pyo3",
2349
2427
  "pyo3-asyncio",
@@ -2374,6 +2452,53 @@ dependencies = [
2374
2452
  "syn 1.0.109",
2375
2453
  ]
2376
2454
 
2455
+ [[package]]
2456
+ name = "quinn"
2457
+ version = "0.11.2"
2458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2459
+ checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
2460
+ dependencies = [
2461
+ "bytes",
2462
+ "pin-project-lite",
2463
+ "quinn-proto",
2464
+ "quinn-udp",
2465
+ "rustc-hash",
2466
+ "rustls 0.23.10",
2467
+ "thiserror",
2468
+ "tokio",
2469
+ "tracing",
2470
+ ]
2471
+
2472
+ [[package]]
2473
+ name = "quinn-proto"
2474
+ version = "0.11.3"
2475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2476
+ checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
2477
+ dependencies = [
2478
+ "bytes",
2479
+ "rand",
2480
+ "ring",
2481
+ "rustc-hash",
2482
+ "rustls 0.23.10",
2483
+ "slab",
2484
+ "thiserror",
2485
+ "tinyvec",
2486
+ "tracing",
2487
+ ]
2488
+
2489
+ [[package]]
2490
+ name = "quinn-udp"
2491
+ version = "0.5.2"
2492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2493
+ checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
2494
+ dependencies = [
2495
+ "libc",
2496
+ "once_cell",
2497
+ "socket2",
2498
+ "tracing",
2499
+ "windows-sys 0.52.0",
2500
+ ]
2501
+
2377
2502
  [[package]]
2378
2503
  name = "quote"
2379
2504
  version = "1.0.36"
@@ -2454,9 +2579,9 @@ dependencies = [
2454
2579
 
2455
2580
  [[package]]
2456
2581
  name = "regex"
2457
- version = "1.10.4"
2582
+ version = "1.10.5"
2458
2583
  source = "registry+https://github.com/rust-lang/crates.io-index"
2459
- checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2584
+ checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2460
2585
  dependencies = [
2461
2586
  "aho-corasick",
2462
2587
  "memchr",
@@ -2484,6 +2609,12 @@ dependencies = [
2484
2609
  "regex-syntax 0.8.3",
2485
2610
  ]
2486
2611
 
2612
+ [[package]]
2613
+ name = "regex-lite"
2614
+ version = "0.1.5"
2615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2616
+ checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
2617
+
2487
2618
  [[package]]
2488
2619
  name = "regex-syntax"
2489
2620
  version = "0.6.29"
@@ -2498,9 +2629,9 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2498
2629
 
2499
2630
  [[package]]
2500
2631
  name = "reqwest"
2501
- version = "0.12.4"
2632
+ version = "0.12.5"
2502
2633
  source = "registry+https://github.com/rust-lang/crates.io-index"
2503
- checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
2634
+ checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
2504
2635
  dependencies = [
2505
2636
  "base64 0.22.0",
2506
2637
  "bytes",
@@ -2520,7 +2651,8 @@ dependencies = [
2520
2651
  "once_cell",
2521
2652
  "percent-encoding",
2522
2653
  "pin-project-lite",
2523
- "rustls 0.22.4",
2654
+ "quinn",
2655
+ "rustls 0.23.10",
2524
2656
  "rustls-pemfile 2.1.2",
2525
2657
  "rustls-pki-types",
2526
2658
  "serde",
@@ -2600,6 +2732,12 @@ version = "0.1.23"
2600
2732
  source = "registry+https://github.com/rust-lang/crates.io-index"
2601
2733
  checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2602
2734
 
2735
+ [[package]]
2736
+ name = "rustc-hash"
2737
+ version = "1.1.0"
2738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2739
+ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2740
+
2603
2741
  [[package]]
2604
2742
  name = "rustc_version"
2605
2743
  version = "0.4.0"
@@ -2635,14 +2773,14 @@ dependencies = [
2635
2773
 
2636
2774
  [[package]]
2637
2775
  name = "rustls"
2638
- version = "0.22.4"
2776
+ version = "0.23.10"
2639
2777
  source = "registry+https://github.com/rust-lang/crates.io-index"
2640
- checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2778
+ checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
2641
2779
  dependencies = [
2642
- "log",
2780
+ "once_cell",
2643
2781
  "ring",
2644
2782
  "rustls-pki-types",
2645
- "rustls-webpki 0.102.3",
2783
+ "rustls-webpki 0.102.4",
2646
2784
  "subtle",
2647
2785
  "zeroize",
2648
2786
  ]
@@ -2668,9 +2806,9 @@ dependencies = [
2668
2806
 
2669
2807
  [[package]]
2670
2808
  name = "rustls-pki-types"
2671
- version = "1.4.1"
2809
+ version = "1.7.0"
2672
2810
  source = "registry+https://github.com/rust-lang/crates.io-index"
2673
- checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
2811
+ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2674
2812
 
2675
2813
  [[package]]
2676
2814
  name = "rustls-webpki"
@@ -2684,9 +2822,9 @@ dependencies = [
2684
2822
 
2685
2823
  [[package]]
2686
2824
  name = "rustls-webpki"
2687
- version = "0.102.3"
2825
+ version = "0.102.4"
2688
2826
  source = "registry+https://github.com/rust-lang/crates.io-index"
2689
- checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf"
2827
+ checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
2690
2828
  dependencies = [
2691
2829
  "ring",
2692
2830
  "rustls-pki-types",
@@ -2742,9 +2880,9 @@ checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2742
2880
 
2743
2881
  [[package]]
2744
2882
  name = "serde"
2745
- version = "1.0.198"
2883
+ version = "1.0.204"
2746
2884
  source = "registry+https://github.com/rust-lang/crates.io-index"
2747
- checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
2885
+ checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
2748
2886
  dependencies = [
2749
2887
  "serde_derive",
2750
2888
  ]
@@ -2762,9 +2900,9 @@ dependencies = [
2762
2900
 
2763
2901
  [[package]]
2764
2902
  name = "serde_derive"
2765
- version = "1.0.198"
2903
+ version = "1.0.204"
2766
2904
  source = "registry+https://github.com/rust-lang/crates.io-index"
2767
- checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
2905
+ checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
2768
2906
  dependencies = [
2769
2907
  "proc-macro2",
2770
2908
  "quote",
@@ -2773,9 +2911,9 @@ dependencies = [
2773
2911
 
2774
2912
  [[package]]
2775
2913
  name = "serde_json"
2776
- version = "1.0.116"
2914
+ version = "1.0.120"
2777
2915
  source = "registry+https://github.com/rust-lang/crates.io-index"
2778
- checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
2916
+ checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
2779
2917
  dependencies = [
2780
2918
  "itoa",
2781
2919
  "ryu",
@@ -2809,11 +2947,11 @@ dependencies = [
2809
2947
 
2810
2948
  [[package]]
2811
2949
  name = "serde_with"
2812
- version = "3.7.0"
2950
+ version = "3.8.1"
2813
2951
  source = "registry+https://github.com/rust-lang/crates.io-index"
2814
- checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
2952
+ checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
2815
2953
  dependencies = [
2816
- "base64 0.21.7",
2954
+ "base64 0.22.0",
2817
2955
  "chrono",
2818
2956
  "hex",
2819
2957
  "indexmap 1.9.3",
@@ -2827,9 +2965,9 @@ dependencies = [
2827
2965
 
2828
2966
  [[package]]
2829
2967
  name = "serde_with_macros"
2830
- version = "3.7.0"
2968
+ version = "3.8.1"
2831
2969
  source = "registry+https://github.com/rust-lang/crates.io-index"
2832
- checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
2970
+ checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
2833
2971
  dependencies = [
2834
2972
  "darling",
2835
2973
  "proc-macro2",
@@ -3206,9 +3344,9 @@ dependencies = [
3206
3344
 
3207
3345
  [[package]]
3208
3346
  name = "sync_wrapper"
3209
- version = "0.1.2"
3347
+ version = "1.0.1"
3210
3348
  source = "registry+https://github.com/rust-lang/crates.io-index"
3211
- checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3349
+ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
3212
3350
 
3213
3351
  [[package]]
3214
3352
  name = "target-lexicon"
@@ -3230,18 +3368,18 @@ dependencies = [
3230
3368
 
3231
3369
  [[package]]
3232
3370
  name = "thiserror"
3233
- version = "1.0.59"
3371
+ version = "1.0.63"
3234
3372
  source = "registry+https://github.com/rust-lang/crates.io-index"
3235
- checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
3373
+ checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
3236
3374
  dependencies = [
3237
3375
  "thiserror-impl",
3238
3376
  ]
3239
3377
 
3240
3378
  [[package]]
3241
3379
  name = "thiserror-impl"
3242
- version = "1.0.59"
3380
+ version = "1.0.63"
3243
3381
  source = "registry+https://github.com/rust-lang/crates.io-index"
3244
- checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
3382
+ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
3245
3383
  dependencies = [
3246
3384
  "proc-macro2",
3247
3385
  "quote",
@@ -3316,9 +3454,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3316
3454
 
3317
3455
  [[package]]
3318
3456
  name = "tokio"
3319
- version = "1.37.0"
3457
+ version = "1.38.0"
3320
3458
  source = "registry+https://github.com/rust-lang/crates.io-index"
3321
- checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
3459
+ checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
3322
3460
  dependencies = [
3323
3461
  "backtrace",
3324
3462
  "bytes",
@@ -3335,9 +3473,9 @@ dependencies = [
3335
3473
 
3336
3474
  [[package]]
3337
3475
  name = "tokio-macros"
3338
- version = "2.2.0"
3476
+ version = "2.3.0"
3339
3477
  source = "registry+https://github.com/rust-lang/crates.io-index"
3340
- checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
3478
+ checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
3341
3479
  dependencies = [
3342
3480
  "proc-macro2",
3343
3481
  "quote",
@@ -3346,11 +3484,11 @@ dependencies = [
3346
3484
 
3347
3485
  [[package]]
3348
3486
  name = "tokio-rustls"
3349
- version = "0.25.0"
3487
+ version = "0.26.0"
3350
3488
  source = "registry+https://github.com/rust-lang/crates.io-index"
3351
- checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3489
+ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
3352
3490
  dependencies = [
3353
- "rustls 0.22.4",
3491
+ "rustls 0.23.10",
3354
3492
  "rustls-pki-types",
3355
3493
  "tokio",
3356
3494
  ]
@@ -3431,9 +3569,9 @@ dependencies = [
3431
3569
 
3432
3570
  [[package]]
3433
3571
  name = "tracing-actix-web"
3434
- version = "0.7.10"
3572
+ version = "0.7.11"
3435
3573
  source = "registry+https://github.com/rust-lang/crates.io-index"
3436
- checksum = "fa069bd1503dd526ee793bb3fce408895136c95fc86d2edb2acf1c646d7f0684"
3574
+ checksum = "4ee9e39a66d9b615644893ffc1704d2a89b5b315b7fd0228ad3182ca9a306b19"
3437
3575
  dependencies = [
3438
3576
  "actix-web",
3439
3577
  "mutually_exclusive_features",
@@ -3613,9 +3751,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3613
3751
 
3614
3752
  [[package]]
3615
3753
  name = "uuid"
3616
- version = "1.8.0"
3754
+ version = "1.10.0"
3617
3755
  source = "registry+https://github.com/rust-lang/crates.io-index"
3618
- checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
3756
+ checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
3619
3757
  dependencies = [
3620
3758
  "getrandom",
3621
3759
  ]