Skip to content

Commit 8a44af5

Browse files
Update dirs requirement from 4.0.0 to 5.0.0
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9ecd3a commit 8a44af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ballista = { path = "../ballista/client", version = "0.11.0", features = ["stand
3333
clap = { version = "3", features = ["derive", "cargo"] }
3434
datafusion = { workspace = true }
3535
datafusion-cli = "22.0.0"
36-
dirs = "4.0.0"
36+
dirs = "5.0.0"
3737
env_logger = "0.10"
3838
mimalloc = { version = "0.1", default-features = false }
3939
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)