python-auditor 0.10.0__tar.gz → 0.10.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 (146) hide show
  1. {python_auditor-0.10.0 → python_auditor-0.10.1}/Cargo.lock +802 -745
  2. {python_auditor-0.10.0 → python_auditor-0.10.1}/Cargo.toml +6 -5
  3. {python_auditor-0.10.0 → python_auditor-0.10.1}/PKG-INFO +1 -1
  4. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/Cargo.toml +26 -28
  5. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/configuration.rs +2 -2
  6. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/main.rs +14 -0
  7. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/Cargo.toml +14 -13
  8. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +8 -8
  9. {python_auditor-0.10.0 → python_auditor-0.10.1}/.cargo/config.toml +0 -0
  10. {python_auditor-0.10.0 → python_auditor-0.10.1}/.readthedocs.yaml +0 -0
  11. {python_auditor-0.10.0 → python_auditor-0.10.1}/README.md +0 -0
  12. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/Makefile +0 -0
  13. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/api.rst +0 -0
  14. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/changelog.rst +0 -0
  15. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/conf.py +0 -0
  16. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/examples.rst +0 -0
  17. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/index.rst +0 -0
  18. {python_auditor-0.10.0 → python_auditor-0.10.1}/docs/make.bat +0 -0
  19. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.env +0 -0
  20. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
  21. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
  22. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
  23. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
  24. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
  25. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
  26. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
  27. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-bac1cfa96d1801a491bc325101a0ea88c18a9e1ca50b2b623e07791a46d61b48.json +0 -0
  28. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
  29. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
  30. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
  31. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
  32. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
  33. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/build.rs +0 -0
  34. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/certs/rootCA-key.pem +0 -0
  35. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/certs/rootCA.pem +0 -0
  36. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/certs/server-cert.pem +0 -0
  37. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/certs/server-key.pem +0 -0
  38. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/archive.yaml +0 -0
  39. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/base.yaml +0 -0
  40. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/dualstack.yaml +0 -0
  41. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/local.yaml +0 -0
  42. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
  43. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/production.yaml +0 -0
  44. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/rbac.yaml +0 -0
  45. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
  46. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/configuration/tls_config.yaml +0 -0
  47. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/parquet_to_auditor/python_script/.env +0 -0
  48. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/parquet_to_auditor/python_script/parquet_to_auditor.py +0 -0
  49. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/parquet_to_auditor/python_script/requirements.txt +0 -0
  50. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/revert_encoding/.env +0 -0
  51. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/revert_encoding/requirements.txt +0 -0
  52. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/revert_encoding/revert_encodings.py +0 -0
  53. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/revert_encoding/test_script.py +0 -0
  54. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
  55. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
  56. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
  57. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/test_valid_names/test_slurm_decoding.py +0 -0
  58. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/scripts/test_valid_names/test_valid_names.py +0 -0
  59. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/archive.rs +0 -0
  60. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/constants.rs +0 -0
  61. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/component.rs +0 -0
  62. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/meta.rs +0 -0
  63. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/mod.rs +0 -0
  64. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/record.rs +0 -0
  65. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/score.rs +0 -0
  66. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
  67. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/validname.rs +0 -0
  68. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
  69. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/error.rs +0 -0
  70. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/lib.rs +0 -0
  71. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/macros.rs +0 -0
  72. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/metrics/database.rs +0 -0
  73. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
  74. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/middleware.rs +0 -0
  75. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/add.rs +0 -0
  76. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
  77. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/get.rs +0 -0
  78. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
  79. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/mod.rs +0 -0
  80. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
  81. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/routes/update.rs +0 -0
  82. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/startup.rs +0 -0
  83. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/src/telemetry.rs +0 -0
  84. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/add.rs +0 -0
  85. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
  86. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/get.rs +0 -0
  87. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
  88. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
  89. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
  90. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
  91. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/main.rs +0 -0
  92. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor/tests/api/update.rs +0 -0
  93. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.env +0 -0
  94. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +0 -0
  95. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +0 -0
  96. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
  97. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
  98. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +0 -0
  99. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
  100. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +0 -0
  101. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
  102. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
  103. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/benches/README.md +0 -0
  104. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
  105. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
  106. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
  107. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
  108. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
  109. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/src/configuration.rs +0 -0
  110. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/src/constants.rs +0 -0
  111. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/src/database.rs +0 -0
  112. {python_auditor-0.10.0 → python_auditor-0.10.1}/local_dependencies/auditor-client/src/lib.rs +0 -0
  113. {python_auditor-0.10.0 → python_auditor-0.10.1}/pyproject.toml +0 -0
  114. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_add_update.py +0 -0
  115. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_add_update_blocking.py +0 -0
  116. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_add_update_queued.py +0 -0
  117. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_advanced_query.py +0 -0
  118. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_advanced_query_blocking.py +0 -0
  119. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_advanced_query_queued.py +0 -0
  120. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_bulk_insert.py +0 -0
  121. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_bulk_insert_blocking.py +0 -0
  122. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_bulk_insert_queued.py +0 -0
  123. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_components.py +0 -0
  124. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_components_blocking.py +0 -0
  125. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_components_queued.py +0 -0
  126. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_eq.py +0 -0
  127. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_since.py +0 -0
  128. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_since_blocking.py +0 -0
  129. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_since_queued.py +0 -0
  130. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_single_record.py +0 -0
  131. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_single_record_blocking.py +0 -0
  132. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_get_single_record_queued.py +0 -0
  133. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_meta.py +0 -0
  134. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_meta_blocking.py +0 -0
  135. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/test_meta_queued.py +0 -0
  136. {python_auditor-0.10.0 → python_auditor-0.10.1}/scripts/tls_test/test_tls.py +1 -1
  137. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/blocking_client.rs +0 -0
  138. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/builder.rs +1 -1
  139. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/client.rs +0 -0
  140. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/domain/component.rs +0 -0
  141. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/domain/meta.rs +0 -0
  142. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/domain/mod.rs +0 -0
  143. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/domain/record.rs +0 -0
  144. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/domain/score.rs +0 -0
  145. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/lib.rs +0 -0
  146. {python_auditor-0.10.0 → python_auditor-0.10.1}/src/queued_client.rs +0 -0
