From 4cc44270926e8e81d460f9d434673dd242d90f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:20:24 +0000 Subject: [PATCH] chore(deps): update home requirement from =0.5.9 to =0.5.11 Updates the requirements on [home](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/home-0.5.9...home-0.5.11) --- updated-dependencies: - dependency-name: home 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 3936c98278..0eb356cac9 100644 --- a/crates/hdfs/Cargo.toml +++ b/crates/hdfs/Cargo.toml @@ -25,7 +25,7 @@ serial_test = "3" deltalake-test = { path = "../test" } which = "7" # 0.5.11 and later require Rust 1.81 -home = "=0.5.9" +home = "=0.5.11" [features] integration_test = ["hdfs-native-object-store/integration-test"]