From 2443a5a459889bcc1b44448f56d209f8f9c04b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 19:01:56 +0000 Subject: [PATCH] build(deps): bump datafusion-proto from 50.0.0 to 50.1.0 Bumps [datafusion-proto](https://github.com/apache/datafusion) from 50.0.0 to 50.1.0. - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/datafusion/compare/50.0.0...50.1.0) --- updated-dependencies: - dependency-name: datafusion-proto dependency-version: 50.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf67256c3..153718449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1537,9 +1537,9 @@ dependencies = [ [[package]] name = "datafusion-proto" -version = "50.0.0" +version = "50.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521cd45740788e751bf59b25d2879d162b157a45fb9b5fa2ec03034923f3658a" +checksum = "9ca714dff69fe3de2901ec64ec3dba8d0623ae583f6fae3c6fa57355d7882017" dependencies = [ "arrow", "chrono",