Skip to content

Commit 70ccffc

Browse files
build(deps): bump itertools from 0.13.0 to 0.14.0 in /native (#1337)
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-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a6970a commit 70ccffc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

native/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/libcst/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ libcst_derive = { path = "../libcst_derive", version = "1.8.0" }
4848
criterion = { version = "0.6.0", features = ["html_reports"] }
4949
difference = "2.0.0"
5050
rayon = "1.10.0"
51-
itertools = "0.13.0"
51+
itertools = "0.14.0"
5252

5353
[[bench]]
5454
name = "parser_benchmark"

0 commit comments

Comments
 (0)