Skip to content

Commit e665115

Browse files
authored
Minor: cargo update in datafusion-cli (#13801)
* Update datafusion-cli toml to pin home=0.5.9 * update Cargo.lock
1 parent 174e08b commit e665115

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

datafusion-cli/Cargo.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ datafusion-catalog = { path = "../datafusion/catalog", version = "43.0.0" }
5353
dirs = "5.0.1"
5454
env_logger = "0.11"
5555
futures = "0.3"
56+
# pin as home 0.5.11 has MSRV 1.81. Can remove this once we bump MSRV to 1.81
57+
home = "=0.5.9"
5658
mimalloc = { version = "0.1", default-features = false }
5759
object_store = { version = "0.11.0", features = ["aws", "gcp", "http"] }
5860
parking_lot = { version = "0.12" }

0 commit comments

Comments
 (0)