From a552b57d36aaffd96f8396532e3c2d0a8549036c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Sep 2022 04:12:02 +0000 Subject: [PATCH] Bump lscolors from 0.11.0 to 0.12.0 Bumps [lscolors](https://github.com/sharkdp/lscolors) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/sharkdp/lscolors/releases) - [Commits](https://github.com/sharkdp/lscolors/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: lscolors dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b47bbf5..03a483e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "lscolors" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a24e014efe73b727e5792b6f422a23c04b10ba9d8cdc74b197a25a08db7eac86" +checksum = "074bff749d092e2e818fe954952102f88e21f67fc69f4d350621aab15a1810f1" dependencies = [ "ansi_term", ] diff --git a/Cargo.toml b/Cargo.toml index c38bdf9..1d4e4f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ regex = "1.6.0" regex-syntax = "0.6" ctrlc = "3.2" humantime = "2.1" -lscolors = "0.11" +lscolors = "0.12" globset = "0.4" anyhow = "1.0" dirs-next = "2.0"