From 93b7af0da80d28fe47a69c51687225b40910148d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:39:59 +0000 Subject: [PATCH] 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] --- Cargo.lock | 32 ++++++++------------------------ crates/lib/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63d5219..d959704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d9982fcb4356a5260502f0e646411ec1feb2962cc98c230777104a8d1c5ed3" +checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d" dependencies = [ "arc-swap", "cfg-if", @@ -460,7 +460,8 @@ dependencies = [ "eyre", "futures-util", "hdrhistogram", - "hotpath-macros 0.14.1", + "hotpath-macros", + "hotpath-meta", "libc", "mach2", "pin-project-lite", @@ -474,33 +475,16 @@ dependencies = [ ] [[package]] -name = "hotpath" +name = "hotpath-macros" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28594d8a3d30371e1488dcd6ba545bf07e9ce9dff6d8a57d70dbbaa221d3246d" -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" +checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "hotpath-macros" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7b87d58f92c09858091f328521db329955e9fc960c3c9c55e5dc0ef228a37b0" - [[package]] name = "hotpath-macros-meta" version = "0.15.0" @@ -613,7 +597,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" name = "microfetch" version = "1.0.0" dependencies = [ - "hotpath 0.15.0", + "hotpath", "microfetch-alloc", "microfetch-asm", "microfetch-lib", @@ -640,7 +624,7 @@ dependencies = [ name = "microfetch-lib" version = "1.0.0" dependencies = [ - "hotpath 0.14.1", + "hotpath", "microfetch-asm", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 176502a..3e040b8 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true publish = false [dependencies] -hotpath = { optional = true, version = "0.14.0" } +hotpath = { optional = true, version = "0.15.0" } microfetch-asm.workspace = true [features]