diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml index 57b5211129ff..e195dbd9ff25 100644 --- a/integration-testing/Cargo.toml +++ b/integration-testing/Cargo.toml @@ -34,7 +34,7 @@ logging = ["tracing-subscriber"] arrow = { path = "../arrow" } arrow-flight = { path = "../arrow-flight" } async-trait = "0.1.41" -clap = { version = "~3.1", features = ["derive", "env"] } +clap = { version = "~4.1", features = ["derive", "env"] } futures = "0.3" hex = "0.4" prost = "0.10" diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 28347bcb7dda..ae4d1c999016 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -44,7 +44,7 @@ num = { version = "0.4", default-features = false } num-bigint = { version = "0.4", default-features = false } arrow = { path = "../arrow", version = "16.0.0", optional = true, default-features = false, features = ["ipc"] } base64 = { version = "0.13", default-features = false, features = ["std"], optional = true } -clap = { version = "~3.1", default-features = false, features = ["std", "derive", "env"], optional = true } +clap = { version = "~4.1", default-features = false, features = ["std", "derive", "env"], optional = true } serde_json = { version = "1.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } futures = { version = "0.3", default-features = false, features = ["std" ], optional = true }