Skip to content

Commit 1ca19b0

Browse files
committed
bump bootstrap:clap_complete to 4.4.3
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7ed044c commit 1ca19b0

File tree

5 files changed

+53
-53
lines changed

5 files changed

+53
-53
lines changed

src/bootstrap/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ dependencies = [
126126

127127
[[package]]
128128
name = "clap_complete"
129-
version = "4.2.2"
129+
version = "4.4.3"
130130
source = "registry+https://github.com/rust-lang/crates.io-index"
131-
checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3"
131+
checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7"
132132
dependencies = [
133133
"clap",
134134
]

src/bootstrap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ walkdir = "2"
5555
# Dependencies needed by the build-metrics feature
5656
sysinfo = { version = "0.26.0", optional = true }
5757
clap = { version = "4.2.4", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
58-
clap_complete = "4.2.2"
58+
clap_complete = "4.4.3"
5959
semver = "1.0.17"
6060

6161
# Solaris doesn't support flock() and thus fd-lock is not option now

0 commit comments

Comments
 (0)