Skip to content

Commit

Permalink
Minor: cargo update in datafusion-cli (#13801)
Browse files Browse the repository at this point in the history
* Update datafusion-cli toml to pin home=0.5.9

* update Cargo.lock
  • Loading branch information
alamb authored Dec 17, 2024
1 parent 174e08b commit e665115
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
47 changes: 24 additions & 23 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ datafusion-catalog = { path = "../datafusion/catalog", version = "43.0.0" }
dirs = "5.0.1"
env_logger = "0.11"
futures = "0.3"
# pin as home 0.5.11 has MSRV 1.81. Can remove this once we bump MSRV to 1.81
home = "=0.5.9"
mimalloc = { version = "0.1", default-features = false }
object_store = { version = "0.11.0", features = ["aws", "gcp", "http"] }
parking_lot = { version = "0.12" }
Expand Down

0 comments on commit e665115

Please sign in to comment.