Skip to content

Commit 2286d72

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 8007a41 commit 2286d72

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
@@ -35,7 +35,7 @@ ballista = { path = "../ballista/client", version = "0.11.0", features = [
3535
clap = { version = "3", features = ["derive", "cargo"] }
3636
datafusion = { workspace = true }
3737
datafusion-cli = "20.0.0"
38-
dirs = "4.0.0"
38+
dirs = "5.0.0"
3939
env_logger = "0.10"
4040
mimalloc = { version = "0.1", default-features = false }
4141
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)