diff --git a/native/Cargo.lock b/native/Cargo.lock index 4ef6084698..328e8b3727 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 a403cfd65f..f088a50ed4 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