This is an automated email from the ASF dual-hosted git repository.

comphead 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 eb71b2857 chore(deps): bump opendal from 0.54.1 to 0.55.0 in /native 
(#2821)
eb71b2857 is described below

commit eb71b28571d476fe95072c6307fc1d5291b36474
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 18:18:10 2025 -0800

    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](https://github.com/apache/opendal/compare/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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock      | 18 +++++++++---------
 native/core/Cargo.toml |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 4180aff84..09df0cab0 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -1802,7 +1802,7 @@ dependencies = [
  "object_store",
  "object_store_opendal",
  "once_cell",
- "opendal 0.54.1",
+ "opendal 0.55.0",
  "parking_lot",
  "parquet",
  "paste",
@@ -2606,7 +2606,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 dependencies = [
  "libc",
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -3437,7 +3437,7 @@ checksum = 
"3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
 dependencies = [
  "hermit-abi",
  "libc",
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -3485,7 +3485,7 @@ dependencies = [
  "portable-atomic",
  "portable-atomic-util",
  "serde_core",
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -4102,7 +4102,6 @@ dependencies = [
  "crc32c",
  "futures",
  "getrandom 0.2.16",
- "hdrs",
  "http 1.3.1",
  "http-body 1.0.1",
  "log",
@@ -4129,6 +4128,7 @@ dependencies = [
  "bytes",
  "futures",
  "getrandom 0.2.16",
+ "hdrs",
  "http 1.3.1",
  "http-body 1.0.1",
  "jiff",
@@ -4716,7 +4716,7 @@ dependencies = [
  "once_cell",
  "socket2",
  "tracing",
- "windows-sys 0.60.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -5102,7 +5102,7 @@ dependencies = [
  "errno",
  "libc",
  "linux-raw-sys 0.11.0",
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -5658,7 +5658,7 @@ dependencies = [
  "getrandom 0.3.4",
  "once_cell",
  "rustix 1.1.2",
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
@@ -6313,7 +6313,7 @@ version = "0.1.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
 dependencies = [
- "windows-sys 0.61.2",
+ "windows-sys 0.59.0",
 ]
 
 [[package]]
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index b5176d57a..d2a87e13c 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -77,7 +77,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.55.0", optional = true}
 hdfs-sys = {version = "0.3", optional = true, features = ["hdfs_3_3"]}
-opendal = { version ="0.54.1", optional = true, features = ["services-hdfs"] }
+opendal = { version ="0.55.0", optional = true, features = ["services-hdfs"] }
 iceberg = { workspace = true }
 serde_json = "1.0"
 uuid = "1.18.1"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to