Skip to content

Commit 1a2cc5f

Browse files
committed
Replace deprecated structopt with clap in datafusion-benchmarks
1 parent 5b90cee commit 1a2cc5f

File tree

18 files changed

+185
-258
lines changed

18 files changed

+185
-258
lines changed

Cargo.lock

Lines changed: 25 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ regex.workspace = true
5454
serde = { version = "1.0.228", features = ["derive"] }
5555
serde_json = { workspace = true }
5656
snmalloc-rs = { version = "0.3", optional = true }
57-
structopt = { version = "0.3", default-features = false }
57+
clap = { version = "4.5.53", features = ["derive"] }
5858
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
5959
tokio-util = { version = "0.7.17" }
6060

0 commit comments

Comments
 (0)