maplib 0.15.4__tar.gz → 0.15.6__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 (183) hide show
  1. {maplib-0.15.4 → maplib-0.15.6}/Cargo.lock +337 -242
  2. {maplib-0.15.4 → maplib-0.15.6}/PKG-INFO +1 -1
  3. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/expressions.rs +10 -0
  4. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/lib.rs +43 -53
  5. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/multitype.rs +52 -3
  6. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/polars_to_rdf.rs +17 -64
  7. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/Cargo.toml +1 -1
  8. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_multi_expressions.py +21 -0
  9. {maplib-0.15.4 → maplib-0.15.6}/Cargo.toml +0 -0
  10. {maplib-0.15.4 → maplib-0.15.6}/LICENSE +0 -0
  11. {maplib-0.15.4 → maplib-0.15.6}/README.md +0 -0
  12. {maplib-0.15.4 → maplib-0.15.6}/lib/file_io/Cargo.toml +0 -0
  13. {maplib-0.15.4 → maplib-0.15.6}/lib/file_io/src/lib.rs +0 -0
  14. {maplib-0.15.4 → maplib-0.15.6}/lib/fts/Cargo.toml +0 -0
  15. {maplib-0.15.4 → maplib-0.15.6}/lib/fts/src/lib.rs +0 -0
  16. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/Cargo.toml +0 -0
  17. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/errors.rs +0 -0
  18. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/lib.rs +0 -0
  19. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping/constant_terms.rs +0 -0
  20. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping/default.rs +0 -0
  21. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping/errors.rs +0 -0
  22. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping/expansion/validation.rs +0 -0
  23. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping/expansion.rs +0 -0
  24. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/src/mapping.rs +0 -0
  25. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/tests/stottr_testdata/.gitignore +0 -0
  26. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/tests/stottr_testdata/expected_easy_case.ttl +0 -0
  27. {maplib-0.15.4 → maplib-0.15.6}/lib/maplib/tests/test_stottr.rs +0 -0
  28. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/Cargo.toml +0 -0
  29. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/LICENSE +0 -0
  30. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/README.md +0 -0
  31. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/licensing/POLARS_LICENSE +0 -0
  32. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/src/lib.rs +0 -0
  33. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/src/to_python.rs +0 -0
  34. {maplib-0.15.4 → maplib-0.15.6}/lib/pydf_io/src/to_rust.rs +0 -0
  35. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/Cargo.toml +0 -0
  36. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/LICENSE +0 -0
  37. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/README.md +0 -0
  38. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/aggregates.rs +0 -0
  39. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/constants.rs +0 -0
  40. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/errors.rs +0 -0
  41. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/exists_helper.rs +0 -0
  42. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/find_query_variables.rs +0 -0
  43. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/graph_patterns.rs +0 -0
  44. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/lib.rs +0 -0
  45. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/pushdowns.rs +0 -0
  46. {maplib-0.15.4 → maplib-0.15.6}/lib/query_processing/src/type_constraints.rs +0 -0
  47. {maplib-0.15.4 → maplib-0.15.6}/lib/report_mapping/Cargo.toml +0 -0
  48. {maplib-0.15.4 → maplib-0.15.6}/lib/report_mapping/src/lib.rs +0 -0
  49. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/Cargo.toml +0 -0
  50. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/LICENSE +0 -0
  51. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/README.md +0 -0
  52. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/errors.rs +0 -0
  53. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/formatting.rs +0 -0
  54. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/literals.rs +0 -0
  55. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/python.rs +0 -0
  56. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/query_context.rs +0 -0
  57. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/rdf_to_polars.rs +0 -0
  58. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/solution_mapping.rs +0 -0
  59. {maplib-0.15.4 → maplib-0.15.6}/lib/representation/src/subtypes.rs +0 -0
  60. {maplib-0.15.4 → maplib-0.15.6}/lib/shacl/Cargo.toml +0 -0
  61. {maplib-0.15.4 → maplib-0.15.6}/lib/shacl/src/errors.rs +0 -0
  62. {maplib-0.15.4 → maplib-0.15.6}/lib/shacl/src/lib.rs +0 -0
  63. {maplib-0.15.4 → maplib-0.15.6}/lib/shacl/src/storage.rs +0 -0
  64. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/Cargo.toml +0 -0
  65. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/LICENSE +0 -0
  66. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/README.md +0 -0
  67. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/algebra.rs +0 -0
  68. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/lib.rs +0 -0
  69. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/parser.rs +0 -0
  70. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/query.rs +0 -0
  71. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/query_context.rs +0 -0
  72. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/remove_sugar.rs +0 -0
  73. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/term.rs +0 -0
  74. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/treehouse.rs +0 -0
  75. {maplib-0.15.4 → maplib-0.15.6}/lib/spargebra/src/update.rs +0 -0
  76. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/Cargo.toml +0 -0
  77. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/ast.rs +0 -0
  78. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/compatible.rs +0 -0
  79. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/constants.rs +0 -0
  80. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/dataset/errors.rs +0 -0
  81. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/dataset.rs +0 -0
  82. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/document.rs +0 -0
  83. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/lib.rs +0 -0
  84. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/parsing/errors.rs +0 -0
  85. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/parsing/nom_parsing.rs +0 -0
  86. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/parsing/parser_test.rs +0 -0
  87. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/parsing/parsing_ast.rs +0 -0
  88. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/parsing.rs +0 -0
  89. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/python.rs +0 -0
  90. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/resolver.rs +0 -0
  91. {maplib-0.15.4 → maplib-0.15.6}/lib/templates/src/subtypes_ext.rs +0 -0
  92. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/Cargo.toml +0 -0
  93. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/dblf.rs +0 -0
  94. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/errors.rs +0 -0
  95. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/io_funcs.rs +0 -0
  96. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/lib.rs +0 -0
  97. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/native_parquet_write.rs +0 -0
  98. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/query_solutions.rs +0 -0
  99. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/rdfs_inferencing.rs +0 -0
  100. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/errors.rs +0 -0
  101. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_aggregate.rs +0 -0
  102. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_expressions.rs +0 -0
  103. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/distinct.rs +0 -0
  104. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/extend.rs +0 -0
  105. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/filter.rs +0 -0
  106. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/group.rs +0 -0
  107. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/join.rs +0 -0
  108. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/left_join.rs +0 -0
  109. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/minus.rs +0 -0
  110. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/order_by.rs +0 -0
  111. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/path.rs +0 -0
  112. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/project.rs +0 -0
  113. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/pvalues.rs +0 -0
  114. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/triple.rs +0 -0
  115. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/triples_ordering.rs +0 -0
  116. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/union.rs +0 -0
  117. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns/values.rs +0 -0
  118. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_graph_patterns.rs +0 -0
  119. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/lazy_order.rs +0 -0
  120. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql/pushdowns.rs +0 -0
  121. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/sparql.rs +0 -0
  122. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/storage.rs +0 -0
  123. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/triples_read.rs +0 -0
  124. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/triples_write/fast_ntriples.rs +0 -0
  125. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/triples_write/serializers.rs +0 -0
  126. {maplib-0.15.4 → maplib-0.15.6}/lib/triplestore/src/triples_write.rs +0 -0
  127. {maplib-0.15.4 → maplib-0.15.6}/maplib/__init__.py +0 -0
  128. {maplib-0.15.4 → maplib-0.15.6}/maplib/add_triples.py +0 -0
  129. {maplib-0.15.4 → maplib-0.15.6}/maplib/maplib.pyi +0 -0
  130. {maplib-0.15.4 → maplib-0.15.6}/maplib/py.typed +0 -0
  131. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/LICENSE +0 -0
  132. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/README.md +0 -0
  133. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/maplib/.gitignore +0 -0
  134. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/maplib/__init__.py +0 -0
  135. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/maplib/add_triples.py +0 -0
  136. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/maplib/maplib.pyi +0 -0
  137. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/maplib/py.typed +0 -0
  138. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/src/error.rs +0 -0
  139. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/src/lib.rs +0 -0
  140. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/src/shacl.rs +0 -0
  141. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/.gitignore +0 -0
  142. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/__init__.py +0 -0
  143. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/out.ttl +0 -0
  144. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/requirements.txt +0 -0
  145. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_basics.py +0 -0
  146. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_blank_nodes_multi.py +0 -0
  147. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_data_validation.py +0 -0
  148. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_integration.py +0 -0
  149. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_pizza_example.py +0 -0
  150. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_programmatic_pizza_example.py +0 -0
  151. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_rdf_parser.py +0 -0
  152. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_read_write.py +0 -0
  153. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/test_validate_iris.py +0 -0
  154. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/iterated_property_path_constant_object_query.csv +0 -0
  155. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/iterated_property_path_constant_subject_query.csv +0 -0
  156. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/iterated_property_path_query.csv +0 -0
  157. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/iterated_property_path_query_with_bug.csv +0 -0
  158. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/larger_ordered_query.csv +0 -0
  159. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/larger_query.csv +0 -0
  160. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_concat.csv +0 -0
  161. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_join_query.csv +0 -0
  162. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_join_query_two_vars.csv +0 -0
  163. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_leftjoin_query.csv +0 -0
  164. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_query.csv +0 -0
  165. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_query_sorting.csv +0 -0
  166. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_union_query.csv +0 -0
  167. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_union_query_native_df.parquet +0 -0
  168. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_union_sort_desc1_query.csv +0 -0
  169. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_datatype_union_sort_query.csv +0 -0
  170. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/multi_many_comp.csv +0 -0
  171. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/property_path_query.csv +0 -0
  172. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/rdf_parser/date_panic.nt +0 -0
  173. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/read_ntriples.csv +0 -0
  174. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/read_ntriples.nt +0 -0
  175. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/read_ntriples2.csv +0 -0
  176. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_construct_query_nothing.csv +0 -0
  177. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_construct_query_something.csv +0 -0
  178. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_insert_query_nothing.csv +0 -0
  179. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_insert_query_something.csv +0 -0
  180. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_property_path_query.csv +0 -0
  181. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/simple_query.csv +0 -0
  182. {maplib-0.15.4 → maplib-0.15.6}/py_maplib/tests/testdata/stringfuncs.csv +0 -0
  183. {maplib-0.15.4 → maplib-0.15.6}/pyproject.toml +0 -0
