Skip to content

Commit 3e6d3d0

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

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
@@ -36,7 +36,7 @@ test = false
3636
build_helper = { path = "../tools/build_helper" }
3737
cc = "1.0.69"
3838
clap = { version = "4.2.4", default-features = false, features = ["std", "usage", "help", "derive", "error-context"] }
39-
clap_complete = "4.2.2"
39+
clap_complete = "4.4.3"
4040
cmake = "0.1.38"
4141
filetime = "0.2"
4242
hex = "0.4"

0 commit comments

Comments
 (0)