Skip to content

Commit

Permalink
Update itertools requirement from 0.11 to 0.12
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.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent a6f59d6 commit 8e1cb10
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 @@ -51,7 +51,7 @@ futures = "0.3.17"
gherkin = "0.14"
globwalk = "0.8.1"
humantime = "2.1"
itertools = "0.11"
itertools = "0.12"
lazy-regex = "3.0"
linked-hash-map = "0.5.3"
once_cell = "1.13"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ proc-macro = true
[dependencies]
cucumber-expressions = { version = "0.3", features = ["into-regex"] }
inflections = "1.1"
itertools = "0.11"
itertools = "0.12"
proc-macro2 = "1.0.28"
quote = "1.0.9"
regex = "1.5.5"
Expand Down

0 comments on commit 8e1cb10

Please sign in to comment.