From cc9798ce8ec29a75b9c66a66b3f163e3019c5a8f Mon Sep 17 00:00:00 2001 From: George Pollard Date: Tue, 14 Mar 2023 00:19:19 +0000 Subject: [PATCH] Update supports-* crates to released versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 60eadd3..a10235c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ unicode-width = "0.1.9" owo-colors = { version = "3.0.0", optional = true } is-terminal = { version = "0.4.0", optional = true } textwrap = { version = "0.15.0", optional = true } -supports-hyperlinks = { git = "https://github.com/Porges/supports-hyperlinks", optional = true } -supports-color = { git = "https://github.com/zkat/supports-color", optional = true } -supports-unicode = { git = "https://github.com/Porges/supports-unicode", optional = true } +supports-hyperlinks = { version = "2.0.0", optional = true } +supports-color = { version = "2.0.0", optional = true } +supports-unicode = { version = "2.0.0", optional = true } backtrace = { version = "0.3.61", optional = true } terminal_size = { version = "0.1.17", optional = true }