python-auditor 0.9.2__tar.gz → 0.9.4__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 (138) hide show
  1. {python_auditor-0.9.2 → python_auditor-0.9.4}/Cargo.lock +306 -398
  2. {python_auditor-0.9.2 → python_auditor-0.9.4}/Cargo.toml +1 -1
  3. {python_auditor-0.9.2 → python_auditor-0.9.4}/PKG-INFO +1 -1
  4. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/Cargo.toml +2 -2
  5. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/Cargo.toml +2 -2
  6. {python_auditor-0.9.2 → python_auditor-0.9.4}/.cargo/config.toml +0 -0
  7. {python_auditor-0.9.2 → python_auditor-0.9.4}/.readthedocs.yaml +0 -0
  8. {python_auditor-0.9.2 → python_auditor-0.9.4}/README.md +0 -0
  9. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/Makefile +0 -0
  10. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/api.rst +0 -0
  11. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/changelog.rst +0 -0
  12. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/conf.py +0 -0
  13. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/examples.rst +0 -0
  14. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/index.rst +0 -0
  15. {python_auditor-0.9.2 → python_auditor-0.9.4}/docs/make.bat +0 -0
  16. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.env +0 -0
  17. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
  18. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
  19. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
  20. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
  21. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
  22. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
  23. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
  24. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
  25. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
  26. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
  27. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
  28. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
  29. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/build.rs +0 -0
  30. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/certs/rootCA-key.pem +0 -0
  31. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/certs/rootCA.pem +0 -0
  32. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/certs/server-cert.pem +0 -0
  33. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/certs/server-key.pem +0 -0
  34. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/base.yaml +0 -0
  35. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/dualstack.yaml +0 -0
  36. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/local.yaml +0 -0
  37. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
  38. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/production.yaml +0 -0
  39. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
  40. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/tls_config.yaml +0 -0
  41. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/.env +0 -0
  42. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/requirements.txt +0 -0
  43. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/revert_encodings.py +0 -0
  44. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/test_script.py +0 -0
  45. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
  46. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
  47. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
  48. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_valid_names/test_slurm_decoding.py +0 -0
  49. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_valid_names/test_valid_names.py +0 -0
  50. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/configuration.rs +0 -0
  51. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/constants.rs +0 -0
  52. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/component.rs +0 -0
  53. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/meta.rs +0 -0
  54. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/mod.rs +0 -0
  55. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/record.rs +0 -0
  56. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/score.rs +0 -0
  57. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
  58. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validname.rs +0 -0
  59. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
  60. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/error.rs +0 -0
  61. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/lib.rs +0 -0
  62. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/macros.rs +0 -0
  63. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/main.rs +0 -0
  64. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/metrics/database.rs +0 -0
  65. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
  66. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/add.rs +0 -0
  67. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
  68. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/get.rs +0 -0
  69. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
  70. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/mod.rs +0 -0
  71. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
  72. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/update.rs +0 -0
  73. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/startup.rs +0 -0
  74. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/src/telemetry.rs +0 -0
  75. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/add.rs +0 -0
  76. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
  77. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get.rs +0 -0
  78. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
  79. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
  80. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
  81. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
  82. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/main.rs +0 -0
  83. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/update.rs +0 -0
  84. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.env +0 -0
  85. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +0 -0
  86. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +0 -0
  87. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
  88. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
  89. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +0 -0
  90. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
  91. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +0 -0
  92. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
  93. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
  94. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/README.md +0 -0
  95. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +0 -0
  96. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
  97. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
  98. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
  99. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
  100. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
  101. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/configuration.rs +0 -0
  102. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/constants.rs +0 -0
  103. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/database.rs +0 -0
  104. {python_auditor-0.9.2 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/lib.rs +0 -0
  105. {python_auditor-0.9.2 → python_auditor-0.9.4}/pyproject.toml +0 -0
  106. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_add_update.py +0 -0
  107. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_add_update_blocking.py +0 -0
  108. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_add_update_queued.py +0 -0
  109. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_advanced_query.py +0 -0
  110. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_advanced_query_blocking.py +0 -0
  111. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_advanced_query_queued.py +0 -0
  112. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_bulk_insert.py +0 -0
  113. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_bulk_insert_blocking.py +0 -0
  114. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_bulk_insert_queued.py +0 -0
  115. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_components.py +0 -0
  116. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_components_blocking.py +0 -0
  117. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_components_queued.py +0 -0
  118. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_eq.py +0 -0
  119. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_since.py +0 -0
  120. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_since_blocking.py +0 -0
  121. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_since_queued.py +0 -0
  122. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_single_record.py +0 -0
  123. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_single_record_blocking.py +0 -0
  124. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_get_single_record_queued.py +0 -0
  125. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_meta.py +0 -0
  126. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_meta_blocking.py +0 -0
  127. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/test_meta_queued.py +0 -0
  128. {python_auditor-0.9.2 → python_auditor-0.9.4}/scripts/tls_test/test_tls.py +0 -0
  129. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/blocking_client.rs +0 -0
  130. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/builder.rs +0 -0
  131. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/client.rs +0 -0
  132. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/domain/component.rs +0 -0
  133. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/domain/meta.rs +0 -0
  134. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/domain/mod.rs +0 -0
  135. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/domain/record.rs +0 -0
  136. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/domain/score.rs +0 -0
  137. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/lib.rs +0 -0
  138. {python_auditor-0.9.2 → python_auditor-0.9.4}/src/queued_client.rs +0 -0
@@ -21,9 +21,9 @@ dependencies = [
21
21
 
22
22
  [[package]]
23
23
  name = "actix-http"
24
- version = "3.10.0"
24
+ version = "3.11.0"
25
25
  source = "registry+https://github.com/rust-lang/crates.io-index"
26
- checksum = "0fa882656b67966045e4152c634051e70346939fced7117d5f0b52146a7c74c9"
26
+ checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
27
27
  dependencies = [
28
28
  "actix-codec",
29
29
  "actix-rt",
@@ -50,7 +50,7 @@ dependencies = [
50
50
  "mime",
51
51
  "percent-encoding",
52
52
  "pin-project-lite",
53
- "rand 0.9.0",
53
+ "rand 0.9.1",
54
54
  "sha1",
55
55
  "smallvec",
56
56
  "tokio",
@@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
66
66
  checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
67
67
  dependencies = [
68
68
  "quote",
69
- "syn 2.0.100",
69
+ "syn",
70
70
  ]
71
71
 
72
72
  [[package]]
@@ -96,9 +96,9 @@ dependencies = [
96
96
 
97
97
  [[package]]
98
98
  name = "actix-server"
99
- version = "2.5.1"
99
+ version = "2.6.0"
100
100
  source = "registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = "6398974fd4284f4768af07965701efbbb5fdc0616bff20cade1bb14b77675e24"
101
+ checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
102
102
  dependencies = [
103
103
  "actix-rt",
104
104
  "actix-service",
@@ -152,9 +152,9 @@ dependencies = [
152
152
 
153
153
  [[package]]
154
154
  name = "actix-web"
155
- version = "4.10.2"
155
+ version = "4.11.0"
156
156
  source = "registry+https://github.com/rust-lang/crates.io-index"
157
- checksum = "f2e3b15b3dc6c6ed996e4032389e9849d4ab002b1e92fbfe85b5f307d1479b4d"
157
+ checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
158
158
  dependencies = [
159
159
  "actix-codec",
160
160
  "actix-http",
@@ -203,7 +203,7 @@ dependencies = [
203
203
  "actix-router",
204
204
  "proc-macro2",
205
205
  "quote",
206
- "syn 2.0.100",
206
+ "syn",
207
207
  ]
208
208
 
209
209
  [[package]]
@@ -224,19 +224,13 @@ dependencies = [
224
224
 
225
225
  [[package]]
226
226
  name = "addr2line"
227
- version = "0.21.0"
227
+ version = "0.24.2"
228
228
  source = "registry+https://github.com/rust-lang/crates.io-index"
229
- checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
229
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
230
230
  dependencies = [
231
231
  "gimli",
232
232
  ]
233
233
 
234
- [[package]]
235
- name = "adler"
236
- version = "1.0.2"
237
- source = "registry+https://github.com/rust-lang/crates.io-index"
238
- checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
239
-
240
234
  [[package]]
241
235
  name = "adler2"
242
236
  version = "2.0.0"
@@ -245,15 +239,15 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
245
239
 
246
240
  [[package]]
247
241
  name = "ahash"
248
- version = "0.8.11"
242
+ version = "0.8.12"
249
243
  source = "registry+https://github.com/rust-lang/crates.io-index"
250
- checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
244
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
251
245
  dependencies = [
252
246
  "cfg-if",
253
- "getrandom 0.2.15",
247
+ "getrandom 0.3.3",
254
248
  "once_cell",
255
249
  "version_check",
256
- "zerocopy 0.7.35",
250
+ "zerocopy",
257
251
  ]
258
252
 
259
253
  [[package]]
@@ -315,9 +309,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
315
309
 
316
310
  [[package]]
317
311
  name = "anyhow"
318
- version = "1.0.97"
312
+ version = "1.0.98"
319
313
  source = "registry+https://github.com/rust-lang/crates.io-index"
320
- checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
314
+ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
321
315
 
322
316
  [[package]]
323
317
  name = "arraydeque"
@@ -354,7 +348,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
354
348
  dependencies = [
355
349
  "proc-macro2",
356
350
  "quote",
357
- "syn 2.0.100",
351
+ "syn",
358
352
  ]
359
353
 
360
354
  [[package]]
@@ -365,7 +359,7 @@ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
365
359
  dependencies = [
366
360
  "proc-macro2",
367
361
  "quote",
368
- "syn 2.0.100",
362
+ "syn",
369
363
  ]
370
364
 
371
365
  [[package]]
@@ -385,7 +379,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
385
379
 
386
380
  [[package]]
387
381
  name = "auditor"
388
- version = "0.9.2"
382
+ version = "0.9.4"
389
383
  dependencies = [
390
384
  "actix-tls",
391
385
  "actix-web",
@@ -411,7 +405,7 @@ dependencies = [
411
405
  "regex",
412
406
  "reqwest",
413
407
  "reqwest-streams",
414
- "rustls 0.23.25",
408
+ "rustls 0.23.27",
415
409
  "rustls-pemfile 2.2.0",
416
410
  "secrecy",
417
411
  "serde",
@@ -435,7 +429,7 @@ dependencies = [
435
429
 
436
430
  [[package]]
437
431
  name = "auditor-client"
438
- version = "0.9.2"
432
+ version = "0.9.4"
439
433
  dependencies = [
440
434
  "anyhow",
441
435
  "auditor",
@@ -453,7 +447,7 @@ dependencies = [
453
447
  "rand_distr",
454
448
  "reqwest",
455
449
  "reqwest-streams",
456
- "rustls 0.23.25",
450
+ "rustls 0.23.27",
457
451
  "serde",
458
452
  "serde-aux",
459
453
  "serde_json",
@@ -470,7 +464,7 @@ dependencies = [
470
464
 
471
465
  [[package]]
472
466
  name = "auditor-kubernetes-collector"
473
- version = "0.9.2"
467
+ version = "0.9.4"
474
468
  dependencies = [
475
469
  "anyhow",
476
470
  "auditor",
@@ -494,7 +488,7 @@ dependencies = [
494
488
 
495
489
  [[package]]
496
490
  name = "auditor-priority-plugin"
497
- version = "0.9.2"
491
+ version = "0.9.4"
498
492
  dependencies = [
499
493
  "actix-web",
500
494
  "actix-web-opentelemetry",
@@ -521,7 +515,7 @@ dependencies = [
521
515
 
522
516
  [[package]]
523
517
  name = "auditor-slurm-collector"
524
- version = "0.9.2"
518
+ version = "0.9.4"
525
519
  dependencies = [
526
520
  "anyhow",
527
521
  "auditor",
@@ -547,7 +541,7 @@ dependencies = [
547
541
 
548
542
  [[package]]
549
543
  name = "auditor-slurm-epilog-collector"
550
- version = "0.9.2"
544
+ version = "0.9.4"
551
545
  dependencies = [
552
546
  "anyhow",
553
547
  "auditor",
@@ -572,9 +566,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
572
566
 
573
567
  [[package]]
574
568
  name = "aws-lc-rs"
575
- version = "1.13.0"
569
+ version = "1.13.1"
576
570
  source = "registry+https://github.com/rust-lang/crates.io-index"
577
- checksum = "19b756939cb2f8dc900aa6dcd505e6e2428e9cae7ff7b028c49e3946efa70878"
571
+ checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
578
572
  dependencies = [
579
573
  "aws-lc-sys",
580
574
  "zeroize",
@@ -582,9 +576,9 @@ dependencies = [
582
576
 
583
577
  [[package]]
584
578
  name = "aws-lc-sys"
585
- version = "0.28.0"
579
+ version = "0.29.0"
586
580
  source = "registry+https://github.com/rust-lang/crates.io-index"
587
- checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f"
581
+ checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
588
582
  dependencies = [
589
583
  "bindgen",
590
584
  "cc",
@@ -595,17 +589,17 @@ dependencies = [
595
589
 
596
590
  [[package]]
597
591
  name = "backtrace"
598
- version = "0.3.71"
592
+ version = "0.3.75"
599
593
  source = "registry+https://github.com/rust-lang/crates.io-index"
600
- checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
594
+ checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
601
595
  dependencies = [
602
596
  "addr2line",
603
- "cc",
604
597
  "cfg-if",
605
598
  "libc",
606
- "miniz_oxide 0.7.4",
599
+ "miniz_oxide",
607
600
  "object",
608
601
  "rustc-demangle",
602
+ "windows-targets 0.52.6",
609
603
  ]
610
604
 
611
605
  [[package]]
@@ -654,15 +648,15 @@ dependencies = [
654
648
  "regex",
655
649
  "rustc-hash 1.1.0",
656
650
  "shlex",
657
- "syn 2.0.100",
651
+ "syn",
658
652
  "which",
659
653
  ]
660
654
 
661
655
  [[package]]
662
656
  name = "bitflags"
663
- version = "2.9.0"
657
+ version = "2.9.1"
664
658
  source = "registry+https://github.com/rust-lang/crates.io-index"
665
- checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
659
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
666
660
  dependencies = [
667
661
  "serde",
668
662
  ]
@@ -678,9 +672,9 @@ dependencies = [
678
672
 
679
673
  [[package]]
680
674
  name = "brotli"
681
- version = "7.0.0"
675
+ version = "8.0.1"
682
676
  source = "registry+https://github.com/rust-lang/crates.io-index"
683
- checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
677
+ checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
684
678
  dependencies = [
685
679
  "alloc-no-stdlib",
686
680
  "alloc-stdlib",
@@ -689,9 +683,9 @@ dependencies = [
689
683
 
690
684
  [[package]]
691
685
  name = "brotli-decompressor"
692
- version = "4.0.2"
686
+ version = "5.0.0"
693
687
  source = "registry+https://github.com/rust-lang/crates.io-index"
694
- checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
688
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
695
689
  dependencies = [
696
690
  "alloc-no-stdlib",
697
691
  "alloc-stdlib",
@@ -738,9 +732,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
738
732
 
739
733
  [[package]]
740
734
  name = "cc"
741
- version = "1.2.18"
735
+ version = "1.2.23"
742
736
  source = "registry+https://github.com/rust-lang/crates.io-index"
743
- checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
737
+ checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
744
738
  dependencies = [
745
739
  "jobserver",
746
740
  "libc",
@@ -770,9 +764,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
770
764
 
771
765
  [[package]]
772
766
  name = "chrono"
773
- version = "0.4.40"
767
+ version = "0.4.41"
774
768
  source = "registry+https://github.com/rust-lang/crates.io-index"
775
- checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
769
+ checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
776
770
  dependencies = [
777
771
  "android-tzdata",
778
772
  "iana-time-zone",
@@ -830,18 +824,18 @@ dependencies = [
830
824
 
831
825
  [[package]]
832
826
  name = "clap"
833
- version = "4.5.35"
827
+ version = "4.5.38"
834
828
  source = "registry+https://github.com/rust-lang/crates.io-index"
835
- checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
829
+ checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
836
830
  dependencies = [
837
831
  "clap_builder",
838
832
  ]
839
833
 
840
834
  [[package]]
841
835
  name = "clap_builder"
842
- version = "4.5.35"
836
+ version = "4.5.38"
843
837
  source = "registry+https://github.com/rust-lang/crates.io-index"
844
- checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
838
+ checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
845
839
  dependencies = [
846
840
  "anstyle",
847
841
  "clap_lex",
@@ -864,9 +858,9 @@ dependencies = [
864
858
 
865
859
  [[package]]
866
860
  name = "color-eyre"
867
- version = "0.6.3"
861
+ version = "0.6.4"
868
862
  source = "registry+https://github.com/rust-lang/crates.io-index"
869
- checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
863
+ checksum = "e6e1761c0e16f8883bbbb8ce5990867f4f06bf11a0253da6495a04ce4b6ef0ec"
870
864
  dependencies = [
871
865
  "backtrace",
872
866
  "color-spantrace",
@@ -879,9 +873,9 @@ dependencies = [
879
873
 
880
874
  [[package]]
881
875
  name = "color-spantrace"
882
- version = "0.2.1"
876
+ version = "0.2.2"
883
877
  source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
878
+ checksum = "2ddd8d5bfda1e11a501d0a7303f3bfed9aa632ebdb859be40d0fd70478ed70d5"
885
879
  dependencies = [
886
880
  "once_cell",
887
881
  "owo-colors",
@@ -938,7 +932,7 @@ version = "0.1.16"
938
932
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
933
  checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
940
934
  dependencies = [
941
- "getrandom 0.2.15",
935
+ "getrandom 0.2.16",
942
936
  "once_cell",
943
937
  "tiny-keccak",
944
938
  ]
@@ -990,9 +984,9 @@ dependencies = [
990
984
 
991
985
  [[package]]
992
986
  name = "crc"
993
- version = "3.2.1"
987
+ version = "3.3.0"
994
988
  source = "registry+https://github.com/rust-lang/crates.io-index"
995
- checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
989
+ checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
996
990
  dependencies = [
997
991
  "crc-catalog",
998
992
  ]
@@ -1131,7 +1125,7 @@ dependencies = [
1131
1125
  "proc-macro2",
1132
1126
  "quote",
1133
1127
  "strsim",
1134
- "syn 2.0.100",
1128
+ "syn",
1135
1129
  ]
1136
1130
 
1137
1131
  [[package]]
@@ -1142,7 +1136,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1142
1136
  dependencies = [
1143
1137
  "darling_core",
1144
1138
  "quote",
1145
- "syn 2.0.100",
1139
+ "syn",
1146
1140
  ]
1147
1141
 
1148
1142
  [[package]]
@@ -1165,9 +1159,9 @@ checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1165
1159
 
1166
1160
  [[package]]
1167
1161
  name = "der"
1168
- version = "0.7.9"
1162
+ version = "0.7.10"
1169
1163
  source = "registry+https://github.com/rust-lang/crates.io-index"
1170
- checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
1164
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1171
1165
  dependencies = [
1172
1166
  "const-oid",
1173
1167
  "pem-rfc7468",
@@ -1201,15 +1195,15 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
1201
1195
  dependencies = [
1202
1196
  "proc-macro2",
1203
1197
  "quote",
1204
- "syn 2.0.100",
1198
+ "syn",
1205
1199
  "unicode-xid",
1206
1200
  ]
1207
1201
 
1208
1202
  [[package]]
1209
1203
  name = "deunicode"
1210
- version = "1.6.1"
1204
+ version = "1.6.2"
1211
1205
  source = "registry+https://github.com/rust-lang/crates.io-index"
1212
- checksum = "dc55fe0d1f6c107595572ec8b107c0999bb1a2e0b75e37429a4fb0d6474a0e7d"
1206
+ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
1213
1207
 
1214
1208
  [[package]]
1215
1209
  name = "digest"
@@ -1231,7 +1225,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1231
1225
  dependencies = [
1232
1226
  "proc-macro2",
1233
1227
  "quote",
1234
- "syn 2.0.100",
1228
+ "syn",
1235
1229
  ]
1236
1230
 
1237
1231
  [[package]]
@@ -1258,7 +1252,7 @@ dependencies = [
1258
1252
  "darling",
1259
1253
  "proc-macro2",
1260
1254
  "quote",
1261
- "syn 2.0.100",
1255
+ "syn",
1262
1256
  ]
1263
1257
 
1264
1258
  [[package]]
@@ -1294,7 +1288,7 @@ dependencies = [
1294
1288
  "heck",
1295
1289
  "proc-macro2",
1296
1290
  "quote",
1297
- "syn 2.0.100",
1291
+ "syn",
1298
1292
  ]
1299
1293
 
1300
1294
  [[package]]
@@ -1315,9 +1309,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1315
1309
 
1316
1310
  [[package]]
1317
1311
  name = "errno"
1318
- version = "0.3.11"
1312
+ version = "0.3.12"
1319
1313
  source = "registry+https://github.com/rust-lang/crates.io-index"
1320
- checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
1314
+ checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
1321
1315
  dependencies = [
1322
1316
  "libc",
1323
1317
  "windows-sys 0.59.0",
@@ -1367,12 +1361,6 @@ dependencies = [
1367
1361
  "rand 0.8.5",
1368
1362
  ]
1369
1363
 
1370
- [[package]]
1371
- name = "fastrand"
1372
- version = "2.3.0"
1373
- source = "registry+https://github.com/rust-lang/crates.io-index"
1374
- checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1375
-
1376
1364
  [[package]]
1377
1365
  name = "flate2"
1378
1366
  version = "1.1.1"
@@ -1380,7 +1368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1380
1368
  checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
1381
1369
  dependencies = [
1382
1370
  "crc32fast",
1383
- "miniz_oxide 0.8.8",
1371
+ "miniz_oxide",
1384
1372
  ]
1385
1373
 
1386
1374
  [[package]]
@@ -1488,7 +1476,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1488
1476
  dependencies = [
1489
1477
  "proc-macro2",
1490
1478
  "quote",
1491
- "syn 2.0.100",
1479
+ "syn",
1492
1480
  ]
1493
1481
 
1494
1482
  [[package]]
@@ -1543,9 +1531,9 @@ dependencies = [
1543
1531
 
1544
1532
  [[package]]
1545
1533
  name = "getrandom"
1546
- version = "0.2.15"
1534
+ version = "0.2.16"
1547
1535
  source = "registry+https://github.com/rust-lang/crates.io-index"
1548
- checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1536
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1549
1537
  dependencies = [
1550
1538
  "cfg-if",
1551
1539
  "js-sys",
@@ -1556,9 +1544,9 @@ dependencies = [
1556
1544
 
1557
1545
  [[package]]
1558
1546
  name = "getrandom"
1559
- version = "0.3.2"
1547
+ version = "0.3.3"
1560
1548
  source = "registry+https://github.com/rust-lang/crates.io-index"
1561
- checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
1549
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1562
1550
  dependencies = [
1563
1551
  "cfg-if",
1564
1552
  "js-sys",
@@ -1570,9 +1558,9 @@ dependencies = [
1570
1558
 
1571
1559
  [[package]]
1572
1560
  name = "gimli"
1573
- version = "0.28.1"
1561
+ version = "0.31.1"
1574
1562
  source = "registry+https://github.com/rust-lang/crates.io-index"
1575
- checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
1563
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1576
1564
 
1577
1565
  [[package]]
1578
1566
  name = "glob"
@@ -1601,9 +1589,9 @@ dependencies = [
1601
1589
 
1602
1590
  [[package]]
1603
1591
  name = "h2"
1604
- version = "0.4.8"
1592
+ version = "0.4.10"
1605
1593
  source = "registry+https://github.com/rust-lang/crates.io-index"
1606
- checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
1594
+ checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
1607
1595
  dependencies = [
1608
1596
  "atomic-waker",
1609
1597
  "bytes",
@@ -1642,9 +1630,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1642
1630
 
1643
1631
  [[package]]
1644
1632
  name = "hashbrown"
1645
- version = "0.15.2"
1633
+ version = "0.15.3"
1646
1634
  source = "registry+https://github.com/rust-lang/crates.io-index"
1647
- checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1635
+ checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
1648
1636
  dependencies = [
1649
1637
  "allocator-api2",
1650
1638
  "equivalent",
@@ -1657,7 +1645,7 @@ version = "0.10.0"
1657
1645
  source = "registry+https://github.com/rust-lang/crates.io-index"
1658
1646
  checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1659
1647
  dependencies = [
1660
- "hashbrown 0.15.2",
1648
+ "hashbrown 0.15.3",
1661
1649
  ]
1662
1650
 
1663
1651
  [[package]]
@@ -1674,9 +1662,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1674
1662
 
1675
1663
  [[package]]
1676
1664
  name = "hermit-abi"
1677
- version = "0.5.0"
1665
+ version = "0.5.1"
1678
1666
  source = "registry+https://github.com/rust-lang/crates.io-index"
1679
- checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
1667
+ checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
1680
1668
 
1681
1669
  [[package]]
1682
1670
  name = "hex"
@@ -1817,7 +1805,7 @@ dependencies = [
1817
1805
  "bytes",
1818
1806
  "futures-channel",
1819
1807
  "futures-util",
1820
- "h2 0.4.8",
1808
+ "h2 0.4.10",
1821
1809
  "http 1.3.1",
1822
1810
  "http-body 1.0.1",
1823
1811
  "httparse",
@@ -1855,12 +1843,12 @@ dependencies = [
1855
1843
  "http 1.3.1",
1856
1844
  "hyper 1.6.0",
1857
1845
  "hyper-util",
1858
- "rustls 0.23.25",
1846
+ "rustls 0.23.27",
1859
1847
  "rustls-pki-types",
1860
1848
  "tokio",
1861
1849
  "tokio-rustls 0.26.2",
1862
1850
  "tower-service",
1863
- "webpki-roots",
1851
+ "webpki-roots 0.26.11",
1864
1852
  ]
1865
1853
 
1866
1854
  [[package]]
@@ -1877,9 +1865,9 @@ dependencies = [
1877
1865
 
1878
1866
  [[package]]
1879
1867
  name = "hyper-util"
1880
- version = "0.1.11"
1868
+ version = "0.1.12"
1881
1869
  source = "registry+https://github.com/rust-lang/crates.io-index"
1882
- checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1870
+ checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
1883
1871
  dependencies = [
1884
1872
  "bytes",
1885
1873
  "futures-channel",
@@ -1921,21 +1909,22 @@ dependencies = [
1921
1909
 
1922
1910
  [[package]]
1923
1911
  name = "icu_collections"
1924
- version = "1.5.0"
1912
+ version = "2.0.0"
1925
1913
  source = "registry+https://github.com/rust-lang/crates.io-index"
1926
- checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1914
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1927
1915
  dependencies = [
1928
1916
  "displaydoc",
1917
+ "potential_utf",
1929
1918
  "yoke",
1930
1919
  "zerofrom",
1931
1920
  "zerovec",
1932
1921
  ]
1933
1922
 
1934
1923
  [[package]]
1935
- name = "icu_locid"
1936
- version = "1.5.0"
1924
+ name = "icu_locale_core"
1925
+ version = "2.0.0"
1937
1926
  source = "registry+https://github.com/rust-lang/crates.io-index"
1938
- checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1927
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1939
1928
  dependencies = [
1940
1929
  "displaydoc",
1941
1930
  "litemap",
@@ -1944,31 +1933,11 @@ dependencies = [
1944
1933
  "zerovec",
1945
1934
  ]
1946
1935
 
1947
- [[package]]
1948
- name = "icu_locid_transform"
1949
- version = "1.5.0"
1950
- source = "registry+https://github.com/rust-lang/crates.io-index"
1951
- checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1952
- dependencies = [
1953
- "displaydoc",
1954
- "icu_locid",
1955
- "icu_locid_transform_data",
1956
- "icu_provider",
1957
- "tinystr",
1958
- "zerovec",
1959
- ]
1960
-
1961
- [[package]]
1962
- name = "icu_locid_transform_data"
1963
- version = "1.5.1"
1964
- source = "registry+https://github.com/rust-lang/crates.io-index"
1965
- checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
1966
-
1967
1936
  [[package]]
1968
1937
  name = "icu_normalizer"
1969
- version = "1.5.0"
1938
+ version = "2.0.0"
1970
1939
  source = "registry+https://github.com/rust-lang/crates.io-index"
1971
- checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1940
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1972
1941
  dependencies = [
1973
1942
  "displaydoc",
1974
1943
  "icu_collections",
@@ -1976,67 +1945,54 @@ dependencies = [
1976
1945
  "icu_properties",
1977
1946
  "icu_provider",
1978
1947
  "smallvec",
1979
- "utf16_iter",
1980
- "utf8_iter",
1981
- "write16",
1982
1948
  "zerovec",
1983
1949
  ]
1984
1950
 
1985
1951
  [[package]]
1986
1952
  name = "icu_normalizer_data"
1987
- version = "1.5.1"
1953
+ version = "2.0.0"
1988
1954
  source = "registry+https://github.com/rust-lang/crates.io-index"
1989
- checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
1955
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1990
1956
 
1991
1957
  [[package]]
1992
1958
  name = "icu_properties"
1993
- version = "1.5.1"
1959
+ version = "2.0.1"
1994
1960
  source = "registry+https://github.com/rust-lang/crates.io-index"
1995
- checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1961
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1996
1962
  dependencies = [
1997
1963
  "displaydoc",
1998
1964
  "icu_collections",
1999
- "icu_locid_transform",
1965
+ "icu_locale_core",
2000
1966
  "icu_properties_data",
2001
1967
  "icu_provider",
2002
- "tinystr",
1968
+ "potential_utf",
1969
+ "zerotrie",
2003
1970
  "zerovec",
2004
1971
  ]
2005
1972
 
2006
1973
  [[package]]
2007
1974
  name = "icu_properties_data"
2008
- version = "1.5.1"
1975
+ version = "2.0.1"
2009
1976
  source = "registry+https://github.com/rust-lang/crates.io-index"
2010
- checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
1977
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2011
1978
 
2012
1979
  [[package]]
2013
1980
  name = "icu_provider"
2014
- version = "1.5.0"
1981
+ version = "2.0.0"
2015
1982
  source = "registry+https://github.com/rust-lang/crates.io-index"
2016
- checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1983
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2017
1984
  dependencies = [
2018
1985
  "displaydoc",
2019
- "icu_locid",
2020
- "icu_provider_macros",
1986
+ "icu_locale_core",
2021
1987
  "stable_deref_trait",
2022
1988
  "tinystr",
2023
1989
  "writeable",
2024
1990
  "yoke",
2025
1991
  "zerofrom",
1992
+ "zerotrie",
2026
1993
  "zerovec",
2027
1994
  ]
2028
1995
 
2029
- [[package]]
2030
- name = "icu_provider_macros"
2031
- version = "1.5.0"
2032
- source = "registry+https://github.com/rust-lang/crates.io-index"
2033
- checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2034
- dependencies = [
2035
- "proc-macro2",
2036
- "quote",
2037
- "syn 2.0.100",
2038
- ]
2039
-
2040
1996
  [[package]]
2041
1997
  name = "ident_case"
2042
1998
  version = "1.0.1"
@@ -2056,9 +2012,9 @@ dependencies = [
2056
2012
 
2057
2013
  [[package]]
2058
2014
  name = "idna_adapter"
2059
- version = "1.2.0"
2015
+ version = "1.2.1"
2060
2016
  source = "registry+https://github.com/rust-lang/crates.io-index"
2061
- checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2017
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2062
2018
  dependencies = [
2063
2019
  "icu_normalizer",
2064
2020
  "icu_properties",
@@ -2094,7 +2050,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
2050
  checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
2095
2051
  dependencies = [
2096
2052
  "equivalent",
2097
- "hashbrown 0.15.2",
2053
+ "hashbrown 0.15.3",
2098
2054
  "serde",
2099
2055
  ]
2100
2056
 
@@ -2116,7 +2072,7 @@ version = "0.4.16"
2116
2072
  source = "registry+https://github.com/rust-lang/crates.io-index"
2117
2073
  checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
2118
2074
  dependencies = [
2119
- "hermit-abi 0.5.0",
2075
+ "hermit-abi 0.5.1",
2120
2076
  "libc",
2121
2077
  "windows-sys 0.59.0",
2122
2078
  ]
@@ -2160,7 +2116,7 @@ version = "0.1.33"
2160
2116
  source = "registry+https://github.com/rust-lang/crates.io-index"
2161
2117
  checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2162
2118
  dependencies = [
2163
- "getrandom 0.3.2",
2119
+ "getrandom 0.3.3",
2164
2120
  "libc",
2165
2121
  ]
2166
2122
 
@@ -2297,25 +2253,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2297
2253
 
2298
2254
  [[package]]
2299
2255
  name = "libc"
2300
- version = "0.2.171"
2256
+ version = "0.2.172"
2301
2257
  source = "registry+https://github.com/rust-lang/crates.io-index"
2302
- checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
2258
+ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
2303
2259
 
2304
2260
  [[package]]
2305
2261
  name = "libloading"
2306
- version = "0.8.6"
2262
+ version = "0.8.7"
2307
2263
  source = "registry+https://github.com/rust-lang/crates.io-index"
2308
- checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2264
+ checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
2309
2265
  dependencies = [
2310
2266
  "cfg-if",
2311
- "windows-targets 0.52.6",
2267
+ "windows-targets 0.53.0",
2312
2268
  ]
2313
2269
 
2314
2270
  [[package]]
2315
2271
  name = "libm"
2316
- version = "0.2.11"
2272
+ version = "0.2.15"
2317
2273
  source = "registry+https://github.com/rust-lang/crates.io-index"
2318
- checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2274
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2319
2275
 
2320
2276
  [[package]]
2321
2277
  name = "libsqlite3-sys"
@@ -2334,17 +2290,11 @@ version = "0.4.15"
2334
2290
  source = "registry+https://github.com/rust-lang/crates.io-index"
2335
2291
  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2336
2292
 
2337
- [[package]]
2338
- name = "linux-raw-sys"
2339
- version = "0.9.4"
2340
- source = "registry+https://github.com/rust-lang/crates.io-index"
2341
- checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2342
-
2343
2293
  [[package]]
2344
2294
  name = "litemap"
2345
- version = "0.7.5"
2295
+ version = "0.8.0"
2346
2296
  source = "registry+https://github.com/rust-lang/crates.io-index"
2347
- checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2297
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2348
2298
 
2349
2299
  [[package]]
2350
2300
  name = "local-channel"
@@ -2379,6 +2329,12 @@ version = "0.4.27"
2379
2329
  source = "registry+https://github.com/rust-lang/crates.io-index"
2380
2330
  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2381
2331
 
2332
+ [[package]]
2333
+ name = "lru-slab"
2334
+ version = "0.1.2"
2335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2336
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2337
+
2382
2338
  [[package]]
2383
2339
  name = "matchers"
2384
2340
  version = "0.1.0"
@@ -2425,15 +2381,6 @@ version = "0.2.1"
2425
2381
  source = "registry+https://github.com/rust-lang/crates.io-index"
2426
2382
  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2427
2383
 
2428
- [[package]]
2429
- name = "miniz_oxide"
2430
- version = "0.7.4"
2431
- source = "registry+https://github.com/rust-lang/crates.io-index"
2432
- checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2433
- dependencies = [
2434
- "adler",
2435
- ]
2436
-
2437
2384
  [[package]]
2438
2385
  name = "miniz_oxide"
2439
2386
  version = "0.8.8"
@@ -2546,9 +2493,9 @@ dependencies = [
2546
2493
 
2547
2494
  [[package]]
2548
2495
  name = "object"
2549
- version = "0.32.2"
2496
+ version = "0.36.7"
2550
2497
  source = "registry+https://github.com/rust-lang/crates.io-index"
2551
- checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2498
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2552
2499
  dependencies = [
2553
2500
  "memchr",
2554
2501
  ]
@@ -2705,9 +2652,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2705
2652
 
2706
2653
  [[package]]
2707
2654
  name = "owo-colors"
2708
- version = "3.5.0"
2655
+ version = "4.2.1"
2709
2656
  source = "registry+https://github.com/rust-lang/crates.io-index"
2710
- checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2657
+ checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
2711
2658
 
2712
2659
  [[package]]
2713
2660
  name = "parking"
@@ -2800,7 +2747,7 @@ dependencies = [
2800
2747
  "pest_meta",
2801
2748
  "proc-macro2",
2802
2749
  "quote",
2803
- "syn 2.0.100",
2750
+ "syn",
2804
2751
  ]
2805
2752
 
2806
2753
  [[package]]
@@ -2831,7 +2778,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2831
2778
  dependencies = [
2832
2779
  "proc-macro2",
2833
2780
  "quote",
2834
- "syn 2.0.100",
2781
+ "syn",
2835
2782
  ]
2836
2783
 
2837
2784
  [[package]]
@@ -2907,6 +2854,15 @@ version = "1.11.0"
2907
2854
  source = "registry+https://github.com/rust-lang/crates.io-index"
2908
2855
  checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2909
2856
 
2857
+ [[package]]
2858
+ name = "potential_utf"
2859
+ version = "0.1.2"
2860
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2861
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
2862
+ dependencies = [
2863
+ "zerovec",
2864
+ ]
2865
+
2910
2866
  [[package]]
2911
2867
  name = "powerfmt"
2912
2868
  version = "0.2.0"
@@ -2919,7 +2875,7 @@ version = "0.2.21"
2919
2875
  source = "registry+https://github.com/rust-lang/crates.io-index"
2920
2876
  checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2921
2877
  dependencies = [
2922
- "zerocopy 0.8.24",
2878
+ "zerocopy",
2923
2879
  ]
2924
2880
 
2925
2881
  [[package]]
@@ -2929,14 +2885,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2929
2885
  checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
2930
2886
  dependencies = [
2931
2887
  "proc-macro2",
2932
- "syn 2.0.100",
2888
+ "syn",
2933
2889
  ]
2934
2890
 
2935
2891
  [[package]]
2936
2892
  name = "proc-macro2"
2937
- version = "1.0.94"
2893
+ version = "1.0.95"
2938
2894
  source = "registry+https://github.com/rust-lang/crates.io-index"
2939
- checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2895
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2940
2896
  dependencies = [
2941
2897
  "unicode-ident",
2942
2898
  ]
@@ -2978,9 +2934,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
2978
2934
 
2979
2935
  [[package]]
2980
2936
  name = "pyo3"
2981
- version = "0.24.1"
2937
+ version = "0.24.2"
2982
2938
  source = "registry+https://github.com/rust-lang/crates.io-index"
2983
- checksum = "17da310086b068fbdcefbba30aeb3721d5bb9af8db4987d6735b2183ca567229"
2939
+ checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
2984
2940
  dependencies = [
2985
2941
  "anyhow",
2986
2942
  "cfg-if",
@@ -3018,14 +2974,14 @@ checksum = "cf103ba4062fbb1e8022d9ed9b9830fbab074b2db0a0496c78e45a62f4330bcd"
3018
2974
  dependencies = [
3019
2975
  "proc-macro2",
3020
2976
  "quote",
3021
- "syn 2.0.100",
2977
+ "syn",
3022
2978
  ]
3023
2979
 
3024
2980
  [[package]]
3025
2981
  name = "pyo3-build-config"
3026
- version = "0.24.1"
2982
+ version = "0.24.2"
3027
2983
  source = "registry+https://github.com/rust-lang/crates.io-index"
3028
- checksum = "e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1"
2984
+ checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
3029
2985
  dependencies = [
3030
2986
  "once_cell",
3031
2987
  "target-lexicon",
@@ -3033,9 +2989,9 @@ dependencies = [
3033
2989
 
3034
2990
  [[package]]
3035
2991
  name = "pyo3-ffi"
3036
- version = "0.24.1"
2992
+ version = "0.24.2"
3037
2993
  source = "registry+https://github.com/rust-lang/crates.io-index"
3038
- checksum = "05280526e1dbf6b420062f3ef228b78c0c54ba94e157f5cb724a609d0f2faabc"
2994
+ checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
3039
2995
  dependencies = [
3040
2996
  "libc",
3041
2997
  "pyo3-build-config",
@@ -3043,32 +2999,32 @@ dependencies = [
3043
2999
 
3044
3000
  [[package]]
3045
3001
  name = "pyo3-macros"
3046
- version = "0.24.1"
3002
+ version = "0.24.2"
3047
3003
  source = "registry+https://github.com/rust-lang/crates.io-index"
3048
- checksum = "5c3ce5686aa4d3f63359a5100c62a127c9f15e8398e5fdeb5deef1fed5cd5f44"
3004
+ checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
3049
3005
  dependencies = [
3050
3006
  "proc-macro2",
3051
3007
  "pyo3-macros-backend",
3052
3008
  "quote",
3053
- "syn 2.0.100",
3009
+ "syn",
3054
3010
  ]
3055
3011
 
3056
3012
  [[package]]
3057
3013
  name = "pyo3-macros-backend"
3058
- version = "0.24.1"
3014
+ version = "0.24.2"
3059
3015
  source = "registry+https://github.com/rust-lang/crates.io-index"
3060
- checksum = "f4cf6faa0cbfb0ed08e89beb8103ae9724eb4750e3a78084ba4017cbe94f3855"
3016
+ checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
3061
3017
  dependencies = [
3062
3018
  "heck",
3063
3019
  "proc-macro2",
3064
3020
  "pyo3-build-config",
3065
3021
  "quote",
3066
- "syn 2.0.100",
3022
+ "syn",
3067
3023
  ]
3068
3024
 
3069
3025
  [[package]]
3070
3026
  name = "python-auditor"
3071
- version = "0.9.2"
3027
+ version = "0.9.4"
3072
3028
  dependencies = [
3073
3029
  "anyhow",
3074
3030
  "auditor",
@@ -3094,20 +3050,20 @@ dependencies = [
3094
3050
 
3095
3051
  [[package]]
3096
3052
  name = "quickcheck_macros"
3097
- version = "1.0.0"
3053
+ version = "1.1.0"
3098
3054
  source = "registry+https://github.com/rust-lang/crates.io-index"
3099
- checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
3055
+ checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
3100
3056
  dependencies = [
3101
3057
  "proc-macro2",
3102
3058
  "quote",
3103
- "syn 1.0.109",
3059
+ "syn",
3104
3060
  ]
3105
3061
 
3106
3062
  [[package]]
3107
3063
  name = "quinn"
3108
- version = "0.11.7"
3064
+ version = "0.11.8"
3109
3065
  source = "registry+https://github.com/rust-lang/crates.io-index"
3110
- checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
3066
+ checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
3111
3067
  dependencies = [
3112
3068
  "bytes",
3113
3069
  "cfg_aliases",
@@ -3115,7 +3071,7 @@ dependencies = [
3115
3071
  "quinn-proto",
3116
3072
  "quinn-udp",
3117
3073
  "rustc-hash 2.1.1",
3118
- "rustls 0.23.25",
3074
+ "rustls 0.23.27",
3119
3075
  "socket2",
3120
3076
  "thiserror 2.0.12",
3121
3077
  "tokio",
@@ -3125,16 +3081,17 @@ dependencies = [
3125
3081
 
3126
3082
  [[package]]
3127
3083
  name = "quinn-proto"
3128
- version = "0.11.10"
3084
+ version = "0.11.12"
3129
3085
  source = "registry+https://github.com/rust-lang/crates.io-index"
3130
- checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
3086
+ checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
3131
3087
  dependencies = [
3132
3088
  "bytes",
3133
- "getrandom 0.3.2",
3134
- "rand 0.9.0",
3089
+ "getrandom 0.3.3",
3090
+ "lru-slab",
3091
+ "rand 0.9.1",
3135
3092
  "ring",
3136
3093
  "rustc-hash 2.1.1",
3137
- "rustls 0.23.25",
3094
+ "rustls 0.23.27",
3138
3095
  "rustls-pki-types",
3139
3096
  "slab",
3140
3097
  "thiserror 2.0.12",
@@ -3145,9 +3102,9 @@ dependencies = [
3145
3102
 
3146
3103
  [[package]]
3147
3104
  name = "quinn-udp"
3148
- version = "0.5.11"
3105
+ version = "0.5.12"
3149
3106
  source = "registry+https://github.com/rust-lang/crates.io-index"
3150
- checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
3107
+ checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
3151
3108
  dependencies = [
3152
3109
  "cfg_aliases",
3153
3110
  "libc",
@@ -3185,13 +3142,12 @@ dependencies = [
3185
3142
 
3186
3143
  [[package]]
3187
3144
  name = "rand"
3188
- version = "0.9.0"
3145
+ version = "0.9.1"
3189
3146
  source = "registry+https://github.com/rust-lang/crates.io-index"
3190
- checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
3147
+ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
3191
3148
  dependencies = [
3192
3149
  "rand_chacha 0.9.0",
3193
3150
  "rand_core 0.9.3",
3194
- "zerocopy 0.8.24",
3195
3151
  ]
3196
3152
 
3197
3153
  [[package]]
@@ -3220,7 +3176,7 @@ version = "0.6.4"
3220
3176
  source = "registry+https://github.com/rust-lang/crates.io-index"
3221
3177
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3222
3178
  dependencies = [
3223
- "getrandom 0.2.15",
3179
+ "getrandom 0.2.16",
3224
3180
  ]
3225
3181
 
3226
3182
  [[package]]
@@ -3229,7 +3185,7 @@ version = "0.9.3"
3229
3185
  source = "registry+https://github.com/rust-lang/crates.io-index"
3230
3186
  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3231
3187
  dependencies = [
3232
- "getrandom 0.3.2",
3188
+ "getrandom 0.3.3",
3233
3189
  ]
3234
3190
 
3235
3191
  [[package]]
@@ -3264,9 +3220,9 @@ dependencies = [
3264
3220
 
3265
3221
  [[package]]
3266
3222
  name = "redox_syscall"
3267
- version = "0.5.11"
3223
+ version = "0.5.12"
3268
3224
  source = "registry+https://github.com/rust-lang/crates.io-index"
3269
- checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
3225
+ checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
3270
3226
  dependencies = [
3271
3227
  "bitflags",
3272
3228
  ]
@@ -3346,7 +3302,7 @@ dependencies = [
3346
3302
  "percent-encoding",
3347
3303
  "pin-project-lite",
3348
3304
  "quinn",
3349
- "rustls 0.23.25",
3305
+ "rustls 0.23.27",
3350
3306
  "rustls-pemfile 2.2.0",
3351
3307
  "rustls-pki-types",
3352
3308
  "serde",
@@ -3363,7 +3319,7 @@ dependencies = [
3363
3319
  "wasm-bindgen-futures",
3364
3320
  "wasm-streams",
3365
3321
  "web-sys",
3366
- "webpki-roots",
3322
+ "webpki-roots 0.26.11",
3367
3323
  "windows-registry",
3368
3324
  ]
3369
3325
 
@@ -3392,7 +3348,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3392
3348
  dependencies = [
3393
3349
  "cc",
3394
3350
  "cfg-if",
3395
- "getrandom 0.2.15",
3351
+ "getrandom 0.2.16",
3396
3352
  "libc",
3397
3353
  "untrusted",
3398
3354
  "windows-sys 0.52.0",
@@ -3468,20 +3424,7 @@ dependencies = [
3468
3424
  "bitflags",
3469
3425
  "errno",
3470
3426
  "libc",
3471
- "linux-raw-sys 0.4.15",
3472
- "windows-sys 0.59.0",
3473
- ]
3474
-
3475
- [[package]]
3476
- name = "rustix"
3477
- version = "1.0.5"
3478
- source = "registry+https://github.com/rust-lang/crates.io-index"
3479
- checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
3480
- dependencies = [
3481
- "bitflags",
3482
- "errno",
3483
- "libc",
3484
- "linux-raw-sys 0.9.4",
3427
+ "linux-raw-sys",
3485
3428
  "windows-sys 0.59.0",
3486
3429
  ]
3487
3430
 
@@ -3499,16 +3442,16 @@ dependencies = [
3499
3442
 
3500
3443
  [[package]]
3501
3444
  name = "rustls"
3502
- version = "0.23.25"
3445
+ version = "0.23.27"
3503
3446
  source = "registry+https://github.com/rust-lang/crates.io-index"
3504
- checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
3447
+ checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
3505
3448
  dependencies = [
3506
3449
  "aws-lc-rs",
3507
3450
  "log",
3508
3451
  "once_cell",
3509
3452
  "ring",
3510
3453
  "rustls-pki-types",
3511
- "rustls-webpki 0.103.1",
3454
+ "rustls-webpki 0.103.3",
3512
3455
  "subtle",
3513
3456
  "zeroize",
3514
3457
  ]
@@ -3545,11 +3488,12 @@ dependencies = [
3545
3488
 
3546
3489
  [[package]]
3547
3490
  name = "rustls-pki-types"
3548
- version = "1.11.0"
3491
+ version = "1.12.0"
3549
3492
  source = "registry+https://github.com/rust-lang/crates.io-index"
3550
- checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3493
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3551
3494
  dependencies = [
3552
3495
  "web-time",
3496
+ "zeroize",
3553
3497
  ]
3554
3498
 
3555
3499
  [[package]]
@@ -3564,9 +3508,9 @@ dependencies = [
3564
3508
 
3565
3509
  [[package]]
3566
3510
  name = "rustls-webpki"
3567
- version = "0.103.1"
3511
+ version = "0.103.3"
3568
3512
  source = "registry+https://github.com/rust-lang/crates.io-index"
3569
- checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
3513
+ checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
3570
3514
  dependencies = [
3571
3515
  "aws-lc-rs",
3572
3516
  "ring",
@@ -3664,9 +3608,9 @@ dependencies = [
3664
3608
 
3665
3609
  [[package]]
3666
3610
  name = "serde-aux"
3667
- version = "4.6.0"
3611
+ version = "4.7.0"
3668
3612
  source = "registry+https://github.com/rust-lang/crates.io-index"
3669
- checksum = "5290c39c5f6992b9dddbda28541d965dba46468294e6018a408fa297e6c602de"
3613
+ checksum = "207f67b28fe90fb596503a9bf0bf1ea5e831e21307658e177c5dfcdfc3ab8a0a"
3670
3614
  dependencies = [
3671
3615
  "chrono",
3672
3616
  "serde",
@@ -3692,7 +3636,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3692
3636
  dependencies = [
3693
3637
  "proc-macro2",
3694
3638
  "quote",
3695
- "syn 2.0.100",
3639
+ "syn",
3696
3640
  ]
3697
3641
 
3698
3642
  [[package]]
@@ -3768,7 +3712,7 @@ dependencies = [
3768
3712
  "darling",
3769
3713
  "proc-macro2",
3770
3714
  "quote",
3771
- "syn 2.0.100",
3715
+ "syn",
3772
3716
  ]
3773
3717
 
3774
3718
  [[package]]
@@ -3797,9 +3741,9 @@ dependencies = [
3797
3741
 
3798
3742
  [[package]]
3799
3743
  name = "sha2"
3800
- version = "0.10.8"
3744
+ version = "0.10.9"
3801
3745
  source = "registry+https://github.com/rust-lang/crates.io-index"
3802
- checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3746
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3803
3747
  dependencies = [
3804
3748
  "cfg-if",
3805
3749
  "cpufeatures",
@@ -3829,9 +3773,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3829
3773
 
3830
3774
  [[package]]
3831
3775
  name = "signal-hook-registry"
3832
- version = "1.4.2"
3776
+ version = "1.4.5"
3833
3777
  source = "registry+https://github.com/rust-lang/crates.io-index"
3834
- checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3778
+ checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
3835
3779
  dependencies = [
3836
3780
  "libc",
3837
3781
  ]
@@ -3895,9 +3839,9 @@ dependencies = [
3895
3839
 
3896
3840
  [[package]]
3897
3841
  name = "sqlx"
3898
- version = "0.8.3"
3842
+ version = "0.8.6"
3899
3843
  source = "registry+https://github.com/rust-lang/crates.io-index"
3900
- checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
3844
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3901
3845
  dependencies = [
3902
3846
  "sqlx-core",
3903
3847
  "sqlx-macros",
@@ -3908,10 +3852,11 @@ dependencies = [
3908
3852
 
3909
3853
  [[package]]
3910
3854
  name = "sqlx-core"
3911
- version = "0.8.3"
3855
+ version = "0.8.6"
3912
3856
  source = "registry+https://github.com/rust-lang/crates.io-index"
3913
- checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
3857
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3914
3858
  dependencies = [
3859
+ "base64 0.22.1",
3915
3860
  "bytes",
3916
3861
  "chrono",
3917
3862
  "crc",
@@ -3922,15 +3867,14 @@ dependencies = [
3922
3867
  "futures-intrusive",
3923
3868
  "futures-io",
3924
3869
  "futures-util",
3925
- "hashbrown 0.15.2",
3870
+ "hashbrown 0.15.3",
3926
3871
  "hashlink",
3927
3872
  "indexmap 2.9.0",
3928
3873
  "log",
3929
3874
  "memchr",
3930
3875
  "once_cell",
3931
3876
  "percent-encoding",
3932
- "rustls 0.23.25",
3933
- "rustls-pemfile 2.2.0",
3877
+ "rustls 0.23.27",
3934
3878
  "serde",
3935
3879
  "serde_json",
3936
3880
  "sha2",
@@ -3941,27 +3885,27 @@ dependencies = [
3941
3885
  "tracing",
3942
3886
  "url",
3943
3887
  "uuid",
3944
- "webpki-roots",
3888
+ "webpki-roots 0.26.11",
3945
3889
  ]
3946
3890
 
3947
3891
  [[package]]
3948
3892
  name = "sqlx-macros"
3949
- version = "0.8.3"
3893
+ version = "0.8.6"
3950
3894
  source = "registry+https://github.com/rust-lang/crates.io-index"
3951
- checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
3895
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3952
3896
  dependencies = [
3953
3897
  "proc-macro2",
3954
3898
  "quote",
3955
3899
  "sqlx-core",
3956
3900
  "sqlx-macros-core",
3957
- "syn 2.0.100",
3901
+ "syn",
3958
3902
  ]
3959
3903
 
3960
3904
  [[package]]
3961
3905
  name = "sqlx-macros-core"
3962
- version = "0.8.3"
3906
+ version = "0.8.6"
3963
3907
  source = "registry+https://github.com/rust-lang/crates.io-index"
3964
- checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
3908
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3965
3909
  dependencies = [
3966
3910
  "dotenvy",
3967
3911
  "either",
@@ -3977,17 +3921,16 @@ dependencies = [
3977
3921
  "sqlx-mysql",
3978
3922
  "sqlx-postgres",
3979
3923
  "sqlx-sqlite",
3980
- "syn 2.0.100",
3981
- "tempfile",
3924
+ "syn",
3982
3925
  "tokio",
3983
3926
  "url",
3984
3927
  ]
3985
3928
 
3986
3929
  [[package]]
3987
3930
  name = "sqlx-mysql"
3988
- version = "0.8.3"
3931
+ version = "0.8.6"
3989
3932
  source = "registry+https://github.com/rust-lang/crates.io-index"
3990
- checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
3933
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3991
3934
  dependencies = [
3992
3935
  "atoi",
3993
3936
  "base64 0.22.1",
@@ -4029,9 +3972,9 @@ dependencies = [
4029
3972
 
4030
3973
  [[package]]
4031
3974
  name = "sqlx-postgres"
4032
- version = "0.8.3"
3975
+ version = "0.8.6"
4033
3976
  source = "registry+https://github.com/rust-lang/crates.io-index"
4034
- checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
3977
+ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
4035
3978
  dependencies = [
4036
3979
  "atoi",
4037
3980
  "base64 0.22.1",
@@ -4068,9 +4011,9 @@ dependencies = [
4068
4011
 
4069
4012
  [[package]]
4070
4013
  name = "sqlx-sqlite"
4071
- version = "0.8.3"
4014
+ version = "0.8.6"
4072
4015
  source = "registry+https://github.com/rust-lang/crates.io-index"
4073
- checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
4016
+ checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
4074
4017
  dependencies = [
4075
4018
  "atoi",
4076
4019
  "chrono",
@@ -4086,6 +4029,7 @@ dependencies = [
4086
4029
  "serde",
4087
4030
  "serde_urlencoded",
4088
4031
  "sqlx-core",
4032
+ "thiserror 2.0.12",
4089
4033
  "tracing",
4090
4034
  "url",
4091
4035
  "uuid",
@@ -4122,20 +4066,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4122
4066
 
4123
4067
  [[package]]
4124
4068
  name = "syn"
4125
- version = "1.0.109"
4069
+ version = "2.0.101"
4126
4070
  source = "registry+https://github.com/rust-lang/crates.io-index"
4127
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4128
- dependencies = [
4129
- "proc-macro2",
4130
- "quote",
4131
- "unicode-ident",
4132
- ]
4133
-
4134
- [[package]]
4135
- name = "syn"
4136
- version = "2.0.100"
4137
- source = "registry+https://github.com/rust-lang/crates.io-index"
4138
- checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
4071
+ checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
4139
4072
  dependencies = [
4140
4073
  "proc-macro2",
4141
4074
  "quote",
@@ -4153,13 +4086,13 @@ dependencies = [
4153
4086
 
4154
4087
  [[package]]
4155
4088
  name = "synstructure"
4156
- version = "0.13.1"
4089
+ version = "0.13.2"
4157
4090
  source = "registry+https://github.com/rust-lang/crates.io-index"
4158
- checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
4091
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4159
4092
  dependencies = [
4160
4093
  "proc-macro2",
4161
4094
  "quote",
4162
- "syn 2.0.100",
4095
+ "syn",
4163
4096
  ]
4164
4097
 
4165
4098
  [[package]]
@@ -4168,19 +4101,6 @@ version = "0.13.2"
4168
4101
  source = "registry+https://github.com/rust-lang/crates.io-index"
4169
4102
  checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
4170
4103
 
4171
- [[package]]
4172
- name = "tempfile"
4173
- version = "3.19.1"
4174
- source = "registry+https://github.com/rust-lang/crates.io-index"
4175
- checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
4176
- dependencies = [
4177
- "fastrand",
4178
- "getrandom 0.3.2",
4179
- "once_cell",
4180
- "rustix 1.0.5",
4181
- "windows-sys 0.59.0",
4182
- ]
4183
-
4184
4104
  [[package]]
4185
4105
  name = "thiserror"
4186
4106
  version = "1.0.69"
@@ -4207,7 +4127,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4207
4127
  dependencies = [
4208
4128
  "proc-macro2",
4209
4129
  "quote",
4210
- "syn 2.0.100",
4130
+ "syn",
4211
4131
  ]
4212
4132
 
4213
4133
  [[package]]
@@ -4218,7 +4138,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4218
4138
  dependencies = [
4219
4139
  "proc-macro2",
4220
4140
  "quote",
4221
- "syn 2.0.100",
4141
+ "syn",
4222
4142
  ]
4223
4143
 
4224
4144
  [[package]]
@@ -4273,9 +4193,9 @@ dependencies = [
4273
4193
 
4274
4194
  [[package]]
4275
4195
  name = "tinystr"
4276
- version = "0.7.6"
4196
+ version = "0.8.1"
4277
4197
  source = "registry+https://github.com/rust-lang/crates.io-index"
4278
- checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
4198
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4279
4199
  dependencies = [
4280
4200
  "displaydoc",
4281
4201
  "zerovec",
@@ -4308,9 +4228,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4308
4228
 
4309
4229
  [[package]]
4310
4230
  name = "tokio"
4311
- version = "1.44.2"
4231
+ version = "1.45.0"
4312
4232
  source = "registry+https://github.com/rust-lang/crates.io-index"
4313
- checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
4233
+ checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
4314
4234
  dependencies = [
4315
4235
  "backtrace",
4316
4236
  "bytes",
@@ -4342,7 +4262,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4342
4262
  dependencies = [
4343
4263
  "proc-macro2",
4344
4264
  "quote",
4345
- "syn 2.0.100",
4265
+ "syn",
4346
4266
  ]
4347
4267
 
4348
4268
  [[package]]
@@ -4361,7 +4281,7 @@ version = "0.26.2"
4361
4281
  source = "registry+https://github.com/rust-lang/crates.io-index"
4362
4282
  checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
4363
4283
  dependencies = [
4364
- "rustls 0.23.25",
4284
+ "rustls 0.23.27",
4365
4285
  "tokio",
4366
4286
  ]
4367
4287
 
@@ -4378,9 +4298,9 @@ dependencies = [
4378
4298
 
4379
4299
  [[package]]
4380
4300
  name = "tokio-util"
4381
- version = "0.7.14"
4301
+ version = "0.7.15"
4382
4302
  source = "registry+https://github.com/rust-lang/crates.io-index"
4383
- checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
4303
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
4384
4304
  dependencies = [
4385
4305
  "bytes",
4386
4306
  "futures-core",
@@ -4391,9 +4311,9 @@ dependencies = [
4391
4311
 
4392
4312
  [[package]]
4393
4313
  name = "toml"
4394
- version = "0.8.20"
4314
+ version = "0.8.22"
4395
4315
  source = "registry+https://github.com/rust-lang/crates.io-index"
4396
- checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
4316
+ checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
4397
4317
  dependencies = [
4398
4318
  "serde",
4399
4319
  "serde_spanned",
@@ -4403,18 +4323,18 @@ dependencies = [
4403
4323
 
4404
4324
  [[package]]
4405
4325
  name = "toml_datetime"
4406
- version = "0.6.8"
4326
+ version = "0.6.9"
4407
4327
  source = "registry+https://github.com/rust-lang/crates.io-index"
4408
- checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
4328
+ checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
4409
4329
  dependencies = [
4410
4330
  "serde",
4411
4331
  ]
4412
4332
 
4413
4333
  [[package]]
4414
4334
  name = "toml_edit"
4415
- version = "0.22.24"
4335
+ version = "0.22.26"
4416
4336
  source = "registry+https://github.com/rust-lang/crates.io-index"
4417
- checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
4337
+ checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
4418
4338
  dependencies = [
4419
4339
  "indexmap 2.9.0",
4420
4340
  "serde",
@@ -4502,9 +4422,9 @@ dependencies = [
4502
4422
 
4503
4423
  [[package]]
4504
4424
  name = "tracing-actix-web"
4505
- version = "0.7.16"
4425
+ version = "0.7.18"
4506
4426
  source = "registry+https://github.com/rust-lang/crates.io-index"
4507
- checksum = "332bbdf3bd208d1fe6446f8ffb4e8c2ae66e25da0fb38e0b69545e640ecee6a6"
4427
+ checksum = "2340b7722695166c7fc9b3e3cd1166e7c74fedb9075b8f0c74d3822d2e41caf5"
4508
4428
  dependencies = [
4509
4429
  "actix-web",
4510
4430
  "mutually_exclusive_features",
@@ -4521,7 +4441,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
4521
4441
  dependencies = [
4522
4442
  "proc-macro2",
4523
4443
  "quote",
4524
- "syn 2.0.100",
4444
+ "syn",
4525
4445
  ]
4526
4446
 
4527
4447
  [[package]]
@@ -4701,12 +4621,6 @@ version = "2.1.3"
4701
4621
  source = "registry+https://github.com/rust-lang/crates.io-index"
4702
4622
  checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4703
4623
 
4704
- [[package]]
4705
- name = "utf16_iter"
4706
- version = "1.0.5"
4707
- source = "registry+https://github.com/rust-lang/crates.io-index"
4708
- checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4709
-
4710
4624
  [[package]]
4711
4625
  name = "utf8_iter"
4712
4626
  version = "1.0.4"
@@ -4719,7 +4633,7 @@ version = "1.16.0"
4719
4633
  source = "registry+https://github.com/rust-lang/crates.io-index"
4720
4634
  checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
4721
4635
  dependencies = [
4722
- "getrandom 0.3.2",
4636
+ "getrandom 0.3.3",
4723
4637
  ]
4724
4638
 
4725
4639
  [[package]]
@@ -4802,7 +4716,7 @@ dependencies = [
4802
4716
  "log",
4803
4717
  "proc-macro2",
4804
4718
  "quote",
4805
- "syn 2.0.100",
4719
+ "syn",
4806
4720
  "wasm-bindgen-shared",
4807
4721
  ]
4808
4722
 
@@ -4837,7 +4751,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4837
4751
  dependencies = [
4838
4752
  "proc-macro2",
4839
4753
  "quote",
4840
- "syn 2.0.100",
4754
+ "syn",
4841
4755
  "wasm-bindgen-backend",
4842
4756
  "wasm-bindgen-shared",
4843
4757
  ]
@@ -4886,9 +4800,18 @@ dependencies = [
4886
4800
 
4887
4801
  [[package]]
4888
4802
  name = "webpki-roots"
4889
- version = "0.26.8"
4803
+ version = "0.26.11"
4890
4804
  source = "registry+https://github.com/rust-lang/crates.io-index"
4891
- checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
4805
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4806
+ dependencies = [
4807
+ "webpki-roots 1.0.0",
4808
+ ]
4809
+
4810
+ [[package]]
4811
+ name = "webpki-roots"
4812
+ version = "1.0.0"
4813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4814
+ checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
4892
4815
  dependencies = [
4893
4816
  "rustls-pki-types",
4894
4817
  ]
@@ -4902,7 +4825,7 @@ dependencies = [
4902
4825
  "either",
4903
4826
  "home",
4904
4827
  "once_cell",
4905
- "rustix 0.38.44",
4828
+ "rustix",
4906
4829
  ]
4907
4830
 
4908
4831
  [[package]]
@@ -4948,15 +4871,15 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4948
4871
 
4949
4872
  [[package]]
4950
4873
  name = "windows-core"
4951
- version = "0.61.0"
4874
+ version = "0.61.2"
4952
4875
  source = "registry+https://github.com/rust-lang/crates.io-index"
4953
- checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
4876
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4954
4877
  dependencies = [
4955
4878
  "windows-implement",
4956
4879
  "windows-interface",
4957
4880
  "windows-link",
4958
4881
  "windows-result",
4959
- "windows-strings 0.4.0",
4882
+ "windows-strings 0.4.2",
4960
4883
  ]
4961
4884
 
4962
4885
  [[package]]
@@ -4967,7 +4890,7 @@ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
4967
4890
  dependencies = [
4968
4891
  "proc-macro2",
4969
4892
  "quote",
4970
- "syn 2.0.100",
4893
+ "syn",
4971
4894
  ]
4972
4895
 
4973
4896
  [[package]]
@@ -4978,7 +4901,7 @@ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
4978
4901
  dependencies = [
4979
4902
  "proc-macro2",
4980
4903
  "quote",
4981
- "syn 2.0.100",
4904
+ "syn",
4982
4905
  ]
4983
4906
 
4984
4907
  [[package]]
@@ -5000,9 +4923,9 @@ dependencies = [
5000
4923
 
5001
4924
  [[package]]
5002
4925
  name = "windows-result"
5003
- version = "0.3.2"
4926
+ version = "0.3.4"
5004
4927
  source = "registry+https://github.com/rust-lang/crates.io-index"
5005
- checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
4928
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5006
4929
  dependencies = [
5007
4930
  "windows-link",
5008
4931
  ]
@@ -5018,9 +4941,9 @@ dependencies = [
5018
4941
 
5019
4942
  [[package]]
5020
4943
  name = "windows-strings"
5021
- version = "0.4.0"
4944
+ version = "0.4.2"
5022
4945
  source = "registry+https://github.com/rust-lang/crates.io-index"
5023
- checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
4946
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5024
4947
  dependencies = [
5025
4948
  "windows-link",
5026
4949
  ]
@@ -5239,9 +5162,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
5239
5162
 
5240
5163
  [[package]]
5241
5164
  name = "winnow"
5242
- version = "0.7.6"
5165
+ version = "0.7.10"
5243
5166
  source = "registry+https://github.com/rust-lang/crates.io-index"
5244
- checksum = "63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10"
5167
+ checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
5245
5168
  dependencies = [
5246
5169
  "memchr",
5247
5170
  ]
@@ -5279,23 +5202,17 @@ dependencies = [
5279
5202
  "bitflags",
5280
5203
  ]
5281
5204
 
5282
- [[package]]
5283
- name = "write16"
5284
- version = "1.0.0"
5285
- source = "registry+https://github.com/rust-lang/crates.io-index"
5286
- checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
5287
-
5288
5205
  [[package]]
5289
5206
  name = "writeable"
5290
- version = "0.5.5"
5207
+ version = "0.6.1"
5291
5208
  source = "registry+https://github.com/rust-lang/crates.io-index"
5292
- checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5209
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
5293
5210
 
5294
5211
  [[package]]
5295
5212
  name = "yaml-rust2"
5296
- version = "0.10.1"
5213
+ version = "0.10.2"
5297
5214
  source = "registry+https://github.com/rust-lang/crates.io-index"
5298
- checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d"
5215
+ checksum = "18b783b2c2789414f8bb84ca3318fc9c2d7e7be1c22907d37839a58dedb369d3"
5299
5216
  dependencies = [
5300
5217
  "arraydeque",
5301
5218
  "encoding_rs",
@@ -5304,9 +5221,9 @@ dependencies = [
5304
5221
 
5305
5222
  [[package]]
5306
5223
  name = "yoke"
5307
- version = "0.7.5"
5224
+ version = "0.8.0"
5308
5225
  source = "registry+https://github.com/rust-lang/crates.io-index"
5309
- checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5226
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
5310
5227
  dependencies = [
5311
5228
  "serde",
5312
5229
  "stable_deref_trait",
@@ -5316,54 +5233,34 @@ dependencies = [
5316
5233
 
5317
5234
  [[package]]
5318
5235
  name = "yoke-derive"
5319
- version = "0.7.5"
5236
+ version = "0.8.0"
5320
5237
  source = "registry+https://github.com/rust-lang/crates.io-index"
5321
- checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5238
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
5322
5239
  dependencies = [
5323
5240
  "proc-macro2",
5324
5241
  "quote",
5325
- "syn 2.0.100",
5242
+ "syn",
5326
5243
  "synstructure",
5327
5244
  ]
5328
5245
 
5329
5246
  [[package]]
5330
5247
  name = "zerocopy"
5331
- version = "0.7.35"
5332
- source = "registry+https://github.com/rust-lang/crates.io-index"
5333
- checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
5334
- dependencies = [
5335
- "zerocopy-derive 0.7.35",
5336
- ]
5337
-
5338
- [[package]]
5339
- name = "zerocopy"
5340
- version = "0.8.24"
5341
- source = "registry+https://github.com/rust-lang/crates.io-index"
5342
- checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
5343
- dependencies = [
5344
- "zerocopy-derive 0.8.24",
5345
- ]
5346
-
5347
- [[package]]
5348
- name = "zerocopy-derive"
5349
- version = "0.7.35"
5248
+ version = "0.8.25"
5350
5249
  source = "registry+https://github.com/rust-lang/crates.io-index"
5351
- checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
5250
+ checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
5352
5251
  dependencies = [
5353
- "proc-macro2",
5354
- "quote",
5355
- "syn 2.0.100",
5252
+ "zerocopy-derive",
5356
5253
  ]
5357
5254
 
5358
5255
  [[package]]
5359
5256
  name = "zerocopy-derive"
5360
- version = "0.8.24"
5257
+ version = "0.8.25"
5361
5258
  source = "registry+https://github.com/rust-lang/crates.io-index"
5362
- checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
5259
+ checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
5363
5260
  dependencies = [
5364
5261
  "proc-macro2",
5365
5262
  "quote",
5366
- "syn 2.0.100",
5263
+ "syn",
5367
5264
  ]
5368
5265
 
5369
5266
  [[package]]
@@ -5383,7 +5280,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5383
5280
  dependencies = [
5384
5281
  "proc-macro2",
5385
5282
  "quote",
5386
- "syn 2.0.100",
5283
+ "syn",
5387
5284
  "synstructure",
5388
5285
  ]
5389
5286
 
@@ -5393,11 +5290,22 @@ version = "1.8.1"
5393
5290
  source = "registry+https://github.com/rust-lang/crates.io-index"
5394
5291
  checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
5395
5292
 
5293
+ [[package]]
5294
+ name = "zerotrie"
5295
+ version = "0.2.2"
5296
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5297
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
5298
+ dependencies = [
5299
+ "displaydoc",
5300
+ "yoke",
5301
+ "zerofrom",
5302
+ ]
5303
+
5396
5304
  [[package]]
5397
5305
  name = "zerovec"
5398
- version = "0.10.4"
5306
+ version = "0.11.2"
5399
5307
  source = "registry+https://github.com/rust-lang/crates.io-index"
5400
- checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5308
+ checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
5401
5309
  dependencies = [
5402
5310
  "yoke",
5403
5311
  "zerofrom",
@@ -5406,13 +5314,13 @@ dependencies = [
5406
5314
 
5407
5315
  [[package]]
5408
5316
  name = "zerovec-derive"
5409
- version = "0.10.3"
5317
+ version = "0.11.1"
5410
5318
  source = "registry+https://github.com/rust-lang/crates.io-index"
5411
- checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5319
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
5412
5320
  dependencies = [
5413
5321
  "proc-macro2",
5414
5322
  "quote",
5415
- "syn 2.0.100",
5323
+ "syn",
5416
5324
  ]
5417
5325
 
5418
5326
  [[package]]