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.
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/Cargo.lock +216 -162
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/Cargo.toml +6 -7
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/PKG-INFO +2 -2
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/pyproject.toml +1 -1
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/utils.rs +4 -4
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/edit.rs +10 -3
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/filter.rs +9 -2
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/matches.rs +32 -4
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/outgoing_edges.rs +7 -2
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/piranha_arguments.rs +8 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/piranha_output.rs +11 -4
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule.rs +8 -2
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule_graph.rs +9 -2
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/rule_test.rs +19 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/mod.rs +5 -29
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +14 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/LICENSE +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/README.md +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -0
- {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
- {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
- {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
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -0
- {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
- {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
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -0
- {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
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -0
- {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
- {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
- {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
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/config_checker.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/piranha.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/refactor.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/javascript/src/source_checker.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/README.txt +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/plugins/pyproject.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/AdditionalContent/index.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/AdditionalContent/styles.module.css +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/HomepageFeatures/index.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/components/HomepageFeatures/styles.module.css +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/css/custom.css +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/pages/index.js +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/site/src/pages/index.module.css +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/edges.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/rules.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/go/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/edges.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/rules.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/edges.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/rules.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/edges.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/rules.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/kt/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/scala/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/edges.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/rules.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/cleanup_rules/swift/scope_config.toml +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/README.md +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/analysis.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/mod.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/tag_analysis.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/df/unit_tests/tag_analysis_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/lib.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/main.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/capture_group_patterns.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/concrete_syntax.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/default_configs.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/language.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/mod.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/rule_store.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/scopes.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/source_code_unit.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/scopes_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/models/unit_tests/source_code_unit_test.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/mod.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_go.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_java.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_kt.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_python.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_scala.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_scm.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_strings.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_swift.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_thrift.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_ts.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/tests/test_piranha_tsx.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/regex_utilities.rs +0 -0
- {polyglot_piranha-0.3.21 → polyglot_piranha-0.3.23}/src/utilities/tree_sitter_utilities.rs +0 -0
- {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.
|
7
|
+
version = "1.1.2"
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
-
checksum = "
|
9
|
+
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
10
10
|
dependencies = [
|
11
11
|
"memchr",
|
12
12
|
]
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "anstream"
|
16
|
-
version = "0.6.
|
16
|
+
version = "0.6.5"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
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.
|
36
|
+
version = "0.2.3"
|
37
37
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
38
|
-
checksum = "
|
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.
|
45
|
+
version = "1.0.2"
|
46
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
-
checksum = "
|
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.
|
54
|
+
version = "3.0.2"
|
55
55
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
56
|
-
checksum = "
|
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.
|
97
|
+
version = "2.4.1"
|
98
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
99
|
-
checksum = "
|
99
|
+
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
100
100
|
|
101
101
|
[[package]]
|
102
102
|
name = "bstr"
|
103
|
-
version = "1.
|
103
|
+
version = "1.9.0"
|
104
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
105
|
-
checksum = "
|
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.
|
129
|
+
version = "4.4.12"
|
130
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
131
|
-
checksum = "
|
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.
|
139
|
+
version = "4.4.12"
|
140
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
141
|
-
checksum = "
|
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.
|
151
|
+
version = "4.4.7"
|
152
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
153
|
-
checksum = "
|
153
|
+
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
154
154
|
dependencies = [
|
155
155
|
"heck",
|
156
156
|
"proc-macro2",
|
157
157
|
"quote",
|
158
|
-
"syn 2.0.
|
158
|
+
"syn 2.0.46",
|
159
159
|
]
|
160
160
|
|
161
161
|
[[package]]
|
162
162
|
name = "clap_lex"
|
163
|
-
version = "0.
|
163
|
+
version = "0.6.0"
|
164
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
165
|
-
checksum = "
|
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
|
175
|
+
version = "2.1.0"
|
176
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
177
|
-
checksum = "
|
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.
|
185
|
+
version = "0.8.3"
|
187
186
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
188
|
-
checksum = "
|
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.
|
199
|
+
version = "0.5.10"
|
201
200
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
202
|
-
checksum = "
|
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.
|
209
|
+
version = "0.8.4"
|
211
210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212
|
-
checksum = "
|
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.
|
220
|
+
version = "0.9.17"
|
222
221
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
223
|
-
checksum = "
|
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.
|
231
|
+
version = "0.3.10"
|
235
232
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
236
|
-
checksum = "
|
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.
|
241
|
+
version = "0.8.18"
|
245
242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
246
|
-
checksum = "
|
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.
|
334
|
+
version = "0.10.1"
|
338
335
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
339
|
-
checksum = "
|
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.
|
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 = "
|
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.
|
402
|
+
version = "0.14.3"
|
417
403
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
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
|
432
|
+
version = "2.1.0"
|
447
433
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
-
checksum = "
|
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 = "
|
442
|
+
version = "2.0.4"
|
457
443
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
458
|
-
checksum = "
|
444
|
+
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
459
445
|
|
460
446
|
[[package]]
|
461
447
|
name = "is-terminal"
|
462
|
-
version = "0.4.
|
448
|
+
version = "0.4.10"
|
463
449
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
464
|
-
checksum = "
|
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.
|
459
|
+
version = "0.11.0"
|
474
460
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
475
|
-
checksum = "
|
461
|
+
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
476
462
|
dependencies = [
|
477
463
|
"either",
|
478
464
|
]
|
479
465
|
|
480
466
|
[[package]]
|
481
467
|
name = "itertools"
|
482
|
-
version = "0.
|
468
|
+
version = "0.12.0"
|
483
469
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
484
|
-
checksum = "
|
470
|
+
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
485
471
|
dependencies = [
|
486
472
|
"either",
|
487
473
|
]
|
488
474
|
|
489
475
|
[[package]]
|
490
476
|
name = "itoa"
|
491
|
-
version = "1.0.
|
477
|
+
version = "1.0.10"
|
492
478
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
-
checksum = "
|
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.
|
505
|
+
version = "0.2.151"
|
520
506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
521
|
-
checksum = "
|
507
|
+
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
522
508
|
|
523
509
|
[[package]]
|
524
510
|
name = "linux-raw-sys"
|
525
|
-
version = "0.4.
|
511
|
+
version = "0.4.12"
|
526
512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
527
|
-
checksum = "
|
513
|
+
checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
|
528
514
|
|
529
515
|
[[package]]
|
530
516
|
name = "lock_api"
|
531
|
-
version = "0.4.
|
517
|
+
version = "0.4.11"
|
532
518
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
533
|
-
checksum = "
|
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.
|
533
|
+
version = "2.7.1"
|
548
534
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
549
|
-
checksum = "
|
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.
|
554
|
+
version = "0.2.17"
|
569
555
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
570
|
-
checksum = "
|
556
|
+
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
571
557
|
dependencies = [
|
572
558
|
"autocfg",
|
573
559
|
]
|
574
560
|
|
575
561
|
[[package]]
|
576
562
|
name = "once_cell"
|
577
|
-
version = "1.
|
563
|
+
version = "1.19.0"
|
578
564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
579
|
-
checksum = "
|
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.
|
579
|
+
version = "0.9.9"
|
594
580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
595
|
-
checksum = "
|
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.
|
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.
|
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.
|
687
|
+
version = "1.0.74"
|
702
688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
703
|
-
checksum = "
|
689
|
+
checksum = "2de98502f212cfcea8d0bb305bd0f49d7ebdd75b64ba0a68f937d888f4e0d6db"
|
704
690
|
dependencies = [
|
705
691
|
"unicode-ident",
|
706
692
|
]
|
707
693
|
|
708
694
|
[[package]]
|
709
695
|
name = "pyo3"
|
710
|
-
version = "0.
|
696
|
+
version = "0.20.1"
|
711
697
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
712
|
-
checksum = "
|
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.
|
713
|
+
version = "0.20.1"
|
728
714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729
|
-
checksum = "
|
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.
|
723
|
+
version = "0.20.1"
|
738
724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
739
|
-
checksum = "
|
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.
|
733
|
+
version = "0.9.0"
|
748
734
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
749
|
-
checksum = "
|
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.
|
744
|
+
version = "0.20.1"
|
759
745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
760
|
-
checksum = "
|
746
|
+
checksum = "1f4b0dc7eaa578604fab11c8c7ff8934c71249c61d4def8e272c76ed879f03d4"
|
761
747
|
dependencies = [
|
762
748
|
"proc-macro2",
|
763
749
|
"pyo3-macros-backend",
|
764
750
|
"quote",
|
765
|
-
"syn
|
751
|
+
"syn 2.0.46",
|
766
752
|
]
|
767
753
|
|
768
754
|
[[package]]
|
769
755
|
name = "pyo3-macros-backend"
|
770
|
-
version = "0.
|
756
|
+
version = "0.20.1"
|
771
757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
772
|
-
checksum = "
|
758
|
+
checksum = "816a4f709e29ddab2e3cdfe94600d554c5556cad0ddfeea95c47b580c3247fa4"
|
773
759
|
dependencies = [
|
760
|
+
"heck",
|
774
761
|
"proc-macro2",
|
775
762
|
"quote",
|
776
|
-
"syn
|
763
|
+
"syn 2.0.46",
|
777
764
|
]
|
778
765
|
|
779
766
|
[[package]]
|
780
767
|
name = "quote"
|
781
|
-
version = "1.0.
|
768
|
+
version = "1.0.35"
|
782
769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
783
|
-
checksum = "
|
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.
|
834
|
+
version = "0.4.1"
|
848
835
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
849
|
-
checksum = "
|
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.
|
843
|
+
version = "1.10.2"
|
857
844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
858
|
-
checksum = "
|
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
|
855
|
+
version = "0.4.3"
|
869
856
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
870
|
-
checksum = "
|
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.
|
866
|
+
version = "0.8.2"
|
880
867
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
881
|
-
checksum = "
|
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.
|
881
|
+
version = "0.38.28"
|
895
882
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
896
|
-
checksum = "
|
883
|
+
checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
|
897
884
|
dependencies = [
|
898
|
-
"bitflags 2.4.
|
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.
|
894
|
+
version = "1.0.16"
|
908
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
909
|
-
checksum = "
|
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.
|
906
|
+
version = "1.0.194"
|
920
907
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
921
|
-
checksum = "
|
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.
|
915
|
+
version = "1.0.194"
|
929
916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
930
|
-
checksum = "
|
917
|
+
checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0"
|
931
918
|
dependencies = [
|
932
919
|
"proc-macro2",
|
933
920
|
"quote",
|
934
|
-
"syn 2.0.
|
921
|
+
"syn 2.0.46",
|
935
922
|
]
|
936
923
|
|
937
924
|
[[package]]
|
938
925
|
name = "serde_json"
|
939
|
-
version = "1.0.
|
926
|
+
version = "1.0.110"
|
940
927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
941
|
-
checksum = "
|
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.
|
937
|
+
version = "0.6.5"
|
951
938
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
952
|
-
checksum = "
|
939
|
+
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
953
940
|
dependencies = [
|
954
941
|
"serde",
|
955
942
|
]
|
956
943
|
|
957
944
|
[[package]]
|
958
945
|
name = "smallvec"
|
959
|
-
version = "1.11.
|
946
|
+
version = "1.11.2"
|
960
947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
961
|
-
checksum = "
|
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.
|
969
|
+
version = "2.0.46"
|
983
970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
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.
|
980
|
+
version = "0.12.12"
|
994
981
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
995
|
-
checksum = "
|
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.
|
996
|
+
version = "1.4.0"
|
1010
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011
|
-
checksum = "
|
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.
|
1011
|
+
version = "0.8.8"
|
1025
1012
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1026
|
-
checksum = "
|
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.
|
1023
|
+
version = "0.6.5"
|
1037
1024
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1038
|
-
checksum = "
|
1025
|
+
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
1039
1026
|
dependencies = [
|
1040
1027
|
"serde",
|
1041
1028
|
]
|
1042
1029
|
|
1043
1030
|
[[package]]
|
1044
1031
|
name = "toml_edit"
|
1045
|
-
version = "0.
|
1032
|
+
version = "0.21.0"
|
1046
1033
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1047
|
-
checksum = "
|
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.
|
1078
|
-
source = "
|
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.
|
1087
|
-
source = "git+https://github.com/fwcd/tree-sitter-kotlin.git#
|
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.
|
1166
|
+
version = "0.2.3"
|
1179
1167
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180
|
-
checksum = "
|
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.
|
1356
|
+
version = "0.5.31"
|
1303
1357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1304
|
-
checksum = "
|
1358
|
+
checksum = "97a4882e6b134d6c28953a387571f1acdd3496830d5e36c5e3a1075580ea641c"
|
1305
1359
|
dependencies = [
|
1306
1360
|
"memchr",
|
1307
1361
|
]
|