diff --git a/runner/Cargo.toml b/runner/Cargo.toml index 1d43a8e..720c3ef 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/lhjt/vlab-relay" [dependencies] clap = { version = "4.1.8", features = ["derive"] } -colored = "2.0.0" +colored = "2.0.4" dialoguer = "0.10.3" futures = "0.3.27" human-panic = "1.1.3"