summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-01 09:15:55 +0000
committerGitHub <noreply@github.com>2024-05-01 09:15:55 +0000
commitb5d995b98f2ea8a7051ec7d1b04868f7896e295e (patch)
tree53447bacc75335e31eacb87fd49063afe4f42298
parentd4273adf6b4bd85f131371cc2bd38b4990ff8c2a (diff)
chore(deps): update rust crate lscolors to 0.17.0renovate/lscolors-0.x
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c774cd756..c680ab48c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1313,9 +1313,9 @@ dependencies = [
[[package]]
name = "lscolors"
-version = "0.16.0"
+version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab0b209ec3976527806024406fe765474b9a1750a0ed4b8f0372364741f50e7b"
+checksum = "53304fff6ab1e597661eee37e42ea8c47a146fca280af902bb76bff8a896e523"
dependencies = [
"nu-ansi-term",
]
@@ -1414,9 +1414,9 @@ dependencies = [
[[package]]
name = "nu-ansi-term"
-version = "0.49.0"
+version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
+checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
dependencies = [
"windows-sys 0.48.0",
]
diff --git a/Cargo.toml b/Cargo.toml
index d848f4e5d..0d9666923 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -290,7 +290,7 @@ hostname = "0.4"
indicatif = "0.17"
itertools = "0.12.1"
libc = "0.2.154"
-lscolors = { version = "0.16.0", default-features = false, features = [
+lscolors = { version = "0.17.0", default-features = false, features = [
"gnu_legacy",
] }
memchr = "2"