Skip to content

Commit b0eea5c

Browse files
dependabot[bot]cipherstakes
authored andcommitted
chore(deps): bump clap from 4.5.35 to 4.5.36 (apache#15759)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36. - [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.35...clap_complete-v4.5.36) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17f9ed6 commit b0eea5c

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 0 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.6.1"
4141
aws-credential-types = "1.2.0"
42-
clap = { version = "4.5.35", features = ["derive", "cargo"] }
42+
clap = { version = "4.5.36", 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.35", features = ["derive", "env"] }
45+
clap = { version = "4.5.36", 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)