diff options
| author | Tau Gärtli <git@tau.garden> | 2024-07-16 19:39:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 13:39:59 -0400 |
| commit | c4803e6825826b6e38904b6b0579040f2d46bfb3 (patch) | |
| tree | 8789edd0129d394cd692d95f6584e32017d401f5 /Cargo.toml | |
| parent | 4127abc8075d9e0d2385f7148db9e34a99340ad7 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
