Skip to content

Commit

Permalink
chore(deps): update home requirement from =0.5.9 to =0.5.11
Browse files Browse the repository at this point in the history
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](rust-lang/cargo@home-0.5.9...home-0.5.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 72311ed commit 4cc4427
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 @@ -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"]

0 comments on commit 4cc4427

Please sign in to comment.