This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/core/hdfs-native-0.9.4
in repository https://gitbox.apache.org/repos/asf/opendal.git
commit c9f3a0a7a57d32a0983184b1e2fd7014d41e0bd3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 13 09:07:21 2024 +0000
chore(deps): bump hdfs-native from 0.6.0 to 0.9.4 in /core
Bumps [hdfs-native](https://github.com/Kimahriman/hdfs-native) from 0.6.0
to 0.9.4.
- [Release notes](https://github.com/Kimahriman/hdfs-native/releases)
-
[Commits](https://github.com/Kimahriman/hdfs-native/compare/v0.6.0...v0.9.4)
---
updated-dependencies:
- dependency-name: hdfs-native
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
core/Cargo.lock | 49 +++++++++++++++++++++++++++++++++++--------------
core/Cargo.toml | 2 +-
2 files changed, 36 insertions(+), 15 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index b0e9139a87..250a5a1f11 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -2049,6 +2049,15 @@ dependencies = [
"syn 1.0.109",
]
+[[package]]
+name = "ctr"
+version = "0.9.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
+dependencies = [
+ "cipher",
+]
+
[[package]]
name = "darling"
version = "0.13.4"
@@ -2292,6 +2301,15 @@ dependencies = [
"syn 1.0.109",
]
+[[package]]
+name = "des"
+version = "0.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
+dependencies = [
+ "cipher",
+]
+
[[package]]
name = "deunicode"
version = "1.6.0"
@@ -3237,20 +3255,32 @@ dependencies = [
[[package]]
name = "hdfs-native"
-version = "0.6.0"
+version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "270a4d5e17b0a3e252ecf3c85bd62d7ad89cb423c1dde8e58cfe50458e9c6066"
+checksum = "d7673c724c9576894dbfbd1833338f1bb61b5452efff9aedb9480d15d5e7dc0f"
dependencies = [
+ "aes",
"base64 0.21.7",
"bytes",
+ "cbc",
+ "chrono",
+ "cipher",
"crc",
+ "ctr",
+ "des",
"futures",
"g2p",
+ "hex",
+ "hmac",
"libc",
"log",
+ "md-5",
"num-traits",
- "prost 0.11.9",
- "prost-types 0.11.9",
+ "once_cell",
+ "prost 0.12.6",
+ "prost-types",
+ "rand 0.8.5",
+ "regex",
"roxmltree",
"socket2 0.5.7",
"thiserror",
@@ -5654,7 +5684,7 @@ dependencies = [
"petgraph",
"prettyplease",
"prost 0.12.6",
- "prost-types 0.12.6",
+ "prost-types",
"regex",
"syn 2.0.66",
"tempfile",
@@ -5686,15 +5716,6 @@ dependencies = [
"syn 2.0.66",
]
-[[package]]
-name = "prost-types"
-version = "0.11.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
-dependencies = [
- "prost 0.11.9",
-]
-
[[package]]
name = "prost-types"
version = "0.12.6"
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 6cba0f7007..73c7fea926 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -331,7 +331,7 @@ suppaftp = { version = "5.3.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.6.0", optional = true }
+hdfs-native = { version = "0.9.4", optional = true }
# for services-surrealdb
surrealdb = { version = "1.3.0", optional = true, features = ["protocol-http"]
}
# for services-compfs