From 588db44943ffa6e3f28c10d0f7931255087a9b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 07:38:11 +0000 Subject: [PATCH] chore(deps): bump hotpath from 0.10.0 to 0.10.1 Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.10.0 to 0.10.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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: hotpath dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- alistral_cli/Cargo.toml | 2 +- musicbrainz_db_lite/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e0b1c98..f9026006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ dependencies = [ [[package]] name = "hotpath" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e99988c8ec8c1b073a35292ee57a2e8893373b2d916ad68fc0fc9de3cf74733e" +checksum = "2dc168af8ef9f2f803292b6eca3bba81daca09df4f019f1d589d4392cc4a84e9" dependencies = [ "arc-swap", "base64 0.22.1", @@ -1892,9 +1892,9 @@ dependencies = [ [[package]] name = "hotpath-macros" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc3de29435924a2bee6a21b523fa7495d4449bd58dc1d0776d9267967a55a23" +checksum = "b2bcbc49dbb85d4226c95a61ab989247ceddb4901c679bcfcab39e586c3e26ad" dependencies = [ "proc-macro2", "quote", diff --git a/alistral_cli/Cargo.toml b/alistral_cli/Cargo.toml index ca25fb43..9053c511 100644 --- a/alistral_cli/Cargo.toml +++ b/alistral_cli/Cargo.toml @@ -78,7 +78,7 @@ tracing-indicatif = "0.3.14" tuillez = "0.1.0" # Debuging -hotpath = { version = "0.10.0", optional = true, features = ["futures"] } +hotpath = { version = "0.10.1", optional = true, features = ["futures"] } # Other zip = "7.0.0" diff --git a/musicbrainz_db_lite/Cargo.toml b/musicbrainz_db_lite/Cargo.toml index 94c5649d..bb6ffbb1 100644 --- a/musicbrainz_db_lite/Cargo.toml +++ b/musicbrainz_db_lite/Cargo.toml @@ -43,7 +43,7 @@ owo-colors = { version = "4.2.1", optional = true} bon = "3.8.1" # Debuging -hotpath = { version = "0.10.0", optional = true, features = ["futures"] } +hotpath = { version = "0.10.1", optional = true, features = ["futures"] } # Others chrono = "0.4.42"