This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 4923dc176 chore(deps): bump opendal from 0.54.0 to 0.54.1 in /native
(#2559)
4923dc176 is described below
commit 4923dc176d8adf278cf6ab5a1bdd6b1ce408f16c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 10:20:16 2025 -0400
chore(deps): bump opendal from 0.54.0 to 0.54.1 in /native (#2559)
Bumps [opendal](https://github.com/apache/opendal) from 0.54.0 to 0.54.1.
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apache/opendal/compare/v0.54.0...v0.54.1)
---
updated-dependencies:
- dependency-name: opendal
dependency-version: 0.54.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
native/Cargo.lock | 16 +++-------------
native/core/Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index ad8c24d9d..093db3cfd 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -3566,9 +3566,9 @@ checksum =
"d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
[[package]]
name = "opendal"
-version = "0.54.0"
+version = "0.54.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ffb9838d0575c6dbaf3fcec7255af8d5771996d4af900bbb6fa9a314dec00a1a"
+checksum = "42afda58fa2cf50914402d132cc1caacff116a85d10c72ab2082bb7c50021754"
dependencies = [
"anyhow",
"backon",
@@ -3583,7 +3583,7 @@ dependencies = [
"log",
"md-5",
"percent-encoding",
- "quick-xml 0.37.5",
+ "quick-xml 0.38.3",
"reqwest",
"serde",
"serde_json",
@@ -3977,16 +3977,6 @@ dependencies = [
"memchr",
]
-[[package]]
-name = "quick-xml"
-version = "0.37.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
-dependencies = [
- "memchr",
- "serde",
-]
-
[[package]]
name = "quick-xml"
version = "0.38.3"
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index e6e4c6f3c..ff9e630dc 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -76,7 +76,7 @@ datafusion-comet-objectstore-hdfs = { path = "../hdfs",
optional = true, default
reqwest = { version = "0.12", default-features = false, features =
["rustls-tls-native-roots", "http2"] }
object_store_opendal = {version = "0.54.0", optional = true}
hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
-opendal = { version ="0.54.0", optional = true, features = ["services-hdfs"] }
+opendal = { version ="0.54.1", optional = true, features = ["services-hdfs"] }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.18.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]