From ba938c9a5f9b93ae6602d3ec7499b20359d8fe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 19:48:18 +0000 Subject: [PATCH] build(deps): update lance-core requirement from 4.0.1 to 6.0.0 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.0) --- updated-dependencies: - dependency-name: lance-core dependency-version: 6.0.0 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..9f18322c 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.0" } lance-encoding = { version = "4.0.1" } lance-file = { version = "4.0.1" } lance-io = { version = "4.0.1" }