Skip to content

Commit

Permalink
chore(deps): bump dirs from 5.0.1 to 6.0.0 in /datafusion-cli (apache…
Browse files Browse the repository at this point in the history
…#14266)

Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0.
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent d12d01a commit ab16fd5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 91 deletions.
114 changes: 24 additions & 90 deletions datafusion-cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ datafusion = { path = "../datafusion/core", version = "44.0.0", features = [
"compression",
] }
datafusion-catalog = { path = "../datafusion/catalog", version = "44.0.0" }
dirs = "5.0.1"
dirs = "6.0.0"
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
Expand Down

0 comments on commit ab16fd5

Please sign in to comment.