From 08f18fdb4ff34c3ccdd277ace4c9c004b07ef742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 02:39:46 +0000 Subject: [PATCH] chore(deps): bump mixtrics from 0.2.3 to 0.2.4 Bumps [mixtrics](https://github.com/foyer-rs/mixtrics) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/foyer-rs/mixtrics/releases) - [Changelog](https://github.com/foyer-rs/mixtrics/blob/main/CHANGELOG.md) - [Commits](https://github.com/foyer-rs/mixtrics/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: mixtrics dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa2810b..fb3c842 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1785,9 +1785,9 @@ dependencies = [ [[package]] name = "mixtrics" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb252c728b9d77c6ef9103f0c81524fa0a3d3b161d0a936295d7fbeff6e04c11" +checksum = "462766689e15fe49600280c5abd37ff5bdb4b2d91b42b5b218a6c5147d4e2d48" dependencies = [ "itertools", "parking_lot",