point to the latest main branch for lscolors (#6230)

This commit is contained in:
Darren Schroeder 2022-08-04 17:53:40 -05:00 committed by GitHub
parent 78a5067434
commit c07835f3ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }