summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-10-01 20:49:43 +0200
committerCanop <cano.petrole@gmail.com>2022-10-01 20:49:43 +0200
commitf5f9806b881117a4890605d4559ace63852cac29 (patch)
treef6880e66c787d44fa5eed84bba1a435f8077e02b
parent397ea8237659073c08b9c5c3f6715de1337899d0 (diff)
upgrade terminal-light to 1.0.1
-rw-r--r--CHANGELOG.md1
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c9add3..d7c885d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
### next
- status messages now displayed on toggling (for example showing hidden files)
+- upgrade terminal-light to 1.0.1 for better recognition of background color on high precision color terminals
### v1.15.0 - 2022-09-24
<a name="v1.15.0"></a>
diff --git a/Cargo.lock b/Cargo.lock
index d80dd9d..3e68ec4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1842,9 +1842,9 @@ dependencies = [
[[package]]
name = "terminal-light"
-version = "1.0.0"
+version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d07063eee8d7fdc8dd56ed0e6668b0ead96815410a5e3ebeedf4eceb6f49f914"
+checksum = "23aa36b802b37d7bade42edd49a543579a864fe7740afd233ecb0720e35b0ddb"
dependencies = [
"coolor",
"crossterm",
diff --git a/Cargo.toml b/Cargo.toml
index 351cd85..29f8300 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.2"
terminal-clipboard = { version = "0.3.1", optional = true }
-terminal-light = "1.0.0"
+terminal-light = "1.0.1"
toml = "0.5"
umask = "2.0.0"
unicode-width = "0.1.8"