nidx-binding 6.3.5.post271__tar.gz → 6.3.5.post281__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 (246) hide show
  1. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/Cargo.lock +497 -285
  2. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/PKG-INFO +1 -1
  3. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/lib.rs +9 -0
  4. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/pyproject.toml +1 -1
  5. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/lib.rs +9 -0
  6. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/lib.rs +9 -0
  7. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/mod.rs +4 -0
  8. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point_provider/reader.rs +4 -0
  9. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/inverted_index/fst_index.rs +4 -0
  10. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/inverted_index.rs +4 -0
  11. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/lib.rs +4 -0
  12. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/pyproject.toml +1 -1
  13. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/indexer.rs +52 -9
  14. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metrics.rs +3 -0
  15. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/index_cache.rs +46 -5
  16. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-0cfce9b29547f8f5bafa6e440f86103be7b8c4ad2fd92db9ac223f4efbe23d10.json +0 -0
  17. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-1a561eed00f3dbe868bf5030059793300209179dc8fb73e4b57a54b5e81262fe.json +0 -0
  18. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-1d3fca2682e25a01143da92285297f134a6a105a96f64d87e0db3abb219855e4.json +0 -0
  19. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-249b3b57c27a71baa823f1fe0f0bba9c9af36f61c28f731e58beea60ec48e687.json +0 -0
  20. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-24cb6b683daa42d7125f862e25943ab4be7bf275cd8739f8da4859d701795e1a.json +0 -0
  21. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-263c8fce6db5b03bbd012fafdba6943cbee6ed7eb8976cdef4f5b01dde7ca6fd.json +0 -0
  22. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-2a5d92fb1638df830a4477a7cdf24e6db6b43034b7bbe74fdfb63e8afe2c4071.json +0 -0
  23. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-2b065a363f58caed60e3706603c1260dbf5a4c795604a5b68edda22eb07fec1b.json +0 -0
  24. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-3fc3cb39934683de8cd475ce1368c8373453eb1e01f81587d66b9d14b109ce6e.json +0 -0
  25. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-48f33b77b7c1633467b0b2efcaa1d3c207e7757e4f1d83b40d15e6ca365f7771.json +0 -0
  26. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-4ae09f2c08e2f324bee01bb8487a8f37678a1c5e9d327339235c50d4921a8949.json +0 -0
  27. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-4d7a76fa413c9ef0ce2a47ac7bb7e01d3e6a2aabded9487d21010a53efee8852.json +0 -0
  28. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-4fcbdd6657c7dc9b60b3a563dd41711b3dbcf72ce063427b7a01f8cddf34c244.json +0 -0
  29. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-577109ac00ccfbd38ecaccab94116f2f46a4caf5612afa372cded197123c1e08.json +0 -0
  30. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-5db25f97d8578d6d78f2f6bd4b72cc82a9b1b82805c6422d967ac63b20d99db4.json +0 -0
  31. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-5ec3233a3a23e926055056d46bdde17836a633066dbb5f349502648cd3ea9a60.json +0 -0
  32. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-66edb6ea424d8681927dcddb6bac5f1239175f4775d1f40417ba15054b0c6f19.json +0 -0
  33. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-6f9c6d201c1b5712efb68c363bffd3e0169c11f2a8f925e8cd4e8808599ff7b4.json +0 -0
  34. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-733c3ebacc86f444bf5e2dd79ade660c291e88a00fc09b722f6e2e191545874c.json +0 -0
  35. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-77a245aed9f6f8b9fc643efbd4b1e2e8e99bbba085e3e75a4f29321cd7b2a25c.json +0 -0
  36. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-7a3bf27c330c468a596e8a297cf7d8b192e31e67ecc5177c1267f579e8e247c7.json +0 -0
  37. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-7a7e59e47b30b12237511fd3d7da2d17b0471ad2b006af48d6a6f587c779692b.json +0 -0
  38. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-7dcbb33312cc9f11ae3a6d73b1ace017a9f19a8bf8f10304fc57977c8efeadff.json +0 -0
  39. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-7efa7c0d747afc4b6aed0586ff846c27839c3213ff7ee9f30c89b0d0f17e60e3.json +0 -0
  40. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-8493140d788604d498a4e48da4158708572ccc9d60185290a00d549cc84533db.json +0 -0
  41. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-8493bb0059b013eaca42fd10cd7d04f0d06a8acaed379eff0d23f3229edde9ee.json +0 -0
  42. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-87996b3d6c7a2195438d7038015b06949102bce8c7b8cd8db1f83aaf23cbe489.json +0 -0
  43. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-8d33717587c6ee8f5fc339a80b1212a73d6c03e45856b1d55457fc8074709dd0.json +0 -0
  44. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-8f096d8171b89f9615d18f95d696dc9e4fb3674e103161a713cdc806f7a68506.json +0 -0
  45. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-917732a56ee04bf3a6e127319dda8225210869c82f9828d878162394dba4e078.json +0 -0
  46. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-95fe4ef93ee90733db1b67ed7987f80b5aac792f1590b979c68b418d1599eb98.json +0 -0
  47. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-9b67658569b343d8b4b61ae0a7dc721f367f2ba33c7b69b9e68bfd5c9bff5206.json +0 -0
  48. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-9c8062ea55d070afef68309e58fa987eb37fda44e1efbf68c8ba2af7846cc968.json +0 -0
  49. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-a06e1d9f6f95e4c4c2b98310ebddcc9d963cc033582bf2e945e8bf3a301b4247.json +0 -0
  50. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-a55265c9b07bd1399961a6f1e757201fd0eebe868ddaf96437111113d80fce92.json +0 -0
  51. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-a891a37be5c2d7cce775c2dd33726b0318fd3839beab222a1b22bc6174604207.json +0 -0
  52. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-a945191bb4b3e37d6823ed3ad499339d007d69983105de8567777d9daf517b28.json +0 -0
  53. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-abe9f7832f2bd799ac44008da031e8d8ab52d4f5fbfc2a7e3974e8873bae55b2.json +0 -0
  54. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-aca588cca57a85e4d7fcc40c23cd87e57d53d11ca550d78e7e3d5e39e524fcd3.json +0 -0
  55. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-b02f8aafc00a7724510772ac41269e368c5bccf03ef7b4590e0ef6fd1a1bf64f.json +0 -0
  56. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-b742e17cabe2d64617e9aa64bafc782172f7a4f8023d1b54f952a0fb39f6b2b8.json +0 -0
  57. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-b94e349dbc0daec57f8f8f6e9e2dffb06100b1bb2b41d297c9f3b191da37a83d.json +0 -0
  58. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-bd9afa22994aba671dbf7b5f89b53c2ee02f53c0442a81265786a6d52d08512f.json +0 -0
  59. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-be60554eca98a5899efc6b49785cecd6444a6d39afed9e4a884ce2dbf162012c.json +0 -0
  60. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-bf49702b506c9a1650ece1f8e8d9f14834a902f8caefafe30ded55e2790f2188.json +0 -0
  61. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-bfcd21ed704cd305db5c17fcdec7d92aa4ac501913c9c9514d8ff92928c0c7e7.json +0 -0
  62. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-c3ab694650f49a75b146fb877a92e48c4f20f0d99f70f8ec859fbb763b01a1e5.json +0 -0
  63. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-c55542bb9fae544d87fae6f30e0fe8a9088d12075f4442ab4fe2fcd05e472234.json +0 -0
  64. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-cb29a6556d35ac630ee0aa885dd7341cf9573bd3efd216ff8a887b87686b03db.json +0 -0
  65. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-d0a1f341a89f5f14696b10baa72db9d95551c2b7e5fc67308fd52dc03dd98a92.json +0 -0
  66. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-d2ad0a0ca2649c9e4873cfcc1fc66d2d07cc45d0f65c560b06d7b5f592f4fa8a.json +0 -0
  67. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-d6cfe78eb635ba0b89ca4021a4dc8182d18ab5b197f30149cd28488eba4c1df5.json +0 -0
  68. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-d729b56dea00e49dcdba8cf0001e2811da27351eabe98212db3b589f18fc6f32.json +0 -0
  69. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-d9658bfd4e7170b41d03f2ddf2446d0bf54171c0d39d53bf20af2b8437f2ec48.json +0 -0
  70. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-dbba7b3d3289425bae711aedbf73fbc3699f857f86f84d95c3b556d05c5658b0.json +0 -0
  71. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-dcb96b649d6d63a58efd5d445453a4f3d7869a56ff714b69bedf3d616a0473ca.json +0 -0
  72. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-ebd876fbf5362a5900e75bc05f2f11c73c406ef7da4e95097fc6a1c3d1b8bc54.json +0 -0
  73. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-eef5cc6bce1cc14eba8f3e68971724ef181e88cffcedd74673615f2026b89a62.json +0 -0
  74. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/.sqlx/query-ef56d5fefc5774040d1ee397beadb475f6af02768c22f0e583c74062e2e821ce.json +0 -0
  75. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/Cargo.toml +0 -0
  76. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/README.md +0 -0
  77. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/migrations/20241007163501_initial.sql +0 -0
  78. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/migrations/20241211120039_merge_job_priority.sql +0 -0
  79. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/migrations/20241211121159_basic_indexes.sql +0 -0
  80. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/migrations/20241212151105_check_segment_records.sql +0 -0
  81. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/migrations/20250110145554_in_flight_messages.sql +0 -0
  82. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_binding/Cargo.toml +0 -0
  83. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_binding/src/lib.rs +0 -0
  84. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/Cargo.toml +0 -0
  85. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/fuzzy_query.rs +0 -0
  86. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/query_io.rs +0 -0
  87. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/reader.rs +0 -0
  88. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/request_types.rs +0 -0
  89. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/resource_indexer.rs +0 -0
  90. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/schema.rs +0 -0
  91. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/search_query.rs +0 -0
  92. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/search_response.rs +0 -0
  93. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/set_query.rs +0 -0
  94. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/src/stop_words.rs +0 -0
  95. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/README.md +0 -0
  96. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ar.json +0 -0
  97. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/az.json +0 -0
  98. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/bn.json +0 -0
  99. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ca.json +0 -0
  100. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ch.json +0 -0
  101. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/da.json +0 -0
  102. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/de.json +0 -0
  103. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/el.json +0 -0
  104. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/en.json +0 -0
  105. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/es.json +0 -0
  106. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/eu.json +0 -0
  107. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/extract.py +0 -0
  108. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/fi.json +0 -0
  109. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/fr.json +0 -0
  110. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/he.json +0 -0
  111. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/hu.json +0 -0
  112. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/id.json +0 -0
  113. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/it.json +0 -0
  114. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/kk.json +0 -0
  115. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ne.json +0 -0
  116. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/nl.json +0 -0
  117. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/no.json +0 -0
  118. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/pt.json +0 -0
  119. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ro.json +0 -0
  120. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/ru.json +0 -0
  121. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/sl.json +0 -0
  122. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/sv.json +0 -0
  123. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/tg.json +0 -0
  124. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/stop_words/tr.json +0 -0
  125. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/tests/common/mod.rs +0 -0
  126. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_paragraph/tests/reader.rs +0 -0
  127. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/Cargo.toml +0 -0
  128. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/build.py +0 -0
  129. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/build.rs +0 -0
  130. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/src/lib.rs +0 -0
  131. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_protos/src/nidx.proto +0 -0
  132. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/Cargo.toml +0 -0
  133. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/graph_collector.rs +0 -0
  134. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/graph_query_parser.rs +0 -0
  135. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/io_maps.rs +0 -0
  136. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/reader.rs +0 -0
  137. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/resource_indexer.rs +0 -0
  138. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/schema.rs +0 -0
  139. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/src/top_unique_n.rs +0 -0
  140. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/tests/common/mod.rs +0 -0
  141. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/tests/test_graph_query_parser_search.rs +0 -0
  142. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/tests/test_graph_search.rs +0 -0
  143. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/tests/test_reader.rs +0 -0
  144. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_relation/tests/test_writer.rs +0 -0
  145. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tantivy/Cargo.toml +0 -0
  146. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tantivy/src/index_reader.rs +0 -0
  147. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tantivy/src/lib.rs +0 -0
  148. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tests/Cargo.toml +0 -0
  149. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tests/src/graph.rs +0 -0
  150. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_tests/src/lib.rs +0 -0
  151. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/Cargo.toml +0 -0
  152. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/prefilter.rs +0 -0
  153. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/query_io.rs +0 -0
  154. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/reader.rs +0 -0
  155. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/request_types.rs +0 -0
  156. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/resource_indexer.rs +0 -0
  157. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/schema.rs +0 -0
  158. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/src/search_query.rs +0 -0
  159. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/tests/common/mod.rs +0 -0
  160. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/tests/test_deletions.rs +0 -0
  161. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/tests/test_flow.rs +0 -0
  162. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/tests/test_search.rs +0 -0
  163. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_text/tests/test_streaming.rs +0 -0
  164. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_types/Cargo.toml +0 -0
  165. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_types/src/lib.rs +0 -0
  166. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_types/src/prefilter.rs +0 -0
  167. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_types/src/query_language.rs +0 -0
  168. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/Cargo.toml +0 -0
  169. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/config.rs +0 -0
  170. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/disk_hnsw.rs +0 -0
  171. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/node.rs +0 -0
  172. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/ops_hnsw.rs +0 -0
  173. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/params.rs +0 -0
  174. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/ram_hnsw.rs +0 -0
  175. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point/tests.rs +0 -0
  176. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_point_provider/mod.rs +0 -0
  177. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_types/data_store.rs +0 -0
  178. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_types/mod.rs +0 -0
  179. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_types/trie.rs +0 -0
  180. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/data_types/trie_ram.rs +0 -0
  181. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/formula/mod.rs +0 -0
  182. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/indexer.rs +0 -0
  183. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/inverted_index/map.rs +0 -0
  184. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/query_io.rs +0 -0
  185. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/request_types.rs +0 -0
  186. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/utils.rs +0 -0
  187. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/vector_types/dense_f32.rs +0 -0
  188. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/src/vector_types/mod.rs +0 -0
  189. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/tests/common/mod.rs +0 -0
  190. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/tests/test_basic_search.rs +0 -0
  191. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/nidx_vector/tests/test_hidden.rs +0 -0
  192. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/api/grpc.rs +0 -0
  193. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/api/shards.rs +0 -0
  194. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/api.rs +0 -0
  195. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/control.rs +0 -0
  196. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/errors.rs +0 -0
  197. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/grpc_server.rs +0 -0
  198. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/import_export.rs +0 -0
  199. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/lib.rs +0 -0
  200. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/main.rs +0 -0
  201. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/deletion.rs +0 -0
  202. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/index.rs +0 -0
  203. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/index_request.rs +0 -0
  204. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/merge_job.rs +0 -0
  205. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/segment.rs +0 -0
  206. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata/shard.rs +0 -0
  207. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/metadata.rs +0 -0
  208. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/audit_task.rs +0 -0
  209. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/log_merge.rs +0 -0
  210. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/merge_task.rs +0 -0
  211. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/metrics_task.rs +0 -0
  212. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/purge_tasks.rs +0 -0
  213. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler/vector_merge.rs +0 -0
  214. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/scheduler.rs +0 -0
  215. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/grpc.rs +0 -0
  216. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/query_language.rs +0 -0
  217. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/query_planner.rs +0 -0
  218. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/shard_search.rs +0 -0
  219. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/shard_selector.rs +0 -0
  220. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/shard_suggest.rs +0 -0
  221. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/streams.rs +0 -0
  222. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher/sync.rs +0 -0
  223. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/searcher.rs +0 -0
  224. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/segment_store.rs +0 -0
  225. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/settings.rs +0 -0
  226. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/telemetry/duration_layer.rs +0 -0
  227. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/telemetry/log_format.rs +0 -0
  228. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/telemetry/middleware.rs +0 -0
  229. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/telemetry.rs +0 -0
  230. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/tool.rs +0 -0
  231. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/utilization_tracker.rs +0 -0
  232. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/src/worker.rs +0 -0
  233. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/common/mod.rs +0 -0
  234. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/common/services.rs +0 -0
  235. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_date_range_search.rs +0 -0
  236. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_search_filtering.rs +0 -0
  237. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_search_relations.rs +0 -0
  238. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_search_sorting.rs +0 -0
  239. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_searcher_cluster.rs +0 -0
  240. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_security_search.rs +0 -0
  241. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_shards.rs +0 -0
  242. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_shards_api.rs +0 -0
  243. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_suggest.rs +0 -0
  244. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_synced_searcher.rs +0 -0
  245. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_vector_normalization.rs +0 -0
  246. {nidx_binding-6.3.5.post271 → nidx_binding-6.3.5.post281}/tests/test_vectorsets.rs +0 -0
