From 193e76e5ae1adfb996b19d1c1cf17a6b1f625201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:54:32 +0000 Subject: [PATCH] chore: bump hotpath from 0.20.0 to 0.21.2 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.20.0 to 0.21.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.20.0...v0.21.2) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.21.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 cf6d6fd..1ba9c47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hotpath" -version = "0.20.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e0674287dffa1a67dc780f021c31cb0c249585b7281fe37507a20e62d9c3f50" +checksum = "0772e97af6db4889a5894b3eddb7d6b8a75819fdf03fe89a07185ce651c66c85" dependencies = [ "arc-swap", "cfg-if", @@ -382,9 +382,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.20.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e870a5675bcbeb61d8d4ee330bbad2240020e6cebc4cf36a163450110dcb480" +checksum = "be1a3963a08af931247e0a560a8afd922d4a9f34b97be61306d286953e56fb96" dependencies = [ "proc-macro2", "quote", @@ -393,15 +393,15 @@ dependencies = [ [[package]] name = "hotpath-macros-meta" -version = "0.20.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "582606b125824218b0eabd8213f305f7015844ce57d302bd42e343e7653c07bf" +checksum = "22e41cb5fa6cc4aa67d206a3d092d5ddce1d82b99f7e5ff436217cb18943cb61" [[package]] name = "hotpath-meta" -version = "0.20.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "375f1440993dbe1de3b7c412ea803c02a0e6b3887b13bc50fa5f2cd1ec07db25" +checksum = "1af1db1600fcfca276a348cbdebf55d689d5487692329f2d1d900ec955713cc5" dependencies = [ "hotpath-macros-meta", ] diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 57a702c..10826fb 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.20.0" } +hotpath = { optional = true, version = "0.21.2" } microfetch-asm.workspace = true [features] diff --git a/microfetch/Cargo.toml b/microfetch/Cargo.toml index 8b73476..cd473e1 100644 --- a/microfetch/Cargo.toml +++ b/microfetch/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/notashelf/microfetch" publish = true [dependencies] -hotpath = { optional = true, version = "0.20.0" } +hotpath = { optional = true, version = "0.21.2" } microfetch-alloc.workspace = true microfetch-asm.workspace = true microfetch-lib.workspace = true