diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 0bacccf031d8..3563eff090cd 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -33,7 +33,7 @@ sled = ["sled_package", "tokio-stream"] [dependencies] anyhow = "1" ballista-core = { path = "../core", version = "0.6.0" } -clap = "2" +clap = "4" configure_me = "0.4.0" datafusion = { path = "../../../datafusion", version = "6.0.0" } env_logger = "0.9" diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 62f63b432aba..b1547ebb5f79 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -27,7 +27,7 @@ repository = "https://github.com/apache/arrow-datafusion" rust-version = "1.58" [dependencies] -clap = "2.33" +clap = "4.0" rustyline = "9.0" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] } datafusion = { path = "../datafusion", version = "6.0.0" }