Skip to content

Commit

Permalink
chore(deps): bump clap from 4.5.23 to 4.5.27
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.27.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 13cf495 commit 69bf5a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/csv2arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Convert CSV files to Arrow"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.21.1", path = "../arrow-tools" }
regex = "1.11.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/csv2parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parquet = "54.0.0"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.21.1", path = "../arrow-tools" }
regex = "1.11.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/json2arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Convert JSON files to Arrow"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.21.1", path = "../arrow-tools" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/json2parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parquet = "54.0.0"
arrow = "54.0.0"
arrow-schema = { version = "54.0.0", features = ["serde"] }
serde_json = "1.0.138"
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
arrow-tools = { version = "0.21.1", path = "../arrow-tools" }

[dev-dependencies]
Expand Down

0 comments on commit 69bf5a4

Please sign in to comment.