You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1020 B
29 lines
1020 B
From 2b7ab5050b5b74cf1bf0af6fba2f043e9740e50c Mon Sep 17 00:00:00 2001
|
|
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
|
|
Date: Mon, 15 Jul 2024 08:05:07 +0200
|
|
Subject: [PATCH 7/7] Update Rust crate clap_complete_command to 0.6.0 (#12332)
|
|
|
|
Cargo.lock modifications omitted.
|
|
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
---
|
|
Cargo.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 054a092b2..3e9c8a2f3 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -22,7 +22,7 @@ bstr = { version = "1.9.1" }
|
|
cachedir = { version = "0.3.1" }
|
|
chrono = { version = "0.4.35", default-features = false, features = ["clock"] }
|
|
clap = { version = "4.5.3", features = ["derive"] }
|
|
-clap_complete_command = { version = "0.5.1" }
|
|
+clap_complete_command = { version = "0.6.0" }
|
|
clearscreen = { version = "3.0.0" }
|
|
codspeed-criterion-compat = { version = "2.6.0", default-features = false }
|
|
colored = { version = "2.1.0" }
|
|
--
|
|
2.45.2
|
|
|