From c9b5c22aae474409f78791d4d44518a78dfdb601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:54:01 +0000 Subject: [PATCH] chore: bump hotpath from 0.23.3 to 0.24.0 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.23.3 to 0.24.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.24.0) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- crates/lib/Cargo.toml | 2 +- microfetch/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 521dab1..8f52824 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.23.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce755d457a63bdd0c95e4c91511daad1b58b33209543b7f38027b676f387e5e" +checksum = "e2645642a23d4061ec15a4a6e74f851a3145c3125356846cfc7772ff9c6f2737" dependencies = [ "arc-swap", "cfg-if", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.23.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a903af89a8429cb07790c3818bc15270b394f80af1bc254e5ccf9c7de2961770" +checksum = "89a3d3cdf9b0d4d3d4f6d4a29798f3b9170401ba500eaa58dd8f890f926af0f1" dependencies = [ "proc-macro2", "quote", @@ -393,15 +393,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.23.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc0ab94ffbb2ee77f4a897df02b5a137a10cf24d69bda936e59aff4dd456e61" +checksum = "e84cd2417fa60938241cf1cd6c03e09953f5c821122dc5da9b8f27975d136c5b" [[package]] name = "hotpath-meta" -version = "0.23.3" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053481f6cec8f775a3276c7f6e2f21123111d28261e4edc15ea7421c445964bb" +checksum = "4d2c145b67b1a4e7bcefa918995e212c30a49a85f05cc5962fe1f717878d560b" dependencies = [ "hotpath-macros-meta", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 91f77b8..195870a 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.24.0" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index dd33d4d..aa88704 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.24.0" } microfetch-asm.workspace = true microfetch-lib.workspace = true