Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit 52d5305

Browse files
fix(deps): update rust crate clap to 4.1.12
1 parent bd3f60d commit 52d5305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/lhjt/vlab-relay"
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
clap = { version = "4.1.8", features = ["derive"] }
11+
clap = { version = "4.1.12", features = ["derive"] }
1212
colored = "2.0.0"
1313
dialoguer = "0.10.3"
1414
futures = "0.3.27"

0 commit comments

Comments
 (0)