- update all deps
### New Features
- oma dep/rdep PreDepended by => Pre-Depended by
- oma dep/rdep improve grammar display
- do not display JSON-like args info in dry-run mode
- add oma --debug argument to see dry-run debug message
- log file remove 'Resolver' word
- improve oma log Resolver key style
- log user actions in a human-readable fashion
- find all provides in search.rs method to improve search result
- fix reset is_provide status in search_pkgs method
- improve oma search result sort
- Read Dir::Cache::Archives value to get apt set download dir config
- oma download success will display download packages path
- oma download add argument --path (-p)
- support provides package install
### Bug Fixes
- Fix oma start-date/end-date localtime offset
- Fix local package install
But not using a better approach, wait https://gitlab.com/volian/rust-apt/-/issues/23
- Add Dir::Cache::Archives fallback logic
- Fix archive dir read logic
- only virtual pkg get provides to get real pkg
- oma download do not download non candidate pkg
- local mirror progress display
### Refactor
- improve query pkg method
- improve get local pkgs
Now, no need depend dep-archive
### Style
- run cargo clippy and cargo fmt to lint code
- lint code use cargo clippy
- use cargo clippy and cargo fmt
- drop useless line
- run cargo clippy'
- Also cargo fmt
### Commit Statistics
- 29 commits contributed to the release over the course of 3 calendar days.
- 3 days passed between releases.
- 29 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- Update all deps (85ad4b7)
- Run cargo clippy and cargo fmt to lint code (cf804b9)
- Oma dep/rdep PreDepended by => Pre-Depended by (3c1d835)
- Oma dep/rdep improve grammar display (059e770)
- Do not display JSON-like args info in dry-run mode (6dd009b)
- Add oma --debug argument to see dry-run debug message (99e0d9c)
- Log file remove 'Resolver' word (20368da)
- Improve oma log Resolver key style (6f1c53a)
- Log user actions in a human-readable fashion (02217a9)
- Lint code use cargo clippy (dfbb9e4)
- Fix oma start-date/end-date localtime offset (93835ef)
- Find all provides in search.rs method to improve search result (88996e1)
- Fix reset is_provide status in search_pkgs method (afd404e)
- Improve oma search result sort (3b4edeb)
- Use cargo clippy and cargo fmt (948923d)
- Fix local package install (883dc2b)
- Add Dir::Cache::Archives fallback logic (36cd76f)
- Drop useless line (2dde83d)
- Fix archive dir read logic (3c62b06)
- Read Dir::Cache::Archives value to get apt set download dir config (d44c346)
- Run cargo clippy' (7adb76c)
- Oma download success will display download packages path (6b2a70a)
- Oma download add argument --path (-p) (45d2dd1)
- Only virtual pkg get provides to get real pkg (4e71663)
- Improve query pkg method (c411087)
- Improve get local pkgs (bbfc384)
- Support provides package install (53e1d9e)
- Oma download do not download non candidate pkg (ded754f)
- Local mirror progress display (932b17b)