From 6bede14067ceb3626fb33a2ea4a3823c8a6df2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:54:12 +0000 Subject: [PATCH] chore: bump hotpath from 0.21.5 to 0.23.2 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.21.5 to 0.23.2. - [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.21.5...v0.23.2) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.23.2 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 6a0b01e..6b56f9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.21.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "902f40dea4993d99db66732fddd9143e92657f1d47a642395f92b339b1375659" +checksum = "62e810bedda5a467ef5c9b5c8a20763fefebc89b63ef36f7ee44a143085204a2" dependencies = [ "arc-swap", "cfg-if", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.21.5" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191f6e3b11c1f817e5c3737158812bc8d3a383e9d9d89526703ea6dc1e9fe647" +checksum = "a903af89a8429cb07790c3818bc15270b394f80af1bc254e5ccf9c7de2961770" dependencies = [ "proc-macro2", "quote", @@ -393,15 +393,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.21.5" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604e1929e4e069ce456916d2bb267ddd2b7d680bfb5b89abca06a9b6d3fe50a7" +checksum = "bcc0ab94ffbb2ee77f4a897df02b5a137a10cf24d69bda936e59aff4dd456e61" [[package]] name = "hotpath-meta" -version = "0.21.5" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c1f5d817c1a70efc3aa66d27909e86878ea22991c0b6fc5f36d6dbd26856a3" +checksum = "053481f6cec8f775a3276c7f6e2f21123111d28261e4edc15ea7421c445964bb" dependencies = [ "hotpath-macros-meta", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index ff57507..91f77b8 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.21.2" } +hotpath = { optional = true, version = "0.23.2" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index ba38dbe..dd33d4d 100644 --- a/microfetch/Cargo.toml +++ b/microfetch/Cargo.toml @@ -14,7 +14,7 @@ name = "microfetch" test = false [dependencies] -hotpath = { optional = true, version = "0.21.2" } +hotpath = { optional = true, version = "0.23.2" } microfetch-asm.workspace = true microfetch-lib.workspace = true