chore: bump hotpath
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled

Bumps [hotpath](https://github.com/pawurb/hotpath) from 0.9.2 to 0.9.3.
- [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.9.2...v0.9.3)

---
updated-dependencies:
- dependency-name: hotpath
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-19 16:42:14 +03:00 committed by GitHub
commit d2ae1a9af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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