From 7a3b3ec38ce1004eab1998669a5a80f8e61c5589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:45:48 +0000 Subject: [PATCH] chore(deps): update which requirement from 6 to 7 Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: which 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..729ab90cf1 100644 --- a/crates/hdfs/Cargo.toml +++ b/crates/hdfs/Cargo.toml @@ -23,7 +23,7 @@ url = { workspace = true } [dev-dependencies] serial_test = "3" deltalake-test = { path = "../test" } -which = "6" +which = "7" [features] integration_test = ["hdfs-native-object-store/integration-test"]