Skip to content

Commit

Permalink
build(deps): bump itertools from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 7bdc753 commit 38fa08a
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 @@ -27,7 +27,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 38fa08a

Please sign in to comment.