Skip to content

Commit 6746f47

Browse files
authored
deps: Bump OpenDAL to 0.56.0. (#4217)
1 parent d1e1480 commit 6746f47

2 files changed

Lines changed: 29 additions & 21 deletions

File tree

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ aws-credential-types = { workspace = true }
7070
parking_lot = "0.12.5"
7171
datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, default-features = false, features = ["hdfs"] }
7272
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"] }
73-
object_store_opendal = { git = "https://github.com/apache/opendal", rev = "6909efcdfd12b3b2ac3a76f654c35ee576811512", package = "object_store_opendal", optional = true}
73+
object_store_opendal = { version = "0.56.0", optional = true }
7474
hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
75-
opendal = { git = "https://github.com/apache/opendal", rev = "6909efcdfd12b3b2ac3a76f654c35ee576811512", optional = true, features = ["services-hdfs"] }
75+
opendal = { version = "0.56.0", optional = true, features = ["services-hdfs"] }
7676
iceberg = { workspace = true }
7777
iceberg-storage-opendal = { workspace = true }
7878
serde_json = "1.0"

0 commit comments

Comments
 (0)