Skip to content

Commit

Permalink
chore(deps): bump hdfs-native from 0.6.0 to 0.9.4 in /core (#4724)
Browse files Browse the repository at this point in the history
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](Kimahriman/hdfs-native@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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 2bb6964 commit 64e69ea
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 15 deletions.
49 changes: 35 additions & 14 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64e69ea

Please sign in to comment.