From 165af172db55c78ad1c07324de4b351a259632b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:14:29 +0000 Subject: [PATCH] chore(deps): bump mixtrics from 0.2.3 to 0.2.5 Bumps [mixtrics](https://github.com/foyer-rs/mixtrics) from 0.2.3 to 0.2.5. - [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.5) --- updated-dependencies: - dependency-name: mixtrics dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa2810b..0576b4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,7 +1027,7 @@ dependencies = [ "foyer-tokio", "futures-util", "hashbrown 0.16.1", - "itertools", + "itertools 0.14.0", "mea", "mixtrics", "parking_lot", @@ -1057,7 +1057,7 @@ dependencies = [ "futures-util", "hashbrown 0.16.1", "io-uring", - "itertools", + "itertools 0.14.0", "libc", "lz4", "mea", @@ -1533,6 +1533,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.18" @@ -1785,11 +1794,11 @@ dependencies = [ [[package]] name = "mixtrics" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb252c728b9d77c6ef9103f0c81524fa0a3d3b161d0a936295d7fbeff6e04c11" +checksum = "2c46b5adfb7a3ae4996d327a5bdc90e78fec025806dd312bdbe6f07a755e0ec9" dependencies = [ - "itertools", + "itertools 0.15.0", "parking_lot", "prometheus", ] @@ -2236,7 +2245,7 @@ dependencies = [ "cc", "cfg-if", "interpolate_name", - "itertools", + "itertools 0.14.0", "libc", "libfuzzer-sys", "log",