polyglot-piranha 0.3.26__tar.gz → 0.3.29__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.26 → polyglot_piranha-0.3.29}/Cargo.lock +174 -217
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/Cargo.toml +2 -1
- polyglot_piranha-0.3.29/NOTICE +5 -0
- polyglot_piranha-0.3.29/PKG-INFO +125 -0
- polyglot_piranha-0.3.29/README.md +109 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/pyproject.toml +2 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/lib.rs +27 -9
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/main.rs +8 -1
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/concrete_syntax.rs +1 -1
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/default_configs.rs +7 -3
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/edit.rs +2 -2
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/language.rs +3 -3
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/matches.rs +52 -2
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/piranha_arguments.rs +25 -11
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/piranha_output.rs +2 -2
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/source_code_unit.rs +1 -1
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/piranha_arguments_test.rs +20 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/scopes_test.rs +2 -2
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/source_code_unit_test.rs +156 -1
- polyglot_piranha-0.3.29/src/models/unit_tests/testdata/custom_builtin/edges.toml +9 -0
- polyglot_piranha-0.3.29/src/models/unit_tests/testdata/custom_builtin/rules.toml +35 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/mod.rs +0 -1
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_python.rs +7 -4
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/utilities/tree_sitter_utilities.rs +1 -1
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/utilities/unit_tests/utilities_test.rs +1 -1
- polyglot_piranha-0.3.26/PKG-INFO +0 -57
- polyglot_piranha-0.3.26/README.md +0 -41
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/EnumWithClassSymbol.java +0 -41
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaRuntimeException.java +0 -25
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/PiranhaUtils.java +0 -151
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/UsageCounter.java +0 -164
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/XPFlagCleaner.java +0 -1607
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/Config.java +0 -477
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/MethodRecord.java +0 -121
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaConfigurationException.java +0 -12
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaEnumRecord.java +0 -79
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaMethodRecord.java +0 -107
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/config/PiranhaRecord.java +0 -74
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationArgument.java +0 -65
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/AnnotationResolutionException.java +0 -14
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/ResolvedTestAnnotation.java +0 -73
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationResolver.java +0 -295
- polyglot_piranha-0.3.26/legacy/java/piranha/src/main/java/com/uber/piranha/testannotations/TestAnnotationSpecRecord.java +0 -152
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/ConfigurationTest.java +0 -1845
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/CorePiranhaTest.java +0 -1197
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/EnumConstantTest.java +0 -1256
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/PiranhaTestingHelpers.java +0 -60
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/TestCaseCleanUpTest.java +0 -836
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/java/com/uber/piranha/TreatmentGroupsTest.java +0 -173
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerNegativeCases.java +0 -114
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCases.java +0 -289
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesControl.java +0 -193
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPFlagCleanerPositiveCasesTreatment.java +0 -197
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCases.java +0 -97
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesControl.java +0 -73
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotAllowMethodChain.java +0 -82
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesDoNotallowArgMatchingAndMethodChain.java +0 -86
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatment.java +0 -73
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPMethodChainCasesTreatmentDoNotAllowMatchingArgMethodInvc.java +0 -74
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/XPTest.java +0 -68
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParam.java +0 -5
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/BoolParameter.java +0 -7
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/OverlappingNameInterface.java +0 -9
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/PVal.java +0 -9
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/Parameter.java +0 -8
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeOtherInterface.java +0 -9
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/SomeParamRev.java +0 -9
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/com/uber/piranha/mock/StaticMthds.java +0 -8
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/invalid/piranha.properties +0 -6
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid.json +0 -7
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_2.json +0 -13
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_3.json +0 -13
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/invalid/properties_test_invalid_4.json +0 -13
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_enum_no_arg.json +0 -16
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_method_chain_control.json +0 -30
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_method_chain_treated.json +0 -30
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name.json +0 -29
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_no_flag_method_name_no_method_chain.json +0 -29
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_no_method_chain.json +0 -30
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_argument.json +0 -34
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_clean_by_setters_ignore_others.json +0 -60
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_noFlag.json +0 -12
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_noTreatmentGroup.json +0 -38
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_receive.json +0 -29
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_receive_argument.json +0 -76
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_return.json +0 -38
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_return_argument.json +0 -76
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_return_receive.json +0 -76
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_return_receive_argument.json +0 -172
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_no_match.json +0 -15
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_with_enum_wrong_arg.json +0 -15
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_test_without_enum.json +0 -9
- polyglot_piranha-0.3.26/legacy/java/piranha/src/test/resources/config/properties_unnecessary_instance_method.json +0 -74
- polyglot_piranha-0.3.26/legacy/java/sample/src/main/java/com/uber/mylib/MyClass.java +0 -50
- polyglot_piranha-0.3.26/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.bak +0 -50
- polyglot_piranha-0.3.26/legacy/java/sample/src/main/resources/com/uber/mylib/MyClass.expect +0 -46
- polyglot_piranha-0.3.26/legacy/javascript/src/config_checker.js +0 -69
- polyglot_piranha-0.3.26/legacy/javascript/src/piranha.js +0 -139
- polyglot_piranha-0.3.26/legacy/javascript/src/refactor.js +0 -727
- polyglot_piranha-0.3.26/legacy/javascript/src/source_checker.js +0 -41
- polyglot_piranha-0.3.26/legacy/objc/src/XPFlagRefactoring/CMakeLists.txt +0 -21
- polyglot_piranha-0.3.26/legacy/objc/src/XPFlagRefactoring/README.txt +0 -16
- polyglot_piranha-0.3.26/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.cpp +0 -770
- polyglot_piranha-0.3.26/legacy/objc/src/XPFlagRefactoring/XPFlagRefactoring.exports +0 -0
- polyglot_piranha-0.3.26/site/src/components/AdditionalContent/index.js +0 -68
- polyglot_piranha-0.3.26/site/src/components/AdditionalContent/styles.module.css +0 -25
- polyglot_piranha-0.3.26/site/src/components/HomepageFeatures/index.js +0 -55
- polyglot_piranha-0.3.26/site/src/components/HomepageFeatures/styles.module.css +0 -11
- polyglot_piranha-0.3.26/site/src/css/custom.css +0 -29
- polyglot_piranha-0.3.26/site/src/pages/index.js +0 -48
- polyglot_piranha-0.3.26/site/src/pages/index.module.css +0 -23
- polyglot_piranha-0.3.26/src/tests/test_piranha_ruby.rs +0 -32
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/LICENSE +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/plugins/pyproject.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/go/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/go/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/go/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java_cs/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java_cs/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/java_cs/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/kt/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/kt/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/kt/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/ruby/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/ruby/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/ruby/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/scala/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/swift/edges.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/swift/rules.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/cleanup_rules/swift/scope_config.toml +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/README.md +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/analysis.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/mod.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/tag_analysis.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/unit_tests/tag_analysis_test.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/df/utils.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/capture_group_patterns.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/filter.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/mod.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/outgoing_edges.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/rule.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/rule_graph.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/rule_store.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/scopes.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/concrete_syntax_test.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/rule_graph_validation_test.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/models/unit_tests/rule_test.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_go.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_java.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_kt.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_scala.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_scm.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_strings.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_swift.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_thrift.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_ts.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_tsx.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/tests/test_piranha_yaml.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/utilities/mod.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/utilities/regex_utilities.rs +0 -0
- {polyglot_piranha-0.3.26 → polyglot_piranha-0.3.29}/src/utilities/unit_tests/tree_sitter_utilities_test.rs +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
# This file is automatically @generated by Cargo.
|
2
2
|
# It is not intended for manual editing.
|
3
|
-
version =
|
3
|
+
version = 4
|
4
4
|
|
5
5
|
[[package]]
|
6
6
|
name = "aho-corasick"
|
@@ -13,9 +13,9 @@ dependencies = [
|
|
13
13
|
|
14
14
|
[[package]]
|
15
15
|
name = "anstream"
|
16
|
-
version = "0.6.
|
16
|
+
version = "0.6.18"
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
-
checksum = "
|
18
|
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
19
19
|
dependencies = [
|
20
20
|
"anstyle",
|
21
21
|
"anstyle-parse",
|
@@ -28,36 +28,37 @@ dependencies = [
|
|
28
28
|
|
29
29
|
[[package]]
|
30
30
|
name = "anstyle"
|
31
|
-
version = "1.0.
|
31
|
+
version = "1.0.10"
|
32
32
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
33
|
-
checksum = "
|
33
|
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
34
34
|
|
35
35
|
[[package]]
|
36
36
|
name = "anstyle-parse"
|
37
|
-
version = "0.2.
|
37
|
+
version = "0.2.6"
|
38
38
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
-
checksum = "
|
39
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
40
40
|
dependencies = [
|
41
41
|
"utf8parse",
|
42
42
|
]
|
43
43
|
|
44
44
|
[[package]]
|
45
45
|
name = "anstyle-query"
|
46
|
-
version = "1.1.
|
46
|
+
version = "1.1.2"
|
47
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48
|
-
checksum = "
|
48
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
49
49
|
dependencies = [
|
50
|
-
"windows-sys
|
50
|
+
"windows-sys",
|
51
51
|
]
|
52
52
|
|
53
53
|
[[package]]
|
54
54
|
name = "anstyle-wincon"
|
55
|
-
version = "3.0.
|
55
|
+
version = "3.0.7"
|
56
56
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
57
|
-
checksum = "
|
57
|
+
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
58
58
|
dependencies = [
|
59
59
|
"anstyle",
|
60
|
-
"
|
60
|
+
"once_cell",
|
61
|
+
"windows-sys",
|
61
62
|
]
|
62
63
|
|
63
64
|
[[package]]
|
@@ -68,13 +69,14 @@ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
68
69
|
|
69
70
|
[[package]]
|
70
71
|
name = "assert_cmd"
|
71
|
-
version = "2.0.
|
72
|
+
version = "2.0.16"
|
72
73
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73
|
-
checksum = "
|
74
|
+
checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
|
74
75
|
dependencies = [
|
75
76
|
"anstyle",
|
76
77
|
"bstr",
|
77
78
|
"doc-comment",
|
79
|
+
"libc",
|
78
80
|
"predicates",
|
79
81
|
"predicates-core",
|
80
82
|
"predicates-tree",
|
@@ -83,21 +85,21 @@ dependencies = [
|
|
83
85
|
|
84
86
|
[[package]]
|
85
87
|
name = "autocfg"
|
86
|
-
version = "1.
|
88
|
+
version = "1.4.0"
|
87
89
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
88
|
-
checksum = "
|
90
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
89
91
|
|
90
92
|
[[package]]
|
91
93
|
name = "bitflags"
|
92
|
-
version = "2.
|
94
|
+
version = "2.8.0"
|
93
95
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
94
|
-
checksum = "
|
96
|
+
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
95
97
|
|
96
98
|
[[package]]
|
97
99
|
name = "bstr"
|
98
|
-
version = "1.
|
100
|
+
version = "1.11.3"
|
99
101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
100
|
-
checksum = "
|
102
|
+
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
101
103
|
dependencies = [
|
102
104
|
"memchr",
|
103
105
|
"regex-automata",
|
@@ -116,11 +118,17 @@ version = "1.0.0"
|
|
116
118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
117
119
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
118
120
|
|
121
|
+
[[package]]
|
122
|
+
name = "cfg_aliases"
|
123
|
+
version = "0.2.1"
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
125
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
126
|
+
|
119
127
|
[[package]]
|
120
128
|
name = "clap"
|
121
|
-
version = "4.5.
|
129
|
+
version = "4.5.28"
|
122
130
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
123
|
-
checksum = "
|
131
|
+
checksum = "3e77c3243bd94243c03672cb5154667347c457ca271254724f9f393aee1c05ff"
|
124
132
|
dependencies = [
|
125
133
|
"clap_builder",
|
126
134
|
"clap_derive",
|
@@ -128,9 +136,9 @@ dependencies = [
|
|
128
136
|
|
129
137
|
[[package]]
|
130
138
|
name = "clap_builder"
|
131
|
-
version = "4.5.
|
139
|
+
version = "4.5.27"
|
132
140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
133
|
-
checksum = "
|
141
|
+
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
134
142
|
dependencies = [
|
135
143
|
"anstream",
|
136
144
|
"anstyle",
|
@@ -140,36 +148,36 @@ dependencies = [
|
|
140
148
|
|
141
149
|
[[package]]
|
142
150
|
name = "clap_derive"
|
143
|
-
version = "4.5.
|
151
|
+
version = "4.5.28"
|
144
152
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145
|
-
checksum = "
|
153
|
+
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
146
154
|
dependencies = [
|
147
155
|
"heck 0.5.0",
|
148
156
|
"proc-macro2",
|
149
157
|
"quote",
|
150
|
-
"syn 2.0.
|
158
|
+
"syn 2.0.98",
|
151
159
|
]
|
152
160
|
|
153
161
|
[[package]]
|
154
162
|
name = "clap_lex"
|
155
|
-
version = "0.7.
|
163
|
+
version = "0.7.4"
|
156
164
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
157
|
-
checksum = "
|
165
|
+
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
158
166
|
|
159
167
|
[[package]]
|
160
168
|
name = "colorchoice"
|
161
|
-
version = "1.0.
|
169
|
+
version = "1.0.3"
|
162
170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
163
|
-
checksum = "
|
171
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
164
172
|
|
165
173
|
[[package]]
|
166
174
|
name = "colored"
|
167
|
-
version = "2.
|
175
|
+
version = "2.2.0"
|
168
176
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
169
|
-
checksum = "
|
177
|
+
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
170
178
|
dependencies = [
|
171
179
|
"lazy_static",
|
172
|
-
"windows-sys
|
180
|
+
"windows-sys",
|
173
181
|
]
|
174
182
|
|
175
183
|
[[package]]
|
@@ -187,18 +195,18 @@ dependencies = [
|
|
187
195
|
|
188
196
|
[[package]]
|
189
197
|
name = "crossbeam-channel"
|
190
|
-
version = "0.5.
|
198
|
+
version = "0.5.14"
|
191
199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
192
|
-
checksum = "
|
200
|
+
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
|
193
201
|
dependencies = [
|
194
202
|
"crossbeam-utils",
|
195
203
|
]
|
196
204
|
|
197
205
|
[[package]]
|
198
206
|
name = "crossbeam-deque"
|
199
|
-
version = "0.8.
|
207
|
+
version = "0.8.6"
|
200
208
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
201
|
-
checksum = "
|
209
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
202
210
|
dependencies = [
|
203
211
|
"crossbeam-epoch",
|
204
212
|
"crossbeam-utils",
|
@@ -215,18 +223,28 @@ dependencies = [
|
|
215
223
|
|
216
224
|
[[package]]
|
217
225
|
name = "crossbeam-queue"
|
218
|
-
version = "0.3.
|
226
|
+
version = "0.3.12"
|
219
227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
220
|
-
checksum = "
|
228
|
+
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
221
229
|
dependencies = [
|
222
230
|
"crossbeam-utils",
|
223
231
|
]
|
224
232
|
|
225
233
|
[[package]]
|
226
234
|
name = "crossbeam-utils"
|
227
|
-
version = "0.8.
|
235
|
+
version = "0.8.21"
|
236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
237
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
238
|
+
|
239
|
+
[[package]]
|
240
|
+
name = "ctrlc"
|
241
|
+
version = "3.4.5"
|
228
242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
229
|
-
checksum = "
|
243
|
+
checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3"
|
244
|
+
dependencies = [
|
245
|
+
"nix",
|
246
|
+
"windows-sys",
|
247
|
+
]
|
230
248
|
|
231
249
|
[[package]]
|
232
250
|
name = "darling"
|
@@ -333,9 +351,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
333
351
|
|
334
352
|
[[package]]
|
335
353
|
name = "float-cmp"
|
336
|
-
version = "0.
|
354
|
+
version = "0.10.0"
|
337
355
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
338
|
-
checksum = "
|
356
|
+
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
|
339
357
|
dependencies = [
|
340
358
|
"num-traits",
|
341
359
|
]
|
@@ -354,27 +372,27 @@ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
354
372
|
|
355
373
|
[[package]]
|
356
374
|
name = "getset"
|
357
|
-
version = "0.1.
|
375
|
+
version = "0.1.4"
|
358
376
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
359
|
-
checksum = "
|
377
|
+
checksum = "eded738faa0e88d3abc9d1a13cb11adc2073c400969eeb8793cf7132589959fc"
|
360
378
|
dependencies = [
|
361
|
-
"proc-macro-
|
379
|
+
"proc-macro-error2",
|
362
380
|
"proc-macro2",
|
363
381
|
"quote",
|
364
|
-
"syn
|
382
|
+
"syn 2.0.98",
|
365
383
|
]
|
366
384
|
|
367
385
|
[[package]]
|
368
386
|
name = "glob"
|
369
|
-
version = "0.3.
|
387
|
+
version = "0.3.2"
|
370
388
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
371
|
-
checksum = "
|
389
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
372
390
|
|
373
391
|
[[package]]
|
374
392
|
name = "hashbrown"
|
375
|
-
version = "0.
|
393
|
+
version = "0.15.2"
|
376
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
377
|
-
checksum = "
|
395
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
378
396
|
|
379
397
|
[[package]]
|
380
398
|
name = "heck"
|
@@ -390,9 +408,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
390
408
|
|
391
409
|
[[package]]
|
392
410
|
name = "hermit-abi"
|
393
|
-
version = "0.
|
411
|
+
version = "0.4.0"
|
394
412
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
395
|
-
checksum = "
|
413
|
+
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
396
414
|
|
397
415
|
[[package]]
|
398
416
|
name = "humantime"
|
@@ -408,9 +426,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
408
426
|
|
409
427
|
[[package]]
|
410
428
|
name = "indexmap"
|
411
|
-
version = "2.
|
429
|
+
version = "2.7.1"
|
412
430
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413
|
-
checksum = "
|
431
|
+
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
414
432
|
dependencies = [
|
415
433
|
"equivalent",
|
416
434
|
"hashbrown",
|
@@ -424,13 +442,13 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
424
442
|
|
425
443
|
[[package]]
|
426
444
|
name = "is-terminal"
|
427
|
-
version = "0.4.
|
445
|
+
version = "0.4.15"
|
428
446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
429
|
-
checksum = "
|
447
|
+
checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37"
|
430
448
|
dependencies = [
|
431
449
|
"hermit-abi",
|
432
450
|
"libc",
|
433
|
-
"windows-sys
|
451
|
+
"windows-sys",
|
434
452
|
]
|
435
453
|
|
436
454
|
[[package]]
|
@@ -450,9 +468,9 @@ dependencies = [
|
|
450
468
|
|
451
469
|
[[package]]
|
452
470
|
name = "itoa"
|
453
|
-
version = "1.0.
|
471
|
+
version = "1.0.14"
|
454
472
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
455
|
-
checksum = "
|
473
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
456
474
|
|
457
475
|
[[package]]
|
458
476
|
name = "json"
|
@@ -478,9 +496,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
478
496
|
|
479
497
|
[[package]]
|
480
498
|
name = "libc"
|
481
|
-
version = "0.2.
|
499
|
+
version = "0.2.169"
|
482
500
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
483
|
-
checksum = "
|
501
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
484
502
|
|
485
503
|
[[package]]
|
486
504
|
name = "lock_api"
|
@@ -494,9 +512,9 @@ dependencies = [
|
|
494
512
|
|
495
513
|
[[package]]
|
496
514
|
name = "log"
|
497
|
-
version = "0.4.
|
515
|
+
version = "0.4.25"
|
498
516
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
499
|
-
checksum = "
|
517
|
+
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
500
518
|
|
501
519
|
[[package]]
|
502
520
|
name = "memchr"
|
@@ -513,6 +531,18 @@ dependencies = [
|
|
513
531
|
"autocfg",
|
514
532
|
]
|
515
533
|
|
534
|
+
[[package]]
|
535
|
+
name = "nix"
|
536
|
+
version = "0.29.0"
|
537
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
538
|
+
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
539
|
+
dependencies = [
|
540
|
+
"bitflags",
|
541
|
+
"cfg-if",
|
542
|
+
"cfg_aliases",
|
543
|
+
"libc",
|
544
|
+
]
|
545
|
+
|
516
546
|
[[package]]
|
517
547
|
name = "normalize-line-endings"
|
518
548
|
version = "0.3.0"
|
@@ -530,9 +560,9 @@ dependencies = [
|
|
530
560
|
|
531
561
|
[[package]]
|
532
562
|
name = "once_cell"
|
533
|
-
version = "1.
|
563
|
+
version = "1.20.2"
|
534
564
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
535
|
-
checksum = "
|
565
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
536
566
|
|
537
567
|
[[package]]
|
538
568
|
name = "parking_lot"
|
@@ -554,17 +584,18 @@ dependencies = [
|
|
554
584
|
"libc",
|
555
585
|
"redox_syscall",
|
556
586
|
"smallvec",
|
557
|
-
"windows-targets
|
587
|
+
"windows-targets",
|
558
588
|
]
|
559
589
|
|
560
590
|
[[package]]
|
561
591
|
name = "piranha"
|
562
|
-
version = "0.3.
|
592
|
+
version = "0.3.29"
|
563
593
|
dependencies = [
|
564
594
|
"assert_cmd",
|
565
595
|
"cc",
|
566
596
|
"clap",
|
567
597
|
"colored",
|
598
|
+
"ctrlc",
|
568
599
|
"derive_builder",
|
569
600
|
"env_logger",
|
570
601
|
"getset",
|
@@ -601,15 +632,15 @@ dependencies = [
|
|
601
632
|
|
602
633
|
[[package]]
|
603
634
|
name = "portable-atomic"
|
604
|
-
version = "1.
|
635
|
+
version = "1.10.0"
|
605
636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
606
|
-
checksum = "
|
637
|
+
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
607
638
|
|
608
639
|
[[package]]
|
609
640
|
name = "predicates"
|
610
|
-
version = "3.1.
|
641
|
+
version = "3.1.3"
|
611
642
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
612
|
-
checksum = "
|
643
|
+
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
|
613
644
|
dependencies = [
|
614
645
|
"anstyle",
|
615
646
|
"difflib",
|
@@ -621,49 +652,47 @@ dependencies = [
|
|
621
652
|
|
622
653
|
[[package]]
|
623
654
|
name = "predicates-core"
|
624
|
-
version = "1.0.
|
655
|
+
version = "1.0.9"
|
625
656
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626
|
-
checksum = "
|
657
|
+
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
|
627
658
|
|
628
659
|
[[package]]
|
629
660
|
name = "predicates-tree"
|
630
|
-
version = "1.0.
|
661
|
+
version = "1.0.12"
|
631
662
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632
|
-
checksum = "
|
663
|
+
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
|
633
664
|
dependencies = [
|
634
665
|
"predicates-core",
|
635
666
|
"termtree",
|
636
667
|
]
|
637
668
|
|
638
669
|
[[package]]
|
639
|
-
name = "proc-macro-error"
|
640
|
-
version = "
|
670
|
+
name = "proc-macro-error-attr2"
|
671
|
+
version = "2.0.0"
|
641
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
642
|
-
checksum = "
|
673
|
+
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
643
674
|
dependencies = [
|
644
|
-
"proc-macro-error-attr",
|
645
675
|
"proc-macro2",
|
646
676
|
"quote",
|
647
|
-
"syn 1.0.109",
|
648
|
-
"version_check",
|
649
677
|
]
|
650
678
|
|
651
679
|
[[package]]
|
652
|
-
name = "proc-macro-
|
653
|
-
version = "
|
680
|
+
name = "proc-macro-error2"
|
681
|
+
version = "2.0.1"
|
654
682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
655
|
-
checksum = "
|
683
|
+
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
656
684
|
dependencies = [
|
685
|
+
"proc-macro-error-attr2",
|
657
686
|
"proc-macro2",
|
658
687
|
"quote",
|
659
|
-
"
|
688
|
+
"syn 2.0.98",
|
660
689
|
]
|
661
690
|
|
662
691
|
[[package]]
|
663
692
|
name = "proc-macro2"
|
664
|
-
version = "1.0.
|
693
|
+
version = "1.0.93"
|
665
694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
666
|
-
checksum = "
|
695
|
+
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
667
696
|
dependencies = [
|
668
697
|
"unicode-ident",
|
669
698
|
]
|
@@ -726,7 +755,7 @@ dependencies = [
|
|
726
755
|
"proc-macro2",
|
727
756
|
"pyo3-macros-backend",
|
728
757
|
"quote",
|
729
|
-
"syn 2.0.
|
758
|
+
"syn 2.0.98",
|
730
759
|
]
|
731
760
|
|
732
761
|
[[package]]
|
@@ -739,14 +768,14 @@ dependencies = [
|
|
739
768
|
"proc-macro2",
|
740
769
|
"pyo3-build-config",
|
741
770
|
"quote",
|
742
|
-
"syn 2.0.
|
771
|
+
"syn 2.0.98",
|
743
772
|
]
|
744
773
|
|
745
774
|
[[package]]
|
746
775
|
name = "quote"
|
747
|
-
version = "1.0.
|
776
|
+
version = "1.0.38"
|
748
777
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
749
|
-
checksum = "
|
778
|
+
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
750
779
|
dependencies = [
|
751
780
|
"proc-macro2",
|
752
781
|
]
|
@@ -810,18 +839,18 @@ dependencies = [
|
|
810
839
|
|
811
840
|
[[package]]
|
812
841
|
name = "redox_syscall"
|
813
|
-
version = "0.5.
|
842
|
+
version = "0.5.8"
|
814
843
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
815
|
-
checksum = "
|
844
|
+
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
816
845
|
dependencies = [
|
817
846
|
"bitflags",
|
818
847
|
]
|
819
848
|
|
820
849
|
[[package]]
|
821
850
|
name = "regex"
|
822
|
-
version = "1.
|
851
|
+
version = "1.11.1"
|
823
852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
824
|
-
checksum = "
|
853
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
825
854
|
dependencies = [
|
826
855
|
"aho-corasick",
|
827
856
|
"memchr",
|
@@ -831,9 +860,9 @@ dependencies = [
|
|
831
860
|
|
832
861
|
[[package]]
|
833
862
|
name = "regex-automata"
|
834
|
-
version = "0.4.
|
863
|
+
version = "0.4.9"
|
835
864
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
836
|
-
checksum = "
|
865
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
837
866
|
dependencies = [
|
838
867
|
"aho-corasick",
|
839
868
|
"memchr",
|
@@ -842,9 +871,9 @@ dependencies = [
|
|
842
871
|
|
843
872
|
[[package]]
|
844
873
|
name = "regex-syntax"
|
845
|
-
version = "0.8.
|
874
|
+
version = "0.8.5"
|
846
875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
847
|
-
checksum = "
|
876
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
848
877
|
|
849
878
|
[[package]]
|
850
879
|
name = "remove_dir_all"
|
@@ -857,9 +886,9 @@ dependencies = [
|
|
857
886
|
|
858
887
|
[[package]]
|
859
888
|
name = "ryu"
|
860
|
-
version = "1.0.
|
889
|
+
version = "1.0.19"
|
861
890
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
862
|
-
checksum = "
|
891
|
+
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
863
892
|
|
864
893
|
[[package]]
|
865
894
|
name = "scopeguard"
|
@@ -869,29 +898,29 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
869
898
|
|
870
899
|
[[package]]
|
871
900
|
name = "serde"
|
872
|
-
version = "1.0.
|
901
|
+
version = "1.0.217"
|
873
902
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
874
|
-
checksum = "
|
903
|
+
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
875
904
|
dependencies = [
|
876
905
|
"serde_derive",
|
877
906
|
]
|
878
907
|
|
879
908
|
[[package]]
|
880
909
|
name = "serde_derive"
|
881
|
-
version = "1.0.
|
910
|
+
version = "1.0.217"
|
882
911
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
883
|
-
checksum = "
|
912
|
+
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
884
913
|
dependencies = [
|
885
914
|
"proc-macro2",
|
886
915
|
"quote",
|
887
|
-
"syn 2.0.
|
916
|
+
"syn 2.0.98",
|
888
917
|
]
|
889
918
|
|
890
919
|
[[package]]
|
891
920
|
name = "serde_json"
|
892
|
-
version = "1.0.
|
921
|
+
version = "1.0.138"
|
893
922
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
894
|
-
checksum = "
|
923
|
+
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
895
924
|
dependencies = [
|
896
925
|
"itoa",
|
897
926
|
"memchr",
|
@@ -901,9 +930,9 @@ dependencies = [
|
|
901
930
|
|
902
931
|
[[package]]
|
903
932
|
name = "serde_spanned"
|
904
|
-
version = "0.6.
|
933
|
+
version = "0.6.8"
|
905
934
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
906
|
-
checksum = "
|
935
|
+
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
907
936
|
dependencies = [
|
908
937
|
"serde",
|
909
938
|
]
|
@@ -939,9 +968,9 @@ dependencies = [
|
|
939
968
|
|
940
969
|
[[package]]
|
941
970
|
name = "syn"
|
942
|
-
version = "2.0.
|
971
|
+
version = "2.0.98"
|
943
972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
944
|
-
checksum = "
|
973
|
+
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
945
974
|
dependencies = [
|
946
975
|
"proc-macro2",
|
947
976
|
"quote",
|
@@ -950,9 +979,9 @@ dependencies = [
|
|
950
979
|
|
951
980
|
[[package]]
|
952
981
|
name = "target-lexicon"
|
953
|
-
version = "0.12.
|
982
|
+
version = "0.12.16"
|
954
983
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
955
|
-
checksum = "
|
984
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
956
985
|
|
957
986
|
[[package]]
|
958
987
|
name = "tempdir"
|
@@ -975,15 +1004,15 @@ dependencies = [
|
|
975
1004
|
|
976
1005
|
[[package]]
|
977
1006
|
name = "termtree"
|
978
|
-
version = "0.
|
1007
|
+
version = "0.5.1"
|
979
1008
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
980
|
-
checksum = "
|
1009
|
+
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
981
1010
|
|
982
1011
|
[[package]]
|
983
1012
|
name = "toml"
|
984
|
-
version = "0.8.
|
1013
|
+
version = "0.8.19"
|
985
1014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
986
|
-
checksum = "
|
1015
|
+
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
987
1016
|
dependencies = [
|
988
1017
|
"serde",
|
989
1018
|
"serde_spanned",
|
@@ -993,18 +1022,18 @@ dependencies = [
|
|
993
1022
|
|
994
1023
|
[[package]]
|
995
1024
|
name = "toml_datetime"
|
996
|
-
version = "0.6.
|
1025
|
+
version = "0.6.8"
|
997
1026
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
998
|
-
checksum = "
|
1027
|
+
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
999
1028
|
dependencies = [
|
1000
1029
|
"serde",
|
1001
1030
|
]
|
1002
1031
|
|
1003
1032
|
[[package]]
|
1004
1033
|
name = "toml_edit"
|
1005
|
-
version = "0.22.
|
1034
|
+
version = "0.22.23"
|
1006
1035
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1007
|
-
checksum = "
|
1036
|
+
checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
|
1008
1037
|
dependencies = [
|
1009
1038
|
"indexmap",
|
1010
1039
|
"serde",
|
@@ -1095,7 +1124,7 @@ dependencies = [
|
|
1095
1124
|
[[package]]
|
1096
1125
|
name = "tree-sitter-strings"
|
1097
1126
|
version = "0.1.0"
|
1098
|
-
source = "git+https://github.com/uber/tree-sitter-strings.git#
|
1127
|
+
source = "git+https://github.com/uber/tree-sitter-strings.git#e368aceffde903b68f2ee84607967e5619a633aa"
|
1099
1128
|
dependencies = [
|
1100
1129
|
"cc",
|
1101
1130
|
"tree-sitter",
|
@@ -1151,9 +1180,9 @@ dependencies = [
|
|
1151
1180
|
|
1152
1181
|
[[package]]
|
1153
1182
|
name = "unicode-ident"
|
1154
|
-
version = "1.0.
|
1183
|
+
version = "1.0.16"
|
1155
1184
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1156
|
-
checksum = "
|
1185
|
+
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
1157
1186
|
|
1158
1187
|
[[package]]
|
1159
1188
|
name = "unindent"
|
@@ -1167,17 +1196,11 @@ version = "0.2.2"
|
|
1167
1196
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1168
1197
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
1169
1198
|
|
1170
|
-
[[package]]
|
1171
|
-
name = "version_check"
|
1172
|
-
version = "0.9.5"
|
1173
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1174
|
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
1175
|
-
|
1176
1199
|
[[package]]
|
1177
1200
|
name = "wait-timeout"
|
1178
|
-
version = "0.2.
|
1201
|
+
version = "0.2.1"
|
1179
1202
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1180
|
-
checksum = "
|
1203
|
+
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
1181
1204
|
dependencies = [
|
1182
1205
|
"libc",
|
1183
1206
|
]
|
@@ -1200,11 +1223,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1200
1223
|
|
1201
1224
|
[[package]]
|
1202
1225
|
name = "winapi-util"
|
1203
|
-
version = "0.1.
|
1226
|
+
version = "0.1.9"
|
1204
1227
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1205
|
-
checksum = "
|
1228
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
1206
1229
|
dependencies = [
|
1207
|
-
"windows-sys
|
1230
|
+
"windows-sys",
|
1208
1231
|
]
|
1209
1232
|
|
1210
1233
|
[[package]]
|
@@ -1215,35 +1238,11 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1215
1238
|
|
1216
1239
|
[[package]]
|
1217
1240
|
name = "windows-sys"
|
1218
|
-
version = "0.
|
1241
|
+
version = "0.59.0"
|
1219
1242
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1220
|
-
checksum = "
|
1243
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1221
1244
|
dependencies = [
|
1222
|
-
"windows-targets
|
1223
|
-
]
|
1224
|
-
|
1225
|
-
[[package]]
|
1226
|
-
name = "windows-sys"
|
1227
|
-
version = "0.52.0"
|
1228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1229
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1230
|
-
dependencies = [
|
1231
|
-
"windows-targets 0.52.6",
|
1232
|
-
]
|
1233
|
-
|
1234
|
-
[[package]]
|
1235
|
-
name = "windows-targets"
|
1236
|
-
version = "0.48.5"
|
1237
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1238
|
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
1239
|
-
dependencies = [
|
1240
|
-
"windows_aarch64_gnullvm 0.48.5",
|
1241
|
-
"windows_aarch64_msvc 0.48.5",
|
1242
|
-
"windows_i686_gnu 0.48.5",
|
1243
|
-
"windows_i686_msvc 0.48.5",
|
1244
|
-
"windows_x86_64_gnu 0.48.5",
|
1245
|
-
"windows_x86_64_gnullvm 0.48.5",
|
1246
|
-
"windows_x86_64_msvc 0.48.5",
|
1245
|
+
"windows-targets",
|
1247
1246
|
]
|
1248
1247
|
|
1249
1248
|
[[package]]
|
@@ -1252,46 +1251,28 @@ version = "0.52.6"
|
|
1252
1251
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1253
1252
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1254
1253
|
dependencies = [
|
1255
|
-
"windows_aarch64_gnullvm
|
1256
|
-
"windows_aarch64_msvc
|
1257
|
-
"windows_i686_gnu
|
1254
|
+
"windows_aarch64_gnullvm",
|
1255
|
+
"windows_aarch64_msvc",
|
1256
|
+
"windows_i686_gnu",
|
1258
1257
|
"windows_i686_gnullvm",
|
1259
|
-
"windows_i686_msvc
|
1260
|
-
"windows_x86_64_gnu
|
1261
|
-
"windows_x86_64_gnullvm
|
1262
|
-
"windows_x86_64_msvc
|
1258
|
+
"windows_i686_msvc",
|
1259
|
+
"windows_x86_64_gnu",
|
1260
|
+
"windows_x86_64_gnullvm",
|
1261
|
+
"windows_x86_64_msvc",
|
1263
1262
|
]
|
1264
1263
|
|
1265
|
-
[[package]]
|
1266
|
-
name = "windows_aarch64_gnullvm"
|
1267
|
-
version = "0.48.5"
|
1268
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1269
|
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
1270
|
-
|
1271
1264
|
[[package]]
|
1272
1265
|
name = "windows_aarch64_gnullvm"
|
1273
1266
|
version = "0.52.6"
|
1274
1267
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1275
1268
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1276
1269
|
|
1277
|
-
[[package]]
|
1278
|
-
name = "windows_aarch64_msvc"
|
1279
|
-
version = "0.48.5"
|
1280
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1281
|
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
1282
|
-
|
1283
1270
|
[[package]]
|
1284
1271
|
name = "windows_aarch64_msvc"
|
1285
1272
|
version = "0.52.6"
|
1286
1273
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1287
1274
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1288
1275
|
|
1289
|
-
[[package]]
|
1290
|
-
name = "windows_i686_gnu"
|
1291
|
-
version = "0.48.5"
|
1292
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293
|
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
1294
|
-
|
1295
1276
|
[[package]]
|
1296
1277
|
name = "windows_i686_gnu"
|
1297
1278
|
version = "0.52.6"
|
@@ -1304,48 +1285,24 @@ version = "0.52.6"
|
|
1304
1285
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1305
1286
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1306
1287
|
|
1307
|
-
[[package]]
|
1308
|
-
name = "windows_i686_msvc"
|
1309
|
-
version = "0.48.5"
|
1310
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1311
|
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
1312
|
-
|
1313
1288
|
[[package]]
|
1314
1289
|
name = "windows_i686_msvc"
|
1315
1290
|
version = "0.52.6"
|
1316
1291
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1317
1292
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1318
1293
|
|
1319
|
-
[[package]]
|
1320
|
-
name = "windows_x86_64_gnu"
|
1321
|
-
version = "0.48.5"
|
1322
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1323
|
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
1324
|
-
|
1325
1294
|
[[package]]
|
1326
1295
|
name = "windows_x86_64_gnu"
|
1327
1296
|
version = "0.52.6"
|
1328
1297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1329
1298
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1330
1299
|
|
1331
|
-
[[package]]
|
1332
|
-
name = "windows_x86_64_gnullvm"
|
1333
|
-
version = "0.48.5"
|
1334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1335
|
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
1336
|
-
|
1337
1300
|
[[package]]
|
1338
1301
|
name = "windows_x86_64_gnullvm"
|
1339
1302
|
version = "0.52.6"
|
1340
1303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1341
1304
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1342
1305
|
|
1343
|
-
[[package]]
|
1344
|
-
name = "windows_x86_64_msvc"
|
1345
|
-
version = "0.48.5"
|
1346
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1347
|
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
1348
|
-
|
1349
1306
|
[[package]]
|
1350
1307
|
name = "windows_x86_64_msvc"
|
1351
1308
|
version = "0.52.6"
|
@@ -1354,9 +1311,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1354
1311
|
|
1355
1312
|
[[package]]
|
1356
1313
|
name = "winnow"
|
1357
|
-
version = "0.
|
1314
|
+
version = "0.7.1"
|
1358
1315
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1359
|
-
checksum = "
|
1316
|
+
checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
|
1360
1317
|
dependencies = [
|
1361
1318
|
"memchr",
|
1362
1319
|
]
|