Skip to content

Commit 669c796

Browse files
committed
chore: Update itertools
1 parent b56ef40 commit 669c796

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pulldown-cmark = {version="0.12", default-features = false, features = ["html"]
160160
engarde = { version = "0.1", path = "crates/engarde" }
161161
regex = "1.10"
162162
lazy_static = "1.4"
163-
itertools = "0.13"
163+
itertools = "0.14"
164164
ignore = "0.4"
165165
serde = "1.0"
166166
serde_yaml = "0.9"

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ relative-path = { version = "1", features = ["serde"] }
3030
once_cell = "1.19"
3131
status = { version = "0.0.10", features = ["send_sync"] }
3232
deunicode = "1.4"
33-
itertools = "0.13"
33+
itertools = "0.14"
3434

3535
[lints]
3636
workspace = true

0 commit comments

Comments
 (0)