Description
Two issues found in components/log-ingestor/Cargo.toml:
-
Unused dependency: The log = "0.4.29" dependency is not used anywhere in the log-ingestor codebase and should be removed.
-
Dependency ordering: The dependencies in the [dependencies] section are not alphabetically ordered. The dependencies should be sorted alphabetically for better maintainability.
Tasks
References