### Chore
- uniformize deny attributes
- remove default link to cargo doc everywhere
### Bug Fixes
- Handle `.` specifically in `absolutize()`.
Previously, absolutizing `./../../` would lead to one path component
of the `../` to be ignored as `.` was popped successfully, not realizing
that it is a no-op.
This could lead to problems with repository discovery if `.` was passed.
### Commit Statistics
- 4 commits contributed to the release over the course of 3 calendar days.
- 31 days passed between releases.
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages
### Commit Details
* **Uncategorized**
- Handle `.` specifically in `absolutize()`. (9171adb)
- Merge branch 'example-new-repo' (946dd3a)
- uniformize deny attributes (f7f136d)
- remove default link to cargo doc everywhere (533e887)