Skip to content

Commit ed8958e

Browse files
build(deps): bump datafusion from 42.0.0 to 42.1.0
Bumps [datafusion](https://github.com/apache/datafusion) from 42.0.0 to 42.1.0. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/commits) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7007e02 commit ed8958e

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ substrait = ["dep:datafusion-substrait"]
3737
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3838
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
3939
arrow = { version = "53", features = ["pyarrow"] }
40-
datafusion = { version = "42.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
40+
datafusion = { version = "42.1.0", features = ["pyarrow", "avro", "unicode_expressions"] }
4141
datafusion-substrait = { version = "42.0.0", optional = true }
4242
datafusion-proto = { version = "42.0.0" }
4343
prost = "0.13" # keep in line with `datafusion-substrait`

0 commit comments

Comments
 (0)