chore(deps): bump hotpath from 0.7.5 to 0.8.0

Bumps [hotpath](https://github.com/pawurb/hotpath) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/pawurb/hotpath/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pawurb/hotpath/compare/v0.7.5...v0.8.0)

---
updated-dependencies:
- dependency-name: hotpath
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-08 10:45:19 +00:00 committed by GitHub
commit 15aee3540b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.7.5" }
hotpath = { optional = true, version = "0.8.0" }
libc = "0.2.177"
[dev-dependencies]