Skip to content

Commit

Permalink
Merge pull request #1222 from epage/update
Browse files Browse the repository at this point in the history
chore: Update itertools
  • Loading branch information
epage authored Jan 2, 2025
2 parents b56ef40 + 669c796 commit 89d6334
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
17 changes: 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pulldown-cmark = {version="0.12", default-features = false, features = ["html"]
engarde = { version = "0.1", path = "crates/engarde" }
regex = "1.10"
lazy_static = "1.4"
itertools = "0.13"
itertools = "0.14"
ignore = "0.4"
serde = "1.0"
serde_yaml = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ relative-path = { version = "1", features = ["serde"] }
once_cell = "1.19"
status = { version = "0.0.10", features = ["send_sync"] }
deunicode = "1.4"
itertools = "0.13"
itertools = "0.14"

[lints]
workspace = true

0 comments on commit 89d6334

Please sign in to comment.