From c07835f3adf2f004aaaae5d50485a90453716419 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 4 Aug 2022 17:53:40 -0500 Subject: [PATCH] point to the latest main branch for lscolors (#6230) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5a9c95c42..e8738525cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2119,8 +2119,8 @@ dependencies = [ [[package]] name = "lscolors" -version = "0.11.0" -source = "git+https://github.com/sholderbach/lscolors.git?branch=no-underline-color#2c07f2d103aadf2ba6f687e2efe4d21eac026a89" +version = "0.11.1" +source = "git+https://github.com/sharkdp/lscolors.git?branch=master#bfc0d457b75640bd2d8d9bf16895c9ccd0b98722" dependencies = [ "ansi_term", "crossterm 0.24.0", diff --git a/Cargo.toml b/Cargo.toml index 8624bb1f52..5f99e176ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,4 +123,4 @@ path = "src/main.rs" [patch.crates-io] reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" } -lscolors = { git = "https://github.com/sholderbach/lscolors.git", branch = "no-underline-color" } +lscolors = { git = "https://github.com/sharkdp/lscolors.git", branch = "master" }