@@ -21,9 +21,9 @@ dependencies = [
21
21
 
22
22
  [[package]]
23
23
  name = "actix-http"
24
- version = "3.11.0"
24
+ version = "3.11.2"
25
25
  source = "registry+https://github.com/rust-lang/crates.io-index"
26
- checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
26
+ checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49"
27
27
  dependencies = [
28
28
  "actix-codec",
29
29
  "actix-rt",
@@ -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.104",
69
+ "syn",
70
70
  ]
71
71
 
72
72
  [[package]]
@@ -86,9 +86,9 @@ dependencies = [
86
86
 
87
87
  [[package]]
88
88
  name = "actix-rt"
89
- version = "2.10.0"
89
+ version = "2.11.0"
90
90
  source = "registry+https://github.com/rust-lang/crates.io-index"
91
- checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
91
+ checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63"
92
92
  dependencies = [
93
93
  "futures-core",
94
94
  "tokio",
@@ -135,7 +135,7 @@ dependencies = [
135
135
  "pin-project-lite",
136
136
  "rustls-pki-types",
137
137
  "tokio",
138
- "tokio-rustls 0.26.2",
138
+ "tokio-rustls 0.26.4",
139
139
  "tokio-util",
140
140
  "tracing",
141
141
  ]
@@ -203,7 +203,7 @@ dependencies = [
203
203
  "actix-router",
204
204
  "proc-macro2",
205
205
  "quote",
206
- "syn 2.0.104",
206
+ "syn",
207
207
  ]
208
208
 
209
209
  [[package]]
@@ -224,9 +224,9 @@ dependencies = [
224
224
 
225
225
  [[package]]
226
226
  name = "addr2line"
227
- version = "0.24.2"
227
+ version = "0.25.1"
228
228
  source = "registry+https://github.com/rust-lang/crates.io-index"
229
- checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
229
+ checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
230
230
  dependencies = [
231
231
  "gimli",
232
232
  ]
@@ -245,7 +245,7 @@ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
245
245
  dependencies = [
246
246
  "cfg-if",
247
247
  "const-random",
248
- "getrandom 0.3.3",
248
+ "getrandom 0.3.4",
249
249
  "once_cell",
250
250
  "version_check",
251
251
  "zerocopy",
@@ -281,12 +281,6 @@ version = "0.2.21"
281
281
  source = "registry+https://github.com/rust-lang/crates.io-index"
282
282
  checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
283
283
 
284
- [[package]]
285
- name = "android-tzdata"
286
- version = "0.1.1"
287
- source = "registry+https://github.com/rust-lang/crates.io-index"
288
- checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
289
-
290
284
  [[package]]
291
285
  name = "android_system_properties"
292
286
  version = "0.1.5"
@@ -304,15 +298,15 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
304
298
 
305
299
  [[package]]
306
300
  name = "anstyle"
307
- version = "1.0.11"
301
+ version = "1.0.13"
308
302
  source = "registry+https://github.com/rust-lang/crates.io-index"
309
- checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
303
+ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
310
304
 
311
305
  [[package]]
312
306
  name = "anyhow"
313
- version = "1.0.98"
307
+ version = "1.0.100"
314
308
  source = "registry+https://github.com/rust-lang/crates.io-index"
315
- checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
309
+ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
316
310
 
317
311
  [[package]]
318
312
  name = "arraydeque"
@@ -322,9 +316,9 @@ checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
322
316
 
323
317
  [[package]]
324
318
  name = "arrow"
325
- version = "56.0.0"
319
+ version = "57.0.0"
326
320
  source = "registry+https://github.com/rust-lang/crates.io-index"
327
- checksum = "fd798aea3553913a5986813e9c6ad31a2d2b04e931fe8ea4a37155eb541cebb5"
321
+ checksum = "4df8bb5b0bd64c0b9bc61317fcc480bad0f00e56d3bc32c69a4c8dada4786bae"
328
322
  dependencies = [
329
323
  "arrow-arith",
330
324
  "arrow-array",
@@ -343,23 +337,23 @@ dependencies = [
343
337
 
344
338
  [[package]]
345
339
  name = "arrow-arith"
346
- version = "56.0.0"
340
+ version = "57.0.0"
347
341
  source = "registry+https://github.com/rust-lang/crates.io-index"
348
- checksum = "508dafb53e5804a238cab7fd97a59ddcbfab20cc4d9814b1ab5465b9fa147f2e"
342
+ checksum = "a1a640186d3bd30a24cb42264c2dafb30e236a6f50d510e56d40b708c9582491"
349
343
  dependencies = [
350
344
  "arrow-array",
351
345
  "arrow-buffer",
352
346
  "arrow-data",
353
347
  "arrow-schema",
354
348
  "chrono",
355
- "num",
349
+ "num-traits",
356
350
  ]
357
351
 
358
352
  [[package]]
359
353
  name = "arrow-array"
360
- version = "56.0.0"
354
+ version = "57.0.0"
361
355
  source = "registry+https://github.com/rust-lang/crates.io-index"
362
- checksum = "e2730bc045d62bb2e53ef8395b7d4242f5c8102f41ceac15e8395b9ac3d08461"
356
+ checksum = "219fe420e6800979744c8393b687afb0252b3f8a89b91027d27887b72aa36d31"
363
357
  dependencies = [
364
358
  "ahash",
365
359
  "arrow-buffer",
@@ -367,26 +361,29 @@ dependencies = [
367
361
  "arrow-schema",
368
362
  "chrono",
369
363
  "half",
370
- "hashbrown 0.15.4",
371
- "num",
364
+ "hashbrown 0.16.0",
365
+ "num-complex",
366
+ "num-integer",
367
+ "num-traits",
372
368
  ]
373
369
 
374
370
  [[package]]
375
371
  name = "arrow-buffer"
376
- version = "56.0.0"
372
+ version = "57.0.0"
377
373
  source = "registry+https://github.com/rust-lang/crates.io-index"
378
- checksum = "54295b93beb702ee9a6f6fbced08ad7f4d76ec1c297952d4b83cf68755421d1d"
374
+ checksum = "76885a2697a7edf6b59577f568b456afc94ce0e2edc15b784ce3685b6c3c5c27"
379
375
  dependencies = [
380
376
  "bytes",
381
377
  "half",
382
- "num",
378
+ "num-bigint",
379
+ "num-traits",
383
380
  ]
384
381
 
385
382
  [[package]]
386
383
  name = "arrow-cast"
387
- version = "56.0.0"
384
+ version = "57.0.0"
388
385
  source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "67e8bcb7dc971d779a7280593a1bf0c2743533b8028909073e804552e85e75b5"
386
+ checksum = "9c9ebb4c987e6b3b236fb4a14b20b34835abfdd80acead3ccf1f9bf399e1f168"
390
387
  dependencies = [
391
388
  "arrow-array",
392
389
  "arrow-buffer",
@@ -398,15 +395,15 @@ dependencies = [
398
395
  "chrono",
399
396
  "half",
400
397
  "lexical-core",
401
- "num",
398
+ "num-traits",
402
399
  "ryu",
403
400
  ]
404
401
 
405
402
  [[package]]
406
403
  name = "arrow-csv"
407
- version = "56.0.0"
404
+ version = "57.0.0"
408
405
  source = "registry+https://github.com/rust-lang/crates.io-index"
409
- checksum = "673fd2b5fb57a1754fdbfac425efd7cf54c947ac9950c1cce86b14e248f1c458"
406
+ checksum = "92386159c8d4bce96f8bd396b0642a0d544d471bdc2ef34d631aec80db40a09c"
410
407
  dependencies = [
411
408
  "arrow-array",
412
409
  "arrow-cast",
@@ -419,34 +416,36 @@ dependencies = [
419
416
 
420
417
  [[package]]
421
418
  name = "arrow-data"
422
- version = "56.0.0"
419
+ version = "57.0.0"
423
420
  source = "registry+https://github.com/rust-lang/crates.io-index"
424
- checksum = "97c22fe3da840039c69e9f61f81e78092ea36d57037b4900151f063615a2f6b4"
421
+ checksum = "727681b95de313b600eddc2a37e736dcb21980a40f640314dcf360e2f36bc89b"
425
422
  dependencies = [
426
423
  "arrow-buffer",
427
424
  "arrow-schema",
428
425
  "half",
429
- "num",
426
+ "num-integer",
427
+ "num-traits",
430
428
  ]
431
429
 
432
430
  [[package]]
433
431
  name = "arrow-ipc"
434
- version = "56.0.0"
432
+ version = "57.0.0"
435
433
  source = "registry+https://github.com/rust-lang/crates.io-index"
436
- checksum = "778de14c5a69aedb27359e3dd06dd5f9c481d5f6ee9fbae912dba332fd64636b"
434
+ checksum = "da9ba92e3de170295c98a84e5af22e2b037f0c7b32449445e6c493b5fca27f27"
437
435
  dependencies = [
438
436
  "arrow-array",
439
437
  "arrow-buffer",
440
438
  "arrow-data",
441
439
  "arrow-schema",
440
+ "arrow-select",
442
441
  "flatbuffers",
443
442
  ]
444
443
 
445
444
  [[package]]
446
445
  name = "arrow-json"
447
- version = "56.0.0"
446
+ version = "57.0.0"
448
447
  source = "registry+https://github.com/rust-lang/crates.io-index"
449
- checksum = "3860db334fe7b19fcf81f6b56f8d9d95053f3839ffe443d56b5436f7a29a1794"
448
+ checksum = "b969b4a421ae83828591c6bf5450bd52e6d489584142845ad6a861f42fe35df8"
450
449
  dependencies = [
451
450
  "arrow-array",
452
451
  "arrow-buffer",
@@ -455,20 +454,22 @@ dependencies = [
455
454
  "arrow-schema",
456
455
  "chrono",
457
456
  "half",
458
- "indexmap 2.10.0",
457
+ "indexmap 2.12.0",
458
+ "itoa",
459
459
  "lexical-core",
460
460
  "memchr",
461
- "num",
462
- "serde",
461
+ "num-traits",
462
+ "ryu",
463
+ "serde_core",
463
464
  "serde_json",
464
465
  "simdutf8",
465
466
  ]
466
467
 
467
468
  [[package]]
468
469
  name = "arrow-ord"
469
- version = "56.0.0"
470
+ version = "57.0.0"
470
471
  source = "registry+https://github.com/rust-lang/crates.io-index"
471
- checksum = "425fa0b42a39d3ff55160832e7c25553e7f012c3f187def3d70313e7a29ba5d9"
472
+ checksum = "141c05298b21d03e88062317a1f1a73f5ba7b6eb041b350015b1cd6aabc0519b"
472
473
  dependencies = [
473
474
  "arrow-array",
474
475
  "arrow-buffer",
@@ -479,9 +480,9 @@ dependencies = [
479
480
 
480
481
  [[package]]
481
482
  name = "arrow-row"
482
- version = "56.0.0"
483
+ version = "57.0.0"
483
484
  source = "registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = "df9c9423c9e71abd1b08a7f788fcd203ba2698ac8e72a1f236f1faa1a06a7414"
485
+ checksum = "c5f3c06a6abad6164508ed283c7a02151515cef3de4b4ff2cebbcaeb85533db2"
485
486
  dependencies = [
486
487
  "arrow-array",
487
488
  "arrow-buffer",
@@ -492,29 +493,29 @@ dependencies = [
492
493
 
493
494
  [[package]]
494
495
  name = "arrow-schema"
495
- version = "56.0.0"
496
+ version = "57.0.0"
496
497
  source = "registry+https://github.com/rust-lang/crates.io-index"
497
- checksum = "85fa1babc4a45fdc64a92175ef51ff00eba5ebbc0007962fecf8022ac1c6ce28"
498
+ checksum = "9cfa7a03d1eee2a4d061476e1840ad5c9867a544ca6c4c59256496af5d0a8be5"
498
499
 
499
500
  [[package]]
500
501
  name = "arrow-select"
501
- version = "56.0.0"
502
+ version = "57.0.0"
502
503
  source = "registry+https://github.com/rust-lang/crates.io-index"
503
- checksum = "d8854d15f1cf5005b4b358abeb60adea17091ff5bdd094dca5d3f73787d81170"
504
+ checksum = "bafa595babaad59f2455f4957d0f26448fb472722c186739f4fac0823a1bdb47"
504
505
  dependencies = [
505
506
  "ahash",
506
507
  "arrow-array",
507
508
  "arrow-buffer",
508
509
  "arrow-data",
509
510
  "arrow-schema",
510
- "num",
511
+ "num-traits",
511
512
  ]
512
513
 
513
514
  [[package]]
514
515
  name = "arrow-string"
515
- version = "56.0.0"
516
+ version = "57.0.0"
516
517
  source = "registry+https://github.com/rust-lang/crates.io-index"
517
- checksum = "2c477e8b89e1213d5927a2a84a72c384a9bf4dd0dbf15f9fd66d821aafd9e95e"
518
+ checksum = "32f46457dbbb99f2650ff3ac23e46a929e0ab81db809b02aa5511c258348bef2"
518
519
  dependencies = [
519
520
  "arrow-array",
520
521
  "arrow-buffer",
@@ -522,16 +523,16 @@ dependencies = [
522
523
  "arrow-schema",
523
524
  "arrow-select",
524
525
  "memchr",
525
- "num",
526
+ "num-traits",
526
527
  "regex",
527
- "regex-syntax 0.8.5",
528
+ "regex-syntax",
528
529
  ]
529
530
 
530
531
  [[package]]
531
532
  name = "asn1-rs"
532
- version = "0.5.2"
533
+ version = "0.7.1"
533
534
  source = "registry+https://github.com/rust-lang/crates.io-index"
534
- checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
535
+ checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
535
536
  dependencies = [
536
537
  "asn1-rs-derive",
537
538
  "asn1-rs-impl",
@@ -539,31 +540,31 @@ dependencies = [
539
540
  "nom",
540
541
  "num-traits",
541
542
  "rusticata-macros",
542
- "thiserror 1.0.69",
543
+ "thiserror 2.0.17",
543
544
  "time",
544
545
  ]
545
546
 
546
547
  [[package]]
547
548
  name = "asn1-rs-derive"
548
- version = "0.4.0"
549
+ version = "0.6.0"
549
550
  source = "registry+https://github.com/rust-lang/crates.io-index"
550
- checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
551
+ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
551
552
  dependencies = [
552
553
  "proc-macro2",
553
554
  "quote",
554
- "syn 1.0.109",
555
- "synstructure 0.12.6",
555
+ "syn",
556
+ "synstructure",
556
557
  ]
557
558
 
558
559
  [[package]]
559
560
  name = "asn1-rs-impl"
560
- version = "0.1.0"
561
+ version = "0.2.0"
561
562
  source = "registry+https://github.com/rust-lang/crates.io-index"
562
- checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
563
+ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
563
564
  dependencies = [
564
565
  "proc-macro2",
565
566
  "quote",
566
- "syn 1.0.109",
567
+ "syn",
567
568
  ]
568
569
 
569
570
  [[package]]
@@ -595,18 +596,18 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
595
596
  dependencies = [
596
597
  "proc-macro2",
597
598
  "quote",
598
- "syn 2.0.104",
599
+ "syn",
599
600
  ]
600
601
 
601
602
  [[package]]
602
603
  name = "async-trait"
603
- version = "0.1.88"
604
+ version = "0.1.89"
604
605
  source = "registry+https://github.com/rust-lang/crates.io-index"
605
- checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
606
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
606
607
  dependencies = [
607
608
  "proc-macro2",
608
609
  "quote",
609
- "syn 2.0.104",
610
+ "syn",
610
611
  ]
611
612
 
612
613
  [[package]]
@@ -626,7 +627,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
626
627
 
627
628
  [[package]]
628
629
  name = "auditor"
629
- version = "0.10.0"
630
+ version = "0.10.1"
630
631
  dependencies = [
631
632
  "actix-tls",
632
633
  "actix-web",
@@ -643,7 +644,7 @@ dependencies = [
643
644
  "fake",
644
645
  "futures",
645
646
  "futures-util",
646
- "itertools 0.13.0",
647
+ "itertools 0.14.0",
647
648
  "num-traits",
648
649
  "once_cell",
649
650
  "opentelemetry 0.23.0",
@@ -653,20 +654,20 @@ dependencies = [
653
654
  "prometheus",
654
655
  "quickcheck",
655
656
  "quickcheck_macros",
656
- "rand 0.8.5",
657
+ "rand 0.9.2",
657
658
  "regex",
658
659
  "reqwest",
659
660
  "reqwest-streams",
660
- "rustls 0.23.31",
661
+ "rustls 0.23.34",
661
662
  "rustls-pemfile 2.2.0",
662
- "secrecy",
663
+ "secrecy 0.10.3",
663
664
  "serde",
664
665
  "serde-aux",
665
666
  "serde_json",
666
667
  "serde_qs",
667
668
  "serde_with",
668
669
  "sqlx",
669
- "thiserror 2.0.12",
670
+ "thiserror 2.0.17",
670
671
  "tokio",
671
672
  "tokio-cron-scheduler",
672
673
  "tracing",
@@ -683,7 +684,7 @@ dependencies = [
683
684
 
684
685
  [[package]]
685
686
  name = "auditor-client"
686
- version = "0.10.0"
687
+ version = "0.10.1"
687
688
  dependencies = [
688
689
  "anyhow",
689
690
  "auditor",
@@ -695,19 +696,19 @@ dependencies = [
695
696
  "criterion-macro",
696
697
  "fake",
697
698
  "futures",
698
- "itertools 0.13.0",
699
+ "itertools 0.14.0",
699
700
  "once_cell",
700
- "rand 0.8.5",
701
+ "rand 0.9.2",
701
702
  "rand_distr",
702
703
  "reqwest",
703
704
  "reqwest-streams",
704
- "rustls 0.23.31",
705
+ "rustls 0.23.34",
705
706
  "serde",
706
707
  "serde-aux",
707
708
  "serde_json",
708
709
  "serde_qs",
709
710
  "sqlx",
710
- "thiserror 2.0.12",
711
+ "thiserror 2.0.17",
711
712
  "tokio",
712
713
  "tracing",
713
714
  "tracing-subscriber",
@@ -718,7 +719,7 @@ dependencies = [
718
719
 
719
720
  [[package]]
720
721
  name = "auditor-kubernetes-collector"
721
- version = "0.10.0"
722
+ version = "0.10.1"
722
723
  dependencies = [
723
724
  "anyhow",
724
725
  "auditor",
@@ -742,7 +743,7 @@ dependencies = [
742
743
 
743
744
  [[package]]
744
745
  name = "auditor-priority-plugin"
745
- version = "0.10.0"
746
+ version = "0.10.1"
746
747
  dependencies = [
747
748
  "actix-web",
748
749
  "actix-web-opentelemetry",
@@ -769,7 +770,7 @@ dependencies = [
769
770
 
770
771
  [[package]]
771
772
  name = "auditor-slurm-collector"
772
- version = "0.10.0"
773
+ version = "0.10.1"
773
774
  dependencies = [
774
775
  "anyhow",
775
776
  "auditor",
@@ -779,7 +780,7 @@ dependencies = [
779
780
  "color-eyre",
780
781
  "config",
781
782
  "fake",
782
- "itertools 0.13.0",
783
+ "itertools 0.14.0",
783
784
  "once_cell",
784
785
  "regex",
785
786
  "serde",
@@ -795,7 +796,7 @@ dependencies = [
795
796
 
796
797
  [[package]]
797
798
  name = "auditor-slurm-epilog-collector"
798
- version = "0.10.0"
799
+ version = "0.10.1"
799
800
  dependencies = [
800
801
  "anyhow",
801
802
  "auditor",
@@ -820,9 +821,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
820
821
 
821
822
  [[package]]
822
823
  name = "aws-lc-rs"
823
- version = "1.13.3"
824
+ version = "1.14.1"
824
825
  source = "registry+https://github.com/rust-lang/crates.io-index"
825
- checksum = "5c953fe1ba023e6b7730c0d4b031d06f267f23a46167dcbd40316644b10a17ba"
826
+ checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d"
826
827
  dependencies = [
827
828
  "aws-lc-sys",
828
829
  "zeroize",
@@ -830,9 +831,9 @@ dependencies = [
830
831
 
831
832
  [[package]]
832
833
  name = "aws-lc-sys"
833
- version = "0.30.0"
834
+ version = "0.32.3"
834
835
  source = "registry+https://github.com/rust-lang/crates.io-index"
835
- checksum = "dbfd150b5dbdb988bcc8fb1fe787eb6b7ee6180ca24da683b61ea5405f3d43ff"
836
+ checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c"
836
837
  dependencies = [
837
838
  "bindgen",
838
839
  "cc",
@@ -843,9 +844,9 @@ dependencies = [
843
844
 
844
845
  [[package]]
845
846
  name = "backtrace"
846
- version = "0.3.75"
847
+ version = "0.3.76"
847
848
  source = "registry+https://github.com/rust-lang/crates.io-index"
848
- checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
849
+ checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
849
850
  dependencies = [
850
851
  "addr2line",
851
852
  "cfg-if",
@@ -853,7 +854,7 @@ dependencies = [
853
854
  "miniz_oxide",
854
855
  "object",
855
856
  "rustc-demangle",
856
- "windows-targets 0.52.6",
857
+ "windows-link",
857
858
  ]
858
859
 
859
860
  [[package]]
@@ -885,34 +886,31 @@ dependencies = [
885
886
 
886
887
  [[package]]
887
888
  name = "bindgen"
888
- version = "0.69.5"
889
+ version = "0.72.1"
889
890
  source = "registry+https://github.com/rust-lang/crates.io-index"
890
- checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
891
+ checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
891
892
  dependencies = [
892
893
  "bitflags",
893
894
  "cexpr",
894
895
  "clang-sys",
895
- "itertools 0.12.1",
896
- "lazy_static",
897
- "lazycell",
896
+ "itertools 0.13.0",
898
897
  "log",
899
898
  "prettyplease",
900
899
  "proc-macro2",
901
900
  "quote",
902
901
  "regex",
903
- "rustc-hash 1.1.0",
902
+ "rustc-hash",
904
903
  "shlex",
905
- "syn 2.0.104",
906
- "which",
904
+ "syn",
907
905
  ]
908
906
 
909
907
  [[package]]
910
908
  name = "bitflags"
911
- version = "2.9.1"
909
+ version = "2.10.0"
912
910
  source = "registry+https://github.com/rust-lang/crates.io-index"
913
- checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
911
+ checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
914
912
  dependencies = [
915
- "serde",
913
+ "serde_core",
916
914
  ]
917
915
 
918
916
  [[package]]
@@ -926,9 +924,9 @@ dependencies = [
926
924
 
927
925
  [[package]]
928
926
  name = "brotli"
929
- version = "8.0.1"
927
+ version = "8.0.2"
930
928
  source = "registry+https://github.com/rust-lang/crates.io-index"
931
- checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
929
+ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
932
930
  dependencies = [
933
931
  "alloc-no-stdlib",
934
932
  "alloc-stdlib",
@@ -965,9 +963,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
965
963
 
966
964
  [[package]]
967
965
  name = "bytestring"
968
- version = "1.4.0"
966
+ version = "1.5.0"
969
967
  source = "registry+https://github.com/rust-lang/crates.io-index"
970
- checksum = "e465647ae23b2823b0753f50decb2d5a86d2bb2cac04788fafd1f80e45378e5f"
968
+ checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289"
971
969
  dependencies = [
972
970
  "bytes",
973
971
  ]
@@ -980,13 +978,13 @@ checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
980
978
 
981
979
  [[package]]
982
980
  name = "casbin"
983
- version = "2.10.1"
981
+ version = "2.15.0"
984
982
  source = "registry+https://github.com/rust-lang/crates.io-index"
985
- checksum = "a100183440478aa2b64e6f432295fa90c052d53011c9799b655b7283b6e6707c"
983
+ checksum = "204a52f19e041f2abcc31cd10e6692ea441ab420e163b4e7cf1238315204ab86"
986
984
  dependencies = [
987
985
  "async-trait",
988
986
  "fixedbitset",
989
- "getrandom 0.2.16",
987
+ "getrandom 0.3.4",
990
988
  "hashlink 0.9.1",
991
989
  "once_cell",
992
990
  "parking_lot",
@@ -1008,10 +1006,11 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1008
1006
 
1009
1007
  [[package]]
1010
1008
  name = "cc"
1011
- version = "1.2.31"
1009
+ version = "1.2.43"
1012
1010
  source = "registry+https://github.com/rust-lang/crates.io-index"
1013
- checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2"
1011
+ checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
1014
1012
  dependencies = [
1013
+ "find-msvc-tools",
1015
1014
  "jobserver",
1016
1015
  "libc",
1017
1016
  "shlex",
@@ -1028,9 +1027,9 @@ dependencies = [
1028
1027
 
1029
1028
  [[package]]
1030
1029
  name = "cfg-if"
1031
- version = "1.0.1"
1030
+ version = "1.0.4"
1032
1031
  source = "registry+https://github.com/rust-lang/crates.io-index"
1033
- checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
1032
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1034
1033
 
1035
1034
  [[package]]
1036
1035
  name = "cfg_aliases"
@@ -1040,11 +1039,10 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1040
1039
 
1041
1040
  [[package]]
1042
1041
  name = "chrono"
1043
- version = "0.4.41"
1042
+ version = "0.4.42"
1044
1043
  source = "registry+https://github.com/rust-lang/crates.io-index"
1045
- checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
1044
+ checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
1046
1045
  dependencies = [
1047
- "android-tzdata",
1048
1046
  "iana-time-zone",
1049
1047
  "js-sys",
1050
1048
  "num-traits",
@@ -1053,6 +1051,16 @@ dependencies = [
1053
1051
  "windows-link",
1054
1052
  ]
1055
1053
 
1054
+ [[package]]
1055
+ name = "chrono-tz"
1056
+ version = "0.10.4"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
1059
+ dependencies = [
1060
+ "chrono",
1061
+ "phf",
1062
+ ]
1063
+
1056
1064
  [[package]]
1057
1065
  name = "ciborium"
1058
1066
  version = "0.2.2"
@@ -1102,18 +1110,18 @@ dependencies = [
1102
1110
 
1103
1111
  [[package]]
1104
1112
  name = "clap"
1105
- version = "4.5.43"
1113
+ version = "4.5.50"
1106
1114
  source = "registry+https://github.com/rust-lang/crates.io-index"
1107
- checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f"
1115
+ checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623"
1108
1116
  dependencies = [
1109
1117
  "clap_builder",
1110
1118
  ]
1111
1119
 
1112
1120
  [[package]]
1113
1121
  name = "clap_builder"
1114
- version = "4.5.43"
1122
+ version = "4.5.50"
1115
1123
  source = "registry+https://github.com/rust-lang/crates.io-index"
1116
- checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65"
1124
+ checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0"
1117
1125
  dependencies = [
1118
1126
  "anstyle",
1119
1127
  "clap_lex",
@@ -1121,9 +1129,9 @@ dependencies = [
1121
1129
 
1122
1130
  [[package]]
1123
1131
  name = "clap_lex"
1124
- version = "0.7.5"
1132
+ version = "0.7.6"
1125
1133
  source = "registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
1134
+ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
1127
1135
 
1128
1136
  [[package]]
1129
1137
  name = "cmake"
@@ -1172,9 +1180,9 @@ dependencies = [
1172
1180
 
1173
1181
  [[package]]
1174
1182
  name = "config"
1175
- version = "0.15.13"
1183
+ version = "0.15.18"
1176
1184
  source = "registry+https://github.com/rust-lang/crates.io-index"
1177
- checksum = "5b1eb4fb07bc7f012422df02766c7bd5971effb894f573865642f06fa3265440"
1185
+ checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918"
1178
1186
  dependencies = [
1179
1187
  "async-trait",
1180
1188
  "convert_case",
@@ -1182,7 +1190,8 @@ dependencies = [
1182
1190
  "pathdiff",
1183
1191
  "ron",
1184
1192
  "rust-ini",
1185
- "serde",
1193
+ "serde-untagged",
1194
+ "serde_core",
1186
1195
  "serde_json",
1187
1196
  "toml",
1188
1197
  "winnow",
@@ -1286,26 +1295,22 @@ dependencies = [
1286
1295
 
1287
1296
  [[package]]
1288
1297
  name = "criterion"
1289
- version = "0.5.1"
1298
+ version = "0.7.0"
1290
1299
  source = "registry+https://github.com/rust-lang/crates.io-index"
1291
- checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
1300
+ checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
1292
1301
  dependencies = [
1293
1302
  "anes",
1294
1303
  "cast",
1295
1304
  "ciborium",
1296
1305
  "clap",
1297
1306
  "criterion-plot",
1298
- "futures",
1299
- "is-terminal",
1300
- "itertools 0.10.5",
1307
+ "itertools 0.13.0",
1301
1308
  "num-traits",
1302
- "once_cell",
1303
1309
  "oorandom",
1304
1310
  "plotters",
1305
1311
  "rayon",
1306
1312
  "regex",
1307
1313
  "serde",
1308
- "serde_derive",
1309
1314
  "serde_json",
1310
1315
  "tinytemplate",
1311
1316
  "tokio",
@@ -1324,21 +1329,23 @@ dependencies = [
1324
1329
 
1325
1330
  [[package]]
1326
1331
  name = "criterion-plot"
1327
- version = "0.5.0"
1332
+ version = "0.6.0"
1328
1333
  source = "registry+https://github.com/rust-lang/crates.io-index"
1329
- checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
1334
+ checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
1330
1335
  dependencies = [
1331
1336
  "cast",
1332
- "itertools 0.10.5",
1337
+ "itertools 0.13.0",
1333
1338
  ]
1334
1339
 
1335
1340
  [[package]]
1336
1341
  name = "croner"
1337
- version = "2.2.0"
1342
+ version = "3.0.0"
1338
1343
  source = "registry+https://github.com/rust-lang/crates.io-index"
1339
- checksum = "c344b0690c1ad1c7176fe18eb173e0c927008fdaaa256e40dfd43ddd149c0843"
1344
+ checksum = "4c007081651a19b42931f86f7d4f74ee1c2a7d0cd2c6636a81695b5ffd4e9990"
1340
1345
  dependencies = [
1341
1346
  "chrono",
1347
+ "derive_builder",
1348
+ "strum",
1342
1349
  ]
1343
1350
 
1344
1351
  [[package]]
@@ -1393,21 +1400,21 @@ dependencies = [
1393
1400
 
1394
1401
  [[package]]
1395
1402
  name = "csv"
1396
- version = "1.3.1"
1403
+ version = "1.4.0"
1397
1404
  source = "registry+https://github.com/rust-lang/crates.io-index"
1398
- checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf"
1405
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
1399
1406
  dependencies = [
1400
1407
  "csv-core",
1401
1408
  "itoa",
1402
1409
  "ryu",
1403
- "serde",
1410
+ "serde_core",
1404
1411
  ]
1405
1412
 
1406
1413
  [[package]]
1407
1414
  name = "csv-core"
1408
- version = "0.1.12"
1415
+ version = "0.1.13"
1409
1416
  source = "registry+https://github.com/rust-lang/crates.io-index"
1410
- checksum = "7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d"
1417
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
1411
1418
  dependencies = [
1412
1419
  "memchr",
1413
1420
  ]
@@ -1418,8 +1425,18 @@ version = "0.20.11"
1418
1425
  source = "registry+https://github.com/rust-lang/crates.io-index"
1419
1426
  checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1420
1427
  dependencies = [
1421
- "darling_core",
1422
- "darling_macro",
1428
+ "darling_core 0.20.11",
1429
+ "darling_macro 0.20.11",
1430
+ ]
1431
+
1432
+ [[package]]
1433
+ name = "darling"
1434
+ version = "0.21.3"
1435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1436
+ checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1437
+ dependencies = [
1438
+ "darling_core 0.21.3",
1439
+ "darling_macro 0.21.3",
1423
1440
  ]
1424
1441
 
1425
1442
  [[package]]
@@ -1433,7 +1450,21 @@ dependencies = [
1433
1450
  "proc-macro2",
1434
1451
  "quote",
1435
1452
  "strsim",
1436
- "syn 2.0.104",
1453
+ "syn",
1454
+ ]
1455
+
1456
+ [[package]]
1457
+ name = "darling_core"
1458
+ version = "0.21.3"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1461
+ dependencies = [
1462
+ "fnv",
1463
+ "ident_case",
1464
+ "proc-macro2",
1465
+ "quote",
1466
+ "strsim",
1467
+ "syn",
1437
1468
  ]
1438
1469
 
1439
1470
  [[package]]
@@ -1442,9 +1473,20 @@ version = "0.20.11"
1442
1473
  source = "registry+https://github.com/rust-lang/crates.io-index"
1443
1474
  checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1444
1475
  dependencies = [
1445
- "darling_core",
1476
+ "darling_core 0.20.11",
1446
1477
  "quote",
1447
- "syn 2.0.104",
1478
+ "syn",
1479
+ ]
1480
+
1481
+ [[package]]
1482
+ name = "darling_macro"
1483
+ version = "0.21.3"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1486
+ dependencies = [
1487
+ "darling_core 0.21.3",
1488
+ "quote",
1489
+ "syn",
1448
1490
  ]
1449
1491
 
1450
1492
  [[package]]
@@ -1455,12 +1497,12 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1455
1497
 
1456
1498
  [[package]]
1457
1499
  name = "deadpool"
1458
- version = "0.10.0"
1500
+ version = "0.12.3"
1459
1501
  source = "registry+https://github.com/rust-lang/crates.io-index"
1460
- checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
1502
+ checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1461
1503
  dependencies = [
1462
- "async-trait",
1463
1504
  "deadpool-runtime",
1505
+ "lazy_static",
1464
1506
  "num_cpus",
1465
1507
  "tokio",
1466
1508
  ]
@@ -1484,9 +1526,9 @@ dependencies = [
1484
1526
 
1485
1527
  [[package]]
1486
1528
  name = "der-parser"
1487
- version = "8.2.0"
1529
+ version = "10.0.0"
1488
1530
  source = "registry+https://github.com/rust-lang/crates.io-index"
1489
- checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
1531
+ checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1490
1532
  dependencies = [
1491
1533
  "asn1-rs",
1492
1534
  "displaydoc",
@@ -1498,12 +1540,43 @@ dependencies = [
1498
1540
 
1499
1541
  [[package]]
1500
1542
  name = "deranged"
1501
- version = "0.4.0"
1543
+ version = "0.5.5"
1502
1544
  source = "registry+https://github.com/rust-lang/crates.io-index"
1503
- checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
1545
+ checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
1504
1546
  dependencies = [
1505
1547
  "powerfmt",
1506
- "serde",
1548
+ "serde_core",
1549
+ ]
1550
+
1551
+ [[package]]
1552
+ name = "derive_builder"
1553
+ version = "0.20.2"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
1556
+ dependencies = [
1557
+ "derive_builder_macro",
1558
+ ]
1559
+
1560
+ [[package]]
1561
+ name = "derive_builder_core"
1562
+ version = "0.20.2"
1563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1564
+ checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
1565
+ dependencies = [
1566
+ "darling 0.20.11",
1567
+ "proc-macro2",
1568
+ "quote",
1569
+ "syn",
1570
+ ]
1571
+
1572
+ [[package]]
1573
+ name = "derive_builder_macro"
1574
+ version = "0.20.2"
1575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1576
+ checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1577
+ dependencies = [
1578
+ "derive_builder_core",
1579
+ "syn",
1507
1580
  ]
1508
1581
 
1509
1582
  [[package]]
@@ -1523,7 +1596,7 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
1523
1596
  dependencies = [
1524
1597
  "proc-macro2",
1525
1598
  "quote",
1526
- "syn 2.0.104",
1599
+ "syn",
1527
1600
  "unicode-xid",
1528
1601
  ]
1529
1602
 
@@ -1553,7 +1626,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1553
1626
  dependencies = [
1554
1627
  "proc-macro2",
1555
1628
  "quote",
1556
- "syn 2.0.104",
1629
+ "syn",
1557
1630
  ]
1558
1631
 
1559
1632
  [[package]]
@@ -1573,14 +1646,14 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1573
1646
 
1574
1647
  [[package]]
1575
1648
  name = "dummy"
1576
- version = "0.8.0"
1649
+ version = "0.11.0"
1577
1650
  source = "registry+https://github.com/rust-lang/crates.io-index"
1578
- checksum = "1cac124e13ae9aa56acc4241f8c8207501d93afdd8d8e62f0c1f2e12f6508c65"
1651
+ checksum = "3bbcf21279103a67372982cb1156a2154a452451dff2b884cf897ccecce389e0"
1579
1652
  dependencies = [
1580
- "darling",
1653
+ "darling 0.20.11",
1581
1654
  "proc-macro2",
1582
1655
  "quote",
1583
- "syn 2.0.104",
1656
+ "syn",
1584
1657
  ]
1585
1658
 
1586
1659
  [[package]]
@@ -1622,7 +1695,7 @@ dependencies = [
1622
1695
  "heck",
1623
1696
  "proc-macro2",
1624
1697
  "quote",
1625
- "syn 2.0.104",
1698
+ "syn",
1626
1699
  ]
1627
1700
 
1628
1701
  [[package]]
@@ -1642,13 +1715,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
1715
  checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1643
1716
 
1644
1717
  [[package]]
1645
- name = "errno"
1646
- version = "0.3.13"
1718
+ name = "erased-serde"
1719
+ version = "0.4.8"
1647
1720
  source = "registry+https://github.com/rust-lang/crates.io-index"
1648
- checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
1721
+ checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
1649
1722
  dependencies = [
1650
- "libc",
1651
- "windows-sys 0.60.2",
1723
+ "serde",
1724
+ "serde_core",
1725
+ "typeid",
1652
1726
  ]
1653
1727
 
1654
1728
  [[package]]
@@ -1685,16 +1759,23 @@ dependencies = [
1685
1759
 
1686
1760
  [[package]]
1687
1761
  name = "fake"
1688
- version = "2.10.0"
1762
+ version = "4.4.0"
1689
1763
  source = "registry+https://github.com/rust-lang/crates.io-index"
1690
- checksum = "2d391ba4af7f1d93f01fcf7b2f29e2bc9348e109dfdbf4dcbdc51dfa38dab0b6"
1764
+ checksum = "f2b0902eb36fbab51c14eda1c186bda119fcff91e5e4e7fc2dd2077298197ce8"
1691
1765
  dependencies = [
1692
1766
  "chrono",
1693
1767
  "deunicode",
1694
1768
  "dummy",
1695
- "rand 0.8.5",
1769
+ "either",
1770
+ "rand 0.9.2",
1696
1771
  ]
1697
1772
 
1773
+ [[package]]
1774
+ name = "find-msvc-tools"
1775
+ version = "0.1.4"
1776
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1777
+ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1778
+
1698
1779
  [[package]]
1699
1780
  name = "fixedbitset"
1700
1781
  version = "0.4.2"
@@ -1703,9 +1784,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1703
1784
 
1704
1785
  [[package]]
1705
1786
  name = "flatbuffers"
1706
- version = "25.2.10"
1787
+ version = "25.9.23"
1707
1788
  source = "registry+https://github.com/rust-lang/crates.io-index"
1708
- checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1"
1789
+ checksum = "09b6620799e7340ebd9968d2e0708eb82cf1971e9a16821e2091b6d6e475eed5"
1709
1790
  dependencies = [
1710
1791
  "bitflags",
1711
1792
  "rustc_version",
@@ -1713,9 +1794,9 @@ dependencies = [
1713
1794
 
1714
1795
  [[package]]
1715
1796
  name = "flate2"
1716
- version = "1.1.2"
1797
+ version = "1.1.5"
1717
1798
  source = "registry+https://github.com/rust-lang/crates.io-index"
1718
- checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1799
+ checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1719
1800
  dependencies = [
1720
1801
  "crc32fast",
1721
1802
  "libz-rs-sys",
@@ -1747,9 +1828,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1747
1828
 
1748
1829
  [[package]]
1749
1830
  name = "form_urlencoded"
1750
- version = "1.2.1"
1831
+ version = "1.2.2"
1751
1832
  source = "registry+https://github.com/rust-lang/crates.io-index"
1752
- checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1833
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1753
1834
  dependencies = [
1754
1835
  "percent-encoding",
1755
1836
  ]
@@ -1827,7 +1908,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1827
1908
  dependencies = [
1828
1909
  "proc-macro2",
1829
1910
  "quote",
1830
- "syn 2.0.104",
1911
+ "syn",
1831
1912
  ]
1832
1913
 
1833
1914
  [[package]]
@@ -1862,9 +1943,9 @@ dependencies = [
1862
1943
 
1863
1944
  [[package]]
1864
1945
  name = "generic-array"
1865
- version = "0.14.7"
1946
+ version = "0.14.9"
1866
1947
  source = "registry+https://github.com/rust-lang/crates.io-index"
1867
- checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1948
+ checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1868
1949
  dependencies = [
1869
1950
  "typenum",
1870
1951
  "version_check",
@@ -1889,35 +1970,35 @@ dependencies = [
1889
1970
  "cfg-if",
1890
1971
  "js-sys",
1891
1972
  "libc",
1892
- "wasi 0.11.1+wasi-snapshot-preview1",
1973
+ "wasi",
1893
1974
  "wasm-bindgen",
1894
1975
  ]
1895
1976
 
1896
1977
  [[package]]
1897
1978
  name = "getrandom"
1898
- version = "0.3.3"
1979
+ version = "0.3.4"
1899
1980
  source = "registry+https://github.com/rust-lang/crates.io-index"
1900
- checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1981
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1901
1982
  dependencies = [
1902
1983
  "cfg-if",
1903
1984
  "js-sys",
1904
1985
  "libc",
1905
1986
  "r-efi",
1906
- "wasi 0.14.2+wasi-0.2.4",
1987
+ "wasip2",
1907
1988
  "wasm-bindgen",
1908
1989
  ]
1909
1990
 
1910
1991
  [[package]]
1911
1992
  name = "gimli"
1912
- version = "0.31.1"
1993
+ version = "0.32.3"
1913
1994
  source = "registry+https://github.com/rust-lang/crates.io-index"
1914
- checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1995
+ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1915
1996
 
1916
1997
  [[package]]
1917
1998
  name = "glob"
1918
- version = "0.3.2"
1999
+ version = "0.3.3"
1919
2000
  source = "registry+https://github.com/rust-lang/crates.io-index"
1920
- checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2001
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1921
2002
 
1922
2003
  [[package]]
1923
2004
  name = "h2"
@@ -1931,7 +2012,7 @@ dependencies = [
1931
2012
  "futures-sink",
1932
2013
  "futures-util",
1933
2014
  "http 0.2.12",
1934
- "indexmap 2.10.0",
2015
+ "indexmap 2.12.0",
1935
2016
  "slab",
1936
2017
  "tokio",
1937
2018
  "tokio-util",
@@ -1950,7 +2031,7 @@ dependencies = [
1950
2031
  "futures-core",
1951
2032
  "futures-sink",
1952
2033
  "http 1.3.1",
1953
- "indexmap 2.10.0",
2034
+ "indexmap 2.12.0",
1954
2035
  "slab",
1955
2036
  "tokio",
1956
2037
  "tokio-util",
@@ -1959,13 +2040,14 @@ dependencies = [
1959
2040
 
1960
2041
  [[package]]
1961
2042
  name = "half"
1962
- version = "2.6.0"
2043
+ version = "2.7.1"
1963
2044
  source = "registry+https://github.com/rust-lang/crates.io-index"
1964
- checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
2045
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1965
2046
  dependencies = [
1966
2047
  "cfg-if",
1967
2048
  "crunchy",
1968
2049
  "num-traits",
2050
+ "zerocopy",
1969
2051
  ]
1970
2052
 
1971
2053
  [[package]]
@@ -1985,15 +2067,21 @@ dependencies = [
1985
2067
 
1986
2068
  [[package]]
1987
2069
  name = "hashbrown"
1988
- version = "0.15.4"
2070
+ version = "0.15.5"
1989
2071
  source = "registry+https://github.com/rust-lang/crates.io-index"
1990
- checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
2072
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1991
2073
  dependencies = [
1992
2074
  "allocator-api2",
1993
2075
  "equivalent",
1994
2076
  "foldhash",
1995
2077
  ]
1996
2078
 
2079
+ [[package]]
2080
+ name = "hashbrown"
2081
+ version = "0.16.0"
2082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2083
+ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
2084
+
1997
2085
  [[package]]
1998
2086
  name = "hashlink"
1999
2087
  version = "0.9.1"
@@ -2009,7 +2097,7 @@ version = "0.10.0"
2009
2097
  source = "registry+https://github.com/rust-lang/crates.io-index"
2010
2098
  checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2011
2099
  dependencies = [
2012
- "hashbrown 0.15.4",
2100
+ "hashbrown 0.15.5",
2013
2101
  ]
2014
2102
 
2015
2103
  [[package]]
@@ -2050,11 +2138,11 @@ dependencies = [
2050
2138
 
2051
2139
  [[package]]
2052
2140
  name = "home"
2053
- version = "0.5.11"
2141
+ version = "0.5.12"
2054
2142
  source = "registry+https://github.com/rust-lang/crates.io-index"
2055
- checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2143
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
2056
2144
  dependencies = [
2057
- "windows-sys 0.59.0",
2145
+ "windows-sys 0.61.2",
2058
2146
  ]
2059
2147
 
2060
2148
  [[package]]
@@ -2156,13 +2244,14 @@ dependencies = [
2156
2244
 
2157
2245
  [[package]]
2158
2246
  name = "hyper"
2159
- version = "1.6.0"
2247
+ version = "1.7.0"
2160
2248
  source = "registry+https://github.com/rust-lang/crates.io-index"
2161
- checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
2249
+ checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
2162
2250
  dependencies = [
2251
+ "atomic-waker",
2163
2252
  "bytes",
2164
2253
  "futures-channel",
2165
- "futures-util",
2254
+ "futures-core",
2166
2255
  "h2 0.4.12",
2167
2256
  "http 1.3.1",
2168
2257
  "http-body 1.0.1",
@@ -2170,6 +2259,7 @@ dependencies = [
2170
2259
  "httpdate",
2171
2260
  "itoa",
2172
2261
  "pin-project-lite",
2262
+ "pin-utils",
2173
2263
  "smallvec",
2174
2264
  "tokio",
2175
2265
  "want",
@@ -2198,14 +2288,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2198
2288
  checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2199
2289
  dependencies = [
2200
2290
  "http 1.3.1",
2201
- "hyper 1.6.0",
2291
+ "hyper 1.7.0",
2202
2292
  "hyper-util",
2203
- "rustls 0.23.31",
2293
+ "rustls 0.23.34",
2204
2294
  "rustls-pki-types",
2205
2295
  "tokio",
2206
- "tokio-rustls 0.26.2",
2296
+ "tokio-rustls 0.26.4",
2207
2297
  "tower-service",
2208
- "webpki-roots 1.0.2",
2298
+ "webpki-roots 1.0.3",
2209
2299
  ]
2210
2300
 
2211
2301
  [[package]]
@@ -2222,9 +2312,9 @@ dependencies = [
2222
2312
 
2223
2313
  [[package]]
2224
2314
  name = "hyper-util"
2225
- version = "0.1.16"
2315
+ version = "0.1.17"
2226
2316
  source = "registry+https://github.com/rust-lang/crates.io-index"
2227
- checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
2317
+ checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
2228
2318
  dependencies = [
2229
2319
  "base64 0.22.1",
2230
2320
  "bytes",
@@ -2233,12 +2323,12 @@ dependencies = [
2233
2323
  "futures-util",
2234
2324
  "http 1.3.1",
2235
2325
  "http-body 1.0.1",
2236
- "hyper 1.6.0",
2326
+ "hyper 1.7.0",
2237
2327
  "ipnet",
2238
2328
  "libc",
2239
2329
  "percent-encoding",
2240
2330
  "pin-project-lite",
2241
- "socket2 0.6.0",
2331
+ "socket2 0.6.1",
2242
2332
  "tokio",
2243
2333
  "tower-service",
2244
2334
  "tracing",
@@ -2246,9 +2336,9 @@ dependencies = [
2246
2336
 
2247
2337
  [[package]]
2248
2338
  name = "iana-time-zone"
2249
- version = "0.1.63"
2339
+ version = "0.1.64"
2250
2340
  source = "registry+https://github.com/rust-lang/crates.io-index"
2251
- checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2341
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2252
2342
  dependencies = [
2253
2343
  "android_system_properties",
2254
2344
  "core-foundation-sys",
@@ -2362,9 +2452,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2362
2452
 
2363
2453
  [[package]]
2364
2454
  name = "idna"
2365
- version = "1.0.3"
2455
+ version = "1.1.0"
2366
2456
  source = "registry+https://github.com/rust-lang/crates.io-index"
2367
- checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2457
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2368
2458
  dependencies = [
2369
2459
  "idna_adapter",
2370
2460
  "smallvec",
@@ -2406,20 +2496,24 @@ dependencies = [
2406
2496
 
2407
2497
  [[package]]
2408
2498
  name = "indexmap"
2409
- version = "2.10.0"
2499
+ version = "2.12.0"
2410
2500
  source = "registry+https://github.com/rust-lang/crates.io-index"
2411
- checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
2501
+ checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
2412
2502
  dependencies = [
2413
2503
  "equivalent",
2414
- "hashbrown 0.15.4",
2504
+ "hashbrown 0.16.0",
2415
2505
  "serde",
2506
+ "serde_core",
2416
2507
  ]
2417
2508
 
2418
2509
  [[package]]
2419
2510
  name = "indoc"
2420
- version = "2.0.6"
2511
+ version = "2.0.7"
2421
2512
  source = "registry+https://github.com/rust-lang/crates.io-index"
2422
- checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2513
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
2514
+ dependencies = [
2515
+ "rustversion",
2516
+ ]
2423
2517
 
2424
2518
  [[package]]
2425
2519
  name = "instant"
@@ -2436,17 +2530,6 @@ version = "3.0.4"
2436
2530
  source = "registry+https://github.com/rust-lang/crates.io-index"
2437
2531
  checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
2438
2532
 
2439
- [[package]]
2440
- name = "io-uring"
2441
- version = "0.7.9"
2442
- source = "registry+https://github.com/rust-lang/crates.io-index"
2443
- checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
2444
- dependencies = [
2445
- "bitflags",
2446
- "cfg-if",
2447
- "libc",
2448
- ]
2449
-
2450
2533
  [[package]]
2451
2534
  name = "ipnet"
2452
2535
  version = "2.11.0"
@@ -2463,40 +2546,20 @@ dependencies = [
2463
2546
  "serde",
2464
2547
  ]
2465
2548
 
2466
- [[package]]
2467
- name = "is-terminal"
2468
- version = "0.4.16"
2469
- source = "registry+https://github.com/rust-lang/crates.io-index"
2470
- checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
2471
- dependencies = [
2472
- "hermit-abi",
2473
- "libc",
2474
- "windows-sys 0.59.0",
2475
- ]
2476
-
2477
2549
  [[package]]
2478
2550
  name = "itertools"
2479
- version = "0.10.5"
2480
- source = "registry+https://github.com/rust-lang/crates.io-index"
2481
- checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2482
- dependencies = [
2483
- "either",
2484
- ]
2485
-
2486
- [[package]]
2487
- name = "itertools"
2488
- version = "0.12.1"
2551
+ version = "0.13.0"
2489
2552
  source = "registry+https://github.com/rust-lang/crates.io-index"
2490
- checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2553
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2491
2554
  dependencies = [
2492
2555
  "either",
2493
2556
  ]
2494
2557
 
2495
2558
  [[package]]
2496
2559
  name = "itertools"
2497
- version = "0.13.0"
2560
+ version = "0.14.0"
2498
2561
  source = "registry+https://github.com/rust-lang/crates.io-index"
2499
- checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2562
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2500
2563
  dependencies = [
2501
2564
  "either",
2502
2565
  ]
@@ -2509,19 +2572,19 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2509
2572
 
2510
2573
  [[package]]
2511
2574
  name = "jobserver"
2512
- version = "0.1.33"
2575
+ version = "0.1.34"
2513
2576
  source = "registry+https://github.com/rust-lang/crates.io-index"
2514
- checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2577
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2515
2578
  dependencies = [
2516
- "getrandom 0.3.3",
2579
+ "getrandom 0.3.4",
2517
2580
  "libc",
2518
2581
  ]
2519
2582
 
2520
2583
  [[package]]
2521
2584
  name = "js-sys"
2522
- version = "0.3.77"
2585
+ version = "0.3.81"
2523
2586
  source = "registry+https://github.com/rust-lang/crates.io-index"
2524
- checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2587
+ checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2525
2588
  dependencies = [
2526
2589
  "once_cell",
2527
2590
  "wasm-bindgen",
@@ -2599,7 +2662,7 @@ dependencies = [
2599
2662
  "pin-project",
2600
2663
  "rustls 0.21.12",
2601
2664
  "rustls-pemfile 1.0.4",
2602
- "secrecy",
2665
+ "secrecy 0.8.0",
2603
2666
  "serde",
2604
2667
  "serde_json",
2605
2668
  "serde_yaml",
@@ -2642,17 +2705,11 @@ dependencies = [
2642
2705
  "spin 0.9.8",
2643
2706
  ]
2644
2707
 
2645
- [[package]]
2646
- name = "lazycell"
2647
- version = "1.3.0"
2648
- source = "registry+https://github.com/rust-lang/crates.io-index"
2649
- checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2650
-
2651
2708
  [[package]]
2652
2709
  name = "lexical-core"
2653
- version = "1.0.5"
2710
+ version = "1.0.6"
2654
2711
  source = "registry+https://github.com/rust-lang/crates.io-index"
2655
- checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958"
2712
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
2656
2713
  dependencies = [
2657
2714
  "lexical-parse-float",
2658
2715
  "lexical-parse-integer",
@@ -2663,69 +2720,62 @@ dependencies = [
2663
2720
 
2664
2721
  [[package]]
2665
2722
  name = "lexical-parse-float"
2666
- version = "1.0.5"
2723
+ version = "1.0.6"
2667
2724
  source = "registry+https://github.com/rust-lang/crates.io-index"
2668
- checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2"
2725
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
2669
2726
  dependencies = [
2670
2727
  "lexical-parse-integer",
2671
2728
  "lexical-util",
2672
- "static_assertions",
2673
2729
  ]
2674
2730
 
2675
2731
  [[package]]
2676
2732
  name = "lexical-parse-integer"
2677
- version = "1.0.5"
2733
+ version = "1.0.6"
2678
2734
  source = "registry+https://github.com/rust-lang/crates.io-index"
2679
- checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e"
2735
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
2680
2736
  dependencies = [
2681
2737
  "lexical-util",
2682
- "static_assertions",
2683
2738
  ]
2684
2739
 
2685
2740
  [[package]]
2686
2741
  name = "lexical-util"
2687
- version = "1.0.6"
2742
+ version = "1.0.7"
2688
2743
  source = "registry+https://github.com/rust-lang/crates.io-index"
2689
- checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3"
2690
- dependencies = [
2691
- "static_assertions",
2692
- ]
2744
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
2693
2745
 
2694
2746
  [[package]]
2695
2747
  name = "lexical-write-float"
2696
- version = "1.0.5"
2748
+ version = "1.0.6"
2697
2749
  source = "registry+https://github.com/rust-lang/crates.io-index"
2698
- checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd"
2750
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
2699
2751
  dependencies = [
2700
2752
  "lexical-util",
2701
2753
  "lexical-write-integer",
2702
- "static_assertions",
2703
2754
  ]
2704
2755
 
2705
2756
  [[package]]
2706
2757
  name = "lexical-write-integer"
2707
- version = "1.0.5"
2758
+ version = "1.0.6"
2708
2759
  source = "registry+https://github.com/rust-lang/crates.io-index"
2709
- checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978"
2760
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
2710
2761
  dependencies = [
2711
2762
  "lexical-util",
2712
- "static_assertions",
2713
2763
  ]
2714
2764
 
2715
2765
  [[package]]
2716
2766
  name = "libc"
2717
- version = "0.2.174"
2767
+ version = "0.2.177"
2718
2768
  source = "registry+https://github.com/rust-lang/crates.io-index"
2719
- checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2769
+ checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2720
2770
 
2721
2771
  [[package]]
2722
2772
  name = "libloading"
2723
- version = "0.8.8"
2773
+ version = "0.8.9"
2724
2774
  source = "registry+https://github.com/rust-lang/crates.io-index"
2725
- checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
2775
+ checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
2726
2776
  dependencies = [
2727
2777
  "cfg-if",
2728
- "windows-targets 0.53.3",
2778
+ "windows-link",
2729
2779
  ]
2730
2780
 
2731
2781
  [[package]]
@@ -2734,6 +2784,17 @@ version = "0.2.15"
2734
2784
  source = "registry+https://github.com/rust-lang/crates.io-index"
2735
2785
  checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2736
2786
 
2787
+ [[package]]
2788
+ name = "libredox"
2789
+ version = "0.1.10"
2790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2791
+ checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2792
+ dependencies = [
2793
+ "bitflags",
2794
+ "libc",
2795
+ "redox_syscall",
2796
+ ]
2797
+
2737
2798
  [[package]]
2738
2799
  name = "libsqlite3-sys"
2739
2800
  version = "0.30.1"
@@ -2747,19 +2808,13 @@ dependencies = [
2747
2808
 
2748
2809
  [[package]]
2749
2810
  name = "libz-rs-sys"
2750
- version = "0.5.1"
2811
+ version = "0.5.2"
2751
2812
  source = "registry+https://github.com/rust-lang/crates.io-index"
2752
- checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221"
2813
+ checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
2753
2814
  dependencies = [
2754
2815
  "zlib-rs",
2755
2816
  ]
2756
2817
 
2757
- [[package]]
2758
- name = "linux-raw-sys"
2759
- version = "0.4.15"
2760
- source = "registry+https://github.com/rust-lang/crates.io-index"
2761
- checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2762
-
2763
2818
  [[package]]
2764
2819
  name = "litemap"
2765
2820
  version = "0.8.0"
@@ -2785,19 +2840,18 @@ checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2785
2840
 
2786
2841
  [[package]]
2787
2842
  name = "lock_api"
2788
- version = "0.4.13"
2843
+ version = "0.4.14"
2789
2844
  source = "registry+https://github.com/rust-lang/crates.io-index"
2790
- checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2845
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2791
2846
  dependencies = [
2792
- "autocfg",
2793
2847
  "scopeguard",
2794
2848
  ]
2795
2849
 
2796
2850
  [[package]]
2797
2851
  name = "log"
2798
- version = "0.4.27"
2852
+ version = "0.4.28"
2799
2853
  source = "registry+https://github.com/rust-lang/crates.io-index"
2800
- checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2854
+ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2801
2855
 
2802
2856
  [[package]]
2803
2857
  name = "lru-slab"
@@ -2816,11 +2870,11 @@ dependencies = [
2816
2870
 
2817
2871
  [[package]]
2818
2872
  name = "matchers"
2819
- version = "0.1.0"
2873
+ version = "0.2.0"
2820
2874
  source = "registry+https://github.com/rust-lang/crates.io-index"
2821
- checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2875
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2822
2876
  dependencies = [
2823
- "regex-automata 0.1.10",
2877
+ "regex-automata",
2824
2878
  ]
2825
2879
 
2826
2880
  [[package]]
@@ -2835,9 +2889,9 @@ dependencies = [
2835
2889
 
2836
2890
  [[package]]
2837
2891
  name = "memchr"
2838
- version = "2.7.5"
2892
+ version = "2.7.6"
2839
2893
  source = "registry+https://github.com/rust-lang/crates.io-index"
2840
- checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2894
+ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2841
2895
 
2842
2896
  [[package]]
2843
2897
  name = "memoffset"
@@ -2877,18 +2931,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2877
2931
  checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2878
2932
  dependencies = [
2879
2933
  "adler2",
2934
+ "simd-adler32",
2880
2935
  ]
2881
2936
 
2882
2937
  [[package]]
2883
2938
  name = "mio"
2884
- version = "1.0.4"
2939
+ version = "1.1.0"
2885
2940
  source = "registry+https://github.com/rust-lang/crates.io-index"
2886
- checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2941
+ checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2887
2942
  dependencies = [
2888
2943
  "libc",
2889
2944
  "log",
2890
- "wasi 0.11.1+wasi-snapshot-preview1",
2891
- "windows-sys 0.59.0",
2945
+ "wasi",
2946
+ "windows-sys 0.61.2",
2892
2947
  ]
2893
2948
 
2894
2949
  [[package]]
@@ -2918,26 +2973,11 @@ dependencies = [
2918
2973
 
2919
2974
  [[package]]
2920
2975
  name = "nu-ansi-term"
2921
- version = "0.46.0"
2976
+ version = "0.50.3"
2922
2977
  source = "registry+https://github.com/rust-lang/crates.io-index"
2923
- checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2978
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2924
2979
  dependencies = [
2925
- "overload",
2926
- "winapi",
2927
- ]
2928
-
2929
- [[package]]
2930
- name = "num"
2931
- version = "0.4.3"
2932
- source = "registry+https://github.com/rust-lang/crates.io-index"
2933
- checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2934
- dependencies = [
2935
- "num-bigint",
2936
- "num-complex",
2937
- "num-integer",
2938
- "num-iter",
2939
- "num-rational",
2940
- "num-traits",
2980
+ "windows-sys 0.61.2",
2941
2981
  ]
2942
2982
 
2943
2983
  [[package]]
@@ -2990,7 +3030,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2990
3030
  dependencies = [
2991
3031
  "proc-macro2",
2992
3032
  "quote",
2993
- "syn 2.0.104",
3033
+ "syn",
2994
3034
  ]
2995
3035
 
2996
3036
  [[package]]
@@ -3013,17 +3053,6 @@ dependencies = [
3013
3053
  "num-traits",
3014
3054
  ]
3015
3055
 
3016
- [[package]]
3017
- name = "num-rational"
3018
- version = "0.4.2"
3019
- source = "registry+https://github.com/rust-lang/crates.io-index"
3020
- checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3021
- dependencies = [
3022
- "num-bigint",
3023
- "num-integer",
3024
- "num-traits",
3025
- ]
3026
-
3027
3056
  [[package]]
3028
3057
  name = "num-traits"
3029
3058
  version = "0.2.19"
@@ -3046,18 +3075,18 @@ dependencies = [
3046
3075
 
3047
3076
  [[package]]
3048
3077
  name = "object"
3049
- version = "0.36.7"
3078
+ version = "0.37.3"
3050
3079
  source = "registry+https://github.com/rust-lang/crates.io-index"
3051
- checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3080
+ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3052
3081
  dependencies = [
3053
3082
  "memchr",
3054
3083
  ]
3055
3084
 
3056
3085
  [[package]]
3057
3086
  name = "oid-registry"
3058
- version = "0.6.1"
3087
+ version = "0.8.1"
3059
3088
  source = "registry+https://github.com/rust-lang/crates.io-index"
3060
- checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
3089
+ checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
3061
3090
  dependencies = [
3062
3091
  "asn1-rs",
3063
3092
  ]
@@ -3209,17 +3238,11 @@ dependencies = [
3209
3238
  "hashbrown 0.14.5",
3210
3239
  ]
3211
3240
 
3212
- [[package]]
3213
- name = "overload"
3214
- version = "0.1.1"
3215
- source = "registry+https://github.com/rust-lang/crates.io-index"
3216
- checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
3217
-
3218
3241
  [[package]]
3219
3242
  name = "owo-colors"
3220
- version = "4.2.2"
3243
+ version = "4.2.3"
3221
3244
  source = "registry+https://github.com/rust-lang/crates.io-index"
3222
- checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e"
3245
+ checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
3223
3246
 
3224
3247
  [[package]]
3225
3248
  name = "parking"
@@ -3229,9 +3252,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3229
3252
 
3230
3253
  [[package]]
3231
3254
  name = "parking_lot"
3232
- version = "0.12.4"
3255
+ version = "0.12.5"
3233
3256
  source = "registry+https://github.com/rust-lang/crates.io-index"
3234
- checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
3257
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3235
3258
  dependencies = [
3236
3259
  "lock_api",
3237
3260
  "parking_lot_core",
@@ -3239,22 +3262,22 @@ dependencies = [
3239
3262
 
3240
3263
  [[package]]
3241
3264
  name = "parking_lot_core"
3242
- version = "0.9.11"
3265
+ version = "0.9.12"
3243
3266
  source = "registry+https://github.com/rust-lang/crates.io-index"
3244
- checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
3267
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3245
3268
  dependencies = [
3246
3269
  "cfg-if",
3247
3270
  "libc",
3248
3271
  "redox_syscall",
3249
3272
  "smallvec",
3250
- "windows-targets 0.52.6",
3273
+ "windows-link",
3251
3274
  ]
3252
3275
 
3253
3276
  [[package]]
3254
3277
  name = "parquet"
3255
- version = "56.0.0"
3278
+ version = "57.0.0"
3256
3279
  source = "registry+https://github.com/rust-lang/crates.io-index"
3257
- checksum = "c7288a07ed5d25939a90f9cb1ca5afa6855faa08ec7700613511ae64bdb0620c"
3280
+ checksum = "7a0f31027ef1af7549f7cec603a9a21dce706d3f8d7c2060a68f43c1773be95a"
3258
3281
  dependencies = [
3259
3282
  "ahash",
3260
3283
  "arrow-array",
@@ -3270,10 +3293,11 @@ dependencies = [
3270
3293
  "chrono",
3271
3294
  "flate2",
3272
3295
  "half",
3273
- "hashbrown 0.15.4",
3296
+ "hashbrown 0.16.0",
3274
3297
  "lz4_flex",
3275
- "num",
3276
3298
  "num-bigint",
3299
+ "num-integer",
3300
+ "num-traits",
3277
3301
  "paste",
3278
3302
  "seq-macro",
3279
3303
  "simdutf8",
@@ -3297,12 +3321,12 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
3297
3321
 
3298
3322
  [[package]]
3299
3323
  name = "pem"
3300
- version = "3.0.5"
3324
+ version = "3.0.6"
3301
3325
  source = "registry+https://github.com/rust-lang/crates.io-index"
3302
- checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
3326
+ checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
3303
3327
  dependencies = [
3304
3328
  "base64 0.22.1",
3305
- "serde",
3329
+ "serde_core",
3306
3330
  ]
3307
3331
 
3308
3332
  [[package]]
@@ -3316,26 +3340,25 @@ dependencies = [
3316
3340
 
3317
3341
  [[package]]
3318
3342
  name = "percent-encoding"
3319
- version = "2.3.1"
3343
+ version = "2.3.2"
3320
3344
  source = "registry+https://github.com/rust-lang/crates.io-index"
3321
- checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3345
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3322
3346
 
3323
3347
  [[package]]
3324
3348
  name = "pest"
3325
- version = "2.8.1"
3349
+ version = "2.8.3"
3326
3350
  source = "registry+https://github.com/rust-lang/crates.io-index"
3327
- checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
3351
+ checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
3328
3352
  dependencies = [
3329
3353
  "memchr",
3330
- "thiserror 2.0.12",
3331
3354
  "ucd-trie",
3332
3355
  ]
3333
3356
 
3334
3357
  [[package]]
3335
3358
  name = "pest_derive"
3336
- version = "2.8.1"
3359
+ version = "2.8.3"
3337
3360
  source = "registry+https://github.com/rust-lang/crates.io-index"
3338
- checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc"
3361
+ checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
3339
3362
  dependencies = [
3340
3363
  "pest",
3341
3364
  "pest_generator",
@@ -3343,22 +3366,22 @@ dependencies = [
3343
3366
 
3344
3367
  [[package]]
3345
3368
  name = "pest_generator"
3346
- version = "2.8.1"
3369
+ version = "2.8.3"
3347
3370
  source = "registry+https://github.com/rust-lang/crates.io-index"
3348
- checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966"
3371
+ checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
3349
3372
  dependencies = [
3350
3373
  "pest",
3351
3374
  "pest_meta",
3352
3375
  "proc-macro2",
3353
3376
  "quote",
3354
- "syn 2.0.104",
3377
+ "syn",
3355
3378
  ]
3356
3379
 
3357
3380
  [[package]]
3358
3381
  name = "pest_meta"
3359
- version = "2.8.1"
3382
+ version = "2.8.3"
3360
3383
  source = "registry+https://github.com/rust-lang/crates.io-index"
3361
- checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5"
3384
+ checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
3362
3385
  dependencies = [
3363
3386
  "pest",
3364
3387
  "sha2",
@@ -3371,7 +3394,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3371
3394
  checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
3372
3395
  dependencies = [
3373
3396
  "fixedbitset",
3374
- "indexmap 2.10.0",
3397
+ "indexmap 2.12.0",
3398
+ ]
3399
+
3400
+ [[package]]
3401
+ name = "phf"
3402
+ version = "0.12.1"
3403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3404
+ checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
3405
+ dependencies = [
3406
+ "phf_shared",
3407
+ ]
3408
+
3409
+ [[package]]
3410
+ name = "phf_shared"
3411
+ version = "0.12.1"
3412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3413
+ checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
3414
+ dependencies = [
3415
+ "siphasher",
3375
3416
  ]
3376
3417
 
3377
3418
  [[package]]
@@ -3391,7 +3432,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3391
3432
  dependencies = [
3392
3433
  "proc-macro2",
3393
3434
  "quote",
3394
- "syn 2.0.104",
3435
+ "syn",
3395
3436
  ]
3396
3437
 
3397
3438
  [[package]]
@@ -3469,9 +3510,9 @@ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
3469
3510
 
3470
3511
  [[package]]
3471
3512
  name = "potential_utf"
3472
- version = "0.1.2"
3513
+ version = "0.1.3"
3473
3514
  source = "registry+https://github.com/rust-lang/crates.io-index"
3474
- checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
3515
+ checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
3475
3516
  dependencies = [
3476
3517
  "zerovec",
3477
3518
  ]
@@ -3493,19 +3534,19 @@ dependencies = [
3493
3534
 
3494
3535
  [[package]]
3495
3536
  name = "prettyplease"
3496
- version = "0.2.36"
3537
+ version = "0.2.37"
3497
3538
  source = "registry+https://github.com/rust-lang/crates.io-index"
3498
- checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
3539
+ checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3499
3540
  dependencies = [
3500
3541
  "proc-macro2",
3501
- "syn 2.0.104",
3542
+ "syn",
3502
3543
  ]
3503
3544
 
3504
3545
  [[package]]
3505
3546
  name = "proc-macro2"
3506
- version = "1.0.95"
3547
+ version = "1.0.103"
3507
3548
  source = "registry+https://github.com/rust-lang/crates.io-index"
3508
- checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
3549
+ checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
3509
3550
  dependencies = [
3510
3551
  "unicode-ident",
3511
3552
  ]
@@ -3587,7 +3628,7 @@ checksum = "cf103ba4062fbb1e8022d9ed9b9830fbab074b2db0a0496c78e45a62f4330bcd"
3587
3628
  dependencies = [
3588
3629
  "proc-macro2",
3589
3630
  "quote",
3590
- "syn 2.0.104",
3631
+ "syn",
3591
3632
  ]
3592
3633
 
3593
3634
  [[package]]
@@ -3619,7 +3660,7 @@ dependencies = [
3619
3660
  "proc-macro2",
3620
3661
  "pyo3-macros-backend",
3621
3662
  "quote",
3622
- "syn 2.0.104",
3663
+ "syn",
3623
3664
  ]
3624
3665
 
3625
3666
  [[package]]
@@ -3632,12 +3673,12 @@ dependencies = [
3632
3673
  "proc-macro2",
3633
3674
  "pyo3-build-config",
3634
3675
  "quote",
3635
- "syn 2.0.104",
3676
+ "syn",
3636
3677
  ]
3637
3678
 
3638
3679
  [[package]]
3639
3680
  name = "python-auditor"
3640
- version = "0.10.0"
3681
+ version = "0.10.1"
3641
3682
  dependencies = [
3642
3683
  "anyhow",
3643
3684
  "auditor",
@@ -3669,24 +3710,24 @@ checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
3669
3710
  dependencies = [
3670
3711
  "proc-macro2",
3671
3712
  "quote",
3672
- "syn 2.0.104",
3713
+ "syn",
3673
3714
  ]
3674
3715
 
3675
3716
  [[package]]
3676
3717
  name = "quinn"
3677
- version = "0.11.8"
3718
+ version = "0.11.9"
3678
3719
  source = "registry+https://github.com/rust-lang/crates.io-index"
3679
- checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
3720
+ checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3680
3721
  dependencies = [
3681
3722
  "bytes",
3682
3723
  "cfg_aliases",
3683
3724
  "pin-project-lite",
3684
3725
  "quinn-proto",
3685
3726
  "quinn-udp",
3686
- "rustc-hash 2.1.1",
3687
- "rustls 0.23.31",
3688
- "socket2 0.5.10",
3689
- "thiserror 2.0.12",
3727
+ "rustc-hash",
3728
+ "rustls 0.23.34",
3729
+ "socket2 0.6.1",
3730
+ "thiserror 2.0.17",
3690
3731
  "tokio",
3691
3732
  "tracing",
3692
3733
  "web-time",
@@ -3694,20 +3735,20 @@ dependencies = [
3694
3735
 
3695
3736
  [[package]]
3696
3737
  name = "quinn-proto"
3697
- version = "0.11.12"
3738
+ version = "0.11.13"
3698
3739
  source = "registry+https://github.com/rust-lang/crates.io-index"
3699
- checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
3740
+ checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
3700
3741
  dependencies = [
3701
3742
  "bytes",
3702
- "getrandom 0.3.3",
3743
+ "getrandom 0.3.4",
3703
3744
  "lru-slab",
3704
3745
  "rand 0.9.2",
3705
3746
  "ring",
3706
- "rustc-hash 2.1.1",
3707
- "rustls 0.23.31",
3747
+ "rustc-hash",
3748
+ "rustls 0.23.34",
3708
3749
  "rustls-pki-types",
3709
3750
  "slab",
3710
- "thiserror 2.0.12",
3751
+ "thiserror 2.0.17",
3711
3752
  "tinyvec",
3712
3753
  "tracing",
3713
3754
  "web-time",
@@ -3715,23 +3756,23 @@ dependencies = [
3715
3756
 
3716
3757
  [[package]]
3717
3758
  name = "quinn-udp"
3718
- version = "0.5.13"
3759
+ version = "0.5.14"
3719
3760
  source = "registry+https://github.com/rust-lang/crates.io-index"
3720
- checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
3761
+ checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3721
3762
  dependencies = [
3722
3763
  "cfg_aliases",
3723
3764
  "libc",
3724
3765
  "once_cell",
3725
- "socket2 0.5.10",
3766
+ "socket2 0.6.1",
3726
3767
  "tracing",
3727
- "windows-sys 0.59.0",
3768
+ "windows-sys 0.60.2",
3728
3769
  ]
3729
3770
 
3730
3771
  [[package]]
3731
3772
  name = "quote"
3732
- version = "1.0.40"
3773
+ version = "1.0.41"
3733
3774
  source = "registry+https://github.com/rust-lang/crates.io-index"
3734
- checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
3775
+ checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
3735
3776
  dependencies = [
3736
3777
  "proc-macro2",
3737
3778
  ]
@@ -3798,24 +3839,24 @@ version = "0.9.3"
3798
3839
  source = "registry+https://github.com/rust-lang/crates.io-index"
3799
3840
  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3800
3841
  dependencies = [
3801
- "getrandom 0.3.3",
3842
+ "getrandom 0.3.4",
3802
3843
  ]
3803
3844
 
3804
3845
  [[package]]
3805
3846
  name = "rand_distr"
3806
- version = "0.4.3"
3847
+ version = "0.5.1"
3807
3848
  source = "registry+https://github.com/rust-lang/crates.io-index"
3808
- checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
3849
+ checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
3809
3850
  dependencies = [
3810
3851
  "num-traits",
3811
- "rand 0.8.5",
3852
+ "rand 0.9.2",
3812
3853
  ]
3813
3854
 
3814
3855
  [[package]]
3815
3856
  name = "rayon"
3816
- version = "1.10.0"
3857
+ version = "1.11.0"
3817
3858
  source = "registry+https://github.com/rust-lang/crates.io-index"
3818
- checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
3859
+ checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
3819
3860
  dependencies = [
3820
3861
  "either",
3821
3862
  "rayon-core",
@@ -3823,9 +3864,9 @@ dependencies = [
3823
3864
 
3824
3865
  [[package]]
3825
3866
  name = "rayon-core"
3826
- version = "1.12.1"
3867
+ version = "1.13.0"
3827
3868
  source = "registry+https://github.com/rust-lang/crates.io-index"
3828
- checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
3869
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
3829
3870
  dependencies = [
3830
3871
  "crossbeam-deque",
3831
3872
  "crossbeam-utils",
@@ -3833,88 +3874,73 @@ dependencies = [
3833
3874
 
3834
3875
  [[package]]
3835
3876
  name = "redox_syscall"
3836
- version = "0.5.17"
3877
+ version = "0.5.18"
3837
3878
  source = "registry+https://github.com/rust-lang/crates.io-index"
3838
- checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
3879
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3839
3880
  dependencies = [
3840
3881
  "bitflags",
3841
3882
  ]
3842
3883
 
3843
3884
  [[package]]
3844
3885
  name = "ref-cast"
3845
- version = "1.0.24"
3886
+ version = "1.0.25"
3846
3887
  source = "registry+https://github.com/rust-lang/crates.io-index"
3847
- checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
3888
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3848
3889
  dependencies = [
3849
3890
  "ref-cast-impl",
3850
3891
  ]
3851
3892
 
3852
3893
  [[package]]
3853
3894
  name = "ref-cast-impl"
3854
- version = "1.0.24"
3895
+ version = "1.0.25"
3855
3896
  source = "registry+https://github.com/rust-lang/crates.io-index"
3856
- checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
3897
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3857
3898
  dependencies = [
3858
3899
  "proc-macro2",
3859
3900
  "quote",
3860
- "syn 2.0.104",
3901
+ "syn",
3861
3902
  ]
3862
3903
 
3863
3904
  [[package]]
3864
3905
  name = "regex"
3865
- version = "1.11.1"
3906
+ version = "1.12.2"
3866
3907
  source = "registry+https://github.com/rust-lang/crates.io-index"
3867
- checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3908
+ checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3868
3909
  dependencies = [
3869
3910
  "aho-corasick",
3870
3911
  "memchr",
3871
- "regex-automata 0.4.9",
3872
- "regex-syntax 0.8.5",
3912
+ "regex-automata",
3913
+ "regex-syntax",
3873
3914
  ]
3874
3915
 
3875
3916
  [[package]]
3876
3917
  name = "regex-automata"
3877
- version = "0.1.10"
3878
- source = "registry+https://github.com/rust-lang/crates.io-index"
3879
- checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
3880
- dependencies = [
3881
- "regex-syntax 0.6.29",
3882
- ]
3883
-
3884
- [[package]]
3885
- name = "regex-automata"
3886
- version = "0.4.9"
3918
+ version = "0.4.13"
3887
3919
  source = "registry+https://github.com/rust-lang/crates.io-index"
3888
- checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3920
+ checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3889
3921
  dependencies = [
3890
3922
  "aho-corasick",
3891
3923
  "memchr",
3892
- "regex-syntax 0.8.5",
3924
+ "regex-syntax",
3893
3925
  ]
3894
3926
 
3895
3927
  [[package]]
3896
3928
  name = "regex-lite"
3897
- version = "0.1.6"
3929
+ version = "0.1.8"
3898
3930
  source = "registry+https://github.com/rust-lang/crates.io-index"
3899
- checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
3931
+ checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
3900
3932
 
3901
3933
  [[package]]
3902
3934
  name = "regex-syntax"
3903
- version = "0.6.29"
3904
- source = "registry+https://github.com/rust-lang/crates.io-index"
3905
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
3906
-
3907
- [[package]]
3908
- name = "regex-syntax"
3909
- version = "0.8.5"
3935
+ version = "0.8.8"
3910
3936
  source = "registry+https://github.com/rust-lang/crates.io-index"
3911
- checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3937
+ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3912
3938
 
3913
3939
  [[package]]
3914
3940
  name = "reqwest"
3915
- version = "0.12.22"
3941
+ version = "0.12.24"
3916
3942
  source = "registry+https://github.com/rust-lang/crates.io-index"
3917
- checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
3943
+ checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3918
3944
  dependencies = [
3919
3945
  "base64 0.22.1",
3920
3946
  "bytes",
@@ -3924,7 +3950,7 @@ dependencies = [
3924
3950
  "http 1.3.1",
3925
3951
  "http-body 1.0.1",
3926
3952
  "http-body-util",
3927
- "hyper 1.6.0",
3953
+ "hyper 1.7.0",
3928
3954
  "hyper-rustls 0.27.7",
3929
3955
  "hyper-util",
3930
3956
  "js-sys",
@@ -3932,14 +3958,14 @@ dependencies = [
3932
3958
  "percent-encoding",
3933
3959
  "pin-project-lite",
3934
3960
  "quinn",
3935
- "rustls 0.23.31",
3961
+ "rustls 0.23.34",
3936
3962
  "rustls-pki-types",
3937
3963
  "serde",
3938
3964
  "serde_json",
3939
3965
  "serde_urlencoded",
3940
3966
  "sync_wrapper",
3941
3967
  "tokio",
3942
- "tokio-rustls 0.26.2",
3968
+ "tokio-rustls 0.26.4",
3943
3969
  "tokio-util",
3944
3970
  "tower 0.5.2",
3945
3971
  "tower-http 0.6.6",
@@ -3949,14 +3975,14 @@ dependencies = [
3949
3975
  "wasm-bindgen-futures",
3950
3976
  "wasm-streams",
3951
3977
  "web-sys",
3952
- "webpki-roots 1.0.2",
3978
+ "webpki-roots 1.0.3",
3953
3979
  ]
3954
3980
 
3955
3981
  [[package]]
3956
3982
  name = "reqwest-streams"
3957
- version = "0.9.0"
3983
+ version = "0.12.0"
3958
3984
  source = "registry+https://github.com/rust-lang/crates.io-index"
3959
- checksum = "a7c5c3436b21f323e34b937f18b090a99c459b5065c710bee637645ebc703532"
3985
+ checksum = "3abcb780f3446325368204e87894b3b1c1c1b227d81f858f868c5f755716d5a6"
3960
3986
  dependencies = [
3961
3987
  "async-trait",
3962
3988
  "bytes",
@@ -3965,15 +3991,14 @@ dependencies = [
3965
3991
  "reqwest",
3966
3992
  "serde",
3967
3993
  "serde_json",
3968
- "tokio",
3969
3994
  "tokio-util",
3970
3995
  ]
3971
3996
 
3972
3997
  [[package]]
3973
3998
  name = "rhai"
3974
- version = "1.22.2"
3999
+ version = "1.23.4"
3975
4000
  source = "registry+https://github.com/rust-lang/crates.io-index"
3976
- checksum = "2780e813b755850e50b178931aaf94ed24f6817f46aaaf5d21c13c12d939a249"
4001
+ checksum = "527390cc333a8d2cd8237890e15c36518c26f8b54c903d86fc59f42f08d25594"
3977
4002
  dependencies = [
3978
4003
  "ahash",
3979
4004
  "bitflags",
@@ -3990,13 +4015,13 @@ dependencies = [
3990
4015
 
3991
4016
  [[package]]
3992
4017
  name = "rhai_codegen"
3993
- version = "2.2.0"
4018
+ version = "3.1.0"
3994
4019
  source = "registry+https://github.com/rust-lang/crates.io-index"
3995
- checksum = "a5a11a05ee1ce44058fa3d5961d05194fdbe3ad6b40f904af764d81b86450e6b"
4020
+ checksum = "d4322a2a4e8cf30771dd9f27f7f37ca9ac8fe812dddd811096a98483080dabe6"
3996
4021
  dependencies = [
3997
4022
  "proc-macro2",
3998
4023
  "quote",
3999
- "syn 2.0.104",
4024
+ "syn",
4000
4025
  ]
4001
4026
 
4002
4027
  [[package]]
@@ -4047,26 +4072,40 @@ dependencies = [
4047
4072
 
4048
4073
  [[package]]
4049
4074
  name = "rust-ini"
4050
- version = "0.21.2"
4075
+ version = "0.21.3"
4051
4076
  source = "registry+https://github.com/rust-lang/crates.io-index"
4052
- checksum = "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791"
4077
+ checksum = "796e8d2b6696392a43bea58116b667fb4c29727dc5abd27d6acf338bb4f688c7"
4053
4078
  dependencies = [
4054
4079
  "cfg-if",
4055
4080
  "ordered-multimap",
4056
4081
  ]
4057
4082
 
4083
+ [[package]]
4084
+ name = "rust_script"
4085
+ version = "0.1.0"
4086
+ dependencies = [
4087
+ "anyhow",
4088
+ "arrow",
4089
+ "arrow-array",
4090
+ "auditor",
4091
+ "chrono",
4092
+ "config",
4093
+ "parquet",
4094
+ "secrecy 0.10.3",
4095
+ "serde",
4096
+ "serde-aux",
4097
+ "serde_json",
4098
+ "sqlx",
4099
+ "thiserror 2.0.17",
4100
+ "tokio",
4101
+ ]
4102
+
4058
4103
  [[package]]
4059
4104
  name = "rustc-demangle"
4060
4105
  version = "0.1.26"
4061
4106
  source = "registry+https://github.com/rust-lang/crates.io-index"
4062
4107
  checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
4063
4108
 
4064
- [[package]]
4065
- name = "rustc-hash"
4066
- version = "1.1.0"
4067
- source = "registry+https://github.com/rust-lang/crates.io-index"
4068
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4069
-
4070
4109
  [[package]]
4071
4110
  name = "rustc-hash"
4072
4111
  version = "2.1.1"
@@ -4091,19 +4130,6 @@ dependencies = [
4091
4130
  "nom",
4092
4131
  ]
4093
4132
 
4094
- [[package]]
4095
- name = "rustix"
4096
- version = "0.38.44"
4097
- source = "registry+https://github.com/rust-lang/crates.io-index"
4098
- checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4099
- dependencies = [
4100
- "bitflags",
4101
- "errno",
4102
- "libc",
4103
- "linux-raw-sys",
4104
- "windows-sys 0.59.0",
4105
- ]
4106
-
4107
4133
  [[package]]
4108
4134
  name = "rustls"
4109
4135
  version = "0.21.12"
@@ -4118,16 +4144,16 @@ dependencies = [
4118
4144
 
4119
4145
  [[package]]
4120
4146
  name = "rustls"
4121
- version = "0.23.31"
4147
+ version = "0.23.34"
4122
4148
  source = "registry+https://github.com/rust-lang/crates.io-index"
4123
- checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
4149
+ checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
4124
4150
  dependencies = [
4125
4151
  "aws-lc-rs",
4126
4152
  "log",
4127
4153
  "once_cell",
4128
4154
  "ring",
4129
4155
  "rustls-pki-types",
4130
- "rustls-webpki 0.103.4",
4156
+ "rustls-webpki 0.103.7",
4131
4157
  "subtle",
4132
4158
  "zeroize",
4133
4159
  ]
@@ -4184,9 +4210,9 @@ dependencies = [
4184
4210
 
4185
4211
  [[package]]
4186
4212
  name = "rustls-webpki"
4187
- version = "0.103.4"
4213
+ version = "0.103.7"
4188
4214
  source = "registry+https://github.com/rust-lang/crates.io-index"
4189
- checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
4215
+ checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
4190
4216
  dependencies = [
4191
4217
  "aws-lc-rs",
4192
4218
  "ring",
@@ -4196,9 +4222,9 @@ dependencies = [
4196
4222
 
4197
4223
  [[package]]
4198
4224
  name = "rustversion"
4199
- version = "1.0.21"
4225
+ version = "1.0.22"
4200
4226
  source = "registry+https://github.com/rust-lang/crates.io-index"
4201
- checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
4227
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4202
4228
 
4203
4229
  [[package]]
4204
4230
  name = "ryu"
@@ -4217,11 +4243,11 @@ dependencies = [
4217
4243
 
4218
4244
  [[package]]
4219
4245
  name = "schannel"
4220
- version = "0.1.27"
4246
+ version = "0.1.28"
4221
4247
  source = "registry+https://github.com/rust-lang/crates.io-index"
4222
- checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
4248
+ checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4223
4249
  dependencies = [
4224
- "windows-sys 0.59.0",
4250
+ "windows-sys 0.61.2",
4225
4251
  ]
4226
4252
 
4227
4253
  [[package]]
@@ -4274,6 +4300,16 @@ dependencies = [
4274
4300
  "zeroize",
4275
4301
  ]
4276
4302
 
4303
+ [[package]]
4304
+ name = "secrecy"
4305
+ version = "0.10.3"
4306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4307
+ checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
4308
+ dependencies = [
4309
+ "serde",
4310
+ "zeroize",
4311
+ ]
4312
+
4277
4313
  [[package]]
4278
4314
  name = "security-framework"
4279
4315
  version = "2.11.1"
@@ -4289,9 +4325,9 @@ dependencies = [
4289
4325
 
4290
4326
  [[package]]
4291
4327
  name = "security-framework-sys"
4292
- version = "2.14.0"
4328
+ version = "2.15.0"
4293
4329
  source = "registry+https://github.com/rust-lang/crates.io-index"
4294
- checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
4330
+ checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4295
4331
  dependencies = [
4296
4332
  "core-foundation-sys",
4297
4333
  "libc",
@@ -4299,9 +4335,9 @@ dependencies = [
4299
4335
 
4300
4336
  [[package]]
4301
4337
  name = "semver"
4302
- version = "1.0.26"
4338
+ version = "1.0.27"
4303
4339
  source = "registry+https://github.com/rust-lang/crates.io-index"
4304
- checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
4340
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4305
4341
 
4306
4342
  [[package]]
4307
4343
  name = "seq-macro"
@@ -4311,10 +4347,11 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
4311
4347
 
4312
4348
  [[package]]
4313
4349
  name = "serde"
4314
- version = "1.0.219"
4350
+ version = "1.0.228"
4315
4351
  source = "registry+https://github.com/rust-lang/crates.io-index"
4316
- checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
4352
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4317
4353
  dependencies = [
4354
+ "serde_core",
4318
4355
  "serde_derive",
4319
4356
  ]
4320
4357
 
@@ -4330,6 +4367,18 @@ dependencies = [
4330
4367
  "serde_json",
4331
4368
  ]
4332
4369
 
4370
+ [[package]]
4371
+ name = "serde-untagged"
4372
+ version = "0.1.9"
4373
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4374
+ checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058"
4375
+ dependencies = [
4376
+ "erased-serde",
4377
+ "serde",
4378
+ "serde_core",
4379
+ "typeid",
4380
+ ]
4381
+
4333
4382
  [[package]]
4334
4383
  name = "serde-value"
4335
4384
  version = "0.7.0"
@@ -4340,49 +4389,59 @@ dependencies = [
4340
4389
  "serde",
4341
4390
  ]
4342
4391
 
4392
+ [[package]]
4393
+ name = "serde_core"
4394
+ version = "1.0.228"
4395
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4396
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4397
+ dependencies = [
4398
+ "serde_derive",
4399
+ ]
4400
+
4343
4401
  [[package]]
4344
4402
  name = "serde_derive"
4345
- version = "1.0.219"
4403
+ version = "1.0.228"
4346
4404
  source = "registry+https://github.com/rust-lang/crates.io-index"
4347
- checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
4405
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4348
4406
  dependencies = [
4349
4407
  "proc-macro2",
4350
4408
  "quote",
4351
- "syn 2.0.104",
4409
+ "syn",
4352
4410
  ]
4353
4411
 
4354
4412
  [[package]]
4355
4413
  name = "serde_json"
4356
- version = "1.0.142"
4414
+ version = "1.0.145"
4357
4415
  source = "registry+https://github.com/rust-lang/crates.io-index"
4358
- checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
4416
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4359
4417
  dependencies = [
4360
4418
  "itoa",
4361
4419
  "memchr",
4362
4420
  "ryu",
4363
4421
  "serde",
4422
+ "serde_core",
4364
4423
  ]
4365
4424
 
4366
4425
  [[package]]
4367
4426
  name = "serde_qs"
4368
- version = "0.13.0"
4427
+ version = "0.15.0"
4369
4428
  source = "registry+https://github.com/rust-lang/crates.io-index"
4370
- checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
4429
+ checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352"
4371
4430
  dependencies = [
4372
4431
  "actix-web",
4373
4432
  "futures",
4374
4433
  "percent-encoding",
4375
4434
  "serde",
4376
- "thiserror 1.0.69",
4435
+ "thiserror 2.0.17",
4377
4436
  ]
4378
4437
 
4379
4438
  [[package]]
4380
4439
  name = "serde_spanned"
4381
- version = "1.0.0"
4440
+ version = "1.0.3"
4382
4441
  source = "registry+https://github.com/rust-lang/crates.io-index"
4383
- checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
4442
+ checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
4384
4443
  dependencies = [
4385
- "serde",
4444
+ "serde_core",
4386
4445
  ]
4387
4446
 
4388
4447
  [[package]]
@@ -4399,19 +4458,18 @@ dependencies = [
4399
4458
 
4400
4459
  [[package]]
4401
4460
  name = "serde_with"
4402
- version = "3.14.0"
4461
+ version = "3.15.1"
4403
4462
  source = "registry+https://github.com/rust-lang/crates.io-index"
4404
- checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
4463
+ checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04"
4405
4464
  dependencies = [
4406
4465
  "base64 0.22.1",
4407
4466
  "chrono",
4408
4467
  "hex",
4409
4468
  "indexmap 1.9.3",
4410
- "indexmap 2.10.0",
4469
+ "indexmap 2.12.0",
4411
4470
  "schemars 0.9.0",
4412
4471
  "schemars 1.0.4",
4413
- "serde",
4414
- "serde_derive",
4472
+ "serde_core",
4415
4473
  "serde_json",
4416
4474
  "serde_with_macros",
4417
4475
  "time",
@@ -4419,14 +4477,14 @@ dependencies = [
4419
4477
 
4420
4478
  [[package]]
4421
4479
  name = "serde_with_macros"
4422
- version = "3.14.0"
4480
+ version = "3.15.1"
4423
4481
  source = "registry+https://github.com/rust-lang/crates.io-index"
4424
- checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
4482
+ checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955"
4425
4483
  dependencies = [
4426
- "darling",
4484
+ "darling 0.21.3",
4427
4485
  "proc-macro2",
4428
4486
  "quote",
4429
- "syn 2.0.104",
4487
+ "syn",
4430
4488
  ]
4431
4489
 
4432
4490
  [[package]]
@@ -4435,7 +4493,7 @@ version = "0.9.34+deprecated"
4435
4493
  source = "registry+https://github.com/rust-lang/crates.io-index"
4436
4494
  checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
4437
4495
  dependencies = [
4438
- "indexmap 2.10.0",
4496
+ "indexmap 2.12.0",
4439
4497
  "itoa",
4440
4498
  "ryu",
4441
4499
  "serde",
@@ -4504,17 +4562,29 @@ dependencies = [
4504
4562
  "rand_core 0.6.4",
4505
4563
  ]
4506
4564
 
4565
+ [[package]]
4566
+ name = "simd-adler32"
4567
+ version = "0.3.7"
4568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4569
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4570
+
4507
4571
  [[package]]
4508
4572
  name = "simdutf8"
4509
4573
  version = "0.1.5"
4510
4574
  source = "registry+https://github.com/rust-lang/crates.io-index"
4511
4575
  checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
4512
4576
 
4577
+ [[package]]
4578
+ name = "siphasher"
4579
+ version = "1.0.1"
4580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4581
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
4582
+
4513
4583
  [[package]]
4514
4584
  name = "slab"
4515
- version = "0.4.10"
4585
+ version = "0.4.11"
4516
4586
  source = "registry+https://github.com/rust-lang/crates.io-index"
4517
- checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
4587
+ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4518
4588
 
4519
4589
  [[package]]
4520
4590
  name = "smallvec"
@@ -4555,12 +4625,12 @@ dependencies = [
4555
4625
 
4556
4626
  [[package]]
4557
4627
  name = "socket2"
4558
- version = "0.6.0"
4628
+ version = "0.6.1"
4559
4629
  source = "registry+https://github.com/rust-lang/crates.io-index"
4560
- checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
4630
+ checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
4561
4631
  dependencies = [
4562
4632
  "libc",
4563
- "windows-sys 0.59.0",
4633
+ "windows-sys 0.60.2",
4564
4634
  ]
4565
4635
 
4566
4636
  [[package]]
@@ -4618,19 +4688,19 @@ dependencies = [
4618
4688
  "futures-intrusive",
4619
4689
  "futures-io",
4620
4690
  "futures-util",
4621
- "hashbrown 0.15.4",
4691
+ "hashbrown 0.15.5",
4622
4692
  "hashlink 0.10.0",
4623
- "indexmap 2.10.0",
4693
+ "indexmap 2.12.0",
4624
4694
  "log",
4625
4695
  "memchr",
4626
4696
  "once_cell",
4627
4697
  "percent-encoding",
4628
- "rustls 0.23.31",
4698
+ "rustls 0.23.34",
4629
4699
  "serde",
4630
4700
  "serde_json",
4631
4701
  "sha2",
4632
4702
  "smallvec",
4633
- "thiserror 2.0.12",
4703
+ "thiserror 2.0.17",
4634
4704
  "tokio",
4635
4705
  "tokio-stream",
4636
4706
  "tracing",
@@ -4649,7 +4719,7 @@ dependencies = [
4649
4719
  "quote",
4650
4720
  "sqlx-core",
4651
4721
  "sqlx-macros-core",
4652
- "syn 2.0.104",
4722
+ "syn",
4653
4723
  ]
4654
4724
 
4655
4725
  [[package]]
@@ -4672,7 +4742,7 @@ dependencies = [
4672
4742
  "sqlx-mysql",
4673
4743
  "sqlx-postgres",
4674
4744
  "sqlx-sqlite",
4675
- "syn 2.0.104",
4745
+ "syn",
4676
4746
  "tokio",
4677
4747
  "url",
4678
4748
  ]
@@ -4715,7 +4785,7 @@ dependencies = [
4715
4785
  "smallvec",
4716
4786
  "sqlx-core",
4717
4787
  "stringprep",
4718
- "thiserror 2.0.12",
4788
+ "thiserror 2.0.17",
4719
4789
  "tracing",
4720
4790
  "uuid",
4721
4791
  "whoami",
@@ -4754,7 +4824,7 @@ dependencies = [
4754
4824
  "smallvec",
4755
4825
  "sqlx-core",
4756
4826
  "stringprep",
4757
- "thiserror 2.0.12",
4827
+ "thiserror 2.0.17",
4758
4828
  "tracing",
4759
4829
  "uuid",
4760
4830
  "whoami",
@@ -4780,7 +4850,7 @@ dependencies = [
4780
4850
  "serde",
4781
4851
  "serde_urlencoded",
4782
4852
  "sqlx-core",
4783
- "thiserror 2.0.12",
4853
+ "thiserror 2.0.17",
4784
4854
  "tracing",
4785
4855
  "url",
4786
4856
  "uuid",
@@ -4788,9 +4858,9 @@ dependencies = [
4788
4858
 
4789
4859
  [[package]]
4790
4860
  name = "stable_deref_trait"
4791
- version = "1.2.0"
4861
+ version = "1.2.1"
4792
4862
  source = "registry+https://github.com/rust-lang/crates.io-index"
4793
- checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4863
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4794
4864
 
4795
4865
  [[package]]
4796
4866
  name = "static_assertions"
@@ -4816,27 +4886,37 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4816
4886
  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4817
4887
 
4818
4888
  [[package]]
4819
- name = "subtle"
4820
- version = "2.6.1"
4889
+ name = "strum"
4890
+ version = "0.27.2"
4821
4891
  source = "registry+https://github.com/rust-lang/crates.io-index"
4822
- checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4892
+ checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
4893
+ dependencies = [
4894
+ "strum_macros",
4895
+ ]
4823
4896
 
4824
4897
  [[package]]
4825
- name = "syn"
4826
- version = "1.0.109"
4898
+ name = "strum_macros"
4899
+ version = "0.27.2"
4827
4900
  source = "registry+https://github.com/rust-lang/crates.io-index"
4828
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4901
+ checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
4829
4902
  dependencies = [
4903
+ "heck",
4830
4904
  "proc-macro2",
4831
4905
  "quote",
4832
- "unicode-ident",
4906
+ "syn",
4833
4907
  ]
4834
4908
 
4909
+ [[package]]
4910
+ name = "subtle"
4911
+ version = "2.6.1"
4912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4913
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4914
+
4835
4915
  [[package]]
4836
4916
  name = "syn"
4837
- version = "2.0.104"
4917
+ version = "2.0.108"
4838
4918
  source = "registry+https://github.com/rust-lang/crates.io-index"
4839
- checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
4919
+ checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
4840
4920
  dependencies = [
4841
4921
  "proc-macro2",
4842
4922
  "quote",
@@ -4852,18 +4932,6 @@ dependencies = [
4852
4932
  "futures-core",
4853
4933
  ]
4854
4934
 
4855
- [[package]]
4856
- name = "synstructure"
4857
- version = "0.12.6"
4858
- source = "registry+https://github.com/rust-lang/crates.io-index"
4859
- checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
4860
- dependencies = [
4861
- "proc-macro2",
4862
- "quote",
4863
- "syn 1.0.109",
4864
- "unicode-xid",
4865
- ]
4866
-
4867
4935
  [[package]]
4868
4936
  name = "synstructure"
4869
4937
  version = "0.13.2"
@@ -4872,14 +4940,14 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4872
4940
  dependencies = [
4873
4941
  "proc-macro2",
4874
4942
  "quote",
4875
- "syn 2.0.104",
4943
+ "syn",
4876
4944
  ]
4877
4945
 
4878
4946
  [[package]]
4879
4947
  name = "target-lexicon"
4880
- version = "0.13.2"
4948
+ version = "0.13.3"
4881
4949
  source = "registry+https://github.com/rust-lang/crates.io-index"
4882
- checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
4950
+ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
4883
4951
 
4884
4952
  [[package]]
4885
4953
  name = "thin-vec"
@@ -4901,11 +4969,11 @@ dependencies = [
4901
4969
 
4902
4970
  [[package]]
4903
4971
  name = "thiserror"
4904
- version = "2.0.12"
4972
+ version = "2.0.17"
4905
4973
  source = "registry+https://github.com/rust-lang/crates.io-index"
4906
- checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4974
+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4907
4975
  dependencies = [
4908
- "thiserror-impl 2.0.12",
4976
+ "thiserror-impl 2.0.17",
4909
4977
  ]
4910
4978
 
4911
4979
  [[package]]
@@ -4916,18 +4984,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4916
4984
  dependencies = [
4917
4985
  "proc-macro2",
4918
4986
  "quote",
4919
- "syn 2.0.104",
4987
+ "syn",
4920
4988
  ]
4921
4989
 
4922
4990
  [[package]]
4923
4991
  name = "thiserror-impl"
4924
- version = "2.0.12"
4992
+ version = "2.0.17"
4925
4993
  source = "registry+https://github.com/rust-lang/crates.io-index"
4926
- checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4994
+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4927
4995
  dependencies = [
4928
4996
  "proc-macro2",
4929
4997
  "quote",
4930
- "syn 2.0.104",
4998
+ "syn",
4931
4999
  ]
4932
5000
 
4933
5001
  [[package]]
@@ -4952,9 +5020,9 @@ dependencies = [
4952
5020
 
4953
5021
  [[package]]
4954
5022
  name = "time"
4955
- version = "0.3.41"
5023
+ version = "0.3.44"
4956
5024
  source = "registry+https://github.com/rust-lang/crates.io-index"
4957
- checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
5025
+ checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4958
5026
  dependencies = [
4959
5027
  "deranged",
4960
5028
  "itoa",
@@ -4967,15 +5035,15 @@ dependencies = [
4967
5035
 
4968
5036
  [[package]]
4969
5037
  name = "time-core"
4970
- version = "0.1.4"
5038
+ version = "0.1.6"
4971
5039
  source = "registry+https://github.com/rust-lang/crates.io-index"
4972
- checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
5040
+ checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4973
5041
 
4974
5042
  [[package]]
4975
5043
  name = "time-macros"
4976
- version = "0.2.22"
5044
+ version = "0.2.24"
4977
5045
  source = "registry+https://github.com/rust-lang/crates.io-index"
4978
- checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
5046
+ checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4979
5047
  dependencies = [
4980
5048
  "num-conv",
4981
5049
  "time-core",
@@ -5012,9 +5080,9 @@ dependencies = [
5012
5080
 
5013
5081
  [[package]]
5014
5082
  name = "tinyvec"
5015
- version = "1.9.0"
5083
+ version = "1.10.0"
5016
5084
  source = "registry+https://github.com/rust-lang/crates.io-index"
5017
- checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
5085
+ checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5018
5086
  dependencies = [
5019
5087
  "tinyvec_macros",
5020
5088
  ]
@@ -5027,31 +5095,29 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5027
5095
 
5028
5096
  [[package]]
5029
5097
  name = "tokio"
5030
- version = "1.47.1"
5098
+ version = "1.48.0"
5031
5099
  source = "registry+https://github.com/rust-lang/crates.io-index"
5032
- checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
5100
+ checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
5033
5101
  dependencies = [
5034
- "backtrace",
5035
5102
  "bytes",
5036
- "io-uring",
5037
5103
  "libc",
5038
5104
  "mio",
5039
5105
  "parking_lot",
5040
5106
  "pin-project-lite",
5041
5107
  "signal-hook-registry",
5042
- "slab",
5043
- "socket2 0.6.0",
5108
+ "socket2 0.6.1",
5044
5109
  "tokio-macros",
5045
- "windows-sys 0.59.0",
5110
+ "windows-sys 0.61.2",
5046
5111
  ]
5047
5112
 
5048
5113
  [[package]]
5049
5114
  name = "tokio-cron-scheduler"
5050
- version = "0.14.0"
5115
+ version = "0.15.0"
5051
5116
  source = "registry+https://github.com/rust-lang/crates.io-index"
5052
- checksum = "5c71ce8f810abc9fabebccc30302a952f9e89c6cf246fafaf170fef164063141"
5117
+ checksum = "bb73c4033ddcbbf81fd828293fd41a0145cde2cbc30dd782227c5081a523214d"
5053
5118
  dependencies = [
5054
5119
  "chrono",
5120
+ "chrono-tz",
5055
5121
  "croner",
5056
5122
  "num-derive",
5057
5123
  "num-traits",
@@ -5072,13 +5138,13 @@ dependencies = [
5072
5138
 
5073
5139
  [[package]]
5074
5140
  name = "tokio-macros"
5075
- version = "2.5.0"
5141
+ version = "2.6.0"
5076
5142
  source = "registry+https://github.com/rust-lang/crates.io-index"
5077
- checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
5143
+ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
5078
5144
  dependencies = [
5079
5145
  "proc-macro2",
5080
5146
  "quote",
5081
- "syn 2.0.104",
5147
+ "syn",
5082
5148
  ]
5083
5149
 
5084
5150
  [[package]]
@@ -5093,11 +5159,11 @@ dependencies = [
5093
5159
 
5094
5160
  [[package]]
5095
5161
  name = "tokio-rustls"
5096
- version = "0.26.2"
5162
+ version = "0.26.4"
5097
5163
  source = "registry+https://github.com/rust-lang/crates.io-index"
5098
- checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
5164
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5099
5165
  dependencies = [
5100
- "rustls 0.23.31",
5166
+ "rustls 0.23.34",
5101
5167
  "tokio",
5102
5168
  ]
5103
5169
 
@@ -5127,11 +5193,11 @@ dependencies = [
5127
5193
 
5128
5194
  [[package]]
5129
5195
  name = "toml"
5130
- version = "0.9.5"
5196
+ version = "0.9.8"
5131
5197
  source = "registry+https://github.com/rust-lang/crates.io-index"
5132
- checksum = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8"
5198
+ checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
5133
5199
  dependencies = [
5134
- "serde",
5200
+ "serde_core",
5135
5201
  "serde_spanned",
5136
5202
  "toml_datetime",
5137
5203
  "toml_parser",
@@ -5140,18 +5206,18 @@ dependencies = [
5140
5206
 
5141
5207
  [[package]]
5142
5208
  name = "toml_datetime"
5143
- version = "0.7.0"
5209
+ version = "0.7.3"
5144
5210
  source = "registry+https://github.com/rust-lang/crates.io-index"
5145
- checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
5211
+ checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
5146
5212
  dependencies = [
5147
- "serde",
5213
+ "serde_core",
5148
5214
  ]
5149
5215
 
5150
5216
  [[package]]
5151
5217
  name = "toml_parser"
5152
- version = "1.0.2"
5218
+ version = "1.0.4"
5153
5219
  source = "registry+https://github.com/rust-lang/crates.io-index"
5154
- checksum = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10"
5220
+ checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
5155
5221
  dependencies = [
5156
5222
  "winnow",
5157
5223
  ]
@@ -5272,7 +5338,7 @@ checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5272
5338
  dependencies = [
5273
5339
  "proc-macro2",
5274
5340
  "quote",
5275
- "syn 2.0.104",
5341
+ "syn",
5276
5342
  ]
5277
5343
 
5278
5344
  [[package]]
@@ -5337,14 +5403,14 @@ dependencies = [
5337
5403
 
5338
5404
  [[package]]
5339
5405
  name = "tracing-subscriber"
5340
- version = "0.3.19"
5406
+ version = "0.3.20"
5341
5407
  source = "registry+https://github.com/rust-lang/crates.io-index"
5342
- checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
5408
+ checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
5343
5409
  dependencies = [
5344
5410
  "matchers",
5345
5411
  "nu-ansi-term",
5346
5412
  "once_cell",
5347
- "regex",
5413
+ "regex-automata",
5348
5414
  "sharded-slab",
5349
5415
  "smallvec",
5350
5416
  "thread_local",
@@ -5361,15 +5427,21 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5361
5427
 
5362
5428
  [[package]]
5363
5429
  name = "twox-hash"
5364
- version = "2.1.1"
5430
+ version = "2.1.2"
5431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5432
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
5433
+
5434
+ [[package]]
5435
+ name = "typeid"
5436
+ version = "1.0.3"
5365
5437
  source = "registry+https://github.com/rust-lang/crates.io-index"
5366
- checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
5438
+ checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5367
5439
 
5368
5440
  [[package]]
5369
5441
  name = "typenum"
5370
- version = "1.18.0"
5442
+ version = "1.19.0"
5371
5443
  source = "registry+https://github.com/rust-lang/crates.io-index"
5372
- checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
5444
+ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5373
5445
 
5374
5446
  [[package]]
5375
5447
  name = "ucd-trie"
@@ -5385,9 +5457,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
5385
5457
 
5386
5458
  [[package]]
5387
5459
  name = "unicode-ident"
5388
- version = "1.0.18"
5460
+ version = "1.0.20"
5389
5461
  source = "registry+https://github.com/rust-lang/crates.io-index"
5390
- checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
5462
+ checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
5391
5463
 
5392
5464
  [[package]]
5393
5465
  name = "unicode-normalization"
@@ -5436,9 +5508,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5436
5508
 
5437
5509
  [[package]]
5438
5510
  name = "url"
5439
- version = "2.5.4"
5511
+ version = "2.5.7"
5440
5512
  source = "registry+https://github.com/rust-lang/crates.io-index"
5441
- checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
5513
+ checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5442
5514
  dependencies = [
5443
5515
  "form_urlencoded",
5444
5516
  "idna",
@@ -5460,11 +5532,11 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5460
5532
 
5461
5533
  [[package]]
5462
5534
  name = "uuid"
5463
- version = "1.17.0"
5535
+ version = "1.18.1"
5464
5536
  source = "registry+https://github.com/rust-lang/crates.io-index"
5465
- checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
5537
+ checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
5466
5538
  dependencies = [
5467
- "getrandom 0.3.3",
5539
+ "getrandom 0.3.4",
5468
5540
  "js-sys",
5469
5541
  "wasm-bindgen",
5470
5542
  ]
@@ -5513,12 +5585,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5513
5585
  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5514
5586
 
5515
5587
  [[package]]
5516
- name = "wasi"
5517
- version = "0.14.2+wasi-0.2.4"
5588
+ name = "wasip2"
5589
+ version = "1.0.1+wasi-0.2.4"
5518
5590
  source = "registry+https://github.com/rust-lang/crates.io-index"
5519
- checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
5591
+ checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5520
5592
  dependencies = [
5521
- "wit-bindgen-rt",
5593
+ "wit-bindgen",
5522
5594
  ]
5523
5595
 
5524
5596
  [[package]]
@@ -5529,35 +5601,36 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
5529
5601
 
5530
5602
  [[package]]
5531
5603
  name = "wasm-bindgen"
5532
- version = "0.2.100"
5604
+ version = "0.2.104"
5533
5605
  source = "registry+https://github.com/rust-lang/crates.io-index"
5534
- checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
5606
+ checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5535
5607
  dependencies = [
5536
5608
  "cfg-if",
5537
5609
  "once_cell",
5538
5610
  "rustversion",
5539
5611
  "wasm-bindgen-macro",
5612
+ "wasm-bindgen-shared",
5540
5613
  ]
5541
5614
 
5542
5615
  [[package]]
5543
5616
  name = "wasm-bindgen-backend"
5544
- version = "0.2.100"
5617
+ version = "0.2.104"
5545
5618
  source = "registry+https://github.com/rust-lang/crates.io-index"
5546
- checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
5619
+ checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5547
5620
  dependencies = [
5548
5621
  "bumpalo",
5549
5622
  "log",
5550
5623
  "proc-macro2",
5551
5624
  "quote",
5552
- "syn 2.0.104",
5625
+ "syn",
5553
5626
  "wasm-bindgen-shared",
5554
5627
  ]
5555
5628
 
5556
5629
  [[package]]
5557
5630
  name = "wasm-bindgen-futures"
5558
- version = "0.4.50"
5631
+ version = "0.4.54"
5559
5632
  source = "registry+https://github.com/rust-lang/crates.io-index"
5560
- checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
5633
+ checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
5561
5634
  dependencies = [
5562
5635
  "cfg-if",
5563
5636
  "js-sys",
@@ -5568,9 +5641,9 @@ dependencies = [
5568
5641
 
5569
5642
  [[package]]
5570
5643
  name = "wasm-bindgen-macro"
5571
- version = "0.2.100"
5644
+ version = "0.2.104"
5572
5645
  source = "registry+https://github.com/rust-lang/crates.io-index"
5573
- checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
5646
+ checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5574
5647
  dependencies = [
5575
5648
  "quote",
5576
5649
  "wasm-bindgen-macro-support",
@@ -5578,31 +5651,31 @@ dependencies = [
5578
5651
 
5579
5652
  [[package]]
5580
5653
  name = "wasm-bindgen-macro-support"
5581
- version = "0.2.100"
5654
+ version = "0.2.104"
5582
5655
  source = "registry+https://github.com/rust-lang/crates.io-index"
5583
- checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
5656
+ checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5584
5657
  dependencies = [
5585
5658
  "proc-macro2",
5586
5659
  "quote",
5587
- "syn 2.0.104",
5660
+ "syn",
5588
5661
  "wasm-bindgen-backend",
5589
5662
  "wasm-bindgen-shared",
5590
5663
  ]
5591
5664
 
5592
5665
  [[package]]
5593
5666
  name = "wasm-bindgen-shared"
5594
- version = "0.2.100"
5667
+ version = "0.2.104"
5595
5668
  source = "registry+https://github.com/rust-lang/crates.io-index"
5596
- checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
5669
+ checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5597
5670
  dependencies = [
5598
5671
  "unicode-ident",
5599
5672
  ]
5600
5673
 
5601
5674
  [[package]]
5602
5675
  name = "wasm-bindgen-test"
5603
- version = "0.3.50"
5676
+ version = "0.3.54"
5604
5677
  source = "registry+https://github.com/rust-lang/crates.io-index"
5605
- checksum = "66c8d5e33ca3b6d9fa3b4676d774c5778031d27a578c2b007f905acf816152c3"
5678
+ checksum = "4e381134e148c1062f965a42ed1f5ee933eef2927c3f70d1812158f711d39865"
5606
5679
  dependencies = [
5607
5680
  "js-sys",
5608
5681
  "minicov",
@@ -5613,13 +5686,13 @@ dependencies = [
5613
5686
 
5614
5687
  [[package]]
5615
5688
  name = "wasm-bindgen-test-macro"
5616
- version = "0.3.50"
5689
+ version = "0.3.54"
5617
5690
  source = "registry+https://github.com/rust-lang/crates.io-index"
5618
- checksum = "17d5042cc5fa009658f9a7333ef24291b1291a25b6382dd68862a7f3b969f69b"
5691
+ checksum = "b673bca3298fe582aeef8352330ecbad91849f85090805582400850f8270a2e8"
5619
5692
  dependencies = [
5620
5693
  "proc-macro2",
5621
5694
  "quote",
5622
- "syn 2.0.104",
5695
+ "syn",
5623
5696
  ]
5624
5697
 
5625
5698
  [[package]]
@@ -5637,9 +5710,9 @@ dependencies = [
5637
5710
 
5638
5711
  [[package]]
5639
5712
  name = "web-sys"
5640
- version = "0.3.77"
5713
+ version = "0.3.81"
5641
5714
  source = "registry+https://github.com/rust-lang/crates.io-index"
5642
- checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
5715
+ checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5643
5716
  dependencies = [
5644
5717
  "js-sys",
5645
5718
  "wasm-bindgen",
@@ -5661,37 +5734,25 @@ version = "0.26.11"
5661
5734
  source = "registry+https://github.com/rust-lang/crates.io-index"
5662
5735
  checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
5663
5736
  dependencies = [
5664
- "webpki-roots 1.0.2",
5737
+ "webpki-roots 1.0.3",
5665
5738
  ]
5666
5739
 
5667
5740
  [[package]]
5668
5741
  name = "webpki-roots"
5669
- version = "1.0.2"
5742
+ version = "1.0.3"
5670
5743
  source = "registry+https://github.com/rust-lang/crates.io-index"
5671
- checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
5744
+ checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8"
5672
5745
  dependencies = [
5673
5746
  "rustls-pki-types",
5674
5747
  ]
5675
5748
 
5676
- [[package]]
5677
- name = "which"
5678
- version = "4.4.2"
5679
- source = "registry+https://github.com/rust-lang/crates.io-index"
5680
- checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
5681
- dependencies = [
5682
- "either",
5683
- "home",
5684
- "once_cell",
5685
- "rustix",
5686
- ]
5687
-
5688
5749
  [[package]]
5689
5750
  name = "whoami"
5690
- version = "1.6.0"
5751
+ version = "1.6.1"
5691
5752
  source = "registry+https://github.com/rust-lang/crates.io-index"
5692
- checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
5753
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
5693
5754
  dependencies = [
5694
- "redox_syscall",
5755
+ "libredox",
5695
5756
  "wasite",
5696
5757
  ]
5697
5758
 
@@ -5713,11 +5774,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5713
5774
 
5714
5775
  [[package]]
5715
5776
  name = "winapi-util"
5716
- version = "0.1.9"
5777
+ version = "0.1.11"
5717
5778
  source = "registry+https://github.com/rust-lang/crates.io-index"
5718
- checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
5779
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5719
5780
  dependencies = [
5720
- "windows-sys 0.59.0",
5781
+ "windows-sys 0.61.2",
5721
5782
  ]
5722
5783
 
5723
5784
  [[package]]
@@ -5728,9 +5789,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5728
5789
 
5729
5790
  [[package]]
5730
5791
  name = "windows-core"
5731
- version = "0.61.2"
5792
+ version = "0.62.2"
5732
5793
  source = "registry+https://github.com/rust-lang/crates.io-index"
5733
- checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5794
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5734
5795
  dependencies = [
5735
5796
  "windows-implement",
5736
5797
  "windows-interface",
@@ -5741,46 +5802,46 @@ dependencies = [
5741
5802
 
5742
5803
  [[package]]
5743
5804
  name = "windows-implement"
5744
- version = "0.60.0"
5805
+ version = "0.60.2"
5745
5806
  source = "registry+https://github.com/rust-lang/crates.io-index"
5746
- checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
5807
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5747
5808
  dependencies = [
5748
5809
  "proc-macro2",
5749
5810
  "quote",
5750
- "syn 2.0.104",
5811
+ "syn",
5751
5812
  ]
5752
5813
 
5753
5814
  [[package]]
5754
5815
  name = "windows-interface"
5755
- version = "0.59.1"
5816
+ version = "0.59.3"
5756
5817
  source = "registry+https://github.com/rust-lang/crates.io-index"
5757
- checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
5818
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5758
5819
  dependencies = [
5759
5820
  "proc-macro2",
5760
5821
  "quote",
5761
- "syn 2.0.104",
5822
+ "syn",
5762
5823
  ]
5763
5824
 
5764
5825
  [[package]]
5765
5826
  name = "windows-link"
5766
- version = "0.1.3"
5827
+ version = "0.2.1"
5767
5828
  source = "registry+https://github.com/rust-lang/crates.io-index"
5768
- checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5829
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5769
5830
 
5770
5831
  [[package]]
5771
5832
  name = "windows-result"
5772
- version = "0.3.4"
5833
+ version = "0.4.1"
5773
5834
  source = "registry+https://github.com/rust-lang/crates.io-index"
5774
- checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5835
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5775
5836
  dependencies = [
5776
5837
  "windows-link",
5777
5838
  ]
5778
5839
 
5779
5840
  [[package]]
5780
5841
  name = "windows-strings"
5781
- version = "0.4.2"
5842
+ version = "0.5.1"
5782
5843
  source = "registry+https://github.com/rust-lang/crates.io-index"
5783
- checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5844
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5784
5845
  dependencies = [
5785
5846
  "windows-link",
5786
5847
  ]
@@ -5805,20 +5866,20 @@ dependencies = [
5805
5866
 
5806
5867
  [[package]]
5807
5868
  name = "windows-sys"
5808
- version = "0.59.0"
5869
+ version = "0.60.2"
5809
5870
  source = "registry+https://github.com/rust-lang/crates.io-index"
5810
- checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5871
+ checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5811
5872
  dependencies = [
5812
- "windows-targets 0.52.6",
5873
+ "windows-targets 0.53.5",
5813
5874
  ]
5814
5875
 
5815
5876
  [[package]]
5816
5877
  name = "windows-sys"
5817
- version = "0.60.2"
5878
+ version = "0.61.2"
5818
5879
  source = "registry+https://github.com/rust-lang/crates.io-index"
5819
- checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5880
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5820
5881
  dependencies = [
5821
- "windows-targets 0.53.3",
5882
+ "windows-link",
5822
5883
  ]
5823
5884
 
5824
5885
  [[package]]
@@ -5854,19 +5915,19 @@ dependencies = [
5854
5915
 
5855
5916
  [[package]]
5856
5917
  name = "windows-targets"
5857
- version = "0.53.3"
5918
+ version = "0.53.5"
5858
5919
  source = "registry+https://github.com/rust-lang/crates.io-index"
5859
- checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
5920
+ checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5860
5921
  dependencies = [
5861
5922
  "windows-link",
5862
- "windows_aarch64_gnullvm 0.53.0",
5863
- "windows_aarch64_msvc 0.53.0",
5864
- "windows_i686_gnu 0.53.0",
5865
- "windows_i686_gnullvm 0.53.0",
5866
- "windows_i686_msvc 0.53.0",
5867
- "windows_x86_64_gnu 0.53.0",
5868
- "windows_x86_64_gnullvm 0.53.0",
5869
- "windows_x86_64_msvc 0.53.0",
5923
+ "windows_aarch64_gnullvm 0.53.1",
5924
+ "windows_aarch64_msvc 0.53.1",
5925
+ "windows_i686_gnu 0.53.1",
5926
+ "windows_i686_gnullvm 0.53.1",
5927
+ "windows_i686_msvc 0.53.1",
5928
+ "windows_x86_64_gnu 0.53.1",
5929
+ "windows_x86_64_gnullvm 0.53.1",
5930
+ "windows_x86_64_msvc 0.53.1",
5870
5931
  ]
5871
5932
 
5872
5933
  [[package]]
@@ -5883,9 +5944,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5883
5944
 
5884
5945
  [[package]]
5885
5946
  name = "windows_aarch64_gnullvm"
5886
- version = "0.53.0"
5947
+ version = "0.53.1"
5887
5948
  source = "registry+https://github.com/rust-lang/crates.io-index"
5888
- checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
5949
+ checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5889
5950
 
5890
5951
  [[package]]
5891
5952
  name = "windows_aarch64_msvc"
@@ -5901,9 +5962,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5901
5962
 
5902
5963
  [[package]]
5903
5964
  name = "windows_aarch64_msvc"
5904
- version = "0.53.0"
5965
+ version = "0.53.1"
5905
5966
  source = "registry+https://github.com/rust-lang/crates.io-index"
5906
- checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
5967
+ checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5907
5968
 
5908
5969
  [[package]]
5909
5970
  name = "windows_i686_gnu"
@@ -5919,9 +5980,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5919
5980
 
5920
5981
  [[package]]
5921
5982
  name = "windows_i686_gnu"
5922
- version = "0.53.0"
5983
+ version = "0.53.1"
5923
5984
  source = "registry+https://github.com/rust-lang/crates.io-index"
5924
- checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
5985
+ checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5925
5986
 
5926
5987
  [[package]]
5927
5988
  name = "windows_i686_gnullvm"
@@ -5931,9 +5992,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5931
5992
 
5932
5993
  [[package]]
5933
5994
  name = "windows_i686_gnullvm"
5934
- version = "0.53.0"
5995
+ version = "0.53.1"
5935
5996
  source = "registry+https://github.com/rust-lang/crates.io-index"
5936
- checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
5997
+ checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5937
5998
 
5938
5999
  [[package]]
5939
6000
  name = "windows_i686_msvc"
@@ -5949,9 +6010,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5949
6010
 
5950
6011
  [[package]]
5951
6012
  name = "windows_i686_msvc"
5952
- version = "0.53.0"
6013
+ version = "0.53.1"
5953
6014
  source = "registry+https://github.com/rust-lang/crates.io-index"
5954
- checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
6015
+ checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5955
6016
 
5956
6017
  [[package]]
5957
6018
  name = "windows_x86_64_gnu"
@@ -5967,9 +6028,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5967
6028
 
5968
6029
  [[package]]
5969
6030
  name = "windows_x86_64_gnu"
5970
- version = "0.53.0"
6031
+ version = "0.53.1"
5971
6032
  source = "registry+https://github.com/rust-lang/crates.io-index"
5972
- checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
6033
+ checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5973
6034
 
5974
6035
  [[package]]
5975
6036
  name = "windows_x86_64_gnullvm"
@@ -5985,9 +6046,9 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5985
6046
 
5986
6047
  [[package]]
5987
6048
  name = "windows_x86_64_gnullvm"
5988
- version = "0.53.0"
6049
+ version = "0.53.1"
5989
6050
  source = "registry+https://github.com/rust-lang/crates.io-index"
5990
- checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
6051
+ checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5991
6052
 
5992
6053
  [[package]]
5993
6054
  name = "windows_x86_64_msvc"
@@ -6003,33 +6064,32 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6003
6064
 
6004
6065
  [[package]]
6005
6066
  name = "windows_x86_64_msvc"
6006
- version = "0.53.0"
6067
+ version = "0.53.1"
6007
6068
  source = "registry+https://github.com/rust-lang/crates.io-index"
6008
- checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
6069
+ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6009
6070
 
6010
6071
  [[package]]
6011
6072
  name = "winnow"
6012
- version = "0.7.12"
6073
+ version = "0.7.13"
6013
6074
  source = "registry+https://github.com/rust-lang/crates.io-index"
6014
- checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
6075
+ checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
6015
6076
  dependencies = [
6016
6077
  "memchr",
6017
6078
  ]
6018
6079
 
6019
6080
  [[package]]
6020
6081
  name = "wiremock"
6021
- version = "0.6.4"
6082
+ version = "0.6.5"
6022
6083
  source = "registry+https://github.com/rust-lang/crates.io-index"
6023
- checksum = "a2b8b99d4cdbf36b239a9532e31fe4fb8acc38d1897c1761e161550a7dc78e6a"
6084
+ checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
6024
6085
  dependencies = [
6025
6086
  "assert-json-diff",
6026
- "async-trait",
6027
6087
  "base64 0.22.1",
6028
6088
  "deadpool",
6029
6089
  "futures",
6030
6090
  "http 1.3.1",
6031
6091
  "http-body-util",
6032
- "hyper 1.6.0",
6092
+ "hyper 1.7.0",
6033
6093
  "hyper-util",
6034
6094
  "log",
6035
6095
  "once_cell",
@@ -6041,13 +6101,10 @@ dependencies = [
6041
6101
  ]
6042
6102
 
6043
6103
  [[package]]
6044
- name = "wit-bindgen-rt"
6045
- version = "0.39.0"
6104
+ name = "wit-bindgen"
6105
+ version = "0.46.0"
6046
6106
  source = "registry+https://github.com/rust-lang/crates.io-index"
6047
- checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
6048
- dependencies = [
6049
- "bitflags",
6050
- ]
6107
+ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6051
6108
 
6052
6109
  [[package]]
6053
6110
  name = "writeable"
@@ -6057,9 +6114,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
6057
6114
 
6058
6115
  [[package]]
6059
6116
  name = "x509-parser"
6060
- version = "0.15.1"
6117
+ version = "0.18.0"
6061
6118
  source = "registry+https://github.com/rust-lang/crates.io-index"
6062
- checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da"
6119
+ checksum = "eb3e137310115a65136898d2079f003ce33331a6c4b0d51f1531d1be082b6425"
6063
6120
  dependencies = [
6064
6121
  "asn1-rs",
6065
6122
  "data-encoding",
@@ -6068,15 +6125,15 @@ dependencies = [
6068
6125
  "nom",
6069
6126
  "oid-registry",
6070
6127
  "rusticata-macros",
6071
- "thiserror 1.0.69",
6128
+ "thiserror 2.0.17",
6072
6129
  "time",
6073
6130
  ]
6074
6131
 
6075
6132
  [[package]]
6076
6133
  name = "yaml-rust2"
6077
- version = "0.10.3"
6134
+ version = "0.10.4"
6078
6135
  source = "registry+https://github.com/rust-lang/crates.io-index"
6079
- checksum = "4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7"
6136
+ checksum = "2462ea039c445496d8793d052e13787f2b90e750b833afee748e601c17621ed9"
6080
6137
  dependencies = [
6081
6138
  "arraydeque",
6082
6139
  "encoding_rs",
@@ -6103,28 +6160,28 @@ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6103
6160
  dependencies = [
6104
6161
  "proc-macro2",
6105
6162
  "quote",
6106
- "syn 2.0.104",
6107
- "synstructure 0.13.2",
6163
+ "syn",
6164
+ "synstructure",
6108
6165
  ]
6109
6166
 
6110
6167
  [[package]]
6111
6168
  name = "zerocopy"
6112
- version = "0.8.26"
6169
+ version = "0.8.27"
6113
6170
  source = "registry+https://github.com/rust-lang/crates.io-index"
6114
- checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
6171
+ checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
6115
6172
  dependencies = [
6116
6173
  "zerocopy-derive",
6117
6174
  ]
6118
6175
 
6119
6176
  [[package]]
6120
6177
  name = "zerocopy-derive"
6121
- version = "0.8.26"
6178
+ version = "0.8.27"
6122
6179
  source = "registry+https://github.com/rust-lang/crates.io-index"
6123
- checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
6180
+ checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
6124
6181
  dependencies = [
6125
6182
  "proc-macro2",
6126
6183
  "quote",
6127
- "syn 2.0.104",
6184
+ "syn",
6128
6185
  ]
6129
6186
 
6130
6187
  [[package]]
@@ -6144,15 +6201,15 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6144
6201
  dependencies = [
6145
6202
  "proc-macro2",
6146
6203
  "quote",
6147
- "syn 2.0.104",
6148
- "synstructure 0.13.2",
6204
+ "syn",
6205
+ "synstructure",
6149
6206
  ]
6150
6207
 
6151
6208
  [[package]]
6152
6209
  name = "zeroize"
6153
- version = "1.8.1"
6210
+ version = "1.8.2"
6154
6211
  source = "registry+https://github.com/rust-lang/crates.io-index"
6155
- checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6212
+ checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6156
6213
 
6157
6214
  [[package]]
6158
6215
  name = "zerotrie"
@@ -6184,14 +6241,14 @@ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6184
6241
  dependencies = [
6185
6242
  "proc-macro2",
6186
6243
  "quote",
6187
- "syn 2.0.104",
6244
+ "syn",
6188
6245
  ]
6189
6246
 
6190
6247
  [[package]]
6191
6248
  name = "zlib-rs"
6192
- version = "0.5.1"
6249
+ version = "0.5.2"
6193
6250
  source = "registry+https://github.com/rust-lang/crates.io-index"
6194
- checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
6251
+ checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
6195
6252
 
6196
6253
  [[package]]
6197
6254
  name = "zstd"
@@ -6213,9 +6270,9 @@ dependencies = [
6213
6270
 
6214
6271
  [[package]]
6215
6272
  name = "zstd-sys"
6216
- version = "2.0.15+zstd.1.5.7"
6273
+ version = "2.0.16+zstd.1.5.7"
6217
6274
  source = "registry+https://github.com/rust-lang/crates.io-index"
6218
- checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
6275
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
6219
6276
  dependencies = [
6220
6277
  "cc",
6221
6278
  "pkg-config",