From 51d5ecb5aa13e9958dedd603aa3d9d5ae3dd94c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:07:05 +0000 Subject: [PATCH] fix(deps): update rust crate dialoguer to 0.11.0 --- runner/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 1d43a8e..939a1f7 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/lhjt/vlab-relay" [dependencies] clap = { version = "4.1.8", features = ["derive"] } colored = "2.0.0" -dialoguer = "0.10.3" +dialoguer = "0.11.0" futures = "0.3.27" human-panic = "1.1.3" log = "0.4.17"