chore: bump hotpath from 0.14.1 to 0.15.0

Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.14.1 to 0.15.0.
- [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.1...v0.15.0)

---
updated-dependencies:
- dependency-name: hotpath
  dependency-version: 0.15.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] 2026-04-13 11:39:59 +00:00 committed by GitHub
commit 93b7af0da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 25 deletions

32
Cargo.lock generated
View file

@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]] [[package]]
name = "hotpath" name = "hotpath"
version = "0.14.1" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d9982fcb4356a5260502f0e646411ec1feb2962cc98c230777104a8d1c5ed3" checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"cfg-if", "cfg-if",
@ -460,7 +460,8 @@ dependencies = [
"eyre", "eyre",
"futures-util", "futures-util",
"hdrhistogram", "hdrhistogram",
"hotpath-macros 0.14.1", "hotpath-macros",
"hotpath-meta",
"libc", "libc",
"mach2", "mach2",
"pin-project-lite", "pin-project-lite",
@ -474,33 +475,16 @@ dependencies = [
] ]
[[package]] [[package]]
name = "hotpath" name = "hotpath-macros"
version = "0.15.0" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d" checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0"
dependencies = [
"hotpath-macros 0.15.0",
"hotpath-meta",
"tokio",
]
[[package]]
name = "hotpath-macros"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4398eddb78466298f1ddcc739abbbd8a942e541d1972c7590bd83de364e626e0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn", "syn",
] ]
[[package]]
name = "hotpath-macros"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0"
[[package]] [[package]]
name = "hotpath-macros-meta" name = "hotpath-macros-meta"
version = "0.15.0" version = "0.15.0"
@ -613,7 +597,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
name = "microfetch" name = "microfetch"
version = "1.0.0" version = "1.0.0"
dependencies = [ dependencies = [
"hotpath 0.15.0", "hotpath",
"microfetch-alloc", "microfetch-alloc",
"microfetch-asm", "microfetch-asm",
"microfetch-lib", "microfetch-lib",
@ -640,7 +624,7 @@ dependencies = [
name = "microfetch-lib" name = "microfetch-lib"
version = "1.0.0" version = "1.0.0"
dependencies = [ dependencies = [
"hotpath 0.14.1", "hotpath",
"microfetch-asm", "microfetch-asm",
] ]

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.15.0" }
microfetch-asm.workspace = true microfetch-asm.workspace = true
[features] [features]