From 14281566c803cd02b1a0381a117b4b201a97cdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:37:38 +0000 Subject: [PATCH] deps(deps): update iceberg requirement from 0.9.0 to 0.10.0 Updates the requirements on [iceberg](https://github.com/apache/iceberg-rust) to permit the latest version. - [Release notes](https://github.com/apache/iceberg-rust/releases) - [Changelog](https://github.com/apache/iceberg-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/iceberg-rust/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: iceberg dependency-version: 0.10.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 f4ff20b..67ae120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } deltalake = { version = "0.32", features = ["deltalake-aws", "deltalake-azure"] } deltalake-azure = "0.15" deltalake-aws = "0.15" -iceberg = "0.9.0" +iceberg = "0.10.0" lance = { version = "9.0", optional = true } lance-index = { version = "9.0", optional = true } apache-avro = { version = "0.21", optional = true, features = ["zstandard"] }