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

asukaminato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c0466f73 chore(deps): bump hdfs-native from 0.10.4 to 0.11.2 in /core 
(#6362)
6c0466f73 is described below

commit 6c0466f734dee6a426653757acc51e3dc3244062
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 11:53:07 2025 +0900

    chore(deps): bump hdfs-native from 0.10.4 to 0.11.2 in /core (#6362)
    
    Bumps [hdfs-native](https://github.com/Kimahriman/hdfs-native) from 0.10.4 
to 0.11.2.
    - [Release notes](https://github.com/Kimahriman/hdfs-native/releases)
    - 
[Commits](https://github.com/Kimahriman/hdfs-native/compare/v0.10.4...v0.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: hdfs-native
      dependency-version: 0.11.2
      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>
---
 core/Cargo.lock | 32 ++++++++++----------------------
 core/Cargo.toml |  2 +-
 2 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/core/Cargo.lock b/core/Cargo.lock
index 455f5cb81..bd34b6836 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -3605,12 +3605,12 @@ dependencies = [
 
 [[package]]
 name = "hdfs-native"
-version = "0.10.4"
+version = "0.11.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4e72db0dfc43c1e6b7ef6d34f6d38eff079cbd30dbc18924b27108793e47893c"
+checksum = "fe9a986a98854573dfbc130f42f81e92f6d4581e23060708842fede6edef0f1f"
 dependencies = [
  "aes",
- "base64 0.21.7",
+ "base64 0.22.1",
  "bitflags 2.9.1",
  "bytes",
  "cbc",
@@ -3630,13 +3630,13 @@ dependencies = [
  "md-5",
  "num-traits",
  "once_cell",
- "prost 0.12.6",
- "prost-types 0.12.6",
+ "prost 0.13.5",
+ "prost-types",
  "rand 0.8.5",
  "regex",
  "roxmltree",
  "socket2",
- "thiserror 1.0.69",
+ "thiserror 2.0.12",
  "tokio",
  "url",
  "uuid",
@@ -6400,7 +6400,7 @@ dependencies = [
  "petgraph 0.7.1",
  "prettyplease",
  "prost 0.13.5",
- "prost-types 0.13.5",
+ "prost-types",
  "regex",
  "syn 2.0.101",
  "tempfile",
@@ -6432,15 +6432,6 @@ dependencies = [
  "syn 2.0.101",
 ]
 
-[[package]]
-name = "prost-types"
-version = "0.12.6"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
-dependencies = [
- "prost 0.12.6",
-]
-
 [[package]]
 name = "prost-types"
 version = "0.13.5"
@@ -7143,12 +7134,9 @@ dependencies = [
 
 [[package]]
 name = "roxmltree"
-version = "0.18.1"
+version = "0.20.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302"
-dependencies = [
- "xmlparser",
-]
+checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
 
 [[package]]
 name = "rsa"
@@ -8932,7 +8920,7 @@ dependencies = [
  "prettyplease",
  "proc-macro2",
  "prost-build",
- "prost-types 0.13.5",
+ "prost-types",
  "quote",
  "syn 2.0.101",
 ]
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 447660b97..4e720106c 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -343,7 +343,7 @@ suppaftp = { version = "6.1.1", default-features = false, 
features = [
 # for services-tikv
 tikv-client = { version = "0.3.0", optional = true, default-features = false }
 # for services-hdfs-native
-hdfs-native = { version = "0.10", optional = true }
+hdfs-native = { version = "0.11", optional = true }
 # for services-surrealdb
 surrealdb = { version = "2", optional = true, features = ["protocol-http"] }
 # for services-compfs

Reply via email to