Skip to content

Commit 2871b47

Browse files
authored
Upgrade opendal to v0.55 (#1895)
## What changes are included in this PR? Dependency upgrade is supposed to perform automatically via dependabot, but somehow I didn't see it this weekend. ## Are these changes tested? Checked with local iceberg unit tests and seem fine.
1 parent 617be09 commit 2871b47

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

Cargo.lock

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ http = "1.2"
8181
iceberg = { version = "0.7.0", path = "./crates/iceberg" }
8282
iceberg-catalog-glue = { version = "0.7.0", path = "./crates/catalog/glue" }
8383
iceberg-catalog-hms = { version = "0.7.0", path = "./crates/catalog/hms" }
84-
iceberg-catalog-sql = { version = "0.7.0", path = "./crates/catalog/sql" }
8584
iceberg-catalog-rest = { version = "0.7.0", path = "./crates/catalog/rest" }
8685
iceberg-catalog-s3tables = { version = "0.7.0", path = "./crates/catalog/s3tables" }
86+
iceberg-catalog-sql = { version = "0.7.0", path = "./crates/catalog/sql" }
8787
iceberg-datafusion = { version = "0.7.0", path = "./crates/integrations/datafusion" }
8888
indicatif = "0.18"
8989
itertools = "0.13"
@@ -99,7 +99,7 @@ motore-macros = "0.4.3"
9999
murmur3 = "0.5.2"
100100
num-bigint = "0.4.6"
101101
once_cell = "1.20"
102-
opendal = "0.54.0"
102+
opendal = "0.55.0"
103103
ordered-float = "4"
104104
parquet = "56.2"
105105
pilota = "0.11.10"

0 commit comments

Comments
 (0)