From 7641f98d5d58657e5cf5236eeadd385332aa86ff Mon Sep 17 00:00:00 2001 From: volodymyr Date: Tue, 24 Mar 2026 11:38:55 +0000 Subject: [PATCH] bump iceberg-rust to 72b0729b94435a958554e009a940502a3ebeb88a --- Cargo.lock | 10 +++++----- Cargo.toml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9b3832..7109c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2983,7 +2983,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=97c5387dfc1c83781797309f64f5c4de25639217#97c5387dfc1c83781797309f64f5c4de25639217" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=72b0729b94435a958554e009a940502a3ebeb88a#72b0729b94435a958554e009a940502a3ebeb88a" dependencies = [ "anyhow", "apache-avro", @@ -3041,7 +3041,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-glue" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=97c5387dfc1c83781797309f64f5c4de25639217#97c5387dfc1c83781797309f64f5c4de25639217" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=72b0729b94435a958554e009a940502a3ebeb88a#72b0729b94435a958554e009a940502a3ebeb88a" dependencies = [ "anyhow", "async-trait", @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=97c5387dfc1c83781797309f64f5c4de25639217#97c5387dfc1c83781797309f64f5c4de25639217" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=72b0729b94435a958554e009a940502a3ebeb88a#72b0729b94435a958554e009a940502a3ebeb88a" dependencies = [ "async-trait", "base64", @@ -3143,7 +3143,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" version = "0.8.0" -source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=97c5387dfc1c83781797309f64f5c4de25639217#97c5387dfc1c83781797309f64f5c4de25639217" +source = "git+https://github.com/risingwavelabs/iceberg-rust.git?rev=72b0729b94435a958554e009a940502a3ebeb88a#72b0729b94435a958554e009a940502a3ebeb88a" dependencies = [ "anyhow", "async-trait", @@ -6275,7 +6275,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 21b3e80..89c876d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,17 +18,17 @@ datafusion = "52.2" # Local workspace members futures = "0.3.17" -iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "97c5387dfc1c83781797309f64f5c4de25639217", features = [ +iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "72b0729b94435a958554e009a940502a3ebeb88a", features = [ "storage-s3", "storage-gcs", "storage-azblob", "storage-azdls", ] } -iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "97c5387dfc1c83781797309f64f5c4de25639217" } -iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "97c5387dfc1c83781797309f64f5c4de25639217" } -iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "97c5387dfc1c83781797309f64f5c4de25639217" } +iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "72b0729b94435a958554e009a940502a3ebeb88a" } +iceberg-catalog-memory = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "72b0729b94435a958554e009a940502a3ebeb88a" } +iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "72b0729b94435a958554e009a940502a3ebeb88a" } iceberg-compaction-core = { path = "./core" } -iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "97c5387dfc1c83781797309f64f5c4de25639217" } +iceberg-datafusion = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "72b0729b94435a958554e009a940502a3ebeb88a" } parquet = { version = "57.1", features = ["async"] } port_scanner = "0.1.5"