From 8d1170e2decee290f1679b823eb0f7ea04f3fb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 22 Sep 2021 09:42:19 -0700 Subject: [PATCH] fix(deps): We do not use ci_info directly anymore --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 54273f1..18c37a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ once_cell = "1.8.0" owo-colors = { version = "2.0.0", optional = true } atty = { version = "0.2.14", optional = true } -ci_info = { version = "0.14.2", optional = true } textwrap = { version = "0.14.2", optional = true } term_size = { version = "0.3.2", optional = true } supports-hyperlinks = { version = "1.1.0", optional = true } @@ -42,7 +41,6 @@ default = [] fancy = [ "owo-colors", "atty", - "ci_info", "textwrap", "term_size", "supports-hyperlinks",