Skip to content

Commit

Permalink
Pin clap to 3.1 (apache#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jun 13, 2022
1 parent fcf655e commit c74391a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ logging = ["tracing-subscriber"]
arrow = { path = "../arrow" }
arrow-flight = { path = "../arrow-flight" }
async-trait = "0.1.41"
clap = { version = "3", features = ["derive", "env"] }
clap = { version = "~3.1", features = ["derive", "env"] }
futures = "0.3"
hex = "0.4"
prost = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ num = "0.4"
num-bigint = "0.4"
arrow = { path = "../arrow", version = "16.0.0", optional = true, default-features = false, features = ["ipc"] }
base64 = { version = "0.13", optional = true }
clap = { version = "3", optional = true, features = ["derive", "env"] }
clap = { version = "~3.1", optional = true, features = ["derive", "env"] }
serde_json = { version = "1.0", optional = true }
rand = "0.8"
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit c74391a

Please sign in to comment.