Skip to content

Commit

Permalink
Merge pull request #548 from cobalt-org/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate itertools to 0.13.0
  • Loading branch information
epage committed Jun 7, 2024
2 parents ba809c9 + 0ac7883 commit 802dee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
anymap2 = "0.13"
itertools = "0.12.0"
itertools = "0.13.0"
num-traits = "0.2"
pest = "2.0"
pest_derive = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
liquid-core = { version = "^0.26.6", path = "../core", features = ["derive"] }
itertools = "0.12.0"
itertools = "0.13.0"
regex = "1.0"
unicode-segmentation = "1.2"
percent-encoding = "2.0"
Expand Down

0 comments on commit 802dee7

Please sign in to comment.