From 50b2b8d1328048cf12a724081caa7fd2e976e3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:11:43 +0000 Subject: [PATCH] chore(dep): update itertools requirement in /crates/rsonpath-benchmarks Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/rsonpath-benchmarks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbc01d45..569addde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ thiserror = "2.0.18" # Dev-dependencies ciborium = { version = "0.2.2", default-features = false } insta = { version = "1.47.2" } -itertools = "0.14.0" +itertools = "0.15.0" pretty_assertions = "1.4.1" proptest = "1.11.0" rmp-serde = "1.3.1" diff --git a/crates/rsonpath-benchmarks/Cargo.toml b/crates/rsonpath-benchmarks/Cargo.toml index e351c847..db434d3e 100644 --- a/crates/rsonpath-benchmarks/Cargo.toml +++ b/crates/rsonpath-benchmarks/Cargo.toml @@ -42,7 +42,7 @@ rsonpath-lib = { path = "../rsonpath-lib" } rsonpath-syntax = { path = "../rsonpath-syntax" } [dev-dependencies] -itertools = "0.14.0" +itertools = "0.15.0" regex = "1.12.2" memchr = "2.7.6"