From c95c676b70e643566567ea26a6bf3ee63499bd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:38:20 +0000 Subject: [PATCH] build(deps): update lance-core requirement from 4.0.1 to 6.0.1 Updates the requirements on [lance-core](https://github.com/lance-format/lance) to permit the latest version. - [Release notes](https://github.com/lance-format/lance/releases) - [Changelog](https://github.com/lance-format/lance/blob/main/release_process.md) - [Commits](https://github.com/lance-format/lance/compare/v4.0.1...v6.0.1) --- updated-dependencies: - dependency-name: lance-core dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 8ddde2da..8f45c5ca 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -86,7 +86,7 @@ flate2 = { workspace = true } # prost-build at compile time, which shells out to `protoc`. Any build of # hudi-core (CI, Docker, local dev, downstream consumers) must therefore # have `protoc` available on PATH — there is no opt-out. -lance-core = { version = "4.0.1" } +lance-core = { version = "6.0.1" } lance-encoding = { version = "4.0.1" } lance-file = { version = "4.0.1" } lance-io = { version = "4.0.1" }