Skip to content

Commit

Permalink
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 1, 2025
1 parent 3ad1e9f commit 0ce228a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
21 changes: 15 additions & 6 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 native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ byteorder = "1.5.0"
bytes = "1.9.0"
datafusion = { workspace = true }
futures = "0.3"
itertools = "0.13.0"
itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.22"
num = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-exprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = "0.1.83"
blaze-jni-bridge = { workspace = true }
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
itertools = "0.13.0"
itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.22"
num = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async-trait = "0.1.83"
blaze-jni-bridge = { workspace = true }
datafusion = { workspace = true }
datafusion-ext-commons = { workspace = true }
itertools = "0.13.0"
itertools = "0.14.0"
log = "0.4.22"
num = "0.4.2"
paste = "1.0.15"
Expand Down
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foldhash = "0.1.4"
futures = "0.3"
futures-util = "0.3.31"
hashbrown = "0.14.5"
itertools = "0.13.0"
itertools = "0.14.0"
jni = "0.20.0"
log = "0.4.22"
lz4_flex = "0.11.2"
Expand Down

0 comments on commit 0ce228a

Please sign in to comment.