This is an automated email from the ASF dual-hosted git repository.

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e0709963 deps: update to iceberg-rust 0.9.0 rc1 (#3657)
2e0709963 is described below

commit 2e070996357a5aab057854e138b53f2269bc7e1e
Author: Matt Butrovich <[email protected]>
AuthorDate: Thu Mar 12 11:22:05 2026 -0400

    deps: update to iceberg-rust 0.9.0 rc1 (#3657)
---
 native/Cargo.lock | 8 ++++----
 native/Cargo.toml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 4ef608469..328e8b372 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -3306,8 +3306,8 @@ dependencies = [
 
 [[package]]
 name = "iceberg"
-version = "0.8.0"
-source = 
"git+https://github.com/apache/iceberg-rust?rev=854f66d#854f66d371a59d218498de72b02db7d3282f2643";
+version = "0.9.0"
+source = 
"git+https://github.com/apache/iceberg-rust?tag=v0.9.0-rc.1#7ef4063926f76f4ab3037227a9fa7a53e21e717f";
 dependencies = [
  "anyhow",
  "apache-avro",
@@ -3359,8 +3359,8 @@ dependencies = [
 
 [[package]]
 name = "iceberg-storage-opendal"
-version = "0.8.0"
-source = 
"git+https://github.com/apache/iceberg-rust?rev=854f66d#854f66d371a59d218498de72b02db7d3282f2643";
+version = "0.9.0"
+source = 
"git+https://github.com/apache/iceberg-rust?tag=v0.9.0-rc.1#7ef4063926f76f4ab3037227a9fa7a53e21e717f";
 dependencies = [
  "anyhow",
  "async-trait",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index a403cfd65..f088a50ed 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -55,8 +55,8 @@ object_store = { version = "0.12.3", features = ["gcp", 
"azure", "aws", "http"]
 url = "2.2"
 aws-config = "1.8.14"
 aws-credential-types = "1.2.13"
-iceberg = { git = "https://github.com/apache/iceberg-rust";, rev = "854f66d" }
-iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust";, 
rev = "854f66d", features = ["opendal-all"] }
+iceberg = { git = "https://github.com/apache/iceberg-rust";, tag = 
"v0.9.0-rc.1" }
+iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust";, 
tag = "v0.9.0-rc.1", features = ["opendal-all"] }
 
 [profile.release]
 debug = true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to