summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTau Gärtli <git@tau.garden>2024-07-16 19:39:59 +0200
committerGitHub <noreply@github.com>2024-07-16 13:39:59 -0400
commitc4803e6825826b6e38904b6b0579040f2d46bfb3 (patch)
tree8789edd0129d394cd692d95f6584e32017d401f5 /Cargo.toml
parent4127abc8075d9e0d2385f7148db9e34a99340ad7 (diff)
Update `terminal-colorsaurus` (#1699)
* 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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"