Skip to content

Commit 7f1c02f

Browse files
chore(deps): bump clap from 4.5.32 to 4.5.34
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.32 to 4.5.34. - [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.32...clap_complete-v4.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdb4e84 commit 7f1c02f

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

datafusion/sqllogictest/Cargo.toml

+1-1
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.32", features = ["derive", "env"] }
45+
clap = { version = "4.5.34", 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)