mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-13 07:31:09 +01:00
Merge pull request #1357 from sharkdp/dependabot/cargo/lscolors-0.15.0
Bump lscolors from 0.14.0 to 0.15.0
This commit is contained in:
commit
9ce43b2d7b
2 changed files with 14 additions and 5 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -329,7 +329,7 @@ dependencies = [
|
|||
"lscolors",
|
||||
"nix 0.26.2",
|
||||
"normpath",
|
||||
"nu-ansi-term",
|
||||
"nu-ansi-term 0.47.0",
|
||||
"num_cpus",
|
||||
"regex",
|
||||
"regex-syntax",
|
||||
|
@ -543,11 +543,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lscolors"
|
||||
version = "0.14.0"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "18a9df1d1fb6d9e92fa043e9eb9a3ecf6892c7b542bae5137cd1e419e40aa8bf"
|
||||
checksum = "bf7015a04103ad78abb77e4b79ed151e767922d1cfde5f62640471c629a2320d"
|
||||
dependencies = [
|
||||
"nu-ansi-term",
|
||||
"nu-ansi-term 0.49.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -597,6 +597,15 @@ dependencies = [
|
|||
"windows-sys 0.45.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nu-ansi-term"
|
||||
version = "0.49.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
version = "0.2.15"
|
||||
|
|
|
@ -60,7 +60,7 @@ default-features = false
|
|||
features = ["std", "clock"]
|
||||
|
||||
[dependencies.lscolors]
|
||||
version = "0.14"
|
||||
version = "0.15"
|
||||
default-features = false
|
||||
features = ["nu-ansi-term"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue