Skip to content

Commit 7632fc1

Browse files
Bump datafusion from 52.1.0 to 52.2.0 in /rust
Bumps [datafusion](https://github.com/apache/datafusion) from 52.1.0 to 52.2.0. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@52.1.0...52.2.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 52.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc980e3 commit 7632fc1

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ clap = { version = "4.5.60" } # Cmd line args processing
3838
color-eyre = { version = "0.6.5" } # Colourised version of `anyhow`
3939
cxx = { version = "1.0.194" } # Exception handling for Rust
4040
cxx-build = { version = "1.0.192" }
41-
datafusion = { version = "52.1.0" }
41+
datafusion = { version = "52.2.0" }
4242
env_logger = { version = "0.11.9" } # Standard logging to stderr
4343
futures = { version = "0.3.32" } # Async processing
4444
git2 = { version = "0.20.4" } # Interact with version control

0 commit comments

Comments
 (0)