From 6be16988af201784f06bbb74522a1cfa911807b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Sat, 18 May 2024 19:41:54 +0200 Subject: [PATCH] Update `terminal-colorsaurus` to 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > * 🐛 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). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8cd554eed..192a3931c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,9 +1323,9 @@ dependencies = [ [[package]] name = "terminal-colorsaurus" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc3b74af7c844e628c5dafa421ec59283e9f0bed5cb49956439316ec6d8728f1" +checksum = "f2a3de2c71928d964b1cc395a565c70f2ce8d3e9c7a9b5c0ca7fac0682f665b8" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e04439dd1c..d30109d97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ bytesize = { version = "1.3.0" } encoding_rs = "0.8.33" os_str_bytes = { version = "~7.0", optional = true } run_script = { version = "^0.10.1", optional = true} -terminal-colorsaurus = { version = "0.4.0" } +terminal-colorsaurus = { version = "0.4.1" } [dependencies.git2] version = "0.18"