Skip to content

Commit a3fd4ca

Browse files
chore(dep): update itertools requirement from 0.13.0 to 0.14.0 in /crates/rsonpath-benchmarks in the test-deps group (#655)
chore(dep): update itertools requirement Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `itertools` to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production dependency-group: test-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c56d0bd commit a3fd4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ thiserror = "2.0.11"
3434
# Dev-dependencies
3535
ciborium = { version = "0.2.2", default-features = false }
3636
insta = { version = "1.42.1" }
37-
itertools = "0.13.0"
37+
itertools = "0.14.0"
3838
pretty_assertions = "1.4.1"
3939
proptest = "1.5.0"
4040
rmp-serde = "1.3.0"

crates/rsonpath-benchmarks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ rsonpath-lib = { path = "../rsonpath-lib" }
4545
rsonpath-syntax = { path = "../rsonpath-syntax" }
4646

4747
[dev-dependencies]
48-
itertools = "0.13.0"
48+
itertools = "0.14.0"
4949
regex = "1.11.1"
5050
memchr = "2.7.4"
5151

0 commit comments

Comments
 (0)