polyglot-piranha 0.3.9__tar.gz → 0.3.11__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.9 → polyglot_piranha-0.3.11}/Cargo.lock +116 -142
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/Cargo.toml +2 -2
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/PKG-INFO +1 -1
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/go/rules.toml +2 -20
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/java/rules.toml +4 -13
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/kt/rules.toml +3 -7
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/swift/rules.toml +54 -4
- polyglot_piranha-0.3.11/src/models/capture_group_patterns.rs +120 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/default_configs.rs +22 -12
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/edit.rs +16 -16
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/filter.rs +101 -46
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/language.rs +16 -2
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/matches.rs +115 -62
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/mod.rs +4 -3
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/piranha_arguments.rs +3 -7
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/piranha_output.rs +5 -5
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/rule.rs +34 -11
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/rule_store.rs +19 -11
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/scopes.rs +9 -14
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/source_code_unit.rs +23 -24
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/unit_tests/rule_graph_validation_test.rs +23 -12
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/unit_tests/rule_test.rs +5 -6
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/unit_tests/scopes_test.rs +12 -14
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/unit_tests/source_code_unit_test.rs +146 -7
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/mod.rs +2 -1
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_java.rs +22 -1
- polyglot_piranha-0.3.11/src/tests/test_piranha_scm.rs +61 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_swift.rs +7 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/utilities/mod.rs +1 -12
- polyglot_piranha-0.3.11/src/utilities/regex_utilities.rs +73 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/utilities/tree_sitter_utilities.rs +52 -75
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +4 -4
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/LICENSE +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/README.md +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_2.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_3.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_4.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_clean_by_setters_ignore_others.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_return_receive_argument.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_no_match.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_wrong_arg.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/javascript/src/config_checker.js +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/javascript/src/piranha.js +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/javascript/src/refactor.js +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/javascript/src/source_checker.js +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/objc/src/XPFlagRefactoring/README.txt +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/pyproject.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/go/edges.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/go/scope_config.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/java/edges.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/java/scope_config.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/kt/edges.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/kt/scope_config.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/swift/edges.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/cleanup_rules/swift/scope_config.toml +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/lib.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/main.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/outgoing_edges.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/rule_graph.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/models/unit_tests/piranha_arguments_test.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_go.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_kt.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_python.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_strings.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_thrift.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_ts.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/tests/test_piranha_tsx.rs +0 -0
- {polyglot_piranha-0.3.9 → polyglot_piranha-0.3.11}/src/utilities/unit_tests/utilities_test.rs +0 -0
@@ -28,15 +28,15 @@ dependencies = [
|
|
28
28
|
|
29
29
|
[[package]]
|
30
30
|
name = "anstyle"
|
31
|
-
version = "1.0.
|
31
|
+
version = "1.0.1"
|
32
32
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
33
|
-
checksum = "
|
33
|
+
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "anstyle-parse"
|
37
|
-
version = "0.2.
|
37
|
+
version = "0.2.1"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
40
40
|
dependencies = [
|
41
41
|
"utf8parse",
|
42
42
|
]
|
@@ -68,9 +68,9 @@ checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
|
68
68
|
|
69
69
|
[[package]]
|
70
70
|
name = "assert_cmd"
|
71
|
-
version = "2.0.
|
71
|
+
version = "2.0.12"
|
72
72
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
checksum = "
|
73
|
+
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
|
74
74
|
dependencies = [
|
75
75
|
"anstyle",
|
76
76
|
"bstr",
|
@@ -81,17 +81,6 @@ dependencies = [
|
|
81
81
|
"wait-timeout",
|
82
82
|
]
|
83
83
|
|
84
|
-
[[package]]
|
85
|
-
name = "atty"
|
86
|
-
version = "0.2.14"
|
87
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88
|
-
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
89
|
-
dependencies = [
|
90
|
-
"hermit-abi 0.1.19",
|
91
|
-
"libc",
|
92
|
-
"winapi",
|
93
|
-
]
|
94
|
-
|
95
84
|
[[package]]
|
96
85
|
name = "autocfg"
|
97
86
|
version = "1.1.0"
|
@@ -104,14 +93,19 @@ version = "1.3.2"
|
|
104
93
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
105
94
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
106
95
|
|
96
|
+
[[package]]
|
97
|
+
name = "bitflags"
|
98
|
+
version = "2.3.3"
|
99
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
+
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
|
101
|
+
|
107
102
|
[[package]]
|
108
103
|
name = "bstr"
|
109
|
-
version = "1.
|
104
|
+
version = "1.6.0"
|
110
105
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
111
|
-
checksum = "
|
106
|
+
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
112
107
|
dependencies = [
|
113
108
|
"memchr",
|
114
|
-
"once_cell",
|
115
109
|
"regex-automata",
|
116
110
|
"serde",
|
117
111
|
]
|
@@ -130,9 +124,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
130
124
|
|
131
125
|
[[package]]
|
132
126
|
name = "clap"
|
133
|
-
version = "4.3.
|
127
|
+
version = "4.3.14"
|
134
128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
135
|
-
checksum = "
|
129
|
+
checksum = "98330784c494e49850cb23b8e2afcca13587d2500b2e3f1f78ae20248059c9be"
|
136
130
|
dependencies = [
|
137
131
|
"clap_builder",
|
138
132
|
"clap_derive",
|
@@ -141,27 +135,26 @@ dependencies = [
|
|
141
135
|
|
142
136
|
[[package]]
|
143
137
|
name = "clap_builder"
|
144
|
-
version = "4.3.
|
138
|
+
version = "4.3.14"
|
145
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
146
|
-
checksum = "
|
140
|
+
checksum = "e182eb5f2562a67dda37e2c57af64d720a9e010c5e860ed87c056586aeafa52e"
|
147
141
|
dependencies = [
|
148
142
|
"anstream",
|
149
143
|
"anstyle",
|
150
|
-
"bitflags",
|
151
144
|
"clap_lex",
|
152
145
|
"strsim",
|
153
146
|
]
|
154
147
|
|
155
148
|
[[package]]
|
156
149
|
name = "clap_derive"
|
157
|
-
version = "4.3.
|
150
|
+
version = "4.3.12"
|
158
151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
159
|
-
checksum = "
|
152
|
+
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
|
160
153
|
dependencies = [
|
161
154
|
"heck",
|
162
155
|
"proc-macro2",
|
163
156
|
"quote",
|
164
|
-
"syn 2.0.
|
157
|
+
"syn 2.0.26",
|
165
158
|
]
|
166
159
|
|
167
160
|
[[package]]
|
@@ -178,13 +171,13 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
178
171
|
|
179
172
|
[[package]]
|
180
173
|
name = "colored"
|
181
|
-
version = "2.0.
|
174
|
+
version = "2.0.4"
|
182
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
183
|
-
checksum = "
|
176
|
+
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
|
184
177
|
dependencies = [
|
185
|
-
"
|
178
|
+
"is-terminal",
|
186
179
|
"lazy_static",
|
187
|
-
"
|
180
|
+
"windows-sys",
|
188
181
|
]
|
189
182
|
|
190
183
|
[[package]]
|
@@ -351,6 +344,12 @@ dependencies = [
|
|
351
344
|
"termcolor",
|
352
345
|
]
|
353
346
|
|
347
|
+
[[package]]
|
348
|
+
name = "equivalent"
|
349
|
+
version = "1.0.1"
|
350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
351
|
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
352
|
+
|
354
353
|
[[package]]
|
355
354
|
name = "errno"
|
356
355
|
version = "0.3.1"
|
@@ -413,9 +412,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
413
412
|
|
414
413
|
[[package]]
|
415
414
|
name = "hashbrown"
|
416
|
-
version = "0.
|
415
|
+
version = "0.14.0"
|
417
416
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
418
|
-
checksum = "
|
417
|
+
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
419
418
|
|
420
419
|
[[package]]
|
421
420
|
name = "heck"
|
@@ -425,27 +424,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
425
424
|
|
426
425
|
[[package]]
|
427
426
|
name = "hermit-abi"
|
428
|
-
version = "0.
|
429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
430
|
-
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
431
|
-
dependencies = [
|
432
|
-
"libc",
|
433
|
-
]
|
434
|
-
|
435
|
-
[[package]]
|
436
|
-
name = "hermit-abi"
|
437
|
-
version = "0.2.6"
|
438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
439
|
-
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
440
|
-
dependencies = [
|
441
|
-
"libc",
|
442
|
-
]
|
443
|
-
|
444
|
-
[[package]]
|
445
|
-
name = "hermit-abi"
|
446
|
-
version = "0.3.1"
|
427
|
+
version = "0.3.2"
|
447
428
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
-
checksum = "
|
429
|
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
449
430
|
|
450
431
|
[[package]]
|
451
432
|
name = "humantime"
|
@@ -461,11 +442,11 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
461
442
|
|
462
443
|
[[package]]
|
463
444
|
name = "indexmap"
|
464
|
-
version = "
|
445
|
+
version = "2.0.0"
|
465
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
466
|
-
checksum = "
|
447
|
+
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
467
448
|
dependencies = [
|
468
|
-
"
|
449
|
+
"equivalent",
|
469
450
|
"hashbrown",
|
470
451
|
]
|
471
452
|
|
@@ -475,25 +456,13 @@ version = "1.0.9"
|
|
475
456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
476
457
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
477
458
|
|
478
|
-
[[package]]
|
479
|
-
name = "io-lifetimes"
|
480
|
-
version = "1.0.11"
|
481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
482
|
-
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
483
|
-
dependencies = [
|
484
|
-
"hermit-abi 0.3.1",
|
485
|
-
"libc",
|
486
|
-
"windows-sys",
|
487
|
-
]
|
488
|
-
|
489
459
|
[[package]]
|
490
460
|
name = "is-terminal"
|
491
|
-
version = "0.4.
|
461
|
+
version = "0.4.9"
|
492
462
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
493
|
-
checksum = "
|
463
|
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
494
464
|
dependencies = [
|
495
|
-
"hermit-abi
|
496
|
-
"io-lifetimes",
|
465
|
+
"hermit-abi",
|
497
466
|
"rustix",
|
498
467
|
"windows-sys",
|
499
468
|
]
|
@@ -509,9 +478,9 @@ dependencies = [
|
|
509
478
|
|
510
479
|
[[package]]
|
511
480
|
name = "itoa"
|
512
|
-
version = "1.0.
|
481
|
+
version = "1.0.9"
|
513
482
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
514
|
-
checksum = "
|
483
|
+
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
515
484
|
|
516
485
|
[[package]]
|
517
486
|
name = "json"
|
@@ -537,15 +506,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
537
506
|
|
538
507
|
[[package]]
|
539
508
|
name = "libc"
|
540
|
-
version = "0.2.
|
509
|
+
version = "0.2.147"
|
541
510
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
542
|
-
checksum = "
|
511
|
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
543
512
|
|
544
513
|
[[package]]
|
545
514
|
name = "linux-raw-sys"
|
546
|
-
version = "0.3
|
515
|
+
version = "0.4.3"
|
547
516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
548
|
-
checksum = "
|
517
|
+
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
|
549
518
|
|
550
519
|
[[package]]
|
551
520
|
name = "lock_api"
|
@@ -595,11 +564,11 @@ dependencies = [
|
|
595
564
|
|
596
565
|
[[package]]
|
597
566
|
name = "num_cpus"
|
598
|
-
version = "1.
|
567
|
+
version = "1.16.0"
|
599
568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
600
|
-
checksum = "
|
569
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
601
570
|
dependencies = [
|
602
|
-
"hermit-abi
|
571
|
+
"hermit-abi",
|
603
572
|
"libc",
|
604
573
|
]
|
605
574
|
|
@@ -634,7 +603,7 @@ dependencies = [
|
|
634
603
|
|
635
604
|
[[package]]
|
636
605
|
name = "piranha"
|
637
|
-
version = "0.3.
|
606
|
+
version = "0.3.11"
|
638
607
|
dependencies = [
|
639
608
|
"assert_cmd",
|
640
609
|
"cc",
|
@@ -727,18 +696,18 @@ dependencies = [
|
|
727
696
|
|
728
697
|
[[package]]
|
729
698
|
name = "proc-macro2"
|
730
|
-
version = "1.0.
|
699
|
+
version = "1.0.66"
|
731
700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
732
|
-
checksum = "
|
701
|
+
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
733
702
|
dependencies = [
|
734
703
|
"unicode-ident",
|
735
704
|
]
|
736
705
|
|
737
706
|
[[package]]
|
738
707
|
name = "pyo3"
|
739
|
-
version = "0.19.
|
708
|
+
version = "0.19.1"
|
740
709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
741
|
-
checksum = "
|
710
|
+
checksum = "ffb88ae05f306b4bfcde40ac4a51dc0b05936a9207a4b75b798c7729c4258a59"
|
742
711
|
dependencies = [
|
743
712
|
"cfg-if",
|
744
713
|
"indoc",
|
@@ -753,9 +722,9 @@ dependencies = [
|
|
753
722
|
|
754
723
|
[[package]]
|
755
724
|
name = "pyo3-build-config"
|
756
|
-
version = "0.19.
|
725
|
+
version = "0.19.1"
|
757
726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
758
|
-
checksum = "
|
727
|
+
checksum = "554db24f0b3c180a9c0b1268f91287ab3f17c162e15b54caaae5a6b3773396b0"
|
759
728
|
dependencies = [
|
760
729
|
"once_cell",
|
761
730
|
"target-lexicon",
|
@@ -763,9 +732,9 @@ dependencies = [
|
|
763
732
|
|
764
733
|
[[package]]
|
765
734
|
name = "pyo3-ffi"
|
766
|
-
version = "0.19.
|
735
|
+
version = "0.19.1"
|
767
736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
768
|
-
checksum = "
|
737
|
+
checksum = "922ede8759e8600ad4da3195ae41259654b9c55da4f7eec84a0ccc7d067a70a4"
|
769
738
|
dependencies = [
|
770
739
|
"libc",
|
771
740
|
"pyo3-build-config",
|
@@ -773,9 +742,9 @@ dependencies = [
|
|
773
742
|
|
774
743
|
[[package]]
|
775
744
|
name = "pyo3-log"
|
776
|
-
version = "0.8.
|
745
|
+
version = "0.8.3"
|
777
746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
778
|
-
checksum = "
|
747
|
+
checksum = "f47b0777feb17f61eea78667d61103758b243a871edc09a7786500a50467b605"
|
779
748
|
dependencies = [
|
780
749
|
"arc-swap",
|
781
750
|
"log",
|
@@ -784,9 +753,9 @@ dependencies = [
|
|
784
753
|
|
785
754
|
[[package]]
|
786
755
|
name = "pyo3-macros"
|
787
|
-
version = "0.19.
|
756
|
+
version = "0.19.1"
|
788
757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
789
|
-
checksum = "
|
758
|
+
checksum = "8a5caec6a1dd355964a841fcbeeb1b89fe4146c87295573f94228911af3cc5a2"
|
790
759
|
dependencies = [
|
791
760
|
"proc-macro2",
|
792
761
|
"pyo3-macros-backend",
|
@@ -796,9 +765,9 @@ dependencies = [
|
|
796
765
|
|
797
766
|
[[package]]
|
798
767
|
name = "pyo3-macros-backend"
|
799
|
-
version = "0.19.
|
768
|
+
version = "0.19.1"
|
800
769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
801
|
-
checksum = "
|
770
|
+
checksum = "e0b78ccbb160db1556cdb6fd96c50334c5d4ec44dc5e0a968d0a1208fa0efa8b"
|
802
771
|
dependencies = [
|
803
772
|
"proc-macro2",
|
804
773
|
"quote",
|
@@ -807,9 +776,9 @@ dependencies = [
|
|
807
776
|
|
808
777
|
[[package]]
|
809
778
|
name = "quote"
|
810
|
-
version = "1.0.
|
779
|
+
version = "1.0.31"
|
811
780
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
812
|
-
checksum = "
|
781
|
+
checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
|
813
782
|
dependencies = [
|
814
783
|
"proc-macro2",
|
815
784
|
]
|
@@ -879,31 +848,37 @@ version = "0.3.5"
|
|
879
848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
880
849
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
881
850
|
dependencies = [
|
882
|
-
"bitflags",
|
851
|
+
"bitflags 1.3.2",
|
883
852
|
]
|
884
853
|
|
885
854
|
[[package]]
|
886
855
|
name = "regex"
|
887
|
-
version = "1.
|
856
|
+
version = "1.9.1"
|
888
857
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
889
|
-
checksum = "
|
858
|
+
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
890
859
|
dependencies = [
|
891
860
|
"aho-corasick",
|
892
861
|
"memchr",
|
862
|
+
"regex-automata",
|
893
863
|
"regex-syntax",
|
894
864
|
]
|
895
865
|
|
896
866
|
[[package]]
|
897
867
|
name = "regex-automata"
|
898
|
-
version = "0.
|
868
|
+
version = "0.3.3"
|
899
869
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
900
|
-
checksum = "
|
870
|
+
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
|
871
|
+
dependencies = [
|
872
|
+
"aho-corasick",
|
873
|
+
"memchr",
|
874
|
+
"regex-syntax",
|
875
|
+
]
|
901
876
|
|
902
877
|
[[package]]
|
903
878
|
name = "regex-syntax"
|
904
|
-
version = "0.7.
|
879
|
+
version = "0.7.4"
|
905
880
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
906
|
-
checksum = "
|
881
|
+
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
907
882
|
|
908
883
|
[[package]]
|
909
884
|
name = "remove_dir_all"
|
@@ -916,13 +891,12 @@ dependencies = [
|
|
916
891
|
|
917
892
|
[[package]]
|
918
893
|
name = "rustix"
|
919
|
-
version = "0.
|
894
|
+
version = "0.38.4"
|
920
895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
921
|
-
checksum = "
|
896
|
+
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
|
922
897
|
dependencies = [
|
923
|
-
"bitflags",
|
898
|
+
"bitflags 2.3.3",
|
924
899
|
"errno",
|
925
|
-
"io-lifetimes",
|
926
900
|
"libc",
|
927
901
|
"linux-raw-sys",
|
928
902
|
"windows-sys",
|
@@ -930,38 +904,38 @@ dependencies = [
|
|
930
904
|
|
931
905
|
[[package]]
|
932
906
|
name = "ryu"
|
933
|
-
version = "1.0.
|
907
|
+
version = "1.0.15"
|
934
908
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
935
|
-
checksum = "
|
909
|
+
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
936
910
|
|
937
911
|
[[package]]
|
938
912
|
name = "scopeguard"
|
939
|
-
version = "1.
|
913
|
+
version = "1.2.0"
|
940
914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
941
|
-
checksum = "
|
915
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
942
916
|
|
943
917
|
[[package]]
|
944
918
|
name = "serde"
|
945
|
-
version = "1.0.
|
919
|
+
version = "1.0.171"
|
946
920
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
947
|
-
checksum = "
|
921
|
+
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
|
948
922
|
|
949
923
|
[[package]]
|
950
924
|
name = "serde_derive"
|
951
|
-
version = "1.0.
|
925
|
+
version = "1.0.171"
|
952
926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
953
|
-
checksum = "
|
927
|
+
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
|
954
928
|
dependencies = [
|
955
929
|
"proc-macro2",
|
956
930
|
"quote",
|
957
|
-
"syn 2.0.
|
931
|
+
"syn 2.0.26",
|
958
932
|
]
|
959
933
|
|
960
934
|
[[package]]
|
961
935
|
name = "serde_json"
|
962
|
-
version = "1.0.
|
936
|
+
version = "1.0.103"
|
963
937
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
964
|
-
checksum = "
|
938
|
+
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
|
965
939
|
dependencies = [
|
966
940
|
"itoa",
|
967
941
|
"ryu",
|
@@ -970,18 +944,18 @@ dependencies = [
|
|
970
944
|
|
971
945
|
[[package]]
|
972
946
|
name = "serde_spanned"
|
973
|
-
version = "0.6.
|
947
|
+
version = "0.6.3"
|
974
948
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
975
|
-
checksum = "
|
949
|
+
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
976
950
|
dependencies = [
|
977
951
|
"serde",
|
978
952
|
]
|
979
953
|
|
980
954
|
[[package]]
|
981
955
|
name = "smallvec"
|
982
|
-
version = "1.
|
956
|
+
version = "1.11.0"
|
983
957
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
984
|
-
checksum = "
|
958
|
+
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
985
959
|
|
986
960
|
[[package]]
|
987
961
|
name = "strsim"
|
@@ -1002,9 +976,9 @@ dependencies = [
|
|
1002
976
|
|
1003
977
|
[[package]]
|
1004
978
|
name = "syn"
|
1005
|
-
version = "2.0.
|
979
|
+
version = "2.0.26"
|
1006
980
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1007
|
-
checksum = "
|
981
|
+
checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
|
1008
982
|
dependencies = [
|
1009
983
|
"proc-macro2",
|
1010
984
|
"quote",
|
@@ -1013,9 +987,9 @@ dependencies = [
|
|
1013
987
|
|
1014
988
|
[[package]]
|
1015
989
|
name = "target-lexicon"
|
1016
|
-
version = "0.12.
|
990
|
+
version = "0.12.9"
|
1017
991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1018
|
-
checksum = "
|
992
|
+
checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0"
|
1019
993
|
|
1020
994
|
[[package]]
|
1021
995
|
name = "tempdir"
|
@@ -1044,9 +1018,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
1044
1018
|
|
1045
1019
|
[[package]]
|
1046
1020
|
name = "toml"
|
1047
|
-
version = "0.7.
|
1021
|
+
version = "0.7.6"
|
1048
1022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049
|
-
checksum = "
|
1023
|
+
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
1050
1024
|
dependencies = [
|
1051
1025
|
"serde",
|
1052
1026
|
"serde_spanned",
|
@@ -1056,18 +1030,18 @@ dependencies = [
|
|
1056
1030
|
|
1057
1031
|
[[package]]
|
1058
1032
|
name = "toml_datetime"
|
1059
|
-
version = "0.6.
|
1033
|
+
version = "0.6.3"
|
1060
1034
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1061
|
-
checksum = "
|
1035
|
+
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
1062
1036
|
dependencies = [
|
1063
1037
|
"serde",
|
1064
1038
|
]
|
1065
1039
|
|
1066
1040
|
[[package]]
|
1067
1041
|
name = "toml_edit"
|
1068
|
-
version = "0.19.
|
1042
|
+
version = "0.19.14"
|
1069
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1070
|
-
checksum = "
|
1044
|
+
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
1071
1045
|
dependencies = [
|
1072
1046
|
"indexmap",
|
1073
1047
|
"serde",
|
@@ -1107,7 +1081,7 @@ dependencies = [
|
|
1107
1081
|
[[package]]
|
1108
1082
|
name = "tree-sitter-kotlin"
|
1109
1083
|
version = "0.2.11"
|
1110
|
-
source = "git+https://github.com/fwcd/tree-sitter-kotlin.git#
|
1084
|
+
source = "git+https://github.com/fwcd/tree-sitter-kotlin.git#2878163ee7cad7eaebd3df1729e86610891fe0ee"
|
1111
1085
|
dependencies = [
|
1112
1086
|
"cc",
|
1113
1087
|
"tree-sitter",
|
@@ -1136,7 +1110,7 @@ dependencies = [
|
|
1136
1110
|
[[package]]
|
1137
1111
|
name = "tree-sitter-strings"
|
1138
1112
|
version = "0.1.0"
|
1139
|
-
source = "git+https://github.com/
|
1113
|
+
source = "git+https://github.com/uber/tree-sitter-strings.git#8069e5b6695059157a24445f9ff7917c9a0092ed"
|
1140
1114
|
dependencies = [
|
1141
1115
|
"cc",
|
1142
1116
|
"tree-sitter",
|
@@ -1182,9 +1156,9 @@ dependencies = [
|
|
1182
1156
|
|
1183
1157
|
[[package]]
|
1184
1158
|
name = "unicode-ident"
|
1185
|
-
version = "1.0.
|
1159
|
+
version = "1.0.11"
|
1186
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1187
|
-
checksum = "
|
1161
|
+
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
1188
1162
|
|
1189
1163
|
[[package]]
|
1190
1164
|
name = "unindent"
|
@@ -1255,9 +1229,9 @@ dependencies = [
|
|
1255
1229
|
|
1256
1230
|
[[package]]
|
1257
1231
|
name = "windows-targets"
|
1258
|
-
version = "0.48.
|
1232
|
+
version = "0.48.1"
|
1259
1233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1260
|
-
checksum = "
|
1234
|
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
|
1261
1235
|
dependencies = [
|
1262
1236
|
"windows_aarch64_gnullvm",
|
1263
1237
|
"windows_aarch64_msvc",
|
@@ -1312,9 +1286,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
1312
1286
|
|
1313
1287
|
[[package]]
|
1314
1288
|
name = "winnow"
|
1315
|
-
version = "0.
|
1289
|
+
version = "0.5.0"
|
1316
1290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1317
|
-
checksum = "
|
1291
|
+
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
|
1318
1292
|
dependencies = [
|
1319
1293
|
"memchr",
|
1320
1294
|
]
|
@@ -7,7 +7,7 @@ authors = [
|
|
7
7
|
]
|
8
8
|
name = "piranha"
|
9
9
|
description = "Polyglot Piranha is a library for performing structural find and replace with deep cleanup."
|
10
|
-
version = "0.3.
|
10
|
+
version = "0.3.11"
|
11
11
|
edition = "2021"
|
12
12
|
include = ["pyproject.toml", "src/"]
|
13
13
|
exclude = ["legacy"]
|
@@ -60,7 +60,7 @@ tree-sitter-typescript = "0.20.1"
|
|
60
60
|
# TODO: Update after https://github.com/tree-sitter/tree-sitter-go/pull/103 lands
|
61
61
|
tree-sitter-go = { git = "https://github.com/uber/tree-sitter-go.git", rev = "8f807196afab4a1a1256dbf62a011020c6fe7745" }
|
62
62
|
tree-sitter-thrift = "0.5.0"
|
63
|
-
tree-sitter-strings = { git = "https://github.com/
|
63
|
+
tree-sitter-strings = { git = "https://github.com/uber/tree-sitter-strings.git" }
|
64
64
|
tree-sitter-query = "0.1.0"
|
65
65
|
derive_builder = "0.12.0"
|
66
66
|
getset = "0.1.2"
|
@@ -129,16 +129,7 @@ name = "simplify_something_and_false"
|
|
129
129
|
query = """
|
130
130
|
(
|
131
131
|
(binary_expression
|
132
|
-
left : (
|
133
|
-
(identifier)
|
134
|
-
(parenthesized_expression (identifier))
|
135
|
-
(true)
|
136
|
-
(parenthesized_expression (true))
|
137
|
-
(false)
|
138
|
-
(parenthesized_expression (false))
|
139
|
-
(selector_expression)
|
140
|
-
(parenthesized_expression (selector_expression))
|
141
|
-
]) @lhs
|
132
|
+
left : (_) @lhs
|
142
133
|
operator : "&&"
|
143
134
|
right: [(false) (parenthesized_expression (false))]
|
144
135
|
) @binary_expression
|
@@ -160,16 +151,7 @@ name = "simplify_something_or_true"
|
|
160
151
|
query = """
|
161
152
|
(
|
162
153
|
(binary_expression
|
163
|
-
left : (
|
164
|
-
(identifier)
|
165
|
-
(parenthesized_expression (identifier))
|
166
|
-
(true)
|
167
|
-
(parenthesized_expression (true))
|
168
|
-
(false)
|
169
|
-
(parenthesized_expression (false))
|
170
|
-
(selector_expression)
|
171
|
-
(parenthesized_expression (selector_expression))
|
172
|
-
]) @lhs
|
154
|
+
left : (_) @lhs
|
173
155
|
operator:"||"
|
174
156
|
right: [(true) (parenthesized_expression (true))]
|
175
157
|
) @binary_expression
|