From fe77d8c75478e9915a61613ec94b3de0a70e5e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 12 Oct 2021 08:48:26 -0700 Subject: [PATCH] feat(deps): Bump owo-colors to 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4255ac16..ba57b3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0.26" miette-derive = { path = "miette-derive", version = "=3.2.1-alpha.0"} once_cell = "1.8.0" -owo-colors = { version = "2.1.0", optional = true } +owo-colors = { version = "3.0.0", optional = true } atty = { version = "0.2.14", optional = true } textwrap = { version = "0.14.2", optional = true } term_size = { version = "0.3.2", optional = true }