This is an automated email from the ASF dual-hosted git repository.
jonah pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 96e7e31529 chore(deps): bump clap from 4.5.31 to 4.5.32 (#15199)
96e7e31529 is described below
commit 96e7e315299c0360d42d13efc5354d2d81064553
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 23:04:37 2025 +0800
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](https://github.com/clap-rs/clap/compare/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>
---
Cargo.lock | 20 ++++++++++----------
datafusion-cli/Cargo.toml | 2 +-
datafusion/sqllogictest/Cargo.toml | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b61181dbd6..58853c04d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1366,9 +1366,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.31"
+version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767"
+checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1376,9 +1376,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.31"
+version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863"
+checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
dependencies = [
"anstream",
"anstyle",
@@ -1388,9 +1388,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.5.28"
+version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
+checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@@ -1570,7 +1570,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
- "clap 4.5.31",
+ "clap 4.5.32",
"criterion-plot",
"futures",
"is-terminal",
@@ -1876,7 +1876,7 @@ dependencies = [
"async-trait",
"aws-config",
"aws-credential-types",
- "clap 4.5.31",
+ "clap 4.5.32",
"ctor",
"datafusion",
"dirs",
@@ -2475,7 +2475,7 @@ dependencies = [
"bigdecimal",
"bytes",
"chrono",
- "clap 4.5.31",
+ "clap 4.5.32",
"datafusion",
"env_logger",
"futures",
@@ -3871,7 +3871,7 @@ checksum =
"5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33"
dependencies = [
"anstream",
"anstyle",
- "clap 4.5.31",
+ "clap 4.5.32",
"escape8259",
]
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 258fd995a7..f0a35a3079 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -39,7 +39,7 @@ arrow = { workspace = true }
async-trait = { workspace = true }
aws-config = "1.5.18"
aws-credential-types = "1.2.0"
-clap = { version = "4.5.31", features = ["derive", "cargo"] }
+clap = { version = "4.5.32", features = ["derive", "cargo"] }
datafusion = { workspace = true, features = [
"avro",
"crypto_expressions",
diff --git a/datafusion/sqllogictest/Cargo.toml
b/datafusion/sqllogictest/Cargo.toml
index 5742f583ac..8550663b43 100644
--- a/datafusion/sqllogictest/Cargo.toml
+++ b/datafusion/sqllogictest/Cargo.toml
@@ -42,7 +42,7 @@ async-trait = { workspace = true }
bigdecimal = { workspace = true }
bytes = { workspace = true, optional = true }
chrono = { workspace = true, optional = true }
-clap = { version = "4.5.31", features = ["derive", "env"] }
+clap = { version = "4.5.32", features = ["derive", "env"] }
datafusion = { workspace = true, default-features = true, features = ["avro"] }
futures = { workspace = true }
half = { workspace = true, default-features = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]