From d07ddc51d80013f1a318358cfaff2e3ce40d79b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:55:30 +0000 Subject: [PATCH] chore: bump hotpath from 0.23.3 to 0.25.0 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.23.3 to 0.25.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.23.3...v0.25.0) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++-------------------- crates/lib/Cargo.toml | 2 +- microfetch/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 521dab1..3fd5f4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.23.3" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce755d457a63bdd0c95e4c91511daad1b58b33209543b7f38027b676f387e5e" +checksum = "2ec7782e005cabd5eaf350febde384cd799faa3a0e624587aa8759c240e0b592" dependencies = [ "arc-swap", "cfg-if", @@ -368,7 +368,6 @@ dependencies = [ "futures-util", "hdrhistogram", "hotpath-macros", - "hotpath-meta", "libc", "pin-project-lite", "prettytable-rs", @@ -382,30 +381,15 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.23.3" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a903af89a8429cb07790c3818bc15270b394f80af1bc254e5ccf9c7de2961770" +checksum = "846bde0d9600d98434e1aac376977d7718bfe3d2f5312a041b7c59a6a466c51a" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "hotpath-macros-meta" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc0ab94ffbb2ee77f4a897df02b5a137a10cf24d69bda936e59aff4dd456e61" - -[[package]] -name = "hotpath-meta" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053481f6cec8f775a3276c7f6e2f21123111d28261e4edc15ea7421c445964bb" -dependencies = [ - "hotpath-macros-meta", -] - [[package]] name = "httpdate" version = "1.0.3" diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 91f77b8..2af3fa8 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true publish = false [dependencies] -hotpath = { optional = true, version = "0.23.2" } +hotpath = { optional = true, version = "0.25.0" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index dd33d4d..c3950f1 100644 --- a/microfetch/Cargo.toml +++ b/microfetch/Cargo.toml @@ -14,7 +14,7 @@ name = "microfetch" test = false [dependencies] -hotpath = { optional = true, version = "0.23.2" } +hotpath = { optional = true, version = "0.25.0" } microfetch-asm.workspace = true microfetch-lib.workspace = true