From 47572f7c2f302a2a940dfb4c896894b1188f58d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:13:14 +0000 Subject: [PATCH] deps(deps): update lance-index requirement from 8.0 to 9.0 Updates the requirements on [lance-index](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/v8.0.0...v9.0.0) --- updated-dependencies: - dependency-name: lance-index dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f063b6c..44f20b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ deltalake-azure = "0.15" deltalake-aws = "0.15" iceberg = "0.9.0" lance = { version = "8.0", optional = true } -lance-index = { version = "8.0", optional = true } +lance-index = { version = "9.0", optional = true } apache-avro = { version = "0.21", optional = true, features = ["zstandard"] } object_store = { version = "0.14", features = ["aws", "azure", "gcp", "http"] }