diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 1d43a8e..9841cce 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/lhjt/vlab-relay" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "4.1.8", features = ["derive"] } +clap = { version = "4.3.20", features = ["derive"] } colored = "2.0.0" dialoguer = "0.10.3" futures = "0.3.27"