Skip to content

Commit 0ef8984

Browse files
chore(deps): bump clap from 4.5.29 to 4.5.30 (apache#14743)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.30. - [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.29...clap_complete-v4.5.30) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1df89e commit 0ef8984

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ arrow = { workspace = true }
3232
async-trait = { workspace = true }
3333
aws-config = "1.5.16"
3434
aws-credential-types = "1.2.0"
35-
clap = { version = "4.5.29", features = ["derive", "cargo"] }
35+
clap = { version = "4.5.30", features = ["derive", "cargo"] }
3636
datafusion = { workspace = true, features = [
3737
"avro",
3838
"crypto_expressions",

datafusion/sqllogictest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async-trait = { workspace = true }
4040
bigdecimal = { workspace = true }
4141
bytes = { workspace = true, optional = true }
4242
chrono = { workspace = true, optional = true }
43-
clap = { version = "4.5.29", features = ["derive", "env"] }
43+
clap = { version = "4.5.30", features = ["derive", "env"] }
4444
datafusion = { workspace = true, default-features = true, features = ["avro"] }
4545
futures = { workspace = true }
4646
half = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)