devtool 0.8.23

A CLI tool for development in update rustup toolchain, mise maintained tools and homebrew packages.
## Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Fixes # (issue)

## Type of Change
Please delete options that are not relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Dependency update
- [ ] CI/CD improvement

## How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual testing
- [ ] Tested on multiple platforms (please specify below)

**Test Configuration**:
- OS: [e.g., macOS 14, Ubuntu 22.04]
- Rust version: [e.g., 1.75.0]
- devtool version: [e.g., 0.4.0]

## Test Results
```
Paste test output here
```

## Checklist
Please check all that apply:

- [ ] My code follows the style guidelines of this project (`cargo fmt`)
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings (`cargo clippy`)
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes (`cargo test`)
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] I have updated the CHANGELOG.md file

## Screenshots (if applicable)
Add screenshots to help explain your changes.

## Performance Impact
If applicable, describe any performance implications of your changes:
- [ ] No performance impact
- [ ] Performance improvement (please describe)
- [ ] Potential performance degradation (please describe and justify)

## Breaking Changes
If this PR introduces breaking changes, please describe:
1. What breaks?
2. Why is this change necessary?
3. What is the migration path for existing users?

## Additional Notes
Add any other context about the pull request here.

## Related PRs or Issues
List any related pull requests or issues:
- Related to #
- Depends on #
- Blocks #