Skip to content

Commit

Permalink
chore(deps): update rust crate itertools to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent a225174 commit d2ed9ce
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.13.0"
itertools = "0.14.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.9", path = "../core", features = ["derive"] }
itertools = "0.13.0"
itertools = "0.14.0"
regex = "1.0"
unicode-segmentation = "1.2"
percent-encoding = "2.0"
Expand Down

0 comments on commit d2ed9ce

Please # to comment.