chore: bump hotpath from 0.9.3 to 0.10.1

Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.9.3 to 0.10.1.
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pawurb/hotpath-rs/compare/v0.9.3...v0.10.1)

---
updated-dependencies:
- dependency-name: hotpath
  dependency-version: 0.10.1
  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] 2026-02-09 12:06:24 +00:00 committed by GitHub
commit 284b4c641d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.9.3" }
hotpath = { optional = true, version = "0.10.1" }
libc = "0.2.180"
[dev-dependencies]