From ec05b237b2a0c7abbabb393e9b4b77a6742516a3 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 23 Feb 2023 14:55:05 +0000 Subject: [PATCH] chore: bump is-terminal to 0.4.4 Fixes #11710. See sunfishcode/is-terminal#18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0dbb5d034..5cc8c679a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ humantime = "2.0.0" ignore = "0.4.7" im-rc = "15.0.0" indexmap = "1" -is-terminal = "0.4.0" +is-terminal = "0.4.4" itertools = "0.10.0" jobserver = "0.1.24" lazy_static = "1.2.0"