Skip to content

Commit 96e7e31

Browse files
chore(deps): bump clap from 4.5.31 to 4.5.32 (#15199)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.31 to 4.5.32. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.31...clap_complete-v4.5.32) --- 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 81f3230 commit 96e7e31

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
@@ -39,7 +39,7 @@ arrow = { workspace = true }
3939
async-trait = { workspace = true }
4040
aws-config = "1.5.18"
4141
aws-credential-types = "1.2.0"
42-
clap = { version = "4.5.31", features = ["derive", "cargo"] }
42+
clap = { version = "4.5.32", features = ["derive", "cargo"] }
4343
datafusion = { workspace = true, features = [
4444
"avro",
4545
"crypto_expressions",

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.31", features = ["derive", "env"] }
45+
clap = { version = "4.5.32", features = ["derive", "env"] }
4646
datafusion = { workspace = true, default-features = true, features = ["avro"] }
4747
futures = { workspace = true }
4848
half = { workspace = true, default-features = true }

0 commit comments

Comments
 (0)