diff --git a/native/Cargo.lock b/native/Cargo.lock index 1658c480a8..40edf8e5e9 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -3596,7 +3596,7 @@ dependencies = [ [[package]] name = "iceberg" version = "0.9.0" -source = "git+https://github.com/apache/iceberg-rust?rev=80a30d3#80a30d3440928e1456fd116db934d829844a1a42" +source = "git+https://github.com/apache/iceberg-rust?rev=148afc5#148afc50ee950b2cd8d99c0243242ef45f3948c5" dependencies = [ "aes-gcm", "anyhow", @@ -3652,7 +3652,7 @@ dependencies = [ [[package]] name = "iceberg-storage-opendal" version = "0.9.0" -source = "git+https://github.com/apache/iceberg-rust?rev=80a30d3#80a30d3440928e1456fd116db934d829844a1a42" +source = "git+https://github.com/apache/iceberg-rust?rev=148afc5#148afc50ee950b2cd8d99c0243242ef45f3948c5" dependencies = [ "anyhow", "async-trait", diff --git a/native/Cargo.toml b/native/Cargo.toml index 3e797eb968..dda029bba7 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -58,8 +58,8 @@ object_store = { version = "0.13.2", features = ["gcp", "azure", "aws", "http"] url = "2.2" aws-config = "1.8.18" aws-credential-types = "1.2.13" -iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "80a30d3" } -iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "80a30d3", features = ["opendal-memory", "opendal-fs", "opendal-s3", "opendal-gcs", "opendal-oss", "opendal-azdls"] } +iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "148afc5" } +iceberg-storage-opendal = { git = "https://github.com/apache/iceberg-rust", rev = "148afc5", features = ["opendal-memory", "opendal-fs", "opendal-s3", "opendal-gcs", "opendal-oss", "opendal-azdls"] } reqsign-core = "3" [profile.release]