Skip to content

Commit

Permalink
Update Rust crate itertools to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 41d2f38 commit 7b075d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 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 crates/lua-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
serde_path_to_error = "0.1.4"
simplelog = "0.10.0"
itertools = "0.10.0"
itertools = "0.13.0"

vfs = { path = "../vfs", version = "0.0.0" }
ide = { path = "../ide", version = "0.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doctest = false

[dependencies]
drop_bomb = "0.1.5"
itertools = "0.10.0"
itertools = "0.13.0"
rowan = "0.12.6"
thiserror = "1.0.24"

Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/oberblastmeister/lua-analyzer"
doctest = false

[dependencies]
itertools = "0.10.0"
itertools = "0.13.0"
rowan = "0.12.6"
thiserror = "1.0.24"

Expand Down

0 comments on commit 7b075d1

Please sign in to comment.