polyglot-piranha 0.3.21__tar.gz → 0.3.23__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 (154) hide show
  1. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/Cargo.lock +216 -162
  2. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/Cargo.toml +6 -7
  3. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/PKG-INFO +2 -2
  4. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/pyproject.toml +1 -1
  5. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/utils.rs +4 -4
  6. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/edit.rs +10 -3
  7. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/filter.rs +9 -2
  8. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/matches.rs +32 -4
  9. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/outgoing_edges.rs +7 -2
  10. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/piranha_arguments.rs +8 -0
  11. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/piranha_output.rs +11 -4
  12. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule.rs +8 -2
  13. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule_graph.rs +9 -2
  14. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/rule_test.rs +19 -0
  15. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/mod.rs +5 -29
  16. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +14 -0
  17. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/LICENSE +0 -0
  18. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/README.md +0 -0
  19. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -0
  20. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -0
  21. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -0
  22. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -0
  23. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -0
  24. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -0
  25. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -0
  26. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -0
  27. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -0
  28. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -0
  29. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -0
  30. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -0
  31. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -0
  32. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -0
  33. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -0
  34. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -0
  35. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -0
  36. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -0
  37. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -0
  38. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -0
  39. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -0
  40. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -0
  41. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -0
  42. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -0
  43. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -0
  44. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -0
  45. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -0
  46. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -0
  47. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -0
  48. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -0
  49. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -0
  50. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -0
  51. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -0
  52. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -0
  53. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -0
  54. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -0
  55. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -0
  56. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -0
  57. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -0
  58. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -0
  59. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -0
  60. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -0
  61. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -0
  62. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_2.json +0 -0
  63. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_3.json +0 -0
  64. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_4.json +0 -0
  65. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -0
  66. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -0
  67. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -0
  68. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name.json +0 -0
  69. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name_no_method_chain.json +0 -0
  70. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -0
  71. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -0
  72. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_clean_by_setters_ignore_others.json +0 -0
  73. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -0
  74. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -0
  75. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -0
  76. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -0
  77. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -0
  78. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -0
  79. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -0
  80. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive_argument.json +0 -0
  81. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_no_match.json +0 -0
  82. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_wrong_arg.json +0 -0
  83. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -0
  84. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -0
  85. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -0
  86. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -0
  87. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -0
  88. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/config_checker.js +0 -0
  89. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/piranha.js +0 -0
  90. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/refactor.js +0 -0
  91. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/source_checker.js +0 -0
  92. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -0
  93. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/README.txt +0 -0
  94. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -0
  95. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
  96. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/plugins/pyproject.toml +0 -0
  97. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/AdditionalContent/index.js +0 -0
  98. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/AdditionalContent/styles.module.css +0 -0
  99. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/HomepageFeatures/index.js +0 -0
  100. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/HomepageFeatures/styles.module.css +0 -0
  101. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/css/custom.css +0 -0
  102. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/pages/index.js +0 -0
  103. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/pages/index.module.css +0 -0
  104. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/edges.toml +0 -0
  105. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/rules.toml +0 -0
  106. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/scope_config.toml +0 -0
  107. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/edges.toml +0 -0
  108. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/rules.toml +0 -0
  109. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/scope_config.toml +0 -0
  110. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/edges.toml +0 -0
  111. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/rules.toml +0 -0
  112. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
  113. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/edges.toml +0 -0
  114. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/rules.toml +0 -0
  115. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/scope_config.toml +0 -0
  116. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/scala/scope_config.toml +0 -0
  117. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/edges.toml +0 -0
  118. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/rules.toml +0 -0
  119. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/scope_config.toml +0 -0
  120. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/README.md +0 -0
  121. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/analysis.rs +0 -0
  122. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/mod.rs +0 -0
  123. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/tag_analysis.rs +0 -0
  124. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/unit_tests/tag_analysis_test.rs +0 -0
  125. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/lib.rs +0 -0
  126. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/main.rs +0 -0
  127. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/capture_group_patterns.rs +0 -0
  128. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/concrete_syntax.rs +0 -0
  129. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/default_configs.rs +0 -0
  130. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/language.rs +0 -0
  131. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/mod.rs +0 -0
  132. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule_store.rs +0 -0
  133. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/scopes.rs +0 -0
  134. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/source_code_unit.rs +0 -0
  135. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
  136. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
  137. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
  138. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/scopes_test.rs +0 -0
  139. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/source_code_unit_test.rs +0 -0
  140. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/mod.rs +0 -0
  141. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_go.rs +0 -0
  142. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_java.rs +0 -0
  143. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_kt.rs +0 -0
  144. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_python.rs +0 -0
  145. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_scala.rs +0 -0
  146. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_scm.rs +0 -0
  147. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_strings.rs +0 -0
  148. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_swift.rs +0 -0
  149. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_thrift.rs +0 -0
  150. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_ts.rs +0 -0
  151. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_tsx.rs +0 -0
  152. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/regex_utilities.rs +0 -0
  153. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/tree_sitter_utilities.rs +0 -0
  154. {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/unit_tests/utilities_test.rs +0 -0
@@ -4,18 +4,18 @@ version = 3
4
4
 
5
5
  [[package]]
6
6
  name = "aho-corasick"
7
- version = "1.1.1"
7
+ version = "1.1.2"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
9
+ checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
10
10
  dependencies = [
11
11
  "memchr",
12
12
  ]
13
13
 
14
14
  [[package]]
15
15
  name = "anstream"
16
- version = "0.6.4"
16
+ version = "0.6.5"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
18
+ checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
19
19
  dependencies = [
20
20
  "anstyle",
21
21
  "anstyle-parse",
@@ -33,30 +33,30 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
33
33
 
34
34
  [[package]]
35
35
  name = "anstyle-parse"
36
- version = "0.2.2"
36
+ version = "0.2.3"
37
37
  source = "registry+https://github.com/rust-lang/crates.io-index"
38
- checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
38
+ checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
39
39
  dependencies = [
40
40
  "utf8parse",
41
41
  ]
42
42
 
43
43
  [[package]]
44
44
  name = "anstyle-query"
45
- version = "1.0.0"
45
+ version = "1.0.2"
46
46
  source = "registry+https://github.com/rust-lang/crates.io-index"
47
- checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
47
+ checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
48
48
  dependencies = [
49
- "windows-sys",
49
+ "windows-sys 0.52.0",
50
50
  ]
51
51
 
52
52
  [[package]]
53
53
  name = "anstyle-wincon"
54
- version = "3.0.1"
54
+ version = "3.0.2"
55
55
  source = "registry+https://github.com/rust-lang/crates.io-index"
56
- checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
56
+ checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
57
57
  dependencies = [
58
58
  "anstyle",
59
- "windows-sys",
59
+ "windows-sys 0.52.0",
60
60
  ]
61
61
 
62
62
  [[package]]
@@ -94,15 +94,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
94
94
 
95
95
  [[package]]
96
96
  name = "bitflags"
97
- version = "2.4.0"
97
+ version = "2.4.1"
98
98
  source = "registry+https://github.com/rust-lang/crates.io-index"
99
- checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
99
+ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
100
100
 
101
101
  [[package]]
102
102
  name = "bstr"
103
- version = "1.6.2"
103
+ version = "1.9.0"
104
104
  source = "registry+https://github.com/rust-lang/crates.io-index"
105
- checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
105
+ checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
106
106
  dependencies = [
107
107
  "memchr",
108
108
  "regex-automata",
@@ -126,9 +126,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
126
126
 
127
127
  [[package]]
128
128
  name = "clap"
129
- version = "4.4.6"
129
+ version = "4.4.12"
130
130
  source = "registry+https://github.com/rust-lang/crates.io-index"
131
- checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
131
+ checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
132
132
  dependencies = [
133
133
  "clap_builder",
134
134
  "clap_derive",
@@ -136,9 +136,9 @@ dependencies = [
136
136
 
137
137
  [[package]]
138
138
  name = "clap_builder"
139
- version = "4.4.6"
139
+ version = "4.4.12"
140
140
  source = "registry+https://github.com/rust-lang/crates.io-index"
141
- checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
141
+ checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
142
142
  dependencies = [
143
143
  "anstream",
144
144
  "anstyle",
@@ -148,21 +148,21 @@ dependencies = [
148
148
 
149
149
  [[package]]
150
150
  name = "clap_derive"
151
- version = "4.4.2"
151
+ version = "4.4.7"
152
152
  source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
153
+ checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
154
154
  dependencies = [
155
155
  "heck",
156
156
  "proc-macro2",
157
157
  "quote",
158
- "syn 2.0.37",
158
+ "syn 2.0.46",
159
159
  ]
160
160
 
161
161
  [[package]]
162
162
  name = "clap_lex"
163
- version = "0.5.1"
163
+ version = "0.6.0"
164
164
  source = "registry+https://github.com/rust-lang/crates.io-index"
165
- checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
165
+ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
166
166
 
167
167
  [[package]]
168
168
  name = "colorchoice"
@@ -172,20 +172,19 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
172
172
 
173
173
  [[package]]
174
174
  name = "colored"
175
- version = "2.0.4"
175
+ version = "2.1.0"
176
176
  source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
177
+ checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
178
178
  dependencies = [
179
- "is-terminal",
180
179
  "lazy_static",
181
- "windows-sys",
180
+ "windows-sys 0.48.0",
182
181
  ]
183
182
 
184
183
  [[package]]
185
184
  name = "crossbeam"
186
- version = "0.8.2"
185
+ version = "0.8.3"
187
186
  source = "registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
187
+ checksum = "6eb9105919ca8e40d437fc9cbb8f1975d916f1bd28afe795a48aae32a2cc8920"
189
188
  dependencies = [
190
189
  "cfg-if",
191
190
  "crossbeam-channel",
@@ -197,9 +196,9 @@ dependencies = [
197
196
 
198
197
  [[package]]
199
198
  name = "crossbeam-channel"
200
- version = "0.5.8"
199
+ version = "0.5.10"
201
200
  source = "registry+https://github.com/rust-lang/crates.io-index"
202
- checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
201
+ checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
203
202
  dependencies = [
204
203
  "cfg-if",
205
204
  "crossbeam-utils",
@@ -207,9 +206,9 @@ dependencies = [
207
206
 
208
207
  [[package]]
209
208
  name = "crossbeam-deque"
210
- version = "0.8.3"
209
+ version = "0.8.4"
211
210
  source = "registry+https://github.com/rust-lang/crates.io-index"
212
- checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
211
+ checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
213
212
  dependencies = [
214
213
  "cfg-if",
215
214
  "crossbeam-epoch",
@@ -218,22 +217,20 @@ dependencies = [
218
217
 
219
218
  [[package]]
220
219
  name = "crossbeam-epoch"
221
- version = "0.9.15"
220
+ version = "0.9.17"
222
221
  source = "registry+https://github.com/rust-lang/crates.io-index"
223
- checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
222
+ checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d"
224
223
  dependencies = [
225
224
  "autocfg",
226
225
  "cfg-if",
227
226
  "crossbeam-utils",
228
- "memoffset",
229
- "scopeguard",
230
227
  ]
231
228
 
232
229
  [[package]]
233
230
  name = "crossbeam-queue"
234
- version = "0.3.8"
231
+ version = "0.3.10"
235
232
  source = "registry+https://github.com/rust-lang/crates.io-index"
236
- checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
233
+ checksum = "adc6598521bb5a83d491e8c1fe51db7296019d2ca3cb93cc6c2a20369a4d78a2"
237
234
  dependencies = [
238
235
  "cfg-if",
239
236
  "crossbeam-utils",
@@ -241,9 +238,9 @@ dependencies = [
241
238
 
242
239
  [[package]]
243
240
  name = "crossbeam-utils"
244
- version = "0.8.16"
241
+ version = "0.8.18"
245
242
  source = "registry+https://github.com/rust-lang/crates.io-index"
246
- checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
243
+ checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
247
244
  dependencies = [
248
245
  "cfg-if",
249
246
  ]
@@ -334,9 +331,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
334
331
 
335
332
  [[package]]
336
333
  name = "env_logger"
337
- version = "0.10.0"
334
+ version = "0.10.1"
338
335
  source = "registry+https://github.com/rust-lang/crates.io-index"
339
- checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
336
+ checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
340
337
  dependencies = [
341
338
  "humantime",
342
339
  "is-terminal",
@@ -353,23 +350,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
353
350
 
354
351
  [[package]]
355
352
  name = "errno"
356
- version = "0.3.4"
357
- source = "registry+https://github.com/rust-lang/crates.io-index"
358
- checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
359
- dependencies = [
360
- "errno-dragonfly",
361
- "libc",
362
- "windows-sys",
363
- ]
364
-
365
- [[package]]
366
- name = "errno-dragonfly"
367
- version = "0.1.2"
353
+ version = "0.3.8"
368
354
  source = "registry+https://github.com/rust-lang/crates.io-index"
369
- checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
355
+ checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
370
356
  dependencies = [
371
- "cc",
372
357
  "libc",
358
+ "windows-sys 0.52.0",
373
359
  ]
374
360
 
375
361
  [[package]]
@@ -413,9 +399,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
413
399
 
414
400
  [[package]]
415
401
  name = "hashbrown"
416
- version = "0.14.1"
402
+ version = "0.14.3"
417
403
  source = "registry+https://github.com/rust-lang/crates.io-index"
418
- checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
404
+ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
419
405
 
420
406
  [[package]]
421
407
  name = "heck"
@@ -443,9 +429,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
443
429
 
444
430
  [[package]]
445
431
  name = "indexmap"
446
- version = "2.0.2"
432
+ version = "2.1.0"
447
433
  source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
434
+ checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
449
435
  dependencies = [
450
436
  "equivalent",
451
437
  "hashbrown",
@@ -453,44 +439,44 @@ dependencies = [
453
439
 
454
440
  [[package]]
455
441
  name = "indoc"
456
- version = "1.0.9"
442
+ version = "2.0.4"
457
443
  source = "registry+https://github.com/rust-lang/crates.io-index"
458
- checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
444
+ checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
459
445
 
460
446
  [[package]]
461
447
  name = "is-terminal"
462
- version = "0.4.9"
448
+ version = "0.4.10"
463
449
  source = "registry+https://github.com/rust-lang/crates.io-index"
464
- checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
450
+ checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
465
451
  dependencies = [
466
452
  "hermit-abi",
467
453
  "rustix",
468
- "windows-sys",
454
+ "windows-sys 0.52.0",
469
455
  ]
470
456
 
471
457
  [[package]]
472
458
  name = "itertools"
473
- version = "0.10.5"
459
+ version = "0.11.0"
474
460
  source = "registry+https://github.com/rust-lang/crates.io-index"
475
- checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
461
+ checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
476
462
  dependencies = [
477
463
  "either",
478
464
  ]
479
465
 
480
466
  [[package]]
481
467
  name = "itertools"
482
- version = "0.11.0"
468
+ version = "0.12.0"
483
469
  source = "registry+https://github.com/rust-lang/crates.io-index"
484
- checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
470
+ checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
485
471
  dependencies = [
486
472
  "either",
487
473
  ]
488
474
 
489
475
  [[package]]
490
476
  name = "itoa"
491
- version = "1.0.9"
477
+ version = "1.0.10"
492
478
  source = "registry+https://github.com/rust-lang/crates.io-index"
493
- checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
479
+ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
494
480
 
495
481
  [[package]]
496
482
  name = "json"
@@ -516,21 +502,21 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
516
502
 
517
503
  [[package]]
518
504
  name = "libc"
519
- version = "0.2.148"
505
+ version = "0.2.151"
520
506
  source = "registry+https://github.com/rust-lang/crates.io-index"
521
- checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
507
+ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
522
508
 
523
509
  [[package]]
524
510
  name = "linux-raw-sys"
525
- version = "0.4.8"
511
+ version = "0.4.12"
526
512
  source = "registry+https://github.com/rust-lang/crates.io-index"
527
- checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
513
+ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
528
514
 
529
515
  [[package]]
530
516
  name = "lock_api"
531
- version = "0.4.10"
517
+ version = "0.4.11"
532
518
  source = "registry+https://github.com/rust-lang/crates.io-index"
533
- checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
519
+ checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
534
520
  dependencies = [
535
521
  "autocfg",
536
522
  "scopeguard",
@@ -544,9 +530,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
544
530
 
545
531
  [[package]]
546
532
  name = "memchr"
547
- version = "2.6.4"
533
+ version = "2.7.1"
548
534
  source = "registry+https://github.com/rust-lang/crates.io-index"
549
- checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
535
+ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
550
536
 
551
537
  [[package]]
552
538
  name = "memoffset"
@@ -565,18 +551,18 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
565
551
 
566
552
  [[package]]
567
553
  name = "num-traits"
568
- version = "0.2.16"
554
+ version = "0.2.17"
569
555
  source = "registry+https://github.com/rust-lang/crates.io-index"
570
- checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
556
+ checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
571
557
  dependencies = [
572
558
  "autocfg",
573
559
  ]
574
560
 
575
561
  [[package]]
576
562
  name = "once_cell"
577
- version = "1.18.0"
563
+ version = "1.19.0"
578
564
  source = "registry+https://github.com/rust-lang/crates.io-index"
579
- checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
565
+ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
580
566
 
581
567
  [[package]]
582
568
  name = "parking_lot"
@@ -590,20 +576,20 @@ dependencies = [
590
576
 
591
577
  [[package]]
592
578
  name = "parking_lot_core"
593
- version = "0.9.8"
579
+ version = "0.9.9"
594
580
  source = "registry+https://github.com/rust-lang/crates.io-index"
595
- checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
581
+ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
596
582
  dependencies = [
597
583
  "cfg-if",
598
584
  "libc",
599
585
  "redox_syscall",
600
586
  "smallvec",
601
- "windows-targets",
587
+ "windows-targets 0.48.5",
602
588
  ]
603
589
 
604
590
  [[package]]
605
591
  name = "piranha"
606
- version = "0.3.21"
592
+ version = "0.3.23"
607
593
  dependencies = [
608
594
  "assert_cmd",
609
595
  "cc",
@@ -613,7 +599,7 @@ dependencies = [
613
599
  "env_logger",
614
600
  "getset",
615
601
  "glob",
616
- "itertools 0.10.5",
602
+ "itertools 0.12.0",
617
603
  "json",
618
604
  "jwalk",
619
605
  "lazy_static",
@@ -698,18 +684,18 @@ dependencies = [
698
684
 
699
685
  [[package]]
700
686
  name = "proc-macro2"
701
- version = "1.0.67"
687
+ version = "1.0.74"
702
688
  source = "registry+https://github.com/rust-lang/crates.io-index"
703
- checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
689
+ checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
704
690
  dependencies = [
705
691
  "unicode-ident",
706
692
  ]
707
693
 
708
694
  [[package]]
709
695
  name = "pyo3"
710
- version = "0.19.2"
696
+ version = "0.20.1"
711
697
  source = "registry+https://github.com/rust-lang/crates.io-index"
712
- checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
698
+ checksum = "e82ad98ce1991c9c70c3464ba4187337b9c45fcbbb060d46dca15f0c075e14e2"
713
699
  dependencies = [
714
700
  "cfg-if",
715
701
  "indoc",
@@ -724,9 +710,9 @@ dependencies = [
724
710
 
725
711
  [[package]]
726
712
  name = "pyo3-build-config"
727
- version = "0.19.2"
713
+ version = "0.20.1"
728
714
  source = "registry+https://github.com/rust-lang/crates.io-index"
729
- checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
715
+ checksum = "5503d0b3aee2c7a8dbb389cd87cd9649f675d4c7f60ca33699a3e3859d81a891"
730
716
  dependencies = [
731
717
  "once_cell",
732
718
  "target-lexicon",
@@ -734,9 +720,9 @@ dependencies = [
734
720
 
735
721
  [[package]]
736
722
  name = "pyo3-ffi"
737
- version = "0.19.2"
723
+ version = "0.20.1"
738
724
  source = "registry+https://github.com/rust-lang/crates.io-index"
739
- checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
725
+ checksum = "18a79e8d80486a00d11c0dcb27cd2aa17c022cc95c677b461f01797226ba8f41"
740
726
  dependencies = [
741
727
  "libc",
742
728
  "pyo3-build-config",
@@ -744,9 +730,9 @@ dependencies = [
744
730
 
745
731
  [[package]]
746
732
  name = "pyo3-log"
747
- version = "0.8.3"
733
+ version = "0.9.0"
748
734
  source = "registry+https://github.com/rust-lang/crates.io-index"
749
- checksum = "f47b0777feb17f61eea78667d61103758b243a871edc09a7786500a50467b605"
735
+ checksum = "4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd"
750
736
  dependencies = [
751
737
  "arc-swap",
752
738
  "log",
@@ -755,32 +741,33 @@ dependencies = [
755
741
 
756
742
  [[package]]
757
743
  name = "pyo3-macros"
758
- version = "0.19.2"
744
+ version = "0.20.1"
759
745
  source = "registry+https://github.com/rust-lang/crates.io-index"
760
- checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
746
+ checksum = "1f4b0dc7eaa578604fab11c8c7ff8934c71249c61d4def8e272c76ed879f03d4"
761
747
  dependencies = [
762
748
  "proc-macro2",
763
749
  "pyo3-macros-backend",
764
750
  "quote",
765
- "syn 1.0.109",
751
+ "syn 2.0.46",
766
752
  ]
767
753
 
768
754
  [[package]]
769
755
  name = "pyo3-macros-backend"
770
- version = "0.19.2"
756
+ version = "0.20.1"
771
757
  source = "registry+https://github.com/rust-lang/crates.io-index"
772
- checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
758
+ checksum = "816a4f709e29ddab2e3cdfe94600d554c5556cad0ddfeea95c47b580c3247fa4"
773
759
  dependencies = [
760
+ "heck",
774
761
  "proc-macro2",
775
762
  "quote",
776
- "syn 1.0.109",
763
+ "syn 2.0.46",
777
764
  ]
778
765
 
779
766
  [[package]]
780
767
  name = "quote"
781
- version = "1.0.33"
768
+ version = "1.0.35"
782
769
  source = "registry+https://github.com/rust-lang/crates.io-index"
783
- checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
770
+ checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
784
771
  dependencies = [
785
772
  "proc-macro2",
786
773
  ]
@@ -844,18 +831,18 @@ dependencies = [
844
831
 
845
832
  [[package]]
846
833
  name = "redox_syscall"
847
- version = "0.3.5"
834
+ version = "0.4.1"
848
835
  source = "registry+https://github.com/rust-lang/crates.io-index"
849
- checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
836
+ checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
850
837
  dependencies = [
851
838
  "bitflags 1.3.2",
852
839
  ]
853
840
 
854
841
  [[package]]
855
842
  name = "regex"
856
- version = "1.9.6"
843
+ version = "1.10.2"
857
844
  source = "registry+https://github.com/rust-lang/crates.io-index"
858
- checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
845
+ checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
859
846
  dependencies = [
860
847
  "aho-corasick",
861
848
  "memchr",
@@ -865,9 +852,9 @@ dependencies = [
865
852
 
866
853
  [[package]]
867
854
  name = "regex-automata"
868
- version = "0.3.9"
855
+ version = "0.4.3"
869
856
  source = "registry+https://github.com/rust-lang/crates.io-index"
870
- checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
857
+ checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
871
858
  dependencies = [
872
859
  "aho-corasick",
873
860
  "memchr",
@@ -876,9 +863,9 @@ dependencies = [
876
863
 
877
864
  [[package]]
878
865
  name = "regex-syntax"
879
- version = "0.7.5"
866
+ version = "0.8.2"
880
867
  source = "registry+https://github.com/rust-lang/crates.io-index"
881
- checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
868
+ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
882
869
 
883
870
  [[package]]
884
871
  name = "remove_dir_all"
@@ -891,22 +878,22 @@ dependencies = [
891
878
 
892
879
  [[package]]
893
880
  name = "rustix"
894
- version = "0.38.17"
881
+ version = "0.38.28"
895
882
  source = "registry+https://github.com/rust-lang/crates.io-index"
896
- checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
883
+ checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
897
884
  dependencies = [
898
- "bitflags 2.4.0",
885
+ "bitflags 2.4.1",
899
886
  "errno",
900
887
  "libc",
901
888
  "linux-raw-sys",
902
- "windows-sys",
889
+ "windows-sys 0.52.0",
903
890
  ]
904
891
 
905
892
  [[package]]
906
893
  name = "ryu"
907
- version = "1.0.15"
894
+ version = "1.0.16"
908
895
  source = "registry+https://github.com/rust-lang/crates.io-index"
909
- checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
896
+ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
910
897
 
911
898
  [[package]]
912
899
  name = "scopeguard"
@@ -916,29 +903,29 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
916
903
 
917
904
  [[package]]
918
905
  name = "serde"
919
- version = "1.0.188"
906
+ version = "1.0.194"
920
907
  source = "registry+https://github.com/rust-lang/crates.io-index"
921
- checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
908
+ checksum = "0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773"
922
909
  dependencies = [
923
910
  "serde_derive",
924
911
  ]
925
912
 
926
913
  [[package]]
927
914
  name = "serde_derive"
928
- version = "1.0.188"
915
+ version = "1.0.194"
929
916
  source = "registry+https://github.com/rust-lang/crates.io-index"
930
- checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
917
+ checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0"
931
918
  dependencies = [
932
919
  "proc-macro2",
933
920
  "quote",
934
- "syn 2.0.37",
921
+ "syn 2.0.46",
935
922
  ]
936
923
 
937
924
  [[package]]
938
925
  name = "serde_json"
939
- version = "1.0.107"
926
+ version = "1.0.110"
940
927
  source = "registry+https://github.com/rust-lang/crates.io-index"
941
- checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
928
+ checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
942
929
  dependencies = [
943
930
  "itoa",
944
931
  "ryu",
@@ -947,18 +934,18 @@ dependencies = [
947
934
 
948
935
  [[package]]
949
936
  name = "serde_spanned"
950
- version = "0.6.3"
937
+ version = "0.6.5"
951
938
  source = "registry+https://github.com/rust-lang/crates.io-index"
952
- checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
939
+ checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
953
940
  dependencies = [
954
941
  "serde",
955
942
  ]
956
943
 
957
944
  [[package]]
958
945
  name = "smallvec"
959
- version = "1.11.1"
946
+ version = "1.11.2"
960
947
  source = "registry+https://github.com/rust-lang/crates.io-index"
961
- checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
948
+ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
962
949
 
963
950
  [[package]]
964
951
  name = "strsim"
@@ -979,9 +966,9 @@ dependencies = [
979
966
 
980
967
  [[package]]
981
968
  name = "syn"
982
- version = "2.0.37"
969
+ version = "2.0.46"
983
970
  source = "registry+https://github.com/rust-lang/crates.io-index"
984
- checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
971
+ checksum = "89456b690ff72fddcecf231caedbe615c59480c93358a93dfae7fc29e3ebbf0e"
985
972
  dependencies = [
986
973
  "proc-macro2",
987
974
  "quote",
@@ -990,9 +977,9 @@ dependencies = [
990
977
 
991
978
  [[package]]
992
979
  name = "target-lexicon"
993
- version = "0.12.11"
980
+ version = "0.12.12"
994
981
  source = "registry+https://github.com/rust-lang/crates.io-index"
995
- checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
982
+ checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
996
983
 
997
984
  [[package]]
998
985
  name = "tempdir"
@@ -1006,9 +993,9 @@ dependencies = [
1006
993
 
1007
994
  [[package]]
1008
995
  name = "termcolor"
1009
- version = "1.3.0"
996
+ version = "1.4.0"
1010
997
  source = "registry+https://github.com/rust-lang/crates.io-index"
1011
- checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
998
+ checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
1012
999
  dependencies = [
1013
1000
  "winapi-util",
1014
1001
  ]
@@ -1021,9 +1008,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1021
1008
 
1022
1009
  [[package]]
1023
1010
  name = "toml"
1024
- version = "0.7.8"
1011
+ version = "0.8.8"
1025
1012
  source = "registry+https://github.com/rust-lang/crates.io-index"
1026
- checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
1013
+ checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
1027
1014
  dependencies = [
1028
1015
  "serde",
1029
1016
  "serde_spanned",
@@ -1033,18 +1020,18 @@ dependencies = [
1033
1020
 
1034
1021
  [[package]]
1035
1022
  name = "toml_datetime"
1036
- version = "0.6.3"
1023
+ version = "0.6.5"
1037
1024
  source = "registry+https://github.com/rust-lang/crates.io-index"
1038
- checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
1025
+ checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
1039
1026
  dependencies = [
1040
1027
  "serde",
1041
1028
  ]
1042
1029
 
1043
1030
  [[package]]
1044
1031
  name = "toml_edit"
1045
- version = "0.19.15"
1032
+ version = "0.21.0"
1046
1033
  source = "registry+https://github.com/rust-lang/crates.io-index"
1047
- checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
1034
+ checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
1048
1035
  dependencies = [
1049
1036
  "indexmap",
1050
1037
  "serde",
@@ -1074,8 +1061,9 @@ dependencies = [
1074
1061
 
1075
1062
  [[package]]
1076
1063
  name = "tree-sitter-java"
1077
- version = "0.20.0"
1078
- source = "git+https://github.com/tree-sitter/tree-sitter-java.git?rev=c194ee5e6ede5f26cf4799feead4a8f165dcf14d#c194ee5e6ede5f26cf4799feead4a8f165dcf14d"
1064
+ version = "0.20.2"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "2adc5696bf5abf761081d7457d2bb82d0e3b28964f4214f63fd7e720ef462653"
1079
1067
  dependencies = [
1080
1068
  "cc",
1081
1069
  "tree-sitter",
@@ -1083,8 +1071,8 @@ dependencies = [
1083
1071
 
1084
1072
  [[package]]
1085
1073
  name = "tree-sitter-kotlin"
1086
- version = "0.3.1"
1087
- source = "git+https://github.com/fwcd/tree-sitter-kotlin.git#7587b4a7f1c3a0fe4ab41301596f9b4517395a4e"
1074
+ version = "0.3.2"
1075
+ source = "git+https://github.com/fwcd/tree-sitter-kotlin.git#0ef87892401bb01c84b40916e1f150197bc134b1"
1088
1076
  dependencies = [
1089
1077
  "cc",
1090
1078
  "tree-sitter",
@@ -1175,9 +1163,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1175
1163
 
1176
1164
  [[package]]
1177
1165
  name = "unindent"
1178
- version = "0.1.11"
1166
+ version = "0.2.3"
1179
1167
  source = "registry+https://github.com/rust-lang/crates.io-index"
1180
- checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
1168
+ checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
1181
1169
 
1182
1170
  [[package]]
1183
1171
  name = "utf8parse"
@@ -1237,7 +1225,16 @@ version = "0.48.0"
1237
1225
  source = "registry+https://github.com/rust-lang/crates.io-index"
1238
1226
  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1239
1227
  dependencies = [
1240
- "windows-targets",
1228
+ "windows-targets 0.48.5",
1229
+ ]
1230
+
1231
+ [[package]]
1232
+ name = "windows-sys"
1233
+ version = "0.52.0"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1236
+ dependencies = [
1237
+ "windows-targets 0.52.0",
1241
1238
  ]
1242
1239
 
1243
1240
  [[package]]
@@ -1246,13 +1243,28 @@ version = "0.48.5"
1246
1243
  source = "registry+https://github.com/rust-lang/crates.io-index"
1247
1244
  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1248
1245
  dependencies = [
1249
- "windows_aarch64_gnullvm",
1250
- "windows_aarch64_msvc",
1251
- "windows_i686_gnu",
1252
- "windows_i686_msvc",
1253
- "windows_x86_64_gnu",
1254
- "windows_x86_64_gnullvm",
1255
- "windows_x86_64_msvc",
1246
+ "windows_aarch64_gnullvm 0.48.5",
1247
+ "windows_aarch64_msvc 0.48.5",
1248
+ "windows_i686_gnu 0.48.5",
1249
+ "windows_i686_msvc 0.48.5",
1250
+ "windows_x86_64_gnu 0.48.5",
1251
+ "windows_x86_64_gnullvm 0.48.5",
1252
+ "windows_x86_64_msvc 0.48.5",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "windows-targets"
1257
+ version = "0.52.0"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
1260
+ dependencies = [
1261
+ "windows_aarch64_gnullvm 0.52.0",
1262
+ "windows_aarch64_msvc 0.52.0",
1263
+ "windows_i686_gnu 0.52.0",
1264
+ "windows_i686_msvc 0.52.0",
1265
+ "windows_x86_64_gnu 0.52.0",
1266
+ "windows_x86_64_gnullvm 0.52.0",
1267
+ "windows_x86_64_msvc 0.52.0",
1256
1268
  ]
1257
1269
 
1258
1270
  [[package]]
@@ -1261,47 +1273,89 @@ version = "0.48.5"
1261
1273
  source = "registry+https://github.com/rust-lang/crates.io-index"
1262
1274
  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1263
1275
 
1276
+ [[package]]
1277
+ name = "windows_aarch64_gnullvm"
1278
+ version = "0.52.0"
1279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1280
+ checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
1281
+
1264
1282
  [[package]]
1265
1283
  name = "windows_aarch64_msvc"
1266
1284
  version = "0.48.5"
1267
1285
  source = "registry+https://github.com/rust-lang/crates.io-index"
1268
1286
  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1269
1287
 
1288
+ [[package]]
1289
+ name = "windows_aarch64_msvc"
1290
+ version = "0.52.0"
1291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1292
+ checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
1293
+
1270
1294
  [[package]]
1271
1295
  name = "windows_i686_gnu"
1272
1296
  version = "0.48.5"
1273
1297
  source = "registry+https://github.com/rust-lang/crates.io-index"
1274
1298
  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1275
1299
 
1300
+ [[package]]
1301
+ name = "windows_i686_gnu"
1302
+ version = "0.52.0"
1303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1304
+ checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
1305
+
1276
1306
  [[package]]
1277
1307
  name = "windows_i686_msvc"
1278
1308
  version = "0.48.5"
1279
1309
  source = "registry+https://github.com/rust-lang/crates.io-index"
1280
1310
  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1281
1311
 
1312
+ [[package]]
1313
+ name = "windows_i686_msvc"
1314
+ version = "0.52.0"
1315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1316
+ checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
1317
+
1282
1318
  [[package]]
1283
1319
  name = "windows_x86_64_gnu"
1284
1320
  version = "0.48.5"
1285
1321
  source = "registry+https://github.com/rust-lang/crates.io-index"
1286
1322
  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1287
1323
 
1324
+ [[package]]
1325
+ name = "windows_x86_64_gnu"
1326
+ version = "0.52.0"
1327
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1328
+ checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
1329
+
1288
1330
  [[package]]
1289
1331
  name = "windows_x86_64_gnullvm"
1290
1332
  version = "0.48.5"
1291
1333
  source = "registry+https://github.com/rust-lang/crates.io-index"
1292
1334
  checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1293
1335
 
1336
+ [[package]]
1337
+ name = "windows_x86_64_gnullvm"
1338
+ version = "0.52.0"
1339
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1340
+ checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
1341
+
1294
1342
  [[package]]
1295
1343
  name = "windows_x86_64_msvc"
1296
1344
  version = "0.48.5"
1297
1345
  source = "registry+https://github.com/rust-lang/crates.io-index"
1298
1346
  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1299
1347
 
1348
+ [[package]]
1349
+ name = "windows_x86_64_msvc"
1350
+ version = "0.52.0"
1351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
1353
+
1300
1354
  [[package]]
1301
1355
  name = "winnow"
1302
- version = "0.5.15"
1356
+ version = "0.5.31"
1303
1357
  source = "registry+https://github.com/rust-lang/crates.io-index"
1304
- checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
1358
+ checksum = "97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c"
1305
1359
  dependencies = [
1306
1360
  "memchr",
1307
1361
  ]