From 33b7c4c91dfc7db7d8e60a60492d4f57d52d8e8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 21:14:23 +0000 Subject: [PATCH] fix(deps): update rust crate console to 0.15.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1616654..143d04f 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.5" +console = "0.15.7" [dev-dependencies] pretty_assertions = "1.3.0" -- 2.34.1