- avoid `as_ref()` call as `bstr` could break downstream with new impls
As `bstr` adds a new implementation of `AsRef`, the `as_ref()` call becomes
ambiguous which will then break `gitoxide`.
Now `as_ref()` is avoided in favor of a method that can't fail.
### Commit Statistics
- 2 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: #1466
### Commit Details
* **#1466**
- Avoid `as_ref()` call as `bstr` could break downstream with new impls (1772f88)
* **Uncategorized**
- Merge branch 'fix-clean' (33eacfb)