@@ -27,7 +27,7 @@ dependencies = [
27
27
  "getrandom 0.2.15",
28
28
  "once_cell",
29
29
  "version_check",
30
- "zerocopy",
30
+ "zerocopy 0.7.35",
31
31
  ]
32
32
 
33
33
  [[package]]
@@ -112,9 +112,9 @@ dependencies = [
112
112
 
113
113
  [[package]]
114
114
  name = "anyhow"
115
- version = "1.0.95"
115
+ version = "1.0.97"
116
116
  source = "registry+https://github.com/rust-lang/crates.io-index"
117
- checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
117
+ checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
118
118
 
119
119
  [[package]]
120
120
  name = "arc-swap"
@@ -148,12 +148,12 @@ dependencies = [
148
148
  "nuid",
149
149
  "once_cell",
150
150
  "portable-atomic",
151
- "rand",
151
+ "rand 0.8.5",
152
152
  "regex",
153
153
  "ring",
154
154
  "rustls-native-certs 0.7.3",
155
155
  "rustls-pemfile",
156
- "rustls-webpki",
156
+ "rustls-webpki 0.102.8",
157
157
  "serde",
158
158
  "serde_json",
159
159
  "serde_nanos",
@@ -192,9 +192,9 @@ dependencies = [
192
192
 
193
193
  [[package]]
194
194
  name = "async-trait"
195
- version = "0.1.86"
195
+ version = "0.1.88"
196
196
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
197
+ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
198
198
  dependencies = [
199
199
  "proc-macro2",
200
200
  "quote",
@@ -285,7 +285,7 @@ checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
285
285
  dependencies = [
286
286
  "getrandom 0.2.15",
287
287
  "instant",
288
- "rand",
288
+ "rand 0.8.5",
289
289
  ]
290
290
 
291
291
  [[package]]
@@ -317,9 +317,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
317
317
 
318
318
  [[package]]
319
319
  name = "base64ct"
320
- version = "1.6.0"
320
+ version = "1.7.3"
321
321
  source = "registry+https://github.com/rust-lang/crates.io-index"
322
- checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
322
+ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
323
323
 
324
324
  [[package]]
325
325
  name = "bit-set"
@@ -338,9 +338,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
338
338
 
339
339
  [[package]]
340
340
  name = "bitflags"
341
- version = "2.8.0"
341
+ version = "2.9.0"
342
342
  source = "registry+https://github.com/rust-lang/crates.io-index"
343
- checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
343
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
344
344
  dependencies = [
345
345
  "serde",
346
346
  ]
@@ -377,18 +377,18 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
377
377
 
378
378
  [[package]]
379
379
  name = "bytes"
380
- version = "1.10.0"
380
+ version = "1.10.1"
381
381
  source = "registry+https://github.com/rust-lang/crates.io-index"
382
- checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
382
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
383
383
  dependencies = [
384
384
  "serde",
385
385
  ]
386
386
 
387
387
  [[package]]
388
388
  name = "cc"
389
- version = "1.2.11"
389
+ version = "1.2.18"
390
390
  source = "registry+https://github.com/rust-lang/crates.io-index"
391
- checksum = "e4730490333d58093109dc02c23174c3f4d490998c3fed3cc8e82d57afedb9cf"
391
+ checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
392
392
  dependencies = [
393
393
  "jobserver",
394
394
  "libc",
@@ -415,22 +415,22 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
415
415
 
416
416
  [[package]]
417
417
  name = "chrono"
418
- version = "0.4.39"
418
+ version = "0.4.40"
419
419
  source = "registry+https://github.com/rust-lang/crates.io-index"
420
- checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
420
+ checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
421
421
  dependencies = [
422
422
  "android-tzdata",
423
423
  "iana-time-zone",
424
424
  "num-traits",
425
425
  "serde",
426
- "windows-targets 0.52.6",
426
+ "windows-link",
427
427
  ]
428
428
 
429
429
  [[package]]
430
430
  name = "clap"
431
- version = "4.5.28"
431
+ version = "4.5.35"
432
432
  source = "registry+https://github.com/rust-lang/crates.io-index"
433
- checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
433
+ checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
434
434
  dependencies = [
435
435
  "clap_builder",
436
436
  "clap_derive",
@@ -438,9 +438,9 @@ dependencies = [
438
438
 
439
439
  [[package]]
440
440
  name = "clap_builder"
441
- version = "4.5.27"
441
+ version = "4.5.35"
442
442
  source = "registry+https://github.com/rust-lang/crates.io-index"
443
- checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
443
+ checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
444
444
  dependencies = [
445
445
  "anstream",
446
446
  "anstyle",
@@ -450,9 +450,9 @@ dependencies = [
450
450
 
451
451
  [[package]]
452
452
  name = "clap_derive"
453
- version = "4.5.28"
453
+ version = "4.5.32"
454
454
  source = "registry+https://github.com/rust-lang/crates.io-index"
455
- checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
455
+ checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
456
456
  dependencies = [
457
457
  "heck",
458
458
  "proc-macro2",
@@ -644,9 +644,9 @@ dependencies = [
644
644
 
645
645
  [[package]]
646
646
  name = "data-encoding"
647
- version = "2.7.0"
647
+ version = "2.8.0"
648
648
  source = "registry+https://github.com/rust-lang/crates.io-index"
649
- checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
649
+ checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
650
650
 
651
651
  [[package]]
652
652
  name = "debugid"
@@ -671,9 +671,9 @@ dependencies = [
671
671
 
672
672
  [[package]]
673
673
  name = "deranged"
674
- version = "0.3.11"
674
+ version = "0.4.0"
675
675
  source = "registry+https://github.com/rust-lang/crates.io-index"
676
- checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
676
+ checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
677
677
  dependencies = [
678
678
  "powerfmt",
679
679
  "serde",
@@ -681,9 +681,9 @@ dependencies = [
681
681
 
682
682
  [[package]]
683
683
  name = "deunicode"
684
- version = "1.6.0"
684
+ version = "1.6.1"
685
685
  source = "registry+https://github.com/rust-lang/crates.io-index"
686
- checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
686
+ checksum = "dc55fe0d1f6c107595572ec8b107c0999bb1a2e0b75e37429a4fb0d6474a0e7d"
687
687
 
688
688
  [[package]]
689
689
  name = "digest"
@@ -722,9 +722,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
722
722
 
723
723
  [[package]]
724
724
  name = "dtoa"
725
- version = "1.0.9"
725
+ version = "1.0.10"
726
726
  source = "registry+https://github.com/rust-lang/crates.io-index"
727
- checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
727
+ checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
728
728
 
729
729
  [[package]]
730
730
  name = "ed25519"
@@ -762,9 +762,9 @@ dependencies = [
762
762
 
763
763
  [[package]]
764
764
  name = "either"
765
- version = "1.13.0"
765
+ version = "1.15.0"
766
766
  source = "registry+https://github.com/rust-lang/crates.io-index"
767
- checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
767
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
768
768
  dependencies = [
769
769
  "serde",
770
770
  ]
@@ -791,15 +791,15 @@ dependencies = [
791
791
 
792
792
  [[package]]
793
793
  name = "equivalent"
794
- version = "1.0.1"
794
+ version = "1.0.2"
795
795
  source = "registry+https://github.com/rust-lang/crates.io-index"
796
- checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
796
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
797
797
 
798
798
  [[package]]
799
799
  name = "errno"
800
- version = "0.3.10"
800
+ version = "0.3.11"
801
801
  source = "registry+https://github.com/rust-lang/crates.io-index"
802
- checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
802
+ checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
803
803
  dependencies = [
804
804
  "libc",
805
805
  "windows-sys 0.59.0",
@@ -829,9 +829,9 @@ dependencies = [
829
829
 
830
830
  [[package]]
831
831
  name = "event-listener-strategy"
832
- version = "0.5.3"
832
+ version = "0.5.4"
833
833
  source = "registry+https://github.com/rust-lang/crates.io-index"
834
- checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
834
+ checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
835
835
  dependencies = [
836
836
  "event-listener",
837
837
  "pin-project-lite",
@@ -881,9 +881,9 @@ dependencies = [
881
881
 
882
882
  [[package]]
883
883
  name = "fixedbitset"
884
- version = "0.4.2"
884
+ version = "0.5.7"
885
885
  source = "registry+https://github.com/rust-lang/crates.io-index"
886
- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
886
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
887
887
 
888
888
  [[package]]
889
889
  name = "flume"
@@ -904,9 +904,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
904
904
 
905
905
  [[package]]
906
906
  name = "foldhash"
907
- version = "0.1.4"
907
+ version = "0.1.5"
908
908
  source = "registry+https://github.com/rust-lang/crates.io-index"
909
- checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
909
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
910
910
 
911
911
  [[package]]
912
912
  name = "foreign-types"
@@ -938,7 +938,7 @@ version = "0.8.4"
938
938
  source = "registry+https://github.com/rust-lang/crates.io-index"
939
939
  checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8"
940
940
  dependencies = [
941
- "rustix",
941
+ "rustix 0.38.44",
942
942
  "windows-sys 0.52.0",
943
943
  ]
944
944
 
@@ -1088,14 +1088,16 @@ dependencies = [
1088
1088
 
1089
1089
  [[package]]
1090
1090
  name = "getrandom"
1091
- version = "0.3.1"
1091
+ version = "0.3.2"
1092
1092
  source = "registry+https://github.com/rust-lang/crates.io-index"
1093
- checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
1093
+ checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
1094
1094
  dependencies = [
1095
1095
  "cfg-if",
1096
+ "js-sys",
1096
1097
  "libc",
1097
- "wasi 0.13.3+wasi-0.2.2",
1098
- "windows-targets 0.52.6",
1098
+ "r-efi",
1099
+ "wasi 0.14.2+wasi-0.2.4",
1100
+ "wasm-bindgen",
1099
1101
  ]
1100
1102
 
1101
1103
  [[package]]
@@ -1112,9 +1114,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1112
1114
 
1113
1115
  [[package]]
1114
1116
  name = "h2"
1115
- version = "0.4.7"
1117
+ version = "0.4.8"
1116
1118
  source = "registry+https://github.com/rust-lang/crates.io-index"
1117
- checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
1119
+ checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
1118
1120
  dependencies = [
1119
1121
  "atomic-waker",
1120
1122
  "bytes",
@@ -1122,7 +1124,7 @@ dependencies = [
1122
1124
  "futures-core",
1123
1125
  "futures-sink",
1124
1126
  "http",
1125
- "indexmap 2.7.1",
1127
+ "indexmap 2.9.0",
1126
1128
  "slab",
1127
1129
  "tokio",
1128
1130
  "tokio-util",
@@ -1243,9 +1245,9 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
1243
1245
 
1244
1246
  [[package]]
1245
1247
  name = "http"
1246
- version = "1.2.0"
1248
+ version = "1.3.1"
1247
1249
  source = "registry+https://github.com/rust-lang/crates.io-index"
1248
- checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
1250
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1249
1251
  dependencies = [
1250
1252
  "bytes",
1251
1253
  "fnv",
@@ -1264,12 +1266,12 @@ dependencies = [
1264
1266
 
1265
1267
  [[package]]
1266
1268
  name = "http-body-util"
1267
- version = "0.1.2"
1269
+ version = "0.1.3"
1268
1270
  source = "registry+https://github.com/rust-lang/crates.io-index"
1269
- checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1271
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1270
1272
  dependencies = [
1271
1273
  "bytes",
1272
- "futures-util",
1274
+ "futures-core",
1273
1275
  "http",
1274
1276
  "http-body",
1275
1277
  "pin-project-lite",
@@ -1277,9 +1279,9 @@ dependencies = [
1277
1279
 
1278
1280
  [[package]]
1279
1281
  name = "httparse"
1280
- version = "1.10.0"
1282
+ version = "1.10.1"
1281
1283
  source = "registry+https://github.com/rust-lang/crates.io-index"
1282
- checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
1284
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1283
1285
 
1284
1286
  [[package]]
1285
1287
  name = "httpdate"
@@ -1289,9 +1291,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1289
1291
 
1290
1292
  [[package]]
1291
1293
  name = "humantime"
1292
- version = "2.1.0"
1294
+ version = "2.2.0"
1293
1295
  source = "registry+https://github.com/rust-lang/crates.io-index"
1294
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1296
+ checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
1295
1297
 
1296
1298
  [[package]]
1297
1299
  name = "hyper"
@@ -1316,9 +1318,9 @@ dependencies = [
1316
1318
 
1317
1319
  [[package]]
1318
1320
  name = "hyper-http-proxy"
1319
- version = "1.0.0"
1321
+ version = "1.1.0"
1320
1322
  source = "registry+https://github.com/rust-lang/crates.io-index"
1321
- checksum = "5d06dbdfbacf34d996c6fb540a71a684a7aae9056c71951163af8a8a4c07b9a4"
1323
+ checksum = "7ad4b0a1e37510028bc4ba81d0e38d239c39671b0f0ce9e02dfa93a8133f7c08"
1322
1324
  dependencies = [
1323
1325
  "bytes",
1324
1326
  "futures-util",
@@ -1384,9 +1386,9 @@ dependencies = [
1384
1386
 
1385
1387
  [[package]]
1386
1388
  name = "hyper-util"
1387
- version = "0.1.10"
1389
+ version = "0.1.11"
1388
1390
  source = "registry+https://github.com/rust-lang/crates.io-index"
1389
- checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1391
+ checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1390
1392
  dependencies = [
1391
1393
  "bytes",
1392
1394
  "futures-channel",
@@ -1394,6 +1396,7 @@ dependencies = [
1394
1396
  "http",
1395
1397
  "http-body",
1396
1398
  "hyper",
1399
+ "libc",
1397
1400
  "pin-project-lite",
1398
1401
  "socket2",
1399
1402
  "tokio",
@@ -1403,16 +1406,17 @@ dependencies = [
1403
1406
 
1404
1407
  [[package]]
1405
1408
  name = "iana-time-zone"
1406
- version = "0.1.61"
1409
+ version = "0.1.63"
1407
1410
  source = "registry+https://github.com/rust-lang/crates.io-index"
1408
- checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1411
+ checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1409
1412
  dependencies = [
1410
1413
  "android_system_properties",
1411
1414
  "core-foundation-sys",
1412
1415
  "iana-time-zone-haiku",
1413
1416
  "js-sys",
1417
+ "log",
1414
1418
  "wasm-bindgen",
1415
- "windows-core",
1419
+ "windows-core 0.61.0",
1416
1420
  ]
1417
1421
 
1418
1422
  [[package]]
@@ -1465,9 +1469,9 @@ dependencies = [
1465
1469
 
1466
1470
  [[package]]
1467
1471
  name = "icu_locid_transform_data"
1468
- version = "1.5.0"
1472
+ version = "1.5.1"
1469
1473
  source = "registry+https://github.com/rust-lang/crates.io-index"
1470
- checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1474
+ checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
1471
1475
 
1472
1476
  [[package]]
1473
1477
  name = "icu_normalizer"
@@ -1489,9 +1493,9 @@ dependencies = [
1489
1493
 
1490
1494
  [[package]]
1491
1495
  name = "icu_normalizer_data"
1492
- version = "1.5.0"
1496
+ version = "1.5.1"
1493
1497
  source = "registry+https://github.com/rust-lang/crates.io-index"
1494
- checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1498
+ checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
1495
1499
 
1496
1500
  [[package]]
1497
1501
  name = "icu_properties"
@@ -1510,9 +1514,9 @@ dependencies = [
1510
1514
 
1511
1515
  [[package]]
1512
1516
  name = "icu_properties_data"
1513
- version = "1.5.0"
1517
+ version = "1.5.1"
1514
1518
  source = "registry+https://github.com/rust-lang/crates.io-index"
1515
- checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1519
+ checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
1516
1520
 
1517
1521
  [[package]]
1518
1522
  name = "icu_provider"
@@ -1575,9 +1579,9 @@ dependencies = [
1575
1579
 
1576
1580
  [[package]]
1577
1581
  name = "indexmap"
1578
- version = "2.7.1"
1582
+ version = "2.9.0"
1579
1583
  source = "registry+https://github.com/rust-lang/crates.io-index"
1580
- checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1584
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1581
1585
  dependencies = [
1582
1586
  "equivalent",
1583
1587
  "hashbrown 0.15.2",
@@ -1585,9 +1589,9 @@ dependencies = [
1585
1589
 
1586
1590
  [[package]]
1587
1591
  name = "indoc"
1588
- version = "2.0.5"
1592
+ version = "2.0.6"
1589
1593
  source = "registry+https://github.com/rust-lang/crates.io-index"
1590
- checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
1594
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
1591
1595
 
1592
1596
  [[package]]
1593
1597
  name = "instant"
@@ -1631,18 +1635,28 @@ dependencies = [
1631
1635
  "either",
1632
1636
  ]
1633
1637
 
1638
+ [[package]]
1639
+ name = "itertools"
1640
+ version = "0.14.0"
1641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1642
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1643
+ dependencies = [
1644
+ "either",
1645
+ ]
1646
+
1634
1647
  [[package]]
1635
1648
  name = "itoa"
1636
- version = "1.0.14"
1649
+ version = "1.0.15"
1637
1650
  source = "registry+https://github.com/rust-lang/crates.io-index"
1638
- checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
1651
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1639
1652
 
1640
1653
  [[package]]
1641
1654
  name = "jobserver"
1642
- version = "0.1.32"
1655
+ version = "0.1.33"
1643
1656
  source = "registry+https://github.com/rust-lang/crates.io-index"
1644
- checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
1657
+ checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1645
1658
  dependencies = [
1659
+ "getrandom 0.3.2",
1646
1660
  "libc",
1647
1661
  ]
1648
1662
 
@@ -1678,7 +1692,7 @@ dependencies = [
1678
1692
  "pest_derive",
1679
1693
  "regex",
1680
1694
  "serde_json",
1681
- "thiserror 2.0.11",
1695
+ "thiserror 2.0.12",
1682
1696
  ]
1683
1697
 
1684
1698
  [[package]]
@@ -1746,7 +1760,7 @@ dependencies = [
1746
1760
  "serde",
1747
1761
  "serde_json",
1748
1762
  "serde_yaml",
1749
- "thiserror 2.0.11",
1763
+ "thiserror 2.0.12",
1750
1764
  "tokio",
1751
1765
  "tokio-util",
1752
1766
  "tower 0.5.2",
@@ -1768,7 +1782,7 @@ dependencies = [
1768
1782
  "serde",
1769
1783
  "serde-value",
1770
1784
  "serde_json",
1771
- "thiserror 2.0.11",
1785
+ "thiserror 2.0.12",
1772
1786
  ]
1773
1787
 
1774
1788
  [[package]]
@@ -1793,7 +1807,7 @@ dependencies = [
1793
1807
  "pin-project",
1794
1808
  "serde",
1795
1809
  "serde_json",
1796
- "thiserror 2.0.11",
1810
+ "thiserror 2.0.12",
1797
1811
  "tokio",
1798
1812
  "tokio-util",
1799
1813
  "tracing",
@@ -1816,9 +1830,9 @@ checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
1816
1830
 
1817
1831
  [[package]]
1818
1832
  name = "libc"
1819
- version = "0.2.169"
1833
+ version = "0.2.171"
1820
1834
  source = "registry+https://github.com/rust-lang/crates.io-index"
1821
- checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
1835
+ checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
1822
1836
 
1823
1837
  [[package]]
1824
1838
  name = "libm"
@@ -1853,11 +1867,17 @@ version = "0.4.15"
1853
1867
  source = "registry+https://github.com/rust-lang/crates.io-index"
1854
1868
  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1855
1869
 
1870
+ [[package]]
1871
+ name = "linux-raw-sys"
1872
+ version = "0.9.3"
1873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1874
+ checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
1875
+
1856
1876
  [[package]]
1857
1877
  name = "litemap"
1858
- version = "0.7.4"
1878
+ version = "0.7.5"
1859
1879
  source = "registry+https://github.com/rust-lang/crates.io-index"
1860
- checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
1880
+ checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
1861
1881
 
1862
1882
  [[package]]
1863
1883
  name = "lock_api"
@@ -1871,9 +1891,9 @@ dependencies = [
1871
1891
 
1872
1892
  [[package]]
1873
1893
  name = "log"
1874
- version = "0.4.25"
1894
+ version = "0.4.27"
1875
1895
  source = "registry+https://github.com/rust-lang/crates.io-index"
1876
- checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
1896
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1877
1897
 
1878
1898
  [[package]]
1879
1899
  name = "lru"
@@ -1972,9 +1992,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1972
1992
 
1973
1993
  [[package]]
1974
1994
  name = "miniz_oxide"
1975
- version = "0.8.3"
1995
+ version = "0.8.7"
1976
1996
  source = "registry+https://github.com/rust-lang/crates.io-index"
1977
- checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
1997
+ checksum = "ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430"
1978
1998
  dependencies = [
1979
1999
  "adler2",
1980
2000
  ]
@@ -2004,9 +2024,9 @@ checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
2004
2024
 
2005
2025
  [[package]]
2006
2026
  name = "native-tls"
2007
- version = "0.2.13"
2027
+ version = "0.2.14"
2008
2028
  source = "registry+https://github.com/rust-lang/crates.io-index"
2009
- checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c"
2029
+ checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2010
2030
  dependencies = [
2011
2031
  "libc",
2012
2032
  "log",
@@ -2049,7 +2069,7 @@ dependencies = [
2049
2069
  "opentelemetry-zipkin",
2050
2070
  "opentelemetry_sdk",
2051
2071
  "prometheus-client",
2052
- "rand",
2072
+ "rand 0.8.5",
2053
2073
  "sentry",
2054
2074
  "sentry-tracing",
2055
2075
  "serde",
@@ -2057,7 +2077,7 @@ dependencies = [
2057
2077
  "sqlx",
2058
2078
  "tar",
2059
2079
  "tempfile",
2060
- "thiserror 2.0.11",
2080
+ "thiserror 2.0.12",
2061
2081
  "tokio",
2062
2082
  "tokio-stream",
2063
2083
  "tokio-util",
@@ -2194,7 +2214,7 @@ dependencies = [
2194
2214
  "memmap2 0.5.10",
2195
2215
  "nidx_protos",
2196
2216
  "nidx_types",
2197
- "rand",
2217
+ "rand 0.8.5",
2198
2218
  "rstest",
2199
2219
  "serde",
2200
2220
  "simsimd",
@@ -2216,7 +2236,7 @@ dependencies = [
2216
2236
  "ed25519-dalek",
2217
2237
  "getrandom 0.2.15",
2218
2238
  "log",
2219
- "rand",
2239
+ "rand 0.8.5",
2220
2240
  "signatory",
2221
2241
  ]
2222
2242
 
@@ -2246,7 +2266,7 @@ version = "0.5.0"
2246
2266
  source = "registry+https://github.com/rust-lang/crates.io-index"
2247
2267
  checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83"
2248
2268
  dependencies = [
2249
- "rand",
2269
+ "rand 0.8.5",
2250
2270
  ]
2251
2271
 
2252
2272
  [[package]]
@@ -2261,7 +2281,7 @@ dependencies = [
2261
2281
  "num-integer",
2262
2282
  "num-iter",
2263
2283
  "num-traits",
2264
- "rand",
2284
+ "rand 0.8.5",
2265
2285
  "smallvec",
2266
2286
  "zeroize",
2267
2287
  ]
@@ -2339,7 +2359,7 @@ dependencies = [
2339
2359
  "parking_lot",
2340
2360
  "percent-encoding",
2341
2361
  "quick-xml",
2342
- "rand",
2362
+ "rand 0.8.5",
2343
2363
  "reqwest",
2344
2364
  "ring",
2345
2365
  "rustls-pemfile",
@@ -2354,21 +2374,21 @@ dependencies = [
2354
2374
 
2355
2375
  [[package]]
2356
2376
  name = "once_cell"
2357
- version = "1.20.2"
2377
+ version = "1.21.3"
2358
2378
  source = "registry+https://github.com/rust-lang/crates.io-index"
2359
- checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2379
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2360
2380
 
2361
2381
  [[package]]
2362
2382
  name = "oneshot"
2363
- version = "0.1.9"
2383
+ version = "0.1.11"
2364
2384
  source = "registry+https://github.com/rust-lang/crates.io-index"
2365
- checksum = "a746771e3a5eabec71e587114c13feade48a3c80f61dc4d4bbc6613fe43cfc2f"
2385
+ checksum = "b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea"
2366
2386
 
2367
2387
  [[package]]
2368
2388
  name = "openssl"
2369
- version = "0.10.70"
2389
+ version = "0.10.72"
2370
2390
  source = "registry+https://github.com/rust-lang/crates.io-index"
2371
- checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6"
2391
+ checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
2372
2392
  dependencies = [
2373
2393
  "bitflags",
2374
2394
  "cfg-if",
@@ -2398,9 +2418,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2398
2418
 
2399
2419
  [[package]]
2400
2420
  name = "openssl-sys"
2401
- version = "0.9.105"
2421
+ version = "0.9.107"
2402
2422
  source = "registry+https://github.com/rust-lang/crates.io-index"
2403
- checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
2423
+ checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
2404
2424
  dependencies = [
2405
2425
  "cc",
2406
2426
  "libc",
@@ -2506,7 +2526,7 @@ dependencies = [
2506
2526
  "glob",
2507
2527
  "opentelemetry",
2508
2528
  "percent-encoding",
2509
- "rand",
2529
+ "rand 0.8.5",
2510
2530
  "serde_json",
2511
2531
  "thiserror 1.0.69",
2512
2532
  "tokio",
@@ -2525,9 +2545,9 @@ dependencies = [
2525
2545
 
2526
2546
  [[package]]
2527
2547
  name = "os_info"
2528
- version = "3.9.2"
2548
+ version = "3.10.0"
2529
2549
  source = "registry+https://github.com/rust-lang/crates.io-index"
2530
- checksum = "6e6520c8cc998c5741ee68ec1dc369fc47e5f0ea5320018ecf2a1ccd6328f48b"
2550
+ checksum = "2a604e53c24761286860eba4e2c8b23a0161526476b1de520139d69cdb85a6b5"
2531
2551
  dependencies = [
2532
2552
  "log",
2533
2553
  "serde",
@@ -2586,9 +2606,9 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2586
2606
 
2587
2607
  [[package]]
2588
2608
  name = "pem"
2589
- version = "3.0.4"
2609
+ version = "3.0.5"
2590
2610
  source = "registry+https://github.com/rust-lang/crates.io-index"
2591
- checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
2611
+ checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
2592
2612
  dependencies = [
2593
2613
  "base64 0.22.1",
2594
2614
  "serde",
@@ -2611,20 +2631,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2611
2631
 
2612
2632
  [[package]]
2613
2633
  name = "pest"
2614
- version = "2.7.15"
2634
+ version = "2.8.0"
2615
2635
  source = "registry+https://github.com/rust-lang/crates.io-index"
2616
- checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
2636
+ checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
2617
2637
  dependencies = [
2618
2638
  "memchr",
2619
- "thiserror 2.0.11",
2639
+ "thiserror 2.0.12",
2620
2640
  "ucd-trie",
2621
2641
  ]
2622
2642
 
2623
2643
  [[package]]
2624
2644
  name = "pest_derive"
2625
- version = "2.7.15"
2645
+ version = "2.8.0"
2626
2646
  source = "registry+https://github.com/rust-lang/crates.io-index"
2627
- checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
2647
+ checksum = "d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5"
2628
2648
  dependencies = [
2629
2649
  "pest",
2630
2650
  "pest_generator",
@@ -2632,9 +2652,9 @@ dependencies = [
2632
2652
 
2633
2653
  [[package]]
2634
2654
  name = "pest_generator"
2635
- version = "2.7.15"
2655
+ version = "2.8.0"
2636
2656
  source = "registry+https://github.com/rust-lang/crates.io-index"
2637
- checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
2657
+ checksum = "db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841"
2638
2658
  dependencies = [
2639
2659
  "pest",
2640
2660
  "pest_meta",
@@ -2645,9 +2665,9 @@ dependencies = [
2645
2665
 
2646
2666
  [[package]]
2647
2667
  name = "pest_meta"
2648
- version = "2.7.15"
2668
+ version = "2.8.0"
2649
2669
  source = "registry+https://github.com/rust-lang/crates.io-index"
2650
- checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
2670
+ checksum = "7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0"
2651
2671
  dependencies = [
2652
2672
  "once_cell",
2653
2673
  "pest",
@@ -2656,28 +2676,28 @@ dependencies = [
2656
2676
 
2657
2677
  [[package]]
2658
2678
  name = "petgraph"
2659
- version = "0.6.5"
2679
+ version = "0.7.1"
2660
2680
  source = "registry+https://github.com/rust-lang/crates.io-index"
2661
- checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2681
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
2662
2682
  dependencies = [
2663
2683
  "fixedbitset",
2664
- "indexmap 2.7.1",
2684
+ "indexmap 2.9.0",
2665
2685
  ]
2666
2686
 
2667
2687
  [[package]]
2668
2688
  name = "pin-project"
2669
- version = "1.1.9"
2689
+ version = "1.1.10"
2670
2690
  source = "registry+https://github.com/rust-lang/crates.io-index"
2671
- checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
2691
+ checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2672
2692
  dependencies = [
2673
2693
  "pin-project-internal",
2674
2694
  ]
2675
2695
 
2676
2696
  [[package]]
2677
2697
  name = "pin-project-internal"
2678
- version = "1.1.9"
2698
+ version = "1.1.10"
2679
2699
  source = "registry+https://github.com/rust-lang/crates.io-index"
2680
- checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
2700
+ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2681
2701
  dependencies = [
2682
2702
  "proc-macro2",
2683
2703
  "quote",
@@ -2719,15 +2739,15 @@ dependencies = [
2719
2739
 
2720
2740
  [[package]]
2721
2741
  name = "pkg-config"
2722
- version = "0.3.31"
2742
+ version = "0.3.32"
2723
2743
  source = "registry+https://github.com/rust-lang/crates.io-index"
2724
- checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2744
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2725
2745
 
2726
2746
  [[package]]
2727
2747
  name = "portable-atomic"
2728
- version = "1.10.0"
2748
+ version = "1.11.0"
2729
2749
  source = "registry+https://github.com/rust-lang/crates.io-index"
2730
- checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
2750
+ checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
2731
2751
 
2732
2752
  [[package]]
2733
2753
  name = "powerfmt"
@@ -2737,18 +2757,18 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2737
2757
 
2738
2758
  [[package]]
2739
2759
  name = "ppv-lite86"
2740
- version = "0.2.20"
2760
+ version = "0.2.21"
2741
2761
  source = "registry+https://github.com/rust-lang/crates.io-index"
2742
- checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2762
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2743
2763
  dependencies = [
2744
- "zerocopy",
2764
+ "zerocopy 0.8.24",
2745
2765
  ]
2746
2766
 
2747
2767
  [[package]]
2748
2768
  name = "prettyplease"
2749
- version = "0.2.29"
2769
+ version = "0.2.32"
2750
2770
  source = "registry+https://github.com/rust-lang/crates.io-index"
2751
- checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
2771
+ checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
2752
2772
  dependencies = [
2753
2773
  "proc-macro2",
2754
2774
  "syn",
@@ -2756,9 +2776,9 @@ dependencies = [
2756
2776
 
2757
2777
  [[package]]
2758
2778
  name = "proc-macro2"
2759
- version = "1.0.93"
2779
+ version = "1.0.94"
2760
2780
  source = "registry+https://github.com/rust-lang/crates.io-index"
2761
- checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2781
+ checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
2762
2782
  dependencies = [
2763
2783
  "unicode-ident",
2764
2784
  ]
@@ -2788,9 +2808,9 @@ dependencies = [
2788
2808
 
2789
2809
  [[package]]
2790
2810
  name = "prost"
2791
- version = "0.13.4"
2811
+ version = "0.13.5"
2792
2812
  source = "registry+https://github.com/rust-lang/crates.io-index"
2793
- checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
2813
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2794
2814
  dependencies = [
2795
2815
  "bytes",
2796
2816
  "prost-derive",
@@ -2798,12 +2818,12 @@ dependencies = [
2798
2818
 
2799
2819
  [[package]]
2800
2820
  name = "prost-build"
2801
- version = "0.13.4"
2821
+ version = "0.13.5"
2802
2822
  source = "registry+https://github.com/rust-lang/crates.io-index"
2803
- checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b"
2823
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
2804
2824
  dependencies = [
2805
2825
  "heck",
2806
- "itertools 0.13.0",
2826
+ "itertools 0.14.0",
2807
2827
  "log",
2808
2828
  "multimap",
2809
2829
  "once_cell",
@@ -2818,12 +2838,12 @@ dependencies = [
2818
2838
 
2819
2839
  [[package]]
2820
2840
  name = "prost-derive"
2821
- version = "0.13.4"
2841
+ version = "0.13.5"
2822
2842
  source = "registry+https://github.com/rust-lang/crates.io-index"
2823
- checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
2843
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
2824
2844
  dependencies = [
2825
2845
  "anyhow",
2826
- "itertools 0.13.0",
2846
+ "itertools 0.14.0",
2827
2847
  "proc-macro2",
2828
2848
  "quote",
2829
2849
  "syn",
@@ -2831,9 +2851,9 @@ dependencies = [
2831
2851
 
2832
2852
  [[package]]
2833
2853
  name = "prost-types"
2834
- version = "0.13.4"
2854
+ version = "0.13.5"
2835
2855
  source = "registry+https://github.com/rust-lang/crates.io-index"
2836
- checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc"
2856
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
2837
2857
  dependencies = [
2838
2858
  "prost",
2839
2859
  ]
@@ -2903,9 +2923,9 @@ dependencies = [
2903
2923
 
2904
2924
  [[package]]
2905
2925
  name = "quick-xml"
2906
- version = "0.37.2"
2926
+ version = "0.37.4"
2907
2927
  source = "registry+https://github.com/rust-lang/crates.io-index"
2908
- checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
2928
+ checksum = "a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369"
2909
2929
  dependencies = [
2910
2930
  "memchr",
2911
2931
  "serde",
@@ -2913,37 +2933,39 @@ dependencies = [
2913
2933
 
2914
2934
  [[package]]
2915
2935
  name = "quinn"
2916
- version = "0.11.6"
2936
+ version = "0.11.7"
2917
2937
  source = "registry+https://github.com/rust-lang/crates.io-index"
2918
- checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
2938
+ checksum = "c3bd15a6f2967aef83887dcb9fec0014580467e33720d073560cf015a5683012"
2919
2939
  dependencies = [
2920
2940
  "bytes",
2941
+ "cfg_aliases",
2921
2942
  "pin-project-lite",
2922
2943
  "quinn-proto",
2923
2944
  "quinn-udp",
2924
- "rustc-hash 2.1.0",
2945
+ "rustc-hash 2.1.1",
2925
2946
  "rustls",
2926
2947
  "socket2",
2927
- "thiserror 2.0.11",
2948
+ "thiserror 2.0.12",
2928
2949
  "tokio",
2929
2950
  "tracing",
2951
+ "web-time",
2930
2952
  ]
2931
2953
 
2932
2954
  [[package]]
2933
2955
  name = "quinn-proto"
2934
- version = "0.11.9"
2956
+ version = "0.11.10"
2935
2957
  source = "registry+https://github.com/rust-lang/crates.io-index"
2936
- checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
2958
+ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
2937
2959
  dependencies = [
2938
2960
  "bytes",
2939
- "getrandom 0.2.15",
2940
- "rand",
2961
+ "getrandom 0.3.2",
2962
+ "rand 0.9.0",
2941
2963
  "ring",
2942
- "rustc-hash 2.1.0",
2964
+ "rustc-hash 2.1.1",
2943
2965
  "rustls",
2944
2966
  "rustls-pki-types",
2945
2967
  "slab",
2946
- "thiserror 2.0.11",
2968
+ "thiserror 2.0.12",
2947
2969
  "tinyvec",
2948
2970
  "tracing",
2949
2971
  "web-time",
@@ -2951,9 +2973,9 @@ dependencies = [
2951
2973
 
2952
2974
  [[package]]
2953
2975
  name = "quinn-udp"
2954
- version = "0.5.9"
2976
+ version = "0.5.11"
2955
2977
  source = "registry+https://github.com/rust-lang/crates.io-index"
2956
- checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
2978
+ checksum = "541d0f57c6ec747a90738a52741d3221f7960e8ac2f0ff4b1a63680e033b4ab5"
2957
2979
  dependencies = [
2958
2980
  "cfg_aliases",
2959
2981
  "libc",
@@ -2965,13 +2987,19 @@ dependencies = [
2965
2987
 
2966
2988
  [[package]]
2967
2989
  name = "quote"
2968
- version = "1.0.38"
2990
+ version = "1.0.40"
2969
2991
  source = "registry+https://github.com/rust-lang/crates.io-index"
2970
- checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2992
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2971
2993
  dependencies = [
2972
2994
  "proc-macro2",
2973
2995
  ]
2974
2996
 
2997
+ [[package]]
2998
+ name = "r-efi"
2999
+ version = "5.2.0"
3000
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3001
+ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
3002
+
2975
3003
  [[package]]
2976
3004
  name = "rand"
2977
3005
  version = "0.8.5"
@@ -2979,8 +3007,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2979
3007
  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2980
3008
  dependencies = [
2981
3009
  "libc",
2982
- "rand_chacha",
2983
- "rand_core",
3010
+ "rand_chacha 0.3.1",
3011
+ "rand_core 0.6.4",
3012
+ ]
3013
+
3014
+ [[package]]
3015
+ name = "rand"
3016
+ version = "0.9.0"
3017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3018
+ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
3019
+ dependencies = [
3020
+ "rand_chacha 0.9.0",
3021
+ "rand_core 0.9.3",
3022
+ "zerocopy 0.8.24",
2984
3023
  ]
2985
3024
 
2986
3025
  [[package]]
@@ -2990,7 +3029,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2990
3029
  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2991
3030
  dependencies = [
2992
3031
  "ppv-lite86",
2993
- "rand_core",
3032
+ "rand_core 0.6.4",
3033
+ ]
3034
+
3035
+ [[package]]
3036
+ name = "rand_chacha"
3037
+ version = "0.9.0"
3038
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3039
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3040
+ dependencies = [
3041
+ "ppv-lite86",
3042
+ "rand_core 0.9.3",
2994
3043
  ]
2995
3044
 
2996
3045
  [[package]]
@@ -3002,6 +3051,15 @@ dependencies = [
3002
3051
  "getrandom 0.2.15",
3003
3052
  ]
3004
3053
 
3054
+ [[package]]
3055
+ name = "rand_core"
3056
+ version = "0.9.3"
3057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3058
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3059
+ dependencies = [
3060
+ "getrandom 0.3.2",
3061
+ ]
3062
+
3005
3063
  [[package]]
3006
3064
  name = "rand_distr"
3007
3065
  version = "0.4.3"
@@ -3009,7 +3067,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3009
3067
  checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
3010
3068
  dependencies = [
3011
3069
  "num-traits",
3012
- "rand",
3070
+ "rand 0.8.5",
3013
3071
  ]
3014
3072
 
3015
3073
  [[package]]
@@ -3034,9 +3092,9 @@ dependencies = [
3034
3092
 
3035
3093
  [[package]]
3036
3094
  name = "redox_syscall"
3037
- version = "0.5.8"
3095
+ version = "0.5.11"
3038
3096
  source = "registry+https://github.com/rust-lang/crates.io-index"
3039
- checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
3097
+ checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
3040
3098
  dependencies = [
3041
3099
  "bitflags",
3042
3100
  ]
@@ -3093,9 +3151,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
3093
3151
 
3094
3152
  [[package]]
3095
3153
  name = "reqwest"
3096
- version = "0.12.12"
3154
+ version = "0.12.15"
3097
3155
  source = "registry+https://github.com/rust-lang/crates.io-index"
3098
- checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
3156
+ checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
3099
3157
  dependencies = [
3100
3158
  "base64 0.22.1",
3101
3159
  "bytes",
@@ -3157,9 +3215,9 @@ dependencies = [
3157
3215
 
3158
3216
  [[package]]
3159
3217
  name = "rsa"
3160
- version = "0.9.7"
3218
+ version = "0.9.8"
3161
3219
  source = "registry+https://github.com/rust-lang/crates.io-index"
3162
- checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
3220
+ checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3163
3221
  dependencies = [
3164
3222
  "const-oid",
3165
3223
  "digest",
@@ -3168,7 +3226,7 @@ dependencies = [
3168
3226
  "num-traits",
3169
3227
  "pkcs1",
3170
3228
  "pkcs8",
3171
- "rand_core",
3229
+ "rand_core 0.6.4",
3172
3230
  "signature",
3173
3231
  "spki",
3174
3232
  "subtle",
@@ -3228,9 +3286,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3228
3286
 
3229
3287
  [[package]]
3230
3288
  name = "rustc-hash"
3231
- version = "2.1.0"
3289
+ version = "2.1.1"
3232
3290
  source = "registry+https://github.com/rust-lang/crates.io-index"
3233
- checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
3291
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3234
3292
 
3235
3293
  [[package]]
3236
3294
  name = "rustc_version"
@@ -3250,21 +3308,34 @@ dependencies = [
3250
3308
  "bitflags",
3251
3309
  "errno",
3252
3310
  "libc",
3253
- "linux-raw-sys",
3311
+ "linux-raw-sys 0.4.15",
3312
+ "windows-sys 0.59.0",
3313
+ ]
3314
+
3315
+ [[package]]
3316
+ name = "rustix"
3317
+ version = "1.0.5"
3318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3319
+ checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
3320
+ dependencies = [
3321
+ "bitflags",
3322
+ "errno",
3323
+ "libc",
3324
+ "linux-raw-sys 0.9.3",
3254
3325
  "windows-sys 0.59.0",
3255
3326
  ]
3256
3327
 
3257
3328
  [[package]]
3258
3329
  name = "rustls"
3259
- version = "0.23.22"
3330
+ version = "0.23.25"
3260
3331
  source = "registry+https://github.com/rust-lang/crates.io-index"
3261
- checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7"
3332
+ checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
3262
3333
  dependencies = [
3263
3334
  "log",
3264
3335
  "once_cell",
3265
3336
  "ring",
3266
3337
  "rustls-pki-types",
3267
- "rustls-webpki",
3338
+ "rustls-webpki 0.103.1",
3268
3339
  "subtle",
3269
3340
  "zeroize",
3270
3341
  ]
@@ -3323,17 +3394,28 @@ dependencies = [
3323
3394
  "untrusted",
3324
3395
  ]
3325
3396
 
3397
+ [[package]]
3398
+ name = "rustls-webpki"
3399
+ version = "0.103.1"
3400
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3401
+ checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
3402
+ dependencies = [
3403
+ "ring",
3404
+ "rustls-pki-types",
3405
+ "untrusted",
3406
+ ]
3407
+
3326
3408
  [[package]]
3327
3409
  name = "rustversion"
3328
- version = "1.0.19"
3410
+ version = "1.0.20"
3329
3411
  source = "registry+https://github.com/rust-lang/crates.io-index"
3330
- checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
3412
+ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
3331
3413
 
3332
3414
  [[package]]
3333
3415
  name = "ryu"
3334
- version = "1.0.19"
3416
+ version = "1.0.20"
3335
3417
  source = "registry+https://github.com/rust-lang/crates.io-index"
3336
- checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
3418
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3337
3419
 
3338
3420
  [[package]]
3339
3421
  name = "same-file"
@@ -3406,9 +3488,9 @@ dependencies = [
3406
3488
 
3407
3489
  [[package]]
3408
3490
  name = "semver"
3409
- version = "1.0.25"
3491
+ version = "1.0.26"
3410
3492
  source = "registry+https://github.com/rust-lang/crates.io-index"
3411
- checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
3493
+ checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3412
3494
 
3413
3495
  [[package]]
3414
3496
  name = "sentry"
@@ -3462,7 +3544,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3462
3544
  checksum = "161283cfe8e99c8f6f236a402b9ccf726b201f365988b5bb637ebca0abbd4a30"
3463
3545
  dependencies = [
3464
3546
  "once_cell",
3465
- "rand",
3547
+ "rand 0.8.5",
3466
3548
  "sentry-types",
3467
3549
  "serde",
3468
3550
  "serde_json",
@@ -3509,7 +3591,7 @@ checksum = "5d68cdf6bc41b8ff3ae2a9c4671e97426dcdd154cc1d4b6b72813f285d6b163f"
3509
3591
  dependencies = [
3510
3592
  "debugid",
3511
3593
  "hex",
3512
- "rand",
3594
+ "rand 0.8.5",
3513
3595
  "serde",
3514
3596
  "serde_json",
3515
3597
  "thiserror 1.0.69",
@@ -3550,9 +3632,9 @@ dependencies = [
3550
3632
 
3551
3633
  [[package]]
3552
3634
  name = "serde_json"
3553
- version = "1.0.138"
3635
+ version = "1.0.140"
3554
3636
  source = "registry+https://github.com/rust-lang/crates.io-index"
3555
- checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
3637
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
3556
3638
  dependencies = [
3557
3639
  "itoa",
3558
3640
  "memchr",
@@ -3571,9 +3653,9 @@ dependencies = [
3571
3653
 
3572
3654
  [[package]]
3573
3655
  name = "serde_path_to_error"
3574
- version = "0.1.16"
3656
+ version = "0.1.17"
3575
3657
  source = "registry+https://github.com/rust-lang/crates.io-index"
3576
- checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
3658
+ checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
3577
3659
  dependencies = [
3578
3660
  "itoa",
3579
3661
  "serde",
@@ -3581,9 +3663,9 @@ dependencies = [
3581
3663
 
3582
3664
  [[package]]
3583
3665
  name = "serde_repr"
3584
- version = "0.1.19"
3666
+ version = "0.1.20"
3585
3667
  source = "registry+https://github.com/rust-lang/crates.io-index"
3586
- checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
3668
+ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3587
3669
  dependencies = [
3588
3670
  "proc-macro2",
3589
3671
  "quote",
@@ -3608,7 +3690,7 @@ version = "0.9.34+deprecated"
3608
3690
  source = "registry+https://github.com/rust-lang/crates.io-index"
3609
3691
  checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
3610
3692
  dependencies = [
3611
- "indexmap 2.7.1",
3693
+ "indexmap 2.9.0",
3612
3694
  "itoa",
3613
3695
  "ryu",
3614
3696
  "serde",
@@ -3668,7 +3750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3668
3750
  checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31"
3669
3751
  dependencies = [
3670
3752
  "pkcs8",
3671
- "rand_core",
3753
+ "rand_core 0.6.4",
3672
3754
  "signature",
3673
3755
  "zeroize",
3674
3756
  ]
@@ -3680,7 +3762,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3680
3762
  checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3681
3763
  dependencies = [
3682
3764
  "digest",
3683
- "rand_core",
3765
+ "rand_core 0.6.4",
3684
3766
  ]
3685
3767
 
3686
3768
  [[package]]
@@ -3712,9 +3794,9 @@ dependencies = [
3712
3794
 
3713
3795
  [[package]]
3714
3796
  name = "smallvec"
3715
- version = "1.13.2"
3797
+ version = "1.15.0"
3716
3798
  source = "registry+https://github.com/rust-lang/crates.io-index"
3717
- checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3799
+ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
3718
3800
  dependencies = [
3719
3801
  "serde",
3720
3802
  ]
@@ -3742,9 +3824,9 @@ dependencies = [
3742
3824
 
3743
3825
  [[package]]
3744
3826
  name = "socket2"
3745
- version = "0.5.8"
3827
+ version = "0.5.9"
3746
3828
  source = "registry+https://github.com/rust-lang/crates.io-index"
3747
- checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
3829
+ checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
3748
3830
  dependencies = [
3749
3831
  "libc",
3750
3832
  "windows-sys 0.52.0",
@@ -3799,7 +3881,7 @@ dependencies = [
3799
3881
  "futures-util",
3800
3882
  "hashbrown 0.15.2",
3801
3883
  "hashlink",
3802
- "indexmap 2.7.1",
3884
+ "indexmap 2.9.0",
3803
3885
  "log",
3804
3886
  "memchr",
3805
3887
  "once_cell",
@@ -3810,7 +3892,7 @@ dependencies = [
3810
3892
  "serde_json",
3811
3893
  "sha2",
3812
3894
  "smallvec",
3813
- "thiserror 2.0.11",
3895
+ "thiserror 2.0.12",
3814
3896
  "time",
3815
3897
  "tokio",
3816
3898
  "tokio-stream",
@@ -3888,7 +3970,7 @@ dependencies = [
3888
3970
  "memchr",
3889
3971
  "once_cell",
3890
3972
  "percent-encoding",
3891
- "rand",
3973
+ "rand 0.8.5",
3892
3974
  "rsa",
3893
3975
  "serde",
3894
3976
  "sha1",
@@ -3896,7 +3978,7 @@ dependencies = [
3896
3978
  "smallvec",
3897
3979
  "sqlx-core",
3898
3980
  "stringprep",
3899
- "thiserror 2.0.11",
3981
+ "thiserror 2.0.12",
3900
3982
  "time",
3901
3983
  "tracing",
3902
3984
  "uuid",
@@ -3928,14 +4010,14 @@ dependencies = [
3928
4010
  "md-5",
3929
4011
  "memchr",
3930
4012
  "once_cell",
3931
- "rand",
4013
+ "rand 0.8.5",
3932
4014
  "serde",
3933
4015
  "serde_json",
3934
4016
  "sha2",
3935
4017
  "smallvec",
3936
4018
  "sqlx-core",
3937
4019
  "stringprep",
3938
- "thiserror 2.0.11",
4020
+ "thiserror 2.0.12",
3939
4021
  "time",
3940
4022
  "tracing",
3941
4023
  "uuid",
@@ -4004,9 +4086,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4004
4086
 
4005
4087
  [[package]]
4006
4088
  name = "syn"
4007
- version = "2.0.98"
4089
+ version = "2.0.100"
4008
4090
  source = "registry+https://github.com/rust-lang/crates.io-index"
4009
- checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
4091
+ checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
4010
4092
  dependencies = [
4011
4093
  "proc-macro2",
4012
4094
  "quote",
@@ -4176,9 +4258,9 @@ dependencies = [
4176
4258
 
4177
4259
  [[package]]
4178
4260
  name = "tar"
4179
- version = "0.4.43"
4261
+ version = "0.4.44"
4180
4262
  source = "registry+https://github.com/rust-lang/crates.io-index"
4181
- checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
4263
+ checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
4182
4264
  dependencies = [
4183
4265
  "filetime",
4184
4266
  "libc",
@@ -4193,15 +4275,14 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
4193
4275
 
4194
4276
  [[package]]
4195
4277
  name = "tempfile"
4196
- version = "3.16.0"
4278
+ version = "3.19.1"
4197
4279
  source = "registry+https://github.com/rust-lang/crates.io-index"
4198
- checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
4280
+ checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
4199
4281
  dependencies = [
4200
- "cfg-if",
4201
4282
  "fastrand",
4202
- "getrandom 0.3.1",
4283
+ "getrandom 0.3.2",
4203
4284
  "once_cell",
4204
- "rustix",
4285
+ "rustix 1.0.5",
4205
4286
  "windows-sys 0.59.0",
4206
4287
  ]
4207
4288
 
@@ -4216,11 +4297,11 @@ dependencies = [
4216
4297
 
4217
4298
  [[package]]
4218
4299
  name = "thiserror"
4219
- version = "2.0.11"
4300
+ version = "2.0.12"
4220
4301
  source = "registry+https://github.com/rust-lang/crates.io-index"
4221
- checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
4302
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4222
4303
  dependencies = [
4223
- "thiserror-impl 2.0.11",
4304
+ "thiserror-impl 2.0.12",
4224
4305
  ]
4225
4306
 
4226
4307
  [[package]]
@@ -4236,9 +4317,9 @@ dependencies = [
4236
4317
 
4237
4318
  [[package]]
4238
4319
  name = "thiserror-impl"
4239
- version = "2.0.11"
4320
+ version = "2.0.12"
4240
4321
  source = "registry+https://github.com/rust-lang/crates.io-index"
4241
- checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
4322
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4242
4323
  dependencies = [
4243
4324
  "proc-macro2",
4244
4325
  "quote",
@@ -4257,9 +4338,9 @@ dependencies = [
4257
4338
 
4258
4339
  [[package]]
4259
4340
  name = "time"
4260
- version = "0.3.37"
4341
+ version = "0.3.41"
4261
4342
  source = "registry+https://github.com/rust-lang/crates.io-index"
4262
- checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
4343
+ checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
4263
4344
  dependencies = [
4264
4345
  "deranged",
4265
4346
  "itoa",
@@ -4272,15 +4353,15 @@ dependencies = [
4272
4353
 
4273
4354
  [[package]]
4274
4355
  name = "time-core"
4275
- version = "0.1.2"
4356
+ version = "0.1.4"
4276
4357
  source = "registry+https://github.com/rust-lang/crates.io-index"
4277
- checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
4358
+ checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
4278
4359
 
4279
4360
  [[package]]
4280
4361
  name = "time-macros"
4281
- version = "0.2.19"
4362
+ version = "0.2.22"
4282
4363
  source = "registry+https://github.com/rust-lang/crates.io-index"
4283
- checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
4364
+ checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
4284
4365
  dependencies = [
4285
4366
  "num-conv",
4286
4367
  "time-core",
@@ -4298,9 +4379,9 @@ dependencies = [
4298
4379
 
4299
4380
  [[package]]
4300
4381
  name = "tinyvec"
4301
- version = "1.8.1"
4382
+ version = "1.9.0"
4302
4383
  source = "registry+https://github.com/rust-lang/crates.io-index"
4303
- checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
4384
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
4304
4385
  dependencies = [
4305
4386
  "tinyvec_macros",
4306
4387
  ]
@@ -4313,9 +4394,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4313
4394
 
4314
4395
  [[package]]
4315
4396
  name = "tokio"
4316
- version = "1.43.0"
4397
+ version = "1.44.2"
4317
4398
  source = "registry+https://github.com/rust-lang/crates.io-index"
4318
- checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
4399
+ checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
4319
4400
  dependencies = [
4320
4401
  "backtrace",
4321
4402
  "bytes",
@@ -4351,9 +4432,9 @@ dependencies = [
4351
4432
 
4352
4433
  [[package]]
4353
4434
  name = "tokio-rustls"
4354
- version = "0.26.1"
4435
+ version = "0.26.2"
4355
4436
  source = "registry+https://github.com/rust-lang/crates.io-index"
4356
- checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
4437
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
4357
4438
  dependencies = [
4358
4439
  "rustls",
4359
4440
  "tokio",
@@ -4372,9 +4453,9 @@ dependencies = [
4372
4453
 
4373
4454
  [[package]]
4374
4455
  name = "tokio-util"
4375
- version = "0.7.13"
4456
+ version = "0.7.14"
4376
4457
  source = "registry+https://github.com/rust-lang/crates.io-index"
4377
- checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
4458
+ checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
4378
4459
  dependencies = [
4379
4460
  "bytes",
4380
4461
  "futures-core",
@@ -4440,7 +4521,7 @@ dependencies = [
4440
4521
  "indexmap 1.9.3",
4441
4522
  "pin-project",
4442
4523
  "pin-project-lite",
4443
- "rand",
4524
+ "rand 0.8.5",
4444
4525
  "slab",
4445
4526
  "tokio",
4446
4527
  "tokio-util",
@@ -4628,9 +4709,9 @@ dependencies = [
4628
4709
 
4629
4710
  [[package]]
4630
4711
  name = "typenum"
4631
- version = "1.17.0"
4712
+ version = "1.18.0"
4632
4713
  source = "registry+https://github.com/rust-lang/crates.io-index"
4633
- checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4714
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
4634
4715
 
4635
4716
  [[package]]
4636
4717
  name = "ucd-trie"
@@ -4655,9 +4736,9 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4655
4736
 
4656
4737
  [[package]]
4657
4738
  name = "unicode-ident"
4658
- version = "1.0.16"
4739
+ version = "1.0.18"
4659
4740
  source = "registry+https://github.com/rust-lang/crates.io-index"
4660
- checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
4741
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
4661
4742
 
4662
4743
  [[package]]
4663
4744
  name = "unicode-normalization"
@@ -4676,9 +4757,9 @@ checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
4676
4757
 
4677
4758
  [[package]]
4678
4759
  name = "unindent"
4679
- version = "0.2.3"
4760
+ version = "0.2.4"
4680
4761
  source = "registry+https://github.com/rust-lang/crates.io-index"
4681
- checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
4762
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
4682
4763
 
4683
4764
  [[package]]
4684
4765
  name = "unsafe-libyaml"
@@ -4747,7 +4828,7 @@ version = "1.16.0"
4747
4828
  source = "registry+https://github.com/rust-lang/crates.io-index"
4748
4829
  checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
4749
4830
  dependencies = [
4750
- "getrandom 0.3.1",
4831
+ "getrandom 0.3.2",
4751
4832
  "serde",
4752
4833
  ]
4753
4834
 
@@ -4796,9 +4877,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4796
4877
 
4797
4878
  [[package]]
4798
4879
  name = "wasi"
4799
- version = "0.13.3+wasi-0.2.2"
4880
+ version = "0.14.2+wasi-0.2.4"
4800
4881
  source = "registry+https://github.com/rust-lang/crates.io-index"
4801
- checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
4882
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4802
4883
  dependencies = [
4803
4884
  "wit-bindgen-rt",
4804
4885
  ]
@@ -4924,9 +5005,9 @@ dependencies = [
4924
5005
 
4925
5006
  [[package]]
4926
5007
  name = "whoami"
4927
- version = "1.5.2"
5008
+ version = "1.6.0"
4928
5009
  source = "registry+https://github.com/rust-lang/crates.io-index"
4929
- checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
5010
+ checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7"
4930
5011
  dependencies = [
4931
5012
  "redox_syscall",
4932
5013
  "wasite",
@@ -4969,7 +5050,7 @@ version = "0.52.0"
4969
5050
  source = "registry+https://github.com/rust-lang/crates.io-index"
4970
5051
  checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
4971
5052
  dependencies = [
4972
- "windows-core",
5053
+ "windows-core 0.52.0",
4973
5054
  "windows-targets 0.52.6",
4974
5055
  ]
4975
5056
 
@@ -4982,34 +5063,83 @@ dependencies = [
4982
5063
  "windows-targets 0.52.6",
4983
5064
  ]
4984
5065
 
5066
+ [[package]]
5067
+ name = "windows-core"
5068
+ version = "0.61.0"
5069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5070
+ checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
5071
+ dependencies = [
5072
+ "windows-implement",
5073
+ "windows-interface",
5074
+ "windows-link",
5075
+ "windows-result",
5076
+ "windows-strings 0.4.0",
5077
+ ]
5078
+
5079
+ [[package]]
5080
+ name = "windows-implement"
5081
+ version = "0.60.0"
5082
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5083
+ checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
5084
+ dependencies = [
5085
+ "proc-macro2",
5086
+ "quote",
5087
+ "syn",
5088
+ ]
5089
+
5090
+ [[package]]
5091
+ name = "windows-interface"
5092
+ version = "0.59.1"
5093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5094
+ checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
5095
+ dependencies = [
5096
+ "proc-macro2",
5097
+ "quote",
5098
+ "syn",
5099
+ ]
5100
+
5101
+ [[package]]
5102
+ name = "windows-link"
5103
+ version = "0.1.1"
5104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5105
+ checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
5106
+
4985
5107
  [[package]]
4986
5108
  name = "windows-registry"
4987
- version = "0.2.0"
5109
+ version = "0.4.0"
4988
5110
  source = "registry+https://github.com/rust-lang/crates.io-index"
4989
- checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
5111
+ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
4990
5112
  dependencies = [
4991
5113
  "windows-result",
4992
- "windows-strings",
4993
- "windows-targets 0.52.6",
5114
+ "windows-strings 0.3.1",
5115
+ "windows-targets 0.53.0",
4994
5116
  ]
4995
5117
 
4996
5118
  [[package]]
4997
5119
  name = "windows-result"
4998
- version = "0.2.0"
5120
+ version = "0.3.2"
4999
5121
  source = "registry+https://github.com/rust-lang/crates.io-index"
5000
- checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
5122
+ checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
5001
5123
  dependencies = [
5002
- "windows-targets 0.52.6",
5124
+ "windows-link",
5003
5125
  ]
5004
5126
 
5005
5127
  [[package]]
5006
5128
  name = "windows-strings"
5007
- version = "0.1.0"
5129
+ version = "0.3.1"
5008
5130
  source = "registry+https://github.com/rust-lang/crates.io-index"
5009
- checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
5131
+ checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
5010
5132
  dependencies = [
5011
- "windows-result",
5012
- "windows-targets 0.52.6",
5133
+ "windows-link",
5134
+ ]
5135
+
5136
+ [[package]]
5137
+ name = "windows-strings"
5138
+ version = "0.4.0"
5139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5140
+ checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
5141
+ dependencies = [
5142
+ "windows-link",
5013
5143
  ]
5014
5144
 
5015
5145
  [[package]]
@@ -5063,13 +5193,29 @@ dependencies = [
5063
5193
  "windows_aarch64_gnullvm 0.52.6",
5064
5194
  "windows_aarch64_msvc 0.52.6",
5065
5195
  "windows_i686_gnu 0.52.6",
5066
- "windows_i686_gnullvm",
5196
+ "windows_i686_gnullvm 0.52.6",
5067
5197
  "windows_i686_msvc 0.52.6",
5068
5198
  "windows_x86_64_gnu 0.52.6",
5069
5199
  "windows_x86_64_gnullvm 0.52.6",
5070
5200
  "windows_x86_64_msvc 0.52.6",
5071
5201
  ]
5072
5202
 
5203
+ [[package]]
5204
+ name = "windows-targets"
5205
+ version = "0.53.0"
5206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5207
+ checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
5208
+ dependencies = [
5209
+ "windows_aarch64_gnullvm 0.53.0",
5210
+ "windows_aarch64_msvc 0.53.0",
5211
+ "windows_i686_gnu 0.53.0",
5212
+ "windows_i686_gnullvm 0.53.0",
5213
+ "windows_i686_msvc 0.53.0",
5214
+ "windows_x86_64_gnu 0.53.0",
5215
+ "windows_x86_64_gnullvm 0.53.0",
5216
+ "windows_x86_64_msvc 0.53.0",
5217
+ ]
5218
+
5073
5219
  [[package]]
5074
5220
  name = "windows_aarch64_gnullvm"
5075
5221
  version = "0.48.5"
@@ -5082,6 +5228,12 @@ version = "0.52.6"
5082
5228
  source = "registry+https://github.com/rust-lang/crates.io-index"
5083
5229
  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5084
5230
 
5231
+ [[package]]
5232
+ name = "windows_aarch64_gnullvm"
5233
+ version = "0.53.0"
5234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5235
+ checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
5236
+
5085
5237
  [[package]]
5086
5238
  name = "windows_aarch64_msvc"
5087
5239
  version = "0.48.5"
@@ -5094,6 +5246,12 @@ version = "0.52.6"
5094
5246
  source = "registry+https://github.com/rust-lang/crates.io-index"
5095
5247
  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5096
5248
 
5249
+ [[package]]
5250
+ name = "windows_aarch64_msvc"
5251
+ version = "0.53.0"
5252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5253
+ checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
5254
+
5097
5255
  [[package]]
5098
5256
  name = "windows_i686_gnu"
5099
5257
  version = "0.48.5"
@@ -5106,12 +5264,24 @@ version = "0.52.6"
5106
5264
  source = "registry+https://github.com/rust-lang/crates.io-index"
5107
5265
  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5108
5266
 
5267
+ [[package]]
5268
+ name = "windows_i686_gnu"
5269
+ version = "0.53.0"
5270
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5271
+ checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
5272
+
5109
5273
  [[package]]
5110
5274
  name = "windows_i686_gnullvm"
5111
5275
  version = "0.52.6"
5112
5276
  source = "registry+https://github.com/rust-lang/crates.io-index"
5113
5277
  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5114
5278
 
5279
+ [[package]]
5280
+ name = "windows_i686_gnullvm"
5281
+ version = "0.53.0"
5282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5283
+ checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
5284
+
5115
5285
  [[package]]
5116
5286
  name = "windows_i686_msvc"
5117
5287
  version = "0.48.5"
@@ -5124,6 +5294,12 @@ version = "0.52.6"
5124
5294
  source = "registry+https://github.com/rust-lang/crates.io-index"
5125
5295
  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5126
5296
 
5297
+ [[package]]
5298
+ name = "windows_i686_msvc"
5299
+ version = "0.53.0"
5300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5301
+ checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
5302
+
5127
5303
  [[package]]
5128
5304
  name = "windows_x86_64_gnu"
5129
5305
  version = "0.48.5"
@@ -5136,6 +5312,12 @@ version = "0.52.6"
5136
5312
  source = "registry+https://github.com/rust-lang/crates.io-index"
5137
5313
  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5138
5314
 
5315
+ [[package]]
5316
+ name = "windows_x86_64_gnu"
5317
+ version = "0.53.0"
5318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5319
+ checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
5320
+
5139
5321
  [[package]]
5140
5322
  name = "windows_x86_64_gnullvm"
5141
5323
  version = "0.48.5"
@@ -5148,6 +5330,12 @@ version = "0.52.6"
5148
5330
  source = "registry+https://github.com/rust-lang/crates.io-index"
5149
5331
  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5150
5332
 
5333
+ [[package]]
5334
+ name = "windows_x86_64_gnullvm"
5335
+ version = "0.53.0"
5336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5337
+ checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
5338
+
5151
5339
  [[package]]
5152
5340
  name = "windows_x86_64_msvc"
5153
5341
  version = "0.48.5"
@@ -5160,11 +5348,17 @@ version = "0.52.6"
5160
5348
  source = "registry+https://github.com/rust-lang/crates.io-index"
5161
5349
  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5162
5350
 
5351
+ [[package]]
5352
+ name = "windows_x86_64_msvc"
5353
+ version = "0.53.0"
5354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5355
+ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
5356
+
5163
5357
  [[package]]
5164
5358
  name = "wit-bindgen-rt"
5165
- version = "0.33.0"
5359
+ version = "0.39.0"
5166
5360
  source = "registry+https://github.com/rust-lang/crates.io-index"
5167
- checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
5361
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
5168
5362
  dependencies = [
5169
5363
  "bitflags",
5170
5364
  ]
@@ -5183,13 +5377,12 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5183
5377
 
5184
5378
  [[package]]
5185
5379
  name = "xattr"
5186
- version = "1.4.0"
5380
+ version = "1.5.0"
5187
5381
  source = "registry+https://github.com/rust-lang/crates.io-index"
5188
- checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
5382
+ checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
5189
5383
  dependencies = [
5190
5384
  "libc",
5191
- "linux-raw-sys",
5192
- "rustix",
5385
+ "rustix 1.0.5",
5193
5386
  ]
5194
5387
 
5195
5388
  [[package]]
@@ -5222,8 +5415,16 @@ version = "0.7.35"
5222
5415
  source = "registry+https://github.com/rust-lang/crates.io-index"
5223
5416
  checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
5224
5417
  dependencies = [
5225
- "byteorder",
5226
- "zerocopy-derive",
5418
+ "zerocopy-derive 0.7.35",
5419
+ ]
5420
+
5421
+ [[package]]
5422
+ name = "zerocopy"
5423
+ version = "0.8.24"
5424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5425
+ checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
5426
+ dependencies = [
5427
+ "zerocopy-derive 0.8.24",
5227
5428
  ]
5228
5429
 
5229
5430
  [[package]]
@@ -5237,20 +5438,31 @@ dependencies = [
5237
5438
  "syn",
5238
5439
  ]
5239
5440
 
5441
+ [[package]]
5442
+ name = "zerocopy-derive"
5443
+ version = "0.8.24"
5444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
5445
+ checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
5446
+ dependencies = [
5447
+ "proc-macro2",
5448
+ "quote",
5449
+ "syn",
5450
+ ]
5451
+
5240
5452
  [[package]]
5241
5453
  name = "zerofrom"
5242
- version = "0.1.5"
5454
+ version = "0.1.6"
5243
5455
  source = "registry+https://github.com/rust-lang/crates.io-index"
5244
- checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5456
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5245
5457
  dependencies = [
5246
5458
  "zerofrom-derive",
5247
5459
  ]
5248
5460
 
5249
5461
  [[package]]
5250
5462
  name = "zerofrom-derive"
5251
- version = "0.1.5"
5463
+ version = "0.1.6"
5252
5464
  source = "registry+https://github.com/rust-lang/crates.io-index"
5253
- checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5465
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5254
5466
  dependencies = [
5255
5467
  "proc-macro2",
5256
5468
  "quote",
@@ -5288,27 +5500,27 @@ dependencies = [
5288
5500
 
5289
5501
  [[package]]
5290
5502
  name = "zstd"
5291
- version = "0.13.2"
5503
+ version = "0.13.3"
5292
5504
  source = "registry+https://github.com/rust-lang/crates.io-index"
5293
- checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
5505
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
5294
5506
  dependencies = [
5295
5507
  "zstd-safe",
5296
5508
  ]
5297
5509
 
5298
5510
  [[package]]
5299
5511
  name = "zstd-safe"
5300
- version = "7.2.1"
5512
+ version = "7.2.4"
5301
5513
  source = "registry+https://github.com/rust-lang/crates.io-index"
5302
- checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
5514
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
5303
5515
  dependencies = [
5304
5516
  "zstd-sys",
5305
5517
  ]
5306
5518
 
5307
5519
  [[package]]
5308
5520
  name = "zstd-sys"
5309
- version = "2.0.13+zstd.1.5.6"
5521
+ version = "2.0.15+zstd.1.5.7"
5310
5522
  source = "registry+https://github.com/rust-lang/crates.io-index"
5311
- checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
5523
+ checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
5312
5524
  dependencies = [
5313
5525
  "cc",
5314
5526
  "pkg-config",