Skip to content

Commit 90874de

Browse files
chore(deps): bump itertools from 0.14.0 to 0.15.0 in /native (#4692)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25ff4db commit 90874de

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rand = { workspace = true }
5151
num = { workspace = true }
5252
bytes = { workspace = true }
5353
tempfile = "3.26.0"
54-
itertools = "0.14.0"
54+
itertools = "0.15.0"
5555
paste = "1.0.14"
5656
datafusion = { workspace = true, features = ["parquet_encryption", "sql"] }
5757
datafusion-physical-expr-adapter = { workspace = true }

native/shuffle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ datafusion-comet-common = { workspace = true }
4040
datafusion-comet-jni-bridge = { workspace = true }
4141
datafusion-comet-spark-expr = { workspace = true }
4242
futures = { workspace = true }
43-
itertools = "0.14.0"
43+
itertools = "0.15.0"
4444
jni = "0.21"
4545
log = "0.4"
4646
lz4_flex = { version = "0.13.1", default-features = false, features = ["frame"] }
@@ -54,7 +54,7 @@ zstd = "0.13.3"
5454
[dev-dependencies]
5555
criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] }
5656
datafusion = { workspace = true, features = ["parquet_encryption", "sql"] }
57-
itertools = "0.14.0"
57+
itertools = "0.15.0"
5858
tempfile = "3.26.0"
5959
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
6060

0 commit comments

Comments
 (0)