chore: bump hotpath from 0.14.0 to 0.14.1

Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.14.0 to 0.14.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.14.0...v0.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-30 11:33:51 +00:00 committed by GitHub
commit 514584f5de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]] [[package]]
name = "hotpath" name = "hotpath"
version = "0.14.0" version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fde50be006a0fe95cc2fd6d25d884aa6932218e4055d7df2fa0d95c386acf8d" checksum = "f7d9982fcb4356a5260502f0e646411ec1feb2962cc98c230777104a8d1c5ed3"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"cfg-if", "cfg-if",
@ -475,9 +475,9 @@ dependencies = [
[[package]] [[package]]
name = "hotpath-macros" name = "hotpath-macros"
version = "0.14.0" version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd884cee056e269e41e1127549458e1c4e309f31897ebbc1416982a74d40a5b5" checksum = "4398eddb78466298f1ddcc739abbbd8a942e541d1972c7590bd83de364e626e0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -9,7 +9,7 @@ license.workspace = true
publish = false publish = false
[dependencies] [dependencies]
hotpath = { optional = true, version = "0.14.0" } hotpath = { optional = true, version = "0.14.1" }
microfetch-asm.workspace = true microfetch-asm.workspace = true
[features] [features]

View file

@ -11,7 +11,7 @@ repository = "https://github.com/notashelf/microfetch"
publish = false publish = false
[dependencies] [dependencies]
hotpath = { optional = true, version = "0.14.0" } hotpath = { optional = true, version = "0.14.1" }
microfetch-lib.workspace = true microfetch-lib.workspace = true
[features] [features]