Skip to content

Commit 378fd03

Browse files
authored
Merge pull request #514 from cobalt-org/renovate/itertools-0.x
chore(deps): update rust crate itertools to 0.11.0
2 parents 5fe9585 + 50d8568 commit 378fd03

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1919

2020
[dependencies]
2121
anymap2 = "0.13"
22-
itertools = "0.10.0"
22+
itertools = "0.11.0"
2323
num-traits = "0.2"
2424
pest = "2.0"
2525
pest_derive = "2.0"

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1919

2020
[dependencies]
2121
liquid-core = { version = "^0.26.4", path = "../core", features = ["derive"] }
22-
itertools = "0.10.0"
22+
itertools = "0.11.0"
2323
regex = "1.0"
2424
unicode-segmentation = "1.2"
2525
percent-encoding = "2.0"

0 commit comments

Comments
 (0)