@@ -24,10 +24,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
  checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25
25
  dependencies = [
26
26
  "cfg-if",
27
- "getrandom",
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]]
@@ -127,11 +127,12 @@ dependencies = [
127
127
 
128
128
  [[package]]
129
129
  name = "anstyle-wincon"
130
- version = "3.0.6"
130
+ version = "3.0.7"
131
131
  source = "registry+https://github.com/rust-lang/crates.io-index"
132
- checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
132
+ checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
133
133
  dependencies = [
134
134
  "anstyle",
135
+ "once_cell",
135
136
  "windows-sys 0.59.0",
136
137
  ]
137
138
 
@@ -184,18 +185,18 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
184
185
  dependencies = [
185
186
  "proc-macro2",
186
187
  "quote",
187
- "syn 2.0.94",
188
+ "syn 2.0.100",
188
189
  ]
189
190
 
190
191
  [[package]]
191
192
  name = "async-trait"
192
- version = "0.1.83"
193
+ version = "0.1.87"
193
194
  source = "registry+https://github.com/rust-lang/crates.io-index"
194
- checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
195
+ checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
195
196
  dependencies = [
196
197
  "proc-macro2",
197
198
  "quote",
198
- "syn 2.0.94",
199
+ "syn 2.0.100",
199
200
  ]
200
201
 
201
202
  [[package]]
@@ -248,9 +249,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
248
249
 
249
250
  [[package]]
250
251
  name = "bitflags"
251
- version = "2.6.0"
252
+ version = "2.9.0"
252
253
  source = "registry+https://github.com/rust-lang/crates.io-index"
253
- checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
254
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
254
255
 
255
256
  [[package]]
256
257
  name = "brotli"
@@ -265,9 +266,9 @@ dependencies = [
265
266
 
266
267
  [[package]]
267
268
  name = "brotli-decompressor"
268
- version = "4.0.1"
269
+ version = "4.0.2"
269
270
  source = "registry+https://github.com/rust-lang/crates.io-index"
270
- checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
271
+ checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37"
271
272
  dependencies = [
272
273
  "alloc-no-stdlib",
273
274
  "alloc-stdlib",
@@ -275,15 +276,15 @@ dependencies = [
275
276
 
276
277
  [[package]]
277
278
  name = "bumpalo"
278
- version = "3.16.0"
279
+ version = "3.17.0"
279
280
  source = "registry+https://github.com/rust-lang/crates.io-index"
280
- checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
281
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
281
282
 
282
283
  [[package]]
283
284
  name = "bytemuck"
284
- version = "1.21.0"
285
+ version = "1.22.0"
285
286
  source = "registry+https://github.com/rust-lang/crates.io-index"
286
- checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
287
+ checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540"
287
288
  dependencies = [
288
289
  "bytemuck_derive",
289
290
  ]
@@ -296,20 +297,14 @@ checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a"
296
297
  dependencies = [
297
298
  "proc-macro2",
298
299
  "quote",
299
- "syn 2.0.94",
300
+ "syn 2.0.100",
300
301
  ]
301
302
 
302
- [[package]]
303
- name = "byteorder"
304
- version = "1.5.0"
305
- source = "registry+https://github.com/rust-lang/crates.io-index"
306
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
307
-
308
303
  [[package]]
309
304
  name = "bytes"
310
- version = "1.9.0"
305
+ version = "1.10.1"
311
306
  source = "registry+https://github.com/rust-lang/crates.io-index"
312
- checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
307
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
313
308
  dependencies = [
314
309
  "serde",
315
310
  ]
@@ -325,9 +320,9 @@ dependencies = [
325
320
 
326
321
  [[package]]
327
322
  name = "cc"
328
- version = "1.2.6"
323
+ version = "1.2.16"
329
324
  source = "registry+https://github.com/rust-lang/crates.io-index"
330
- checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
325
+ checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
331
326
  dependencies = [
332
327
  "jobserver",
333
328
  "libc",
@@ -342,16 +337,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
342
337
 
343
338
  [[package]]
344
339
  name = "chrono"
345
- version = "0.4.39"
340
+ version = "0.4.40"
346
341
  source = "registry+https://github.com/rust-lang/crates.io-index"
347
- checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
342
+ checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
348
343
  dependencies = [
349
344
  "android-tzdata",
350
345
  "iana-time-zone",
351
346
  "js-sys",
352
347
  "num-traits",
353
348
  "wasm-bindgen",
354
- "windows-targets",
349
+ "windows-link",
355
350
  ]
356
351
 
357
352
  [[package]]
@@ -367,9 +362,9 @@ dependencies = [
367
362
 
368
363
  [[package]]
369
364
  name = "chrono-tz"
370
- version = "0.10.0"
365
+ version = "0.10.1"
371
366
  source = "registry+https://github.com/rust-lang/crates.io-index"
372
- checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6"
367
+ checksum = "9c6ac4f2c0bf0f44e9161aec9675e1050aa4a530663c4a9e37e108fa948bca9f"
373
368
  dependencies = [
374
369
  "chrono",
375
370
  "chrono-tz-build 0.4.0",
@@ -405,13 +400,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
405
400
 
406
401
  [[package]]
407
402
  name = "comfy-table"
408
- version = "7.1.3"
403
+ version = "7.1.4"
409
404
  source = "registry+https://github.com/rust-lang/crates.io-index"
410
- checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9"
405
+ checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a"
411
406
  dependencies = [
412
407
  "crossterm",
413
- "strum",
414
- "strum_macros",
408
+ "unicode-segmentation",
415
409
  "unicode-width",
416
410
  ]
417
411
 
@@ -512,15 +506,15 @@ dependencies = [
512
506
 
513
507
  [[package]]
514
508
  name = "dyn-clone"
515
- version = "1.0.17"
509
+ version = "1.0.19"
516
510
  source = "registry+https://github.com/rust-lang/crates.io-index"
517
- checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
511
+ checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
518
512
 
519
513
  [[package]]
520
514
  name = "either"
521
- version = "1.13.0"
515
+ version = "1.15.0"
522
516
  source = "registry+https://github.com/rust-lang/crates.io-index"
523
- checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
517
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
524
518
 
525
519
  [[package]]
526
520
  name = "enum_dispatch"
@@ -531,7 +525,7 @@ dependencies = [
531
525
  "once_cell",
532
526
  "proc-macro2",
533
527
  "quote",
534
- "syn 2.0.94",
528
+ "syn 2.0.100",
535
529
  ]
536
530
 
537
531
  [[package]]
@@ -546,22 +540,22 @@ dependencies = [
546
540
 
547
541
  [[package]]
548
542
  name = "env_logger"
549
- version = "0.11.6"
543
+ version = "0.11.7"
550
544
  source = "registry+https://github.com/rust-lang/crates.io-index"
551
- checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
545
+ checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
552
546
  dependencies = [
553
547
  "anstream",
554
548
  "anstyle",
555
549
  "env_filter",
556
- "humantime",
550
+ "jiff",
557
551
  "log",
558
552
  ]
559
553
 
560
554
  [[package]]
561
555
  name = "equivalent"
562
- version = "1.0.1"
556
+ version = "1.0.2"
563
557
  source = "registry+https://github.com/rust-lang/crates.io-index"
564
- checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
558
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
565
559
 
566
560
  [[package]]
567
561
  name = "errno"
@@ -602,9 +596,9 @@ dependencies = [
602
596
 
603
597
  [[package]]
604
598
  name = "flate2"
605
- version = "1.0.35"
599
+ version = "1.1.0"
606
600
  source = "registry+https://github.com/rust-lang/crates.io-index"
607
- checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
601
+ checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
608
602
  dependencies = [
609
603
  "crc32fast",
610
604
  "miniz_oxide",
@@ -711,7 +705,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
711
705
  dependencies = [
712
706
  "proc-macro2",
713
707
  "quote",
714
- "syn 2.0.94",
708
+ "syn 2.0.100",
715
709
  ]
716
710
 
717
711
  [[package]]
@@ -759,10 +753,22 @@ dependencies = [
759
753
  "cfg-if",
760
754
  "js-sys",
761
755
  "libc",
762
- "wasi",
756
+ "wasi 0.11.0+wasi-snapshot-preview1",
763
757
  "wasm-bindgen",
764
758
  ]
765
759
 
760
+ [[package]]
761
+ name = "getrandom"
762
+ version = "0.3.1"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
765
+ dependencies = [
766
+ "cfg-if",
767
+ "libc",
768
+ "wasi 0.13.3+wasi-0.2.2",
769
+ "windows-targets",
770
+ ]
771
+
766
772
  [[package]]
767
773
  name = "gimli"
768
774
  version = "0.31.1"
@@ -837,12 +843,6 @@ dependencies = [
837
843
  "windows-sys 0.59.0",
838
844
  ]
839
845
 
840
- [[package]]
841
- name = "humantime"
842
- version = "2.1.0"
843
- source = "registry+https://github.com/rust-lang/crates.io-index"
844
- checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
845
-
846
846
  [[package]]
847
847
  name = "iana-time-zone"
848
848
  version = "0.1.61"
@@ -868,9 +868,9 @@ dependencies = [
868
868
 
869
869
  [[package]]
870
870
  name = "indexmap"
871
- version = "2.7.0"
871
+ version = "2.8.0"
872
872
  source = "registry+https://github.com/rust-lang/crates.io-index"
873
- checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
873
+ checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
874
874
  dependencies = [
875
875
  "equivalent",
876
876
  "hashbrown 0.15.2",
@@ -879,9 +879,9 @@ dependencies = [
879
879
 
880
880
  [[package]]
881
881
  name = "indoc"
882
- version = "2.0.5"
882
+ version = "2.0.6"
883
883
  source = "registry+https://github.com/rust-lang/crates.io-index"
884
- checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
884
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
885
885
 
886
886
  [[package]]
887
887
  name = "is_terminal_polyfill"
@@ -891,9 +891,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
891
891
 
892
892
  [[package]]
893
893
  name = "itoa"
894
- version = "1.0.14"
894
+ version = "1.0.15"
895
895
  source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
896
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
897
897
 
898
898
  [[package]]
899
899
  name = "itoap"
@@ -921,6 +921,30 @@ dependencies = [
921
921
  "libc",
922
922
  ]
923
923
 
924
+ [[package]]
925
+ name = "jiff"
926
+ version = "0.2.4"
927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
928
+ checksum = "d699bc6dfc879fb1bf9bdff0d4c56f0884fc6f0d0eb0fba397a6d00cd9a6b85e"
929
+ dependencies = [
930
+ "jiff-static",
931
+ "log",
932
+ "portable-atomic",
933
+ "portable-atomic-util",
934
+ "serde",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "jiff-static"
939
+ version = "0.2.4"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "8d16e75759ee0aa64c57a56acbf43916987b20c77373cb7e808979e02b93c9f9"
942
+ dependencies = [
943
+ "proc-macro2",
944
+ "quote",
945
+ "syn 2.0.100",
946
+ ]
947
+
924
948
  [[package]]
925
949
  name = "jobserver"
926
950
  version = "0.1.32"
@@ -932,9 +956,9 @@ dependencies = [
932
956
 
933
957
  [[package]]
934
958
  name = "js-sys"
935
- version = "0.3.76"
959
+ version = "0.3.77"
936
960
  source = "registry+https://github.com/rust-lang/crates.io-index"
937
- checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
961
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
938
962
  dependencies = [
939
963
  "once_cell",
940
964
  "wasm-bindgen",
@@ -942,15 +966,15 @@ dependencies = [
942
966
 
943
967
  [[package]]
944
968
  name = "json-event-parser"
945
- version = "0.2.0"
969
+ version = "0.2.2"
946
970
  source = "registry+https://github.com/rust-lang/crates.io-index"
947
- checksum = "f850fafca79ebacd70eab9d80cb75a33aeda38bde8f3dd784c1837cdf0bde631"
971
+ checksum = "73267b6bffa5356bd46cfa89386673e9a7f62f4eb3adcb45b1bd031892357853"
948
972
 
949
973
  [[package]]
950
974
  name = "libc"
951
- version = "0.2.169"
975
+ version = "0.2.170"
952
976
  source = "registry+https://github.com/rust-lang/crates.io-index"
953
- checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
977
+ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
954
978
 
955
979
  [[package]]
956
980
  name = "libm"
@@ -970,9 +994,9 @@ dependencies = [
970
994
 
971
995
  [[package]]
972
996
  name = "linux-raw-sys"
973
- version = "0.4.14"
997
+ version = "0.4.15"
974
998
  source = "registry+https://github.com/rust-lang/crates.io-index"
975
- checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
999
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
976
1000
 
977
1001
  [[package]]
978
1002
  name = "lock_api"
@@ -986,15 +1010,15 @@ dependencies = [
986
1010
 
987
1011
  [[package]]
988
1012
  name = "log"
989
- version = "0.4.22"
1013
+ version = "0.4.26"
990
1014
  source = "registry+https://github.com/rust-lang/crates.io-index"
991
- checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
1015
+ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
992
1016
 
993
1017
  [[package]]
994
1018
  name = "lz4"
995
- version = "1.28.0"
1019
+ version = "1.28.1"
996
1020
  source = "registry+https://github.com/rust-lang/crates.io-index"
997
- checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725"
1021
+ checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
998
1022
  dependencies = [
999
1023
  "lz4-sys",
1000
1024
  ]
@@ -1014,7 +1038,7 @@ name = "maplib"
1014
1038
  version = "0.6.0"
1015
1039
  dependencies = [
1016
1040
  "chrono",
1017
- "chrono-tz 0.10.0",
1041
+ "chrono-tz 0.10.1",
1018
1042
  "env_logger",
1019
1043
  "log",
1020
1044
  "oxiri",
@@ -1083,9 +1107,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1083
1107
 
1084
1108
  [[package]]
1085
1109
  name = "miniz_oxide"
1086
- version = "0.8.2"
1110
+ version = "0.8.5"
1087
1111
  source = "registry+https://github.com/rust-lang/crates.io-index"
1088
- checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
1112
+ checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1089
1113
  dependencies = [
1090
1114
  "adler2",
1091
1115
  ]
@@ -1097,7 +1121,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
1121
  checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
1098
1122
  dependencies = [
1099
1123
  "libc",
1100
- "wasi",
1124
+ "wasi 0.11.0+wasi-snapshot-preview1",
1101
1125
  "windows-sys 0.52.0",
1102
1126
  ]
1103
1127
 
@@ -1225,9 +1249,9 @@ dependencies = [
1225
1249
 
1226
1250
  [[package]]
1227
1251
  name = "once_cell"
1228
- version = "1.20.2"
1252
+ version = "1.21.0"
1229
1253
  source = "registry+https://github.com/rust-lang/crates.io-index"
1230
- checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
1254
+ checksum = "cde51589ab56b20a6f686b2c68f7a0bd6add753d697abf720d63f8db3ab7b1ad"
1231
1255
 
1232
1256
  [[package]]
1233
1257
  name = "oxilangtag"
@@ -1240,28 +1264,28 @@ dependencies = [
1240
1264
 
1241
1265
  [[package]]
1242
1266
  name = "oxiri"
1243
- version = "0.2.9"
1267
+ version = "0.2.11"
1244
1268
  source = "registry+https://github.com/rust-lang/crates.io-index"
1245
- checksum = "6628603228a6483668f78b29dc400a33ff1444dd5eae0504e40b6ba3bf7d01de"
1269
+ checksum = "54b4ed3a7192fa19f5f48f99871f2755047fabefd7f222f12a1df1773796a102"
1246
1270
 
1247
1271
  [[package]]
1248
1272
  name = "oxrdf"
1249
- version = "0.2.3"
1273
+ version = "0.2.4"
1250
1274
  source = "registry+https://github.com/rust-lang/crates.io-index"
1251
- checksum = "934b857076ddaada5c987ef66c8a4e93ed10b7cd408ad15aa06a88762477a25d"
1275
+ checksum = "a04761319ef84de1f59782f189d072cbfc3a9a40c4e8bded8667202fbd35b02a"
1252
1276
  dependencies = [
1253
1277
  "oxilangtag",
1254
1278
  "oxiri",
1255
1279
  "oxsdatatypes",
1256
- "rand",
1280
+ "rand 0.8.5",
1257
1281
  "thiserror",
1258
1282
  ]
1259
1283
 
1260
1284
  [[package]]
1261
1285
  name = "oxrdfio"
1262
- version = "0.1.4"
1286
+ version = "0.1.7"
1263
1287
  source = "registry+https://github.com/rust-lang/crates.io-index"
1264
- checksum = "f841436309a8b23b3bf5ce5a3e7ba453017e47050c52e86eaadba371b1d54d4a"
1288
+ checksum = "47d45d81e8e5313e13f88da6c040f5edcd5aa48e91d1cdf0972f5bc79362890d"
1265
1289
  dependencies = [
1266
1290
  "oxrdf",
1267
1291
  "oxrdfxml",
@@ -1271,9 +1295,9 @@ dependencies = [
1271
1295
 
1272
1296
  [[package]]
1273
1297
  name = "oxrdfxml"
1274
- version = "0.1.4"
1298
+ version = "0.1.6"
1275
1299
  source = "registry+https://github.com/rust-lang/crates.io-index"
1276
- checksum = "63ea9f5735650707979481b08e03b0d9df7c348ca6ec1702d4c8994a872712bb"
1300
+ checksum = "7e00a36021b71d74281cf9ffbbda57210bb9cb84b7f28bda50a3ee9641b6ce5d"
1277
1301
  dependencies = [
1278
1302
  "oxilangtag",
1279
1303
  "oxiri",
@@ -1284,18 +1308,18 @@ dependencies = [
1284
1308
 
1285
1309
  [[package]]
1286
1310
  name = "oxsdatatypes"
1287
- version = "0.2.1"
1311
+ version = "0.2.2"
1288
1312
  source = "registry+https://github.com/rust-lang/crates.io-index"
1289
- checksum = "f3e0497e4fa5caa8e0d1cc750cb6546a98feb938f2d45db065aceb03210f741d"
1313
+ checksum = "06fa874d87eae638daae9b4e3198864fe2cce68589f227c0b2cf5b62b1530516"
1290
1314
  dependencies = [
1291
1315
  "thiserror",
1292
1316
  ]
1293
1317
 
1294
1318
  [[package]]
1295
1319
  name = "oxttl"
1296
- version = "0.1.4"
1320
+ version = "0.1.7"
1297
1321
  source = "registry+https://github.com/rust-lang/crates.io-index"
1298
- checksum = "31b818f1b4303ed67685ff113d0814d00ef4b06c80a5d59828b16495b27461ad"
1322
+ checksum = "2bc2f05b9179f1033582fe3ae58a96cb4311dd1a2116791c3236117d5427f275"
1299
1323
  dependencies = [
1300
1324
  "memchr",
1301
1325
  "oxilangtag",
@@ -1338,9 +1362,9 @@ dependencies = [
1338
1362
 
1339
1363
  [[package]]
1340
1364
  name = "peg"
1341
- version = "0.8.4"
1365
+ version = "0.8.5"
1342
1366
  source = "registry+https://github.com/rust-lang/crates.io-index"
1343
- checksum = "295283b02df346d1ef66052a757869b2876ac29a6bb0ac3f5f7cd44aebe40e8f"
1367
+ checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
1344
1368
  dependencies = [
1345
1369
  "peg-macros",
1346
1370
  "peg-runtime",
@@ -1348,9 +1372,9 @@ dependencies = [
1348
1372
 
1349
1373
  [[package]]
1350
1374
  name = "peg-macros"
1351
- version = "0.8.4"
1375
+ version = "0.8.5"
1352
1376
  source = "registry+https://github.com/rust-lang/crates.io-index"
1353
- checksum = "bdad6a1d9cf116a059582ce415d5f5566aabcd4008646779dab7fdc2a9a9d426"
1377
+ checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
1354
1378
  dependencies = [
1355
1379
  "peg-runtime",
1356
1380
  "proc-macro2",
@@ -1359,9 +1383,9 @@ dependencies = [
1359
1383
 
1360
1384
  [[package]]
1361
1385
  name = "peg-runtime"
1362
- version = "0.8.3"
1386
+ version = "0.8.5"
1363
1387
  source = "registry+https://github.com/rust-lang/crates.io-index"
1364
- checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a"
1388
+ checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
1365
1389
 
1366
1390
  [[package]]
1367
1391
  name = "percent-encoding"
@@ -1371,18 +1395,18 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1371
1395
 
1372
1396
  [[package]]
1373
1397
  name = "phf"
1374
- version = "0.11.2"
1398
+ version = "0.11.3"
1375
1399
  source = "registry+https://github.com/rust-lang/crates.io-index"
1376
- checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
1400
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1377
1401
  dependencies = [
1378
1402
  "phf_shared",
1379
1403
  ]
1380
1404
 
1381
1405
  [[package]]
1382
1406
  name = "phf_codegen"
1383
- version = "0.11.2"
1407
+ version = "0.11.3"
1384
1408
  source = "registry+https://github.com/rust-lang/crates.io-index"
1385
- checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
1409
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1386
1410
  dependencies = [
1387
1411
  "phf_generator",
1388
1412
  "phf_shared",
@@ -1390,28 +1414,28 @@ dependencies = [
1390
1414
 
1391
1415
  [[package]]
1392
1416
  name = "phf_generator"
1393
- version = "0.11.2"
1417
+ version = "0.11.3"
1394
1418
  source = "registry+https://github.com/rust-lang/crates.io-index"
1395
- checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
1419
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1396
1420
  dependencies = [
1397
1421
  "phf_shared",
1398
- "rand",
1422
+ "rand 0.8.5",
1399
1423
  ]
1400
1424
 
1401
1425
  [[package]]
1402
1426
  name = "phf_shared"
1403
- version = "0.11.2"
1427
+ version = "0.11.3"
1404
1428
  source = "registry+https://github.com/rust-lang/crates.io-index"
1405
- checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
1429
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1406
1430
  dependencies = [
1407
1431
  "siphasher",
1408
1432
  ]
1409
1433
 
1410
1434
  [[package]]
1411
1435
  name = "pin-project-lite"
1412
- version = "0.2.15"
1436
+ version = "0.2.16"
1413
1437
  source = "registry+https://github.com/rust-lang/crates.io-index"
1414
- checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
1438
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1415
1439
 
1416
1440
  [[package]]
1417
1441
  name = "pin-utils"
@@ -1421,9 +1445,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1421
1445
 
1422
1446
  [[package]]
1423
1447
  name = "pkg-config"
1424
- version = "0.3.31"
1448
+ version = "0.3.32"
1425
1449
  source = "registry+https://github.com/rust-lang/crates.io-index"
1426
- checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
1450
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1427
1451
 
1428
1452
  [[package]]
1429
1453
  name = "planus"
@@ -1439,7 +1463,7 @@ name = "polars"
1439
1463
  version = "0.45.1"
1440
1464
  source = "git+https://github.com/pola-rs/polars?rev=841c387d99d7024037556c4ef79d96bf2caac397#841c387d99d7024037556c4ef79d96bf2caac397"
1441
1465
  dependencies = [
1442
- "getrandom",
1466
+ "getrandom 0.2.15",
1443
1467
  "polars-arrow",
1444
1468
  "polars-core",
1445
1469
  "polars-error",
@@ -1463,11 +1487,11 @@ dependencies = [
1463
1487
  "atoi",
1464
1488
  "bytemuck",
1465
1489
  "chrono",
1466
- "chrono-tz 0.10.0",
1490
+ "chrono-tz 0.10.1",
1467
1491
  "dyn-clone",
1468
1492
  "either",
1469
1493
  "ethnum",
1470
- "getrandom",
1494
+ "getrandom 0.2.15",
1471
1495
  "hashbrown 0.15.2",
1472
1496
  "itoap",
1473
1497
  "lz4",
@@ -1526,7 +1550,7 @@ dependencies = [
1526
1550
  "bitflags",
1527
1551
  "bytemuck",
1528
1552
  "chrono",
1529
- "chrono-tz 0.10.0",
1553
+ "chrono-tz 0.10.1",
1530
1554
  "comfy-table",
1531
1555
  "either",
1532
1556
  "hashbrown 0.14.5",
@@ -1541,7 +1565,7 @@ dependencies = [
1541
1565
  "polars-row",
1542
1566
  "polars-schema",
1543
1567
  "polars-utils",
1544
- "rand",
1568
+ "rand 0.8.5",
1545
1569
  "rand_distr",
1546
1570
  "rayon",
1547
1571
  "regex",
@@ -1581,7 +1605,7 @@ dependencies = [
1581
1605
  "polars-row",
1582
1606
  "polars-time",
1583
1607
  "polars-utils",
1584
- "rand",
1608
+ "rand 0.8.5",
1585
1609
  "rayon",
1586
1610
  ]
1587
1611
 
@@ -1595,7 +1619,7 @@ dependencies = [
1595
1619
  "atoi_simd",
1596
1620
  "bytes",
1597
1621
  "chrono",
1598
- "chrono-tz 0.10.0",
1622
+ "chrono-tz 0.10.1",
1599
1623
  "fast-float2",
1600
1624
  "futures",
1601
1625
  "glob",
@@ -1630,7 +1654,7 @@ source = "git+https://github.com/pola-rs/polars?rev=841c387d99d7024037556c4ef79d
1630
1654
  dependencies = [
1631
1655
  "ahash",
1632
1656
  "chrono",
1633
- "chrono-tz 0.10.0",
1657
+ "chrono-tz 0.10.1",
1634
1658
  "fallible-streaming-iterator",
1635
1659
  "hashbrown 0.15.2",
1636
1660
  "indexmap",
@@ -1697,7 +1721,7 @@ dependencies = [
1697
1721
  "base64",
1698
1722
  "bytemuck",
1699
1723
  "chrono",
1700
- "chrono-tz 0.10.0",
1724
+ "chrono-tz 0.10.1",
1701
1725
  "either",
1702
1726
  "hashbrown 0.15.2",
1703
1727
  "hex",
@@ -1790,7 +1814,7 @@ dependencies = [
1790
1814
  "bytemuck",
1791
1815
  "bytes",
1792
1816
  "chrono",
1793
- "chrono-tz 0.10.0",
1817
+ "chrono-tz 0.10.1",
1794
1818
  "either",
1795
1819
  "hashbrown 0.15.2",
1796
1820
  "memmap2",
@@ -1851,7 +1875,7 @@ dependencies = [
1851
1875
  "polars-plan",
1852
1876
  "polars-time",
1853
1877
  "polars-utils",
1854
- "rand",
1878
+ "rand 0.8.5",
1855
1879
  "serde",
1856
1880
  "serde_json",
1857
1881
  "sqlparser",
@@ -1878,7 +1902,7 @@ dependencies = [
1878
1902
  "polars-parquet",
1879
1903
  "polars-plan",
1880
1904
  "polars-utils",
1881
- "rand",
1905
+ "rand 0.8.5",
1882
1906
  "rayon",
1883
1907
  "recursive",
1884
1908
  "slotmap",
@@ -1894,7 +1918,7 @@ dependencies = [
1894
1918
  "atoi",
1895
1919
  "bytemuck",
1896
1920
  "chrono",
1897
- "chrono-tz 0.10.0",
1921
+ "chrono-tz 0.10.1",
1898
1922
  "now",
1899
1923
  "once_cell",
1900
1924
  "polars-arrow",
@@ -1923,7 +1947,7 @@ dependencies = [
1923
1947
  "num-traits",
1924
1948
  "once_cell",
1925
1949
  "polars-error",
1926
- "rand",
1950
+ "rand 0.8.5",
1927
1951
  "raw-cpuid",
1928
1952
  "rayon",
1929
1953
  "stacker",
@@ -1933,9 +1957,9 @@ dependencies = [
1933
1957
 
1934
1958
  [[package]]
1935
1959
  name = "portable-atomic"
1936
- version = "1.10.0"
1960
+ version = "1.11.0"
1937
1961
  source = "registry+https://github.com/rust-lang/crates.io-index"
1938
- checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
1962
+ checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1939
1963
 
1940
1964
  [[package]]
1941
1965
  name = "portable-atomic-util"
@@ -1948,43 +1972,43 @@ dependencies = [
1948
1972
 
1949
1973
  [[package]]
1950
1974
  name = "ppv-lite86"
1951
- version = "0.2.20"
1975
+ version = "0.2.21"
1952
1976
  source = "registry+https://github.com/rust-lang/crates.io-index"
1953
- checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
1977
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1954
1978
  dependencies = [
1955
- "zerocopy",
1979
+ "zerocopy 0.8.23",
1956
1980
  ]
1957
1981
 
1958
1982
  [[package]]
1959
1983
  name = "proc-macro-crate"
1960
- version = "3.2.0"
1984
+ version = "3.3.0"
1961
1985
  source = "registry+https://github.com/rust-lang/crates.io-index"
1962
- checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
1986
+ checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
1963
1987
  dependencies = [
1964
1988
  "toml_edit",
1965
1989
  ]
1966
1990
 
1967
1991
  [[package]]
1968
1992
  name = "proc-macro2"
1969
- version = "1.0.92"
1993
+ version = "1.0.94"
1970
1994
  source = "registry+https://github.com/rust-lang/crates.io-index"
1971
- checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
1995
+ checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
1972
1996
  dependencies = [
1973
1997
  "unicode-ident",
1974
1998
  ]
1975
1999
 
1976
2000
  [[package]]
1977
2001
  name = "psm"
1978
- version = "0.1.24"
2002
+ version = "0.1.25"
1979
2003
  source = "registry+https://github.com/rust-lang/crates.io-index"
1980
- checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810"
2004
+ checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88"
1981
2005
  dependencies = [
1982
2006
  "cc",
1983
2007
  ]
1984
2008
 
1985
2009
  [[package]]
1986
2010
  name = "py_maplib"
1987
- version = "0.15.4"
2011
+ version = "0.15.6"
1988
2012
  dependencies = [
1989
2013
  "jemallocator",
1990
2014
  "log",
@@ -2075,7 +2099,7 @@ dependencies = [
2075
2099
  "proc-macro2",
2076
2100
  "pyo3-macros-backend",
2077
2101
  "quote",
2078
- "syn 2.0.94",
2102
+ "syn 2.0.100",
2079
2103
  ]
2080
2104
 
2081
2105
  [[package]]
@@ -2088,7 +2112,7 @@ dependencies = [
2088
2112
  "proc-macro2",
2089
2113
  "pyo3-build-config",
2090
2114
  "quote",
2091
- "syn 2.0.94",
2115
+ "syn 2.0.100",
2092
2116
  ]
2093
2117
 
2094
2118
  [[package]]
@@ -2117,9 +2141,9 @@ dependencies = [
2117
2141
 
2118
2142
  [[package]]
2119
2143
  name = "quote"
2120
- version = "1.0.38"
2144
+ version = "1.0.39"
2121
2145
  source = "registry+https://github.com/rust-lang/crates.io-index"
2122
- checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2146
+ checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
2123
2147
  dependencies = [
2124
2148
  "proc-macro2",
2125
2149
  ]
@@ -2131,8 +2155,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2131
2155
  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2132
2156
  dependencies = [
2133
2157
  "libc",
2134
- "rand_chacha",
2135
- "rand_core",
2158
+ "rand_chacha 0.3.1",
2159
+ "rand_core 0.6.4",
2160
+ ]
2161
+
2162
+ [[package]]
2163
+ name = "rand"
2164
+ version = "0.9.0"
2165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2166
+ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
2167
+ dependencies = [
2168
+ "rand_chacha 0.9.0",
2169
+ "rand_core 0.9.3",
2170
+ "zerocopy 0.8.23",
2136
2171
  ]
2137
2172
 
2138
2173
  [[package]]
@@ -2142,7 +2177,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2142
2177
  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2143
2178
  dependencies = [
2144
2179
  "ppv-lite86",
2145
- "rand_core",
2180
+ "rand_core 0.6.4",
2181
+ ]
2182
+
2183
+ [[package]]
2184
+ name = "rand_chacha"
2185
+ version = "0.9.0"
2186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2187
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2188
+ dependencies = [
2189
+ "ppv-lite86",
2190
+ "rand_core 0.9.3",
2146
2191
  ]
2147
2192
 
2148
2193
  [[package]]
@@ -2151,7 +2196,16 @@ version = "0.6.4"
2151
2196
  source = "registry+https://github.com/rust-lang/crates.io-index"
2152
2197
  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2153
2198
  dependencies = [
2154
- "getrandom",
2199
+ "getrandom 0.2.15",
2200
+ ]
2201
+
2202
+ [[package]]
2203
+ name = "rand_core"
2204
+ version = "0.9.3"
2205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2206
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2207
+ dependencies = [
2208
+ "getrandom 0.3.1",
2155
2209
  ]
2156
2210
 
2157
2211
  [[package]]
@@ -2161,14 +2215,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2161
2215
  checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
2162
2216
  dependencies = [
2163
2217
  "num-traits",
2164
- "rand",
2218
+ "rand 0.8.5",
2165
2219
  ]
2166
2220
 
2167
2221
  [[package]]
2168
2222
  name = "raw-cpuid"
2169
- version = "11.2.0"
2223
+ version = "11.5.0"
2170
2224
  source = "registry+https://github.com/rust-lang/crates.io-index"
2171
- checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0"
2225
+ checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
2172
2226
  dependencies = [
2173
2227
  "bitflags",
2174
2228
  ]
@@ -2216,36 +2270,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2216
2270
  checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
2217
2271
  dependencies = [
2218
2272
  "quote",
2219
- "syn 2.0.94",
2273
+ "syn 2.0.100",
2220
2274
  ]
2221
2275
 
2222
2276
  [[package]]
2223
2277
  name = "redox_syscall"
2224
- version = "0.5.8"
2278
+ version = "0.5.10"
2225
2279
  source = "registry+https://github.com/rust-lang/crates.io-index"
2226
- checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2280
+ checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
2227
2281
  dependencies = [
2228
2282
  "bitflags",
2229
2283
  ]
2230
2284
 
2231
2285
  [[package]]
2232
2286
  name = "ref-cast"
2233
- version = "1.0.23"
2287
+ version = "1.0.24"
2234
2288
  source = "registry+https://github.com/rust-lang/crates.io-index"
2235
- checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931"
2289
+ checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
2236
2290
  dependencies = [
2237
2291
  "ref-cast-impl",
2238
2292
  ]
2239
2293
 
2240
2294
  [[package]]
2241
2295
  name = "ref-cast-impl"
2242
- version = "1.0.23"
2296
+ version = "1.0.24"
2243
2297
  source = "registry+https://github.com/rust-lang/crates.io-index"
2244
- checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6"
2298
+ checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
2245
2299
  dependencies = [
2246
2300
  "proc-macro2",
2247
2301
  "quote",
2248
- "syn 2.0.94",
2302
+ "syn 2.0.100",
2249
2303
  ]
2250
2304
 
2251
2305
  [[package]]
@@ -2297,7 +2351,7 @@ name = "representation"
2297
2351
  version = "0.6.10"
2298
2352
  dependencies = [
2299
2353
  "chrono",
2300
- "chrono-tz 0.10.0",
2354
+ "chrono-tz 0.10.1",
2301
2355
  "log",
2302
2356
  "oxrdf",
2303
2357
  "oxsdatatypes",
@@ -2336,7 +2390,7 @@ dependencies = [
2336
2390
  "regex",
2337
2391
  "relative-path",
2338
2392
  "rustc_version",
2339
- "syn 2.0.94",
2393
+ "syn 2.0.100",
2340
2394
  "unicode-ident",
2341
2395
  ]
2342
2396
 
@@ -2357,9 +2411,9 @@ dependencies = [
2357
2411
 
2358
2412
  [[package]]
2359
2413
  name = "rustix"
2360
- version = "0.38.42"
2414
+ version = "0.38.44"
2361
2415
  source = "registry+https://github.com/rust-lang/crates.io-index"
2362
- checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
2416
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2363
2417
  dependencies = [
2364
2418
  "bitflags",
2365
2419
  "errno",
@@ -2370,15 +2424,15 @@ dependencies = [
2370
2424
 
2371
2425
  [[package]]
2372
2426
  name = "rustversion"
2373
- version = "1.0.19"
2427
+ version = "1.0.20"
2374
2428
  source = "registry+https://github.com/rust-lang/crates.io-index"
2375
- checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2429
+ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
2376
2430
 
2377
2431
  [[package]]
2378
2432
  name = "ryu"
2379
- version = "1.0.18"
2433
+ version = "1.0.20"
2380
2434
  source = "registry+https://github.com/rust-lang/crates.io-index"
2381
- checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2435
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2382
2436
 
2383
2437
  [[package]]
2384
2438
  name = "same-file"
@@ -2391,9 +2445,9 @@ dependencies = [
2391
2445
 
2392
2446
  [[package]]
2393
2447
  name = "scc"
2394
- version = "2.3.0"
2448
+ version = "2.3.3"
2395
2449
  source = "registry+https://github.com/rust-lang/crates.io-index"
2396
- checksum = "28e1c91382686d21b5ac7959341fcb9780fa7c03773646995a87c950fa7be640"
2450
+ checksum = "ea091f6cac2595aa38993f04f4ee692ed43757035c36e67c180b6828356385b1"
2397
2451
  dependencies = [
2398
2452
  "sdd",
2399
2453
  ]
@@ -2406,41 +2460,41 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2406
2460
 
2407
2461
  [[package]]
2408
2462
  name = "sdd"
2409
- version = "3.0.5"
2463
+ version = "3.0.8"
2410
2464
  source = "registry+https://github.com/rust-lang/crates.io-index"
2411
- checksum = "478f121bb72bbf63c52c93011ea1791dca40140dfe13f8336c4c5ac952c33aa9"
2465
+ checksum = "584e070911c7017da6cb2eb0788d09f43d789029b5877d3e5ecc8acf86ceee21"
2412
2466
 
2413
2467
  [[package]]
2414
2468
  name = "semver"
2415
- version = "1.0.24"
2469
+ version = "1.0.26"
2416
2470
  source = "registry+https://github.com/rust-lang/crates.io-index"
2417
- checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
2471
+ checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
2418
2472
 
2419
2473
  [[package]]
2420
2474
  name = "serde"
2421
- version = "1.0.217"
2475
+ version = "1.0.219"
2422
2476
  source = "registry+https://github.com/rust-lang/crates.io-index"
2423
- checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2477
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2424
2478
  dependencies = [
2425
2479
  "serde_derive",
2426
2480
  ]
2427
2481
 
2428
2482
  [[package]]
2429
2483
  name = "serde_derive"
2430
- version = "1.0.217"
2484
+ version = "1.0.219"
2431
2485
  source = "registry+https://github.com/rust-lang/crates.io-index"
2432
- checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2486
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2433
2487
  dependencies = [
2434
2488
  "proc-macro2",
2435
2489
  "quote",
2436
- "syn 2.0.94",
2490
+ "syn 2.0.100",
2437
2491
  ]
2438
2492
 
2439
2493
  [[package]]
2440
2494
  name = "serde_json"
2441
- version = "1.0.134"
2495
+ version = "1.0.140"
2442
2496
  source = "registry+https://github.com/rust-lang/crates.io-index"
2443
- checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
2497
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2444
2498
  dependencies = [
2445
2499
  "itoa",
2446
2500
  "memchr",
@@ -2470,7 +2524,7 @@ checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
2470
2524
  dependencies = [
2471
2525
  "proc-macro2",
2472
2526
  "quote",
2473
- "syn 2.0.94",
2527
+ "syn 2.0.100",
2474
2528
  ]
2475
2529
 
2476
2530
  [[package]]
@@ -2495,7 +2549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2495
2549
  checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40"
2496
2550
  dependencies = [
2497
2551
  "ahash",
2498
- "getrandom",
2552
+ "getrandom 0.2.15",
2499
2553
  "halfbrown",
2500
2554
  "once_cell",
2501
2555
  "ref-cast",
@@ -2513,9 +2567,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2513
2567
 
2514
2568
  [[package]]
2515
2569
  name = "siphasher"
2516
- version = "0.3.11"
2570
+ version = "1.0.1"
2517
2571
  source = "registry+https://github.com/rust-lang/crates.io-index"
2518
- checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2572
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2519
2573
 
2520
2574
  [[package]]
2521
2575
  name = "slab"
@@ -2537,9 +2591,9 @@ dependencies = [
2537
2591
 
2538
2592
  [[package]]
2539
2593
  name = "smallvec"
2540
- version = "1.13.2"
2594
+ version = "1.14.0"
2541
2595
  source = "registry+https://github.com/rust-lang/crates.io-index"
2542
- checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2596
+ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
2543
2597
 
2544
2598
  [[package]]
2545
2599
  name = "snap"
@@ -2559,9 +2613,9 @@ dependencies = [
2559
2613
 
2560
2614
  [[package]]
2561
2615
  name = "sparesults"
2562
- version = "0.2.3"
2616
+ version = "0.2.4"
2563
2617
  source = "registry+https://github.com/rust-lang/crates.io-index"
2564
- checksum = "7d5d1bfb0d8dcd4e44080619bb791d20b3c1d06f2525172304711ee8ebb351fb"
2618
+ checksum = "4b845f8f37245959132c0561bb737c28eb9c0b693b92535fc5c3965a9390724d"
2565
2619
  dependencies = [
2566
2620
  "json-event-parser",
2567
2621
  "memchr",
@@ -2580,15 +2634,15 @@ dependencies = [
2580
2634
  "oxiri",
2581
2635
  "oxrdf",
2582
2636
  "peg",
2583
- "rand",
2637
+ "rand 0.8.5",
2584
2638
  "thiserror",
2585
2639
  ]
2586
2640
 
2587
2641
  [[package]]
2588
2642
  name = "sprs"
2589
- version = "0.11.2"
2643
+ version = "0.11.3"
2590
2644
  source = "registry+https://github.com/rust-lang/crates.io-index"
2591
- checksum = "704ef26d974e8a452313ed629828cd9d4e4fa34667ca1ad9d6b1fffa43c6e166"
2645
+ checksum = "8bff8419009a08f6cb7519a602c5590241fbff1446bcc823c07af15386eb801b"
2592
2646
  dependencies = [
2593
2647
  "alga",
2594
2648
  "ndarray",
@@ -2610,9 +2664,9 @@ dependencies = [
2610
2664
 
2611
2665
  [[package]]
2612
2666
  name = "stacker"
2613
- version = "0.1.17"
2667
+ version = "0.1.19"
2614
2668
  source = "registry+https://github.com/rust-lang/crates.io-index"
2615
- checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
2669
+ checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a"
2616
2670
  dependencies = [
2617
2671
  "cc",
2618
2672
  "cfg-if",
@@ -2648,12 +2702,6 @@ version = "0.2.4"
2648
2702
  source = "registry+https://github.com/rust-lang/crates.io-index"
2649
2703
  checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
2650
2704
 
2651
- [[package]]
2652
- name = "strum"
2653
- version = "0.26.3"
2654
- source = "registry+https://github.com/rust-lang/crates.io-index"
2655
- checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2656
-
2657
2705
  [[package]]
2658
2706
  name = "strum_macros"
2659
2707
  version = "0.26.4"
@@ -2664,7 +2712,7 @@ dependencies = [
2664
2712
  "proc-macro2",
2665
2713
  "quote",
2666
2714
  "rustversion",
2667
- "syn 2.0.94",
2715
+ "syn 2.0.100",
2668
2716
  ]
2669
2717
 
2670
2718
  [[package]]
@@ -2680,9 +2728,9 @@ dependencies = [
2680
2728
 
2681
2729
  [[package]]
2682
2730
  name = "syn"
2683
- version = "2.0.94"
2731
+ version = "2.0.100"
2684
2732
  source = "registry+https://github.com/rust-lang/crates.io-index"
2685
- checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3"
2733
+ checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
2686
2734
  dependencies = [
2687
2735
  "proc-macro2",
2688
2736
  "quote",
@@ -2730,29 +2778,29 @@ dependencies = [
2730
2778
 
2731
2779
  [[package]]
2732
2780
  name = "thiserror"
2733
- version = "2.0.9"
2781
+ version = "2.0.12"
2734
2782
  source = "registry+https://github.com/rust-lang/crates.io-index"
2735
- checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
2783
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2736
2784
  dependencies = [
2737
2785
  "thiserror-impl",
2738
2786
  ]
2739
2787
 
2740
2788
  [[package]]
2741
2789
  name = "thiserror-impl"
2742
- version = "2.0.9"
2790
+ version = "2.0.12"
2743
2791
  source = "registry+https://github.com/rust-lang/crates.io-index"
2744
- checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
2792
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2745
2793
  dependencies = [
2746
2794
  "proc-macro2",
2747
2795
  "quote",
2748
- "syn 2.0.94",
2796
+ "syn 2.0.100",
2749
2797
  ]
2750
2798
 
2751
2799
  [[package]]
2752
2800
  name = "tokio"
2753
- version = "1.42.0"
2801
+ version = "1.44.0"
2754
2802
  source = "registry+https://github.com/rust-lang/crates.io-index"
2755
- checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
2803
+ checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
2756
2804
  dependencies = [
2757
2805
  "backtrace",
2758
2806
  "bytes",
@@ -2784,9 +2832,9 @@ checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2784
2832
 
2785
2833
  [[package]]
2786
2834
  name = "toml_edit"
2787
- version = "0.22.22"
2835
+ version = "0.22.24"
2788
2836
  source = "registry+https://github.com/rust-lang/crates.io-index"
2789
- checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2837
+ checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
2790
2838
  dependencies = [
2791
2839
  "indexmap",
2792
2840
  "toml_datetime",
@@ -2826,9 +2874,9 @@ checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2826
2874
 
2827
2875
  [[package]]
2828
2876
  name = "unicode-ident"
2829
- version = "1.0.14"
2877
+ version = "1.0.18"
2830
2878
  source = "registry+https://github.com/rust-lang/crates.io-index"
2831
- checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
2879
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2832
2880
 
2833
2881
  [[package]]
2834
2882
  name = "unicode-reverse"
@@ -2853,9 +2901,9 @@ checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2853
2901
 
2854
2902
  [[package]]
2855
2903
  name = "unindent"
2856
- version = "0.2.3"
2904
+ version = "0.2.4"
2857
2905
  source = "registry+https://github.com/rust-lang/crates.io-index"
2858
- checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
2906
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
2859
2907
 
2860
2908
  [[package]]
2861
2909
  name = "utf8parse"
@@ -2865,12 +2913,12 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2865
2913
 
2866
2914
  [[package]]
2867
2915
  name = "uuid"
2868
- version = "1.11.0"
2916
+ version = "1.15.1"
2869
2917
  source = "registry+https://github.com/rust-lang/crates.io-index"
2870
- checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2918
+ checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
2871
2919
  dependencies = [
2872
- "getrandom",
2873
- "rand",
2920
+ "getrandom 0.3.1",
2921
+ "rand 0.9.0",
2874
2922
  ]
2875
2923
 
2876
2924
  [[package]]
@@ -2907,36 +2955,46 @@ version = "0.11.0+wasi-snapshot-preview1"
2907
2955
  source = "registry+https://github.com/rust-lang/crates.io-index"
2908
2956
  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2909
2957
 
2958
+ [[package]]
2959
+ name = "wasi"
2960
+ version = "0.13.3+wasi-0.2.2"
2961
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2962
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
2963
+ dependencies = [
2964
+ "wit-bindgen-rt",
2965
+ ]
2966
+
2910
2967
  [[package]]
2911
2968
  name = "wasm-bindgen"
2912
- version = "0.2.99"
2969
+ version = "0.2.100"
2913
2970
  source = "registry+https://github.com/rust-lang/crates.io-index"
2914
- checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
2971
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2915
2972
  dependencies = [
2916
2973
  "cfg-if",
2917
2974
  "once_cell",
2975
+ "rustversion",
2918
2976
  "wasm-bindgen-macro",
2919
2977
  ]
2920
2978
 
2921
2979
  [[package]]
2922
2980
  name = "wasm-bindgen-backend"
2923
- version = "0.2.99"
2981
+ version = "0.2.100"
2924
2982
  source = "registry+https://github.com/rust-lang/crates.io-index"
2925
- checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
2983
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2926
2984
  dependencies = [
2927
2985
  "bumpalo",
2928
2986
  "log",
2929
2987
  "proc-macro2",
2930
2988
  "quote",
2931
- "syn 2.0.94",
2989
+ "syn 2.0.100",
2932
2990
  "wasm-bindgen-shared",
2933
2991
  ]
2934
2992
 
2935
2993
  [[package]]
2936
2994
  name = "wasm-bindgen-macro"
2937
- version = "0.2.99"
2995
+ version = "0.2.100"
2938
2996
  source = "registry+https://github.com/rust-lang/crates.io-index"
2939
- checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
2997
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2940
2998
  dependencies = [
2941
2999
  "quote",
2942
3000
  "wasm-bindgen-macro-support",
@@ -2944,22 +3002,25 @@ dependencies = [
2944
3002
 
2945
3003
  [[package]]
2946
3004
  name = "wasm-bindgen-macro-support"
2947
- version = "0.2.99"
3005
+ version = "0.2.100"
2948
3006
  source = "registry+https://github.com/rust-lang/crates.io-index"
2949
- checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
3007
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2950
3008
  dependencies = [
2951
3009
  "proc-macro2",
2952
3010
  "quote",
2953
- "syn 2.0.94",
3011
+ "syn 2.0.100",
2954
3012
  "wasm-bindgen-backend",
2955
3013
  "wasm-bindgen-shared",
2956
3014
  ]
2957
3015
 
2958
3016
  [[package]]
2959
3017
  name = "wasm-bindgen-shared"
2960
- version = "0.2.99"
3018
+ version = "0.2.100"
2961
3019
  source = "registry+https://github.com/rust-lang/crates.io-index"
2962
- checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
3020
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3021
+ dependencies = [
3022
+ "unicode-ident",
3023
+ ]
2963
3024
 
2964
3025
  [[package]]
2965
3026
  name = "winapi"
@@ -3031,7 +3092,7 @@ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
3031
3092
  dependencies = [
3032
3093
  "proc-macro2",
3033
3094
  "quote",
3034
- "syn 2.0.94",
3095
+ "syn 2.0.100",
3035
3096
  ]
3036
3097
 
3037
3098
  [[package]]
@@ -3042,9 +3103,15 @@ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
3042
3103
  dependencies = [
3043
3104
  "proc-macro2",
3044
3105
  "quote",
3045
- "syn 2.0.94",
3106
+ "syn 2.0.100",
3046
3107
  ]
3047
3108
 
3109
+ [[package]]
3110
+ name = "windows-link"
3111
+ version = "0.1.0"
3112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3113
+ checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
3114
+
3048
3115
  [[package]]
3049
3116
  name = "windows-result"
3050
3117
  version = "0.1.2"
@@ -3138,13 +3205,22 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3138
3205
 
3139
3206
  [[package]]
3140
3207
  name = "winnow"
3141
- version = "0.6.21"
3208
+ version = "0.7.3"
3142
3209
  source = "registry+https://github.com/rust-lang/crates.io-index"
3143
- checksum = "e6f5bb5257f2407a5425c6e749bfd9692192a73e70a6060516ac04f889087d68"
3210
+ checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
3144
3211
  dependencies = [
3145
3212
  "memchr",
3146
3213
  ]
3147
3214
 
3215
+ [[package]]
3216
+ name = "wit-bindgen-rt"
3217
+ version = "0.33.0"
3218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3219
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
3220
+ dependencies = [
3221
+ "bitflags",
3222
+ ]
3223
+
3148
3224
  [[package]]
3149
3225
  name = "xxhash-rust"
3150
3226
  version = "0.8.15"
@@ -3157,8 +3233,16 @@ version = "0.7.35"
3157
3233
  source = "registry+https://github.com/rust-lang/crates.io-index"
3158
3234
  checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
3159
3235
  dependencies = [
3160
- "byteorder",
3161
- "zerocopy-derive",
3236
+ "zerocopy-derive 0.7.35",
3237
+ ]
3238
+
3239
+ [[package]]
3240
+ name = "zerocopy"
3241
+ version = "0.8.23"
3242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3243
+ checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
3244
+ dependencies = [
3245
+ "zerocopy-derive 0.8.23",
3162
3246
  ]
3163
3247
 
3164
3248
  [[package]]
@@ -3169,32 +3253,43 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
3169
3253
  dependencies = [
3170
3254
  "proc-macro2",
3171
3255
  "quote",
3172
- "syn 2.0.94",
3256
+ "syn 2.0.100",
3257
+ ]
3258
+
3259
+ [[package]]
3260
+ name = "zerocopy-derive"
3261
+ version = "0.8.23"
3262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3263
+ checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
3264
+ dependencies = [
3265
+ "proc-macro2",
3266
+ "quote",
3267
+ "syn 2.0.100",
3173
3268
  ]
3174
3269
 
3175
3270
  [[package]]
3176
3271
  name = "zstd"
3177
- version = "0.13.2"
3272
+ version = "0.13.3"
3178
3273
  source = "registry+https://github.com/rust-lang/crates.io-index"
3179
- checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
3274
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3180
3275
  dependencies = [
3181
3276
  "zstd-safe",
3182
3277
  ]
3183
3278
 
3184
3279
  [[package]]
3185
3280
  name = "zstd-safe"
3186
- version = "7.2.1"
3281
+ version = "7.2.3"
3187
3282
  source = "registry+https://github.com/rust-lang/crates.io-index"
3188
- checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
3283
+ checksum = "f3051792fbdc2e1e143244dc28c60f73d8470e93f3f9cbd0ead44da5ed802722"
3189
3284
  dependencies = [
3190
3285
  "zstd-sys",
3191
3286
  ]
3192
3287
 
3193
3288
  [[package]]
3194
3289
  name = "zstd-sys"
3195
- version = "2.0.13+zstd.1.5.6"
3290
+ version = "2.0.14+zstd.1.5.7"
3196
3291
  source = "registry+https://github.com/rust-lang/crates.io-index"
3197
- checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
3292
+ checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5"
3198
3293
  dependencies = [
3199
3294
  "cc",
3200
3295
  "pkg-config",