summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-11-01 11:47:25 -0600
committerGitHub <noreply@github.com>2024-11-01 11:47:25 -0600
commit71deea6671698e4074a6dd208d528e39831f1fb7 (patch)
tree34a702130a9f2bfdf06d07f129f8cc47d6ed5011
parentbb676df2849860bf02f02b8eea0402daa9d06e6f (diff)
parent4505da8771ffe2bf544928ede34ab45a09b5e56d (diff)
Merge pull request #1632 from sharkdp/dependabot/cargo/lscolors-0.20.0
build(deps): bump lscolors from 0.19.0 to 0.20.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 979c2e9..a489436 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -498,9 +498,9 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "lscolors"
-version = "0.19.0"
+version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55f5f3bc18b481c70c416920f4bb02f7df64b99dbee36d8445027042a273ab84"
+checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab"
dependencies = [
"aho-corasick",
"nu-ansi-term",
diff --git a/Cargo.toml b/Cargo.toml
index df0ba5b..e73c86e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ default-features = false
features = ["std", "clock"]
[dependencies.lscolors]
-version = "0.19"
+version = "0.20"
default-features = false
features = ["nu-ansi-term"]