From c4803e6825826b6e38904b6b0579040f2d46bfb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Tue, 16 Jul 2024 19:39:59 +0200 Subject: Update `terminal-colorsaurus` (#1699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update terminal-colorsaurus to 0.4.0 * Update `terminal-colorsaurus` with bugfix > * 🐛 Fixed `OSC 11` response being visible to users of GNU Screen by detecting Screen and erroring before sending any control sequences (bash/terminal-colorsaurus#16). * Update `terminal-colorsaurus` to 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3234a71..65bb723 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ unicode-segmentation = "1.10.1" unicode-width = "0.1.10" xdg = "2.4.1" clap_complete = "4.4.4" -terminal-colorsaurus = "0.3.1" +terminal-colorsaurus = "0.4.1" [dependencies.git2] version = "0.18.2" -- cgit v1.2.3