Skip to content

Commit

Permalink
chore(deps): update itertools requirement from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
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](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 08d29d0 commit 3fe28ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ proptest = { version = "1.1.0", optional = true }
rand = { version = "0.8.5", optional = true }
petgraph = { version = "0.7.0", optional = true }
delegate = "0.13.0"
itertools = "0.13.0"
itertools = "0.14.0"

[features]
pyo3 = ["dep:pyo3"]
Expand All @@ -40,7 +40,7 @@ petgraph = ["dep:petgraph"]
criterion = { version = "0.5.1", features = ["html_reports"] }
rmp-serde = "1.1.1"
rstest = "0.23.0"
itertools = "0.13.0"
itertools = "0.14.0"
insta = "1.39.0"

[[bench]]
Expand Down

0 comments on commit 3fe28ae

Please sign in to comment.