diff --git a/runner/Cargo.toml b/runner/Cargo.toml index ce7e7f4..08de95a 100644 --- a/runner/Cargo.toml +++ b/runner/Cargo.toml @@ -16,7 +16,7 @@ human-panic = "1.0.3" log = "0.4.17" prost = "0.10.3" simple_logger = "2.1.0" -spinners = "3.1.0" +spinners = "4.0.0" tokio = { version = "1.18.2", features = ["rt-multi-thread", "macros", "time", "sync", "process"] } tokio-tungstenite = { version = "0.17.1", features = ["rustls-tls-webpki-roots"] } whoami = "1.2.1"