From 520b1cd1a0f83039bcbdf8549087c4ec4cf5ecee Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 23 Feb 2023 17:05:49 +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 cf3bfb0d968..987b0e3dee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ http-auth = { version = "0.1.6", default-features = false } humantime = "2.0.0" indexmap = "1" ignore = "0.4.7" -is-terminal = "0.4.0" +is-terminal = "0.4.4" lazy_static = "1.2.0" jobserver = "0.1.24" lazycell = "1.2.0"