Skip to content

Commit

Permalink
chore(dep): update itertools requirement from 0.13.0 to 0.14.0 in /cr…
Browse files Browse the repository at this point in the history
…ates/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>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent c56d0bd commit a3fd4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thiserror = "2.0.11"
# Dev-dependencies
ciborium = { version = "0.2.2", default-features = false }
insta = { version = "1.42.1" }
itertools = "0.13.0"
itertools = "0.14.0"
pretty_assertions = "1.4.1"
proptest = "1.5.0"
rmp-serde = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/rsonpath-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rsonpath-lib = { path = "../rsonpath-lib" }
rsonpath-syntax = { path = "../rsonpath-syntax" }

[dev-dependencies]
itertools = "0.13.0"
itertools = "0.14.0"
regex = "1.11.1"
memchr = "2.7.4"

Expand Down

0 comments on commit a3fd4ca

Please sign in to comment.