Skip to content

Commit

Permalink
chore(deps): update which requirement from 6 to 7
Browse files Browse the repository at this point in the history
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](harryfei/which-rs@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ion-elgreco committed Nov 4, 2024
1 parent a999c92 commit 7a3b3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hdfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 7a3b3ec

Please sign in to comment.