Skip to content

Commit 3c5b4ef

Browse files
chore(deps): bump object_store_opendal from 0.54.1 to 0.55.0 in /native (#2819)
Bumps [object_store_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: object_store_opendal dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efcf500 commit 3c5b4ef

File tree

2 files changed

+84
-6
lines changed

2 files changed

+84
-6
lines changed

native/Cargo.lock

Lines changed: 83 additions & 5 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
@@ -75,7 +75,7 @@ aws-credential-types = { workspace = true }
7575
parking_lot = "0.12.5"
7676
datafusion-comet-objectstore-hdfs = { path = "../hdfs", optional = true, default-features = false, features = ["hdfs"] }
7777
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"] }
78-
object_store_opendal = {version = "0.54.0", optional = true}
78+
object_store_opendal = {version = "0.55.0", optional = true}
7979
hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
8080
opendal = { version ="0.54.1", optional = true, features = ["services-hdfs"] }
8181
iceberg = { workspace = true }

0 commit comments

Comments
 (0)