diff --git a/Cargo.lock b/Cargo.lock index b5a9c95c4..e8738525c 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 8624bb1f5..5f99e176a 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" }