From 4356a4855cbd05cbd3c54ef1ae36e5ae53ea6243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:54:01 +0000 Subject: [PATCH] chore: bump hotpath from 0.21.5 to 0.23.1 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.21.5 to 0.23.1. - [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.1) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.23.1 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..950164a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.21.5" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "902f40dea4993d99db66732fddd9143e92657f1d47a642395f92b339b1375659" +checksum = "be80823867e0c9820c9237c38b21f9f4aa1ebb0db1f98ff25ac0b1d2c088a470" dependencies = [ "arc-swap", "cfg-if", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.21.5" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "191f6e3b11c1f817e5c3737158812bc8d3a383e9d9d89526703ea6dc1e9fe647" +checksum = "61d1fb3ee80ae7b4743d29487665766ce5a1442e959521790e86317f89dcd5a3" dependencies = [ "proc-macro2", "quote", @@ -393,15 +393,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.21.5" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "604e1929e4e069ce456916d2bb267ddd2b7d680bfb5b89abca06a9b6d3fe50a7" +checksum = "feede71fa226b0b5d523e58e7b0a1462935c0b8a00584a6669f45d564086209d" [[package]] name = "hotpath-meta" -version = "0.21.5" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c1f5d817c1a70efc3aa66d27909e86878ea22991c0b6fc5f36d6dbd26856a3" +checksum = "424fe0a13105d3731f65237785f5b95c3e4b8bfae4a039d932f56192cd74afc0" dependencies = [ "hotpath-macros-meta", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index ff57507..312e8cf 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.1" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index ba38dbe..600ea2e 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.1" } microfetch-asm.workspace = true microfetch-lib.workspace = true