Skip to content

Commit

Permalink
Upgrade itertools crate from 0.12 to 0.13 version (#336)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2024
1 parent df19e86 commit b859364
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 @@ -72,7 +72,7 @@ futures = "0.3.17"
gherkin = "0.14"
globwalk = "0.9"
humantime = "2.1"
itertools = "0.12"
itertools = "0.13"
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.12"
itertools = "0.13"
proc-macro2 = "1.0.28"
quote = "1.0.9"
regex = "1.5.5"
Expand Down

0 comments on commit b859364

Please sign in to comment.