Skip to content

Commit eb71b28

Browse files
chore(deps): bump opendal from 0.54.1 to 0.55.0 in /native (#2821)
Bumps [opendal](https://github.com/apache/opendal) from 0.54.1 to 0.55.0. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](apache/opendal@v0.54.1...v0.55.0) --- updated-dependencies: - dependency-name: opendal dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e45d8b5 commit eb71b28

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

native/Cargo.lock

Lines changed: 9 additions & 9 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, default
7777
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"] }
7878
object_store_opendal = {version = "0.55.0", optional = true}
7979
hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
80-
opendal = { version ="0.54.1", optional = true, features = ["services-hdfs"] }
80+
opendal = { version ="0.55.0", optional = true, features = ["services-hdfs"] }
8181
iceberg = { workspace = true }
8282
serde_json = "1.0"
8383
uuid = "1.18.1"

0 commit comments

Comments
 (0)