From a05dc6f133a58553ea34272fef9a88e6057043c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:11:12 +0000 Subject: [PATCH] fix(deps): update rust crate console to 0.15.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da945b2..2fc738f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.17" pretty_env_logger = "0.4.0" colored = "2.0.0" # no-panic = "0.1.16" -console = "0.15.2" +console = "0.15.5" [dev-dependencies] pretty_assertions = "1.3.0"