Skip to content

Commit e9d1da8

Browse files
chore(deps): bump clap from 4.5.48 to 4.5.50
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.48 to 4.5.50. - [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.48...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 868c455 commit e9d1da8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async-trait = { workspace = true }
4040
aws-config = "1.8.7"
4141
aws-credential-types = "1.2.7"
4242
chrono = { workspace = true }
43-
clap = { version = "4.5.47", features = ["cargo", "derive"] }
43+
clap = { version = "4.5.50", features = ["cargo", "derive"] }
4444
datafusion = { workspace = true, features = [
4545
"avro",
4646
"compression",

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async-trait = { workspace = true }
4242
bigdecimal = { workspace = true }
4343
bytes = { workspace = true, optional = true }
4444
chrono = { workspace = true, optional = true }
45-
clap = { version = "4.5.47", features = ["derive", "env"] }
45+
clap = { version = "4.5.50", features = ["derive", "env"] }
4646
datafusion = { workspace = true, default-features = true, features = ["avro", "parquet_encryption"] }
4747
datafusion-spark = { workspace = true, default-features = true }
4848
datafusion-substrait = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)