This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new b204bffee chore(deps): bump clap from 4.5.60 to 4.6.0 (#1504)
b204bffee is described below
commit b204bffee068608c171844bc1378abffad273d86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 13 08:40:41 2026 +0200
chore(deps): bump clap from 4.5.60 to 4.6.0 (#1504)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0.
- [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/clap_complete-v4.5.60...clap_complete-v4.6.0)
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 54 +++++++++++++++++++++++++++++++++++++++---------------
Cargo.toml | 2 +-
2 files changed, 40 insertions(+), 16 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a8e06bcc3..3a4de272c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,7 +83,22 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
dependencies = [
"anstyle",
- "anstyle-parse",
+ "anstyle-parse 0.2.7",
+ "anstyle-query",
+ "anstyle-wincon",
+ "colorchoice",
+ "is_terminal_polyfill",
+ "utf8parse",
+]
+
+[[package]]
+name = "anstream"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
+dependencies = [
+ "anstyle",
+ "anstyle-parse 1.0.0",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
@@ -106,6 +121,15 @@ dependencies = [
"utf8parse",
]
+[[package]]
+name = "anstyle-parse"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
+dependencies = [
+ "utf8parse",
+]
+
[[package]]
name = "anstyle-query"
version = "1.1.5"
@@ -978,7 +1002,7 @@ name = "ballista-cli"
version = "52.0.0"
dependencies = [
"ballista",
- "clap 4.5.60",
+ "clap 4.6.0",
"datafusion",
"datafusion-cli",
"dirs",
@@ -997,7 +1021,7 @@ dependencies = [
"aws-config",
"aws-credential-types",
"chrono",
- "clap 4.5.60",
+ "clap 4.6.0",
"datafusion",
"datafusion-proto",
"datafusion-proto-common",
@@ -1058,7 +1082,7 @@ dependencies = [
"arrow-flight",
"async-trait",
"ballista-core",
- "clap 4.5.60",
+ "clap 4.6.0",
"dashmap",
"datafusion",
"datafusion-proto",
@@ -1086,7 +1110,7 @@ dependencies = [
"async-trait",
"axum",
"ballista-core",
- "clap 4.5.60",
+ "clap 4.6.0",
"dashmap",
"datafusion",
"datafusion-proto",
@@ -1445,9 +1469,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.60"
+version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
+checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
dependencies = [
"clap_builder",
"clap_derive",
@@ -1455,11 +1479,11 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.60"
+version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
+checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
dependencies = [
- "anstream",
+ "anstream 1.0.0",
"anstyle",
"clap_lex",
"strsim",
@@ -1467,9 +1491,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.5.55"
+version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
+checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
dependencies = [
"heck 0.5.0",
"proc-macro2",
@@ -1620,7 +1644,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
- "clap 4.5.60",
+ "clap 4.6.0",
"criterion-plot",
"itertools 0.13.0",
"num-traits",
@@ -1930,7 +1954,7 @@ dependencies = [
"aws-config",
"aws-credential-types",
"chrono",
- "clap 4.5.60",
+ "clap 4.6.0",
"datafusion",
"datafusion-common",
"dirs",
@@ -2741,7 +2765,7 @@ version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2daee4ea451f429a58296525ddf28b45a3b64f1acf6587e2067437bb11e218d"
dependencies = [
- "anstream",
+ "anstream 0.6.21",
"anstyle",
"env_filter",
"jiff",
diff --git a/Cargo.toml b/Cargo.toml
index 747a6acac..dee6984b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ rust-version = "1.88.0"
[workspace.dependencies]
arrow = { version = "57", features = ["ipc_compression"] }
arrow-flight = { version = "57", features = ["flight-sql-experimental"] }
-clap = { version = "4.5", features = ["derive", "cargo"] }
+clap = { version = "4.6", features = ["derive", "cargo"] }
datafusion = "52"
datafusion-cli = "52"
datafusion-proto = "52"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]