From 003699bb4398e7a31167ab23afc71537140d39f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:56:59 +0000 Subject: [PATCH] build(deps): update owo-colors requirement in /installer Updates the requirements on [owo-colors](https://github.com/jam1garner/owo-colors) to permit the latest version. - [Commits](https://github.com/jam1garner/owo-colors/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: owo-colors dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Cargo.toml b/installer/Cargo.toml index 7300abb4..68b08d02 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -owo-colors = "3.3.0" +owo-colors = "4.0.0" enable-ansi-support = "0.2.1"