From c90a1b57d4c016db32aed2977da7e85923d63cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:26:03 +0000 Subject: [PATCH] chore(deps): update hdfs-native-object-store requirement Updates the requirements on [hdfs-native-object-store](https://github.com/datafusion-contrib/hdfs-native-object-store) to permit the latest version. - [Release notes](https://github.com/datafusion-contrib/hdfs-native-object-store/releases) - [Commits](https://github.com/datafusion-contrib/hdfs-native-object-store/compare/v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: hdfs-native-object-store dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/hdfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/hdfs/Cargo.toml b/crates/hdfs/Cargo.toml index 2d654d0bc1..56468b58cb 100644 --- a/crates/hdfs/Cargo.toml +++ b/crates/hdfs/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true [dependencies] deltalake-core = { version = "0.21.0", path = "../core" } -hdfs-native-object-store = "0.11" +hdfs-native-object-store = "0.12" # workspace dependecies object_store = { workspace = true }