From 7d3cbdabc452b18773d75832d30617420f1b20a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:51:12 +0000 Subject: [PATCH] fix(deps): update rust crate clap to 4.3.4 --- runner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 1d43a8e..f8d828e 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.4", features = ["derive"] } colored = "2.0.0" dialoguer = "0.10.3" futures = "0.3.27"