Skip to content

Commit

Permalink
chore(deps): Update Rust crate itertools to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent a79fc1d commit 1728db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 1728db3

Please sign in to comment.