- update all deps
### New Features
- dry-run read RUST_LOG env to see debug message (default RUST_LOG is info)
- set oma and os dry-run info as debug
- improve log user-family output
- dry-run mode display oma and OS info
- Also fix dry-run downgrade typo
### Bug Fixes
- fix dry-run default display log
- fix dry-run in fix-broken subcommand argument
- do not real run {mark,clean,download} in dry-run mode
### Style
- use cargo fmt to lint code style
- improve pick method code style
- Also run cargo fmt
### Commit Statistics
- 10 commits contributed to the release.
- 10 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- Update all deps (44235f9)
- Fix dry-run default display log (6e100d3)
- Use cargo fmt to lint code style (698396a)
- Dry-run read RUST_LOG env to see debug message (default RUST_LOG is info) (3be76aa)
- Fix dry-run in fix-broken subcommand argument (1276493)
- Do not real run {mark,clean,download} in dry-run mode (526bc12)
- Set oma and os dry-run info as debug (8aafec4)
- Improve log user-family output (ce234a3)
- Dry-run mode display oma and OS info (900a155)
- Improve pick method code style (4f9782f)