Skip to content

Commit

Permalink
Merge pull request #357 from Automattic/dependabot/cargo/itertools-0.…
Browse files Browse the repository at this point in the history
…14.0

build(deps): bump itertools from 0.13.0 to 0.14.0
  • Loading branch information
elijah-potter authored Jan 6, 2025
2 parents 7f31c41 + 38fa08a commit 3cc8dbf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 harper-comments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tree-sitter-lua = "0.0.19"
tree-sitter-bash = "0.20.0"
tree-sitter-java = "0.20.0"
tree-sitter-nix = "0.0.1"
itertools = "0.13.0"
itertools = "0.14.0"
tree-sitter-haskell = "0.15.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blanket = "0.4.0"
fst = "0.4.7"
hashbrown = { version = "0.15.2", features = ["serde"] }
is-macro = "0.3.6"
itertools = "0.13.0"
itertools = "0.14.0"
lazy_static = "1.5.0"
ordered-float = { version = "4.6.0", features = ["serde"] }
paste = "1.0.14"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ once_cell = "1.20.2"
dirs = "5.0.1"
anyhow = "1.0.95"
serde_json = "1.0.133"
itertools = "0.13.0"
itertools = "0.14.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
resolve-path = "0.1.0"
Expand Down

0 comments on commit 3cc8dbf

Please sign in to comment.