summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-04-01 15:22:35 -0600
committerGitHub <noreply@github.com>2024-04-01 15:22:35 -0600
commit11069e284a61afef8becdd4e189977e5621c0cf9 (patch)
tree0fc86433cc05cdf9219a606c5319491420d93943
parent6e2e86decb46baf69c79072756ed8b9a4673c583 (diff)
parent39c07b7b4c92e4936aa98d9e4239354399f8ee3a (diff)
Merge pull request #1530 from sharkdp/dependabot/cargo/lscolors-0.17.0
build(deps): bump lscolors from 0.16.0 to 0.17.0
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56ed43b..d06331b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,7 +334,7 @@ dependencies = [
"lscolors",
"nix 0.27.1",
"normpath",
- "nu-ansi-term 0.50.0",
+ "nu-ansi-term",
"regex",
"regex-syntax",
"tempfile",
@@ -482,11 +482,11 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[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 0.49.0",
+ "nu-ansi-term",
]
[[package]]
@@ -537,15 +537,6 @@ dependencies = [
[[package]]
name = "nu-ansi-term"
-version = "0.49.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
-dependencies = [
- "windows-sys 0.48.0",
-]
-
-[[package]]
-name = "nu-ansi-term"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
diff --git a/Cargo.toml b/Cargo.toml
index 9b3a1ae..34d33be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ default-features = false
features = ["std", "clock"]
[dependencies.lscolors]
-version = "0.16"
+version = "0.17"
default-features = false
features = ["nu-ansi-